staging: rtl8723bs: fix wpa_set_auth_algs() function
authorFabio Aiuto <fabioaiuto83@gmail.com>
Thu, 15 Jul 2021 14:57:00 +0000 (16:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jul 2021 08:21:27 +0000 (10:21 +0200)
commitb658acbf64ae38b8fca982c2929ccc0bf4eb1ea2
treefb7a8d546aca525f4cf035f215e684b60fb42ff1
parentf9b9e0baec52706ae9c1c6cafeecdf88c187bab5
staging: rtl8723bs: fix wpa_set_auth_algs() function

fix authentication algorithm constants.
wpa_set_auth_algs() function contains some conditional
statements masking the checked value with the wrong
constants. This produces some unintentional dead code.
Mask the value with the right macros.

Fixes: 5befa937e8da ("staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.")
Reported-by: Colin Ian King <colin.king@canonical.com>
Tested-on: Lenovo Ideapad MiiX 300-10IBY
Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/20210715145700.9427-1-fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c