mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-10 08:07:18 +00:00
Update osdep_service_linux.h
This commit is contained in:
parent
87aec9ad1c
commit
ee85b4850e
@ -269,14 +269,13 @@ __inline static void rtw_list_delete(_list *plist)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define RTW_TIMER_HDL_ARGS void *FunctionContext
|
#define RTW_TIMER_HDL_ARGS void *FunctionContext
|
||||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
|
|
||||||
__inline static void _init_timer(_timer *ptimer, _nic_hdl nic_hdl, void *pfunc, void *cntx)
|
__inline static void _init_timer(_timer *ptimer, _nic_hdl nic_hdl, void *pfunc, void *cntx)
|
||||||
{
|
{
|
||||||
|
/* setup_timer(ptimer, pfunc,(u32)cntx); */
|
||||||
ptimer->function = pfunc;
|
ptimer->function = pfunc;
|
||||||
ptimer->data = (unsigned long)cntx;
|
ptimer->data = (unsigned long)cntx;
|
||||||
init_timer(ptimer);
|
init_timer(ptimer);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
__inline static void _set_timer(_timer *ptimer, u32 delay_time)
|
__inline static void _set_timer(_timer *ptimer, u32 delay_time)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user