alistair23-linux/drivers/staging/rtl8188eu
Nicholas Mc Guire e971e8de38 staging: rtl8188eu: core: switch with redundant cases
A few redundant switch cases as well as a redundant if/else
within one of the cases was consolidated to a single call.
The cases are intentionally retained for documentation purposes.

case WIFI_REASSOCREQ,WIFI_PROBEREQ,WIFI_BEACON,WIFI_ACTION all
have the same effect - notably the also for WIFI_PROBEREQ where
the if/else is executing the same function.

These redundant cases could all be dropped and consolidated into
the default but probably it is better for documentation/readability
to leave them in the switch/case explicitly.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-02-07 17:37:52 +08:00
..
core staging: rtl8188eu: core: switch with redundant cases 2015-02-07 17:37:52 +08:00
hal staging: rtl8188eu: odm: conditional setting with no effect 2015-02-07 17:37:52 +08:00
include staging: rtl8188eu: use msecs_to_jiffies for conversions 2015-02-07 17:25:42 +08:00
os_dep staging: rtl8188eu: os_dep: usb_ops_linux.c: Remove unused function 2015-01-17 14:06:03 -08:00
Kconfig staging: rtl8188eu: Remove P2P support 2014-07-09 21:08:47 -07:00
Makefile staging: rtl8188eu: Remove odm_debug.c 2014-09-23 23:47:12 -07:00
TODO staging: Additional item for rtl8188eu TODO list 2014-02-14 09:19:53 -08:00