1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 06:34:10 +00:00

Fix kernel oops warning

This commit is contained in:
kimocoder 2023-02-15 19:03:57 +01:00
parent 05095cee55
commit 733c51f1ac

View File

@ -12280,7 +12280,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); */