mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-08 20:35:07 +00:00
Fix a kernel 'oops' on adapter disconnect
This commit is contained in:
parent
cc3b36711b
commit
259dbca12b
@ -12288,7 +12288,7 @@ static void rtw_mlmeext_disconnect(_adapter *padapter)
|
||||
self_action = MLME_ADHOC_STOPPED;
|
||||
else {
|
||||
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); */
|
||||
|
Loading…
Reference in New Issue
Block a user