Shivani Bhardwaj f3a8fb0729 Staging: rtl8192u: ieee80211_rx: Remove unnecessary code
The variable frame_authorized is declared and mentioned in the code but
is not used anywhere so, it should be removed. Also, two case statements
are merged by removing an extra break.
Semantic patch used:
@@
type T;
identifier i;
constant C;
position p != e.p;
@@

- T i@p;
  <+... when != i
- i = C;
  ...+>

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-16 22:19:04 -07:00
..
2015-10-13 10:32:40 -07:00
2015-10-13 10:32:40 -07:00
2015-10-13 10:32:40 -07:00
2015-10-13 10:32:40 -07:00
2015-10-13 10:32:40 -07:00
2015-10-13 10:32:40 -07:00