Files
linux/drivers
Michael Buesch 1f351e3840 airo: Fix integer overflow warning
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>
2009-12-04 13:30:40 -05:00
..
2009-11-04 14:04:06 +01:00
2009-11-18 23:29:57 -08:00
2009-11-12 07:25:57 -08:00
2009-11-16 16:13:35 +00:00
2009-12-04 13:30:40 -05:00
2009-11-12 07:26:01 -08:00
2009-11-16 16:15:49 +00:00
2009-11-11 12:21:06 -05:00
2009-11-17 17:40:32 -08:00
2009-11-23 17:05:41 -05:00