staging: rtl8188eu: change type of a struct field
authorMichael Straube <straube.linux@gmail.com>
Sat, 27 Oct 2018 20:28:47 +0000 (22:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Nov 2018 11:41:00 +0000 (12:41 +0100)
commitbf58500ff4210e8064398631329d38df40859073
tree864db8fc02c9a882a606f1e17f21493f09efc1ec
parentadc595cb5ace01104b0a6a27e0cf1eadbf7c825e
staging: rtl8188eu: change type of a struct field

The field enable of struct recv_reorder_ctrl is only used for boolean
values, so change the type from u8 to bool.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/rtw_recv.h