staging: rtl8188eu: remove some 5 GHz code
authorMichael Straube <straube.linux@gmail.com>
Fri, 20 Mar 2020 19:13:05 +0000 (20:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Mar 2020 09:58:19 +0000 (10:58 +0100)
commit609ccb307181df0ab0e6d9469db7621b1a1f6928
tree110581b56bf9935814582e33e81d6c8eeca2f86a
parenta74081b442911d27bf9c7043f36f599b3e5908c9
staging: rtl8188eu: remove some 5 GHz code

According to the TODO code valid only for 5 GHz should be removed.

- find and remove remaining code valid only for 5 GHz. Most of the obvious
  ones have been removed, but things like channel > 14 still exist.

Remove if statement that checks for channel > 14 from rtw_ieee80211.c.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200320191305.10425-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ieee80211.c