staging: r8188eu: convert return type of Hal_GetChnlGroup88E() to void
authorMichael Straube <straube.linux@gmail.com>
Fri, 13 Aug 2021 07:31:07 +0000 (09:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Aug 2021 07:08:11 +0000 (09:08 +0200)
commit1cb5715d273e931e093804e0d81145c9edf15ace
tree8139302ba8932bbb552d5ce6fb339ce0125933c5
parent6a78bb5c4f92d1a3a2fa5c6bad56c57b916c6a33
staging: r8188eu: convert return type of Hal_GetChnlGroup88E() to void

After the removal of 5GHz code from Hal_GetChnlGroup88E() the function
always returns true now. Convert the return type to void and change the
only user Hal_ReadTxPowerInfo88E() accordingly.

Acked-by: Phillip Potter <phil@philpotter.co.uk>
Acked-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210813073109.25609-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c