Commit a665bcc2 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman

staging: rtl8723au: rtw_check_bcn_info23a(): Use capability bit define

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ed08b4de
...@@ -995,7 +995,7 @@ int rtw_check_bcn_info23a(struct rtw_adapter *Adapter, ...@@ -995,7 +995,7 @@ int rtw_check_bcn_info23a(struct rtw_adapter *Adapter,
/* check encryption info */ /* check encryption info */
val16 = rtw_get_capability23a(bssid); val16 = rtw_get_capability23a(bssid);
if (val16 & BIT(4)) if (val16 & WLAN_CAPABILITY_PRIVACY)
bssid->Privacy = 1; bssid->Privacy = 1;
else else
bssid->Privacy = 0; bssid->Privacy = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment