]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita7bf76916e70e65a1cb8ba9ca2e5b81c13e88ba6
tree110581b56bf9935814582e33e81d6c8eeca2f86a
parent349c9baf26f8e2ef89c019d364e4ce55c268a847
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