staging: rtl8188eu: remove unnecessary ternary operator
authorMichael Straube <straube.linux@gmail.com>
Sat, 27 Oct 2018 20:28:46 +0000 (22:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Nov 2018 11:41:00 +0000 (12:41 +0100)
commitadc595cb5ace01104b0a6a27e0cf1eadbf7c825e
tree70656f55ab6aef45f8d4ac9c0af546a5345599ef
parent636e10b89f5d5479079f6b360c9160a0bc9a0dbd
staging: rtl8188eu: remove unnecessary ternary operator

The field accept_addba_req of struct mlme_ext_info has type bool.
Use the value of accept_addba_req directly instead of the ternary
operator in an asignment.

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