staging: rtl8188eu: convert rtw_hal_antdiv_before_linked() to bool
authorMichael Straube <straube.linux@gmail.com>
Tue, 14 Jan 2020 13:44:19 +0000 (14:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Jan 2020 13:59:47 +0000 (14:59 +0100)
commitcdc7fa32325ce6f834c46bd7e710418655af58c6
tree316cd83de75c1b8d349707d31cd306e86d78acf9
parentc0a6bf0f1ae33eddd36e8201ef132c1abc4c19bf
staging: rtl8188eu: convert rtw_hal_antdiv_before_linked() to bool

Function rtw_hal_antdiv_before_linked() returns boolean values, so
change the return type from u8 to bool.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200114134422.13598-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188e_dm.c
drivers/staging/rtl8188eu/include/hal_intf.h