several missing cpu_to_le16() in ieee80211softmac_capabilities()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 29 Dec 2007 09:08:15 +0000 (04:08 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:08:46 +0000 (15:08 -0800)
commitb16f13d00c6f7e7317d3074f9bd07b5c9f313891
treeb559643606a7f5693851710f5ab60cae371663dc
parent8fffc15dc777ce3fe12ddc582d7c87a642591d3b
several missing cpu_to_le16() in ieee80211softmac_capabilities()

on some codepaths we forgot to convert to little-endian as we do on the
rest of them and as the caller expects from us.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/softmac/ieee80211softmac_io.c