From: Michael Buesch Date: Sun, 6 Sep 2009 14:18:58 +0000 (+0200) Subject: b43: Fix sparse warning in hw-tkip code X-Git-Tag: v2.6.32-rc1~703^2~27^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cde1b55b43b71cabb1a94278a809bca21b9df791;p=pandora-kernel.git b43: Fix sparse warning in hw-tkip code This fixes a sparse warning in the hardware-TKIP code: drivers/net/wireless/b43/xmit.c:272:18: warning: incorrect type in assignment (different base types) drivers/net/wireless/b43/xmit.c:272:18: expected unsigned short [unsigned] [short] drivers/net/wireless/b43/xmit.c:272:18: got restricted unsigned short [usertype] The code should work correctly with and without this patch applied. Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- Reading git-diff-tree failed