From: Michael Buesch Date: Wed, 25 Nov 2009 21:55:11 +0000 (+0100) Subject: airo: Fix integer overflow warning X-Git-Tag: v2.6.33-rc1~388^2~2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f351e3840dcf25aaddec2d908c3ab06ae105ee6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed