1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-09 23:57:00 +00:00

Found a misplaced #else possibly related to scan issue

This commit is contained in:
Christian Bremvåg 2019-11-10 12:21:31 +01:00 committed by GitHub
parent 7f778d288b
commit 6b06b8de47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3021,9 +3021,6 @@ bypass_p2p_chk:
goto check_need_indicate_scan_done;
}
#else
#ifdef CONFIG_MP_INCLUDED
if (rtw_mp_mode_check(padapter)) {
RTW_INFO("MP mode block Scan request\n");