mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-04-29 15:19:40 +02:00
Merge pull request #204 from c-andy-martin/fix-unhandled-page-fault-4.3.14
rtw_mlme_ext: fix unhandled page fault
This commit is contained in:
commit
6ffebc434b
@ -12125,7 +12125,7 @@ u8 join_cmd_hdl(_adapter *padapter, u8 *pbuf)
|
||||
}
|
||||
|
||||
i += (pIE->Length + 2);
|
||||
} while (pnetwork->IELength - i > 0);
|
||||
} while (pnetwork->IELength > i);
|
||||
#if 0
|
||||
if (padapter->registrypriv.wifi_spec) {
|
||||
// for WiFi test, follow WMM test plan spec
|
||||
|
Loading…
x
Reference in New Issue
Block a user