1
0
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:
Chen Minqiang 2017-05-13 14:19:01 +08:00 committed by GitHub
commit 6ffebc434b

View File

@ -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