From: Al Viro Date: Wed, 19 Dec 2007 23:56:37 +0000 (-0500) Subject: airo: sanitize BSSListRid handling X-Git-Tag: v2.6.25-rc1~1162^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17e70491404c73012a7991a068ba62ec59bebdb2;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed