kernel-fxtec-pro1x/drivers/staging/wlan-ng
Julia Lawall 1611a52c39 Staging: wlan-ng: p80211wext.c: problem with IW_ENCODE_ALG_WEP
The expression !(ext->alg & IW_ENCODE_ALG_WEP) appears to be incorrect,
because there are several possible values for ext->alg that give 1 when
bit-anded with IW_ENCODE_ALG_WEP.  Therefore Richard Kennedy suggested to
rewrite the code with !=

Added \n at the end of the debug string as well.

Signed-off-by: Julia Lawall <julia@diku.dk>
Cc: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-19 11:00:38 -07:00
..
hfa384x.h Staging: wlan-ng: Move firmware loading into driver 2009-06-19 11:00:38 -07:00
hfa384x_usb.c Staging: wlan-ng: Change KERN_DEBUG or pr_debug to match orig driver 2009-06-19 11:00:38 -07:00
Kconfig
Makefile
p80211conv.c Staging: wlan-ng: Change KERN_DEBUG or pr_debug to match orig driver 2009-06-19 11:00:38 -07:00
p80211conv.h
p80211hdr.h
p80211ioctl.h
p80211meta.h
p80211metadef.h Staging: wlan-ng: Move firmware loading into driver 2009-06-19 11:00:38 -07:00
p80211metastruct.h
p80211mgmt.h
p80211msg.h
p80211netdev.c Staging: wlan-ng: Move firmware loading into driver 2009-06-19 11:00:38 -07:00
p80211netdev.h Staging: wlan-ng: Move firmware loading into driver 2009-06-19 11:00:38 -07:00
p80211req.c
p80211req.h
p80211types.h
p80211wep.c Staging: remove unused #include <linux/version.h>'s 2009-06-19 11:00:36 -07:00
p80211wext.c Staging: wlan-ng: p80211wext.c: problem with IW_ENCODE_ALG_WEP 2009-06-19 11:00:38 -07:00
prism2fw.c Staging: wlan-ng: Move firmware loading into driver 2009-06-19 11:00:38 -07:00
prism2mgmt.c Staging: wlan-ng: Change KERN_DEBUG or pr_debug to match orig driver 2009-06-19 11:00:38 -07:00
prism2mgmt.h
prism2mib.c Staging: remove unused #include <linux/version.h>'s 2009-06-19 11:00:36 -07:00
prism2sta.c Staging: wlan-ng: Change KERN_DEBUG or pr_debug to match orig driver 2009-06-19 11:00:38 -07:00
prism2usb.c Staging: wlan-ng: Move firmware loading into driver 2009-06-19 11:00:38 -07:00
README

TODO:
	- checkpatch.pl cleanups
	- sparse warnings
	- Lindent cleanups
	- 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.