commit | 17e70491404c73012a7991a068ba62ec59bebdb2 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 19 18:56:37 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:09:00 2008 -0800 |
tree | fbc490bfee01cc7cb0f3bde3b510fabfdf16c704 | |
parent | b8c06bc1f39a0311cb0f41099be03ee2b202aeae [diff] |
airo: sanitize BSSListRid handling Stop byteswap-in-place in readBSSListRid(), annotate the sucker. BTW, that had immediately found a bug - another codepath fetching the same struct from card did _not_ byteswap, but used ->dBm the same as everything else - host-endian. Fix in the next patch... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: John W. Linville <linville@tuxdriver.com>