staging: rtl8723bs: change return type to bool
authorMichael Straube <straube.linux@gmail.com>
Thu, 12 Jul 2018 10:36:09 +0000 (12:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Jul 2018 09:41:52 +0000 (11:41 +0200)
commit6bf4d28ea1f438256983376b1f58f588a57161ec
tree8be0db223716c1a347524d71c37810cce63dac45
parent4f2a3d835dbd971224c4c6ff2e715e1056659d10
staging: rtl8723bs: change return type to bool

Both rtw_is_cckrates_included() and rtw_is_cckratesonly_included()
return true or false. Change the return type from uint to bool.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ieee80211.c
drivers/staging/rtl8723bs/include/ieee80211.h