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)
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>

No differences found