mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2026-04-01 07:00:01 +00:00
Replace custom Information Element IDs
Use enum ieee80211_eid from linux/ieee80211.h
Fix 3555bdb258
This commit is contained in:
@@ -2732,7 +2732,7 @@ void process_csa_ie(_adapter *padapter, u8 *ies, uint ies_len)
|
||||
pIE = (PNDIS_802_11_VARIABLE_IEs)(ies + i);
|
||||
|
||||
switch (pIE->ElementID) {
|
||||
case _CH_SWTICH_ANNOUNCE_:
|
||||
case WLAN_EID_CHANNEL_SWITCH:
|
||||
ch = *(pIE->data + 1);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user