OSDN Git Service

staging: rtl8188eu: change return type to bool
authorMichael Straube <straube.linux@gmail.com>
Sat, 21 Jul 2018 18:57:38 +0000 (20:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jul 2018 12:02:00 +0000 (14:02 +0200)
commita0cec709e17ae6d357c742bac0cbd6f7f84af998
tree62b5717a097a8a3cd520f0d9f29d187f5437aedc
parent2c93b22aaafb7e2fb9c0bee69f5068d720d09d33
staging: rtl8188eu: 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/rtl8188eu/core/rtw_ieee80211.c
drivers/staging/rtl8188eu/include/ieee80211.h