Update rtw_recv.h

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

View File

@ -482,9 +482,7 @@ struct recv_priv {
};
#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
#define rtw_set_signal_stat_timer(recvpriv) _set_timer(&(recvpriv)->signal_stat_timer, (recvpriv)->signal_stat_sampling_interval)
#endif
#endif /* CONFIG_NEW_SIGNAL_STAT_PROCESS */
struct sta_recv_priv {