staging: rtl8188eu: remove 5 GHz if test
authorMichael Straube <straube.linux@gmail.com>
Thu, 9 Apr 2020 08:08:02 +0000 (10:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Apr 2020 12:53:20 +0000 (14:53 +0200)
commit9485a408ae31ed93325d1109dab0d692661cf8a2
tree13b654e062288d548fa5a67abe57212a09cb3136
parentfab6710e4c51f4eb622f95a08322ab5fdbe3f295
staging: rtl8188eu: remove 5 GHz if test

Cleanup a line over 80 characters by removing an if test that is valid
only for 5 GHz. According to the TODO 5 GHz code 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.

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