linux/drivers/staging/wlan-ng
Ebru Akagunduz cb6c1ee305 staging: wlan-ng: Fix restricted __be16 degrades to integer
skb->protocol variable type is __be16 and in if condition
it is comparing with ETH_P_80211_RAW constant variable
which is not __be16 type. Using be16_to_cpu() function,
value of skb->protocol converted native processor format.
This bug was found by sparse.

Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-23 14:10:49 +08:00
..
cfg80211.c cfg80211: allow passing frame type to cfg80211_inform_bss() 2014-08-26 11:16:02 +02:00
hfa384x_usb.c staging: wlan-ng: remove unnecessary 'out of memory' message 2014-10-20 10:29:17 +08:00
hfa384x.h staging: wlan-ng: add blank lines after declarations 2014-10-20 10:29:17 +08:00
Kconfig
Makefile
p80211conv.c staging: wlan-ng: coding style problem fix 2014-08-01 15:00:18 -07:00
p80211conv.h
p80211hdr.h
p80211ioctl.h
p80211meta.h
p80211metadef.h
p80211metastruct.h
p80211mgmt.h Staging: wlan-ng: Fix do not add new typedefs in p80211mgmt.h 2014-03-10 23:35:11 -07:00
p80211msg.h
p80211netdev.c staging: wlan-ng: Fix restricted __be16 degrades to integer 2014-10-23 14:10:49 +08:00
p80211netdev.h Staging: wlan-ng: Fix unnecessary space before function pointer arguments 2014-09-28 23:14:09 -04:00
p80211req.c drivers/staging: Remove useless return variables 2014-05-26 10:32:15 -07:00
p80211req.h
p80211types.h
p80211wep.c
prism2fw.c staging: wlan-ng: replace kmalloc and memset with kzalloc 2014-10-20 10:29:19 +08:00
prism2mgmt.c staging: wlan-ng: prism2mgmt.c Fix break not useful 2014-08-17 09:49:48 -07:00
prism2mgmt.h staging: wlan-ng: fix bad symbol declaration 2014-05-15 14:57:48 -07:00
prism2mib.c staging: wlan-ng: remove unused 'result' var 2014-09-23 23:42:39 -07:00
prism2sta.c staging: wlan-ng: use %*pEhp to print SN 2014-10-14 02:18:27 +02:00
prism2usb.c staging/wlan-ng: fix small coding style issues 2014-04-25 16:21:15 -07:00
README

TODO:
	- checkpatch.pl cleanups
	- sparse warnings
	- move to use the in-kernel wireless stack

Please send any patches or complaints about this driver to Greg
Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless
kernel developers about it, they want nothing to do with it.