mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-25 14:44:09 +00:00
Fix kernel oops warning
This commit is contained in:
parent
05095cee55
commit
733c51f1ac
@ -12280,7 +12280,7 @@ static void rtw_mlmeext_disconnect(_adapter *padapter)
|
|||||||
self_action = MLME_ADHOC_STOPPED;
|
self_action = MLME_ADHOC_STOPPED;
|
||||||
else {
|
else {
|
||||||
RTW_INFO("state:0x%x\n", MLME_STATE(padapter));
|
RTW_INFO("state:0x%x\n", MLME_STATE(padapter));
|
||||||
rtw_warn_on(1);
|
//rtw_warn_on(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* set_opmode_cmd(padapter, infra_client_with_mlme); */
|
/* set_opmode_cmd(padapter, infra_client_with_mlme); */
|
||||||
|
Loading…
Reference in New Issue
Block a user