Update os_intfs.c

This commit is contained in:
Christian B 2017-12-17 11:58:34 +01:00 committed by GitHub
parent c39d6bcf0a
commit e4f96b0115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1826,11 +1826,7 @@ u8 rtw_reset_drv_sw(_adapter *padapter)
mlmeext_set_scan_state(&padapter->mlmeextpriv, SCAN_DISABLE);
#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
_set_timer(&padapter->recvpriv.signal_stat_timer, padapter->recvpriv.signal_stat_sampling_interval);
#else
rtw_set_signal_stat_timer(&padapter->recvpriv);
#endif
#endif
return ret8;