mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-12-31 07:03:59 +00:00
Update rtw_recv.c
This commit is contained in:
parent
399388ed30
commit
e24a462e56
@ -4210,8 +4210,8 @@ void rtw_signal_stat_timer_hdl(RTW_TIMER_HDL_ARGS)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (num_signal_strength == 0) {
|
if (num_signal_strength == 0) {
|
||||||
if (rtw_get_on_cur_ch_time(padapter) == 0
|
if (rtw_get_on_cur_ch_time(adapter) == 0
|
||||||
|| rtw_get_passing_time_ms(rtw_get_on_cur_ch_time(padapter)) < 2 * padapter->mlmeextpriv.mlmext_info.bcn_interval
|
|| rtw_get_passing_time_ms(rtw_get_on_cur_ch_time(adapter)) < 2 * adapter->mlmeextpriv.mlmext_info.bcn_interval
|
||||||
)
|
)
|
||||||
goto set_timer;
|
goto set_timer;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user