commit | 851b3e5e3de0feea7bfee634f99a940648de58c8 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 19 19:20:12 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:08:50 2008 -0800 |
tree | 032fb6cc78ea998127aa9cd81acd718dad8ac81f | |
parent | 977b143c13e685081625704ac356b741d71c6a73 [diff] |
airo: fix endianness bug in ->dBm handling airo_translate_scan() reads BSSListRid directly, does _not_ byteswap and uses ->dBm (__le16) as host-endian. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: John W. Linville <linville@tuxdriver.com>