staging: rtl8188eu: change return type of is_basicrate() to bool
authorMichael Straube <straube.linux@gmail.com>
Tue, 18 Dec 2018 18:34:49 +0000 (19:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Dec 2018 07:32:33 +0000 (08:32 +0100)
commite54a823e90fe9a49cd6573dda99440045c164851
tree172cb4df6516de92e26a3c3851388a5f6b82a560
parent79ebad324b487729d4aabddcb81e80c94b6f11c3
staging: rtl8188eu: change return type of is_basicrate() to bool

The function is_basicrate() returns true or false, so change the
return type from int 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_wlan_util.c