linux/drivers/staging/wlan-ng
Claudiu Beznea 0ca6d8e744 Staging: wlan-ng: replace switch-case statements with macro
This patch removes multiple switch-case statements
with a new macro. The macro will generate the
corresponding bit mask based on the key index
received as input.

Chances since v1:
Corrected patch title

Signed-off-by: Claudiu Beznea <claudiu.beznea@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-09-01 17:51:20 +02:00
..
cfg80211.c Staging: wlan-ng: replace switch-case statements with macro 2016-09-01 17:51:20 +02:00
hfa384x_usb.c staging: wlan-ng: rewrite NULL comparison 2016-04-29 17:43:15 -07:00
hfa384x.h Staging: wlan-ng: Remove unused functions and prototypes 2016-02-20 14:53:27 -08:00
Kconfig
Makefile
p80211conv.c Staging: wlan-ng: no need for memcpy() since its arguments are already equal 2016-03-29 12:43:14 -07:00
p80211conv.h
p80211hdr.h
p80211ioctl.h
p80211metadef.h Staging: wlan-ng: replace switch-case statements with macro 2016-09-01 17:51:20 +02:00
p80211metastruct.h
p80211mgmt.h
p80211msg.h
p80211netdev.c Staging and IIO driver update for 4.7-rc1 2016-05-20 22:20:48 -07:00
p80211netdev.h Staging: wlan-ng: removed "next" member of wlandevice_t since it is not used anywhere in code. 2016-03-29 14:41:15 -07:00
p80211req.c Staging: wlan-ng: removed duplicate code in p80211req.c 2016-09-01 17:51:20 +02:00
p80211req.h
p80211types.h
p80211wep.c Staging: wlan-ng: Remove multiple assignments 2016-02-14 16:34:08 -08:00
prism2fw.c Staging: wlan-ng: memory allocated inside mkimage() is not freed if subsequent calls fails. 2016-04-29 17:43:15 -07:00
prism2mgmt.c staging: wlan-ng: prism2mgmt.c: Drop void pointer cast 2016-03-11 22:09:09 -08:00
prism2mgmt.h Staging: wlan-ng: Remove function prototype 2016-02-14 16:34:08 -08:00
prism2mib.c Staging: wlan-ng: Fix trailing */ in block comments. 2016-08-21 17:31:46 +02:00
prism2sta.c Staging: wlan-ng: Do not print message if kzalloc() failed. 2016-03-11 22:09:09 -08:00
prism2usb.c Staging: wlan-ng: fix comparison to NULL issue. 2016-08-21 17:31:46 +02: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.