airo: Fix integer overflow warning
authorMichael Buesch <mb@bu3sch.de>
Wed, 25 Nov 2009 21:55:11 +0000 (22:55 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 4 Dec 2009 18:30:40 +0000 (13:30 -0500)
On BigEndian gcc complains:

drivers/net/wireless/airo.c: In function ‘sniffing_mode’:
drivers/net/wireless/airo.c:4809: warning: integer overflow in expression

Fix this by doing the bitwise AND on the host-endian value.

Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found