mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-10 08:07:18 +00:00
Update rtw_mlme.h
This commit is contained in:
parent
623eb9d850
commit
e941a44db4
@ -771,13 +771,8 @@ extern void rtw_wmm_event_callback(PADAPTER padapter, u8 *pbuf);
|
|||||||
void rtw_sta_timeout_event_callback(_adapter *adapter, u8 *pbuf);
|
void rtw_sta_timeout_event_callback(_adapter *adapter, u8 *pbuf);
|
||||||
#endif /* CONFIG_IEEE80211W */
|
#endif /* CONFIG_IEEE80211W */
|
||||||
|
|
||||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
|
|
||||||
void rtw_join_timeout_handler(struct timer_list *t);
|
|
||||||
void _rtw_scan_timeout_handler(struct timer_list *t);
|
|
||||||
#else
|
|
||||||
extern void rtw_join_timeout_handler(RTW_TIMER_HDL_ARGS);
|
extern void rtw_join_timeout_handler(RTW_TIMER_HDL_ARGS);
|
||||||
extern void _rtw_scan_timeout_handler(RTW_TIMER_HDL_ARGS);
|
extern void _rtw_scan_timeout_handler(RTW_TIMER_HDL_ARGS);
|
||||||
#endif
|
|
||||||
|
|
||||||
thread_return event_thread(thread_context context);
|
thread_return event_thread(thread_context context);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user