mirror of
https://github.com/drygdryg/rtl8188eus.git
synced 2025-04-29 02:37:16 +09:00
Fix build error
This commit is contained in:
parent
c7cba7bd00
commit
d00f4a112d
@ -9003,7 +9003,7 @@ void issue_auth(_adapter *padapter, struct sta_info *psta, unsigned short status
|
|||||||
val16 = cpu_to_le16(val16);
|
val16 = cpu_to_le16(val16);
|
||||||
use_shared_key = 1;
|
use_shared_key = 1;
|
||||||
} else {
|
} else {
|
||||||
le_val16 = 0;
|
val16 = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&val16, &(pattrib->pktlen));
|
pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&val16, &(pattrib->pktlen));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user