mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-15 01:19:36 +00:00
rtl8188eu: Fix typo
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
5b7d51d871
commit
d264b9aa21
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ void _dynamic_check_timer_handler(struct timer_list *t)
|
||||||
|
|
||||||
#ifdef CONFIG_SET_SCAN_DENY_TIMER
|
#ifdef CONFIG_SET_SCAN_DENY_TIMER
|
||||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
|
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
|
||||||
istatic void _rtw_set_scan_deny_timer_hdl(void *FunctionContext)
|
static void _rtw_set_scan_deny_timer_hdl(void *FunctionContext)
|
||||||
#else
|
#else
|
||||||
static void _rtw_set_scan_deny_timer_hdl(struct timer_list *t)
|
static void _rtw_set_scan_deny_timer_hdl(struct timer_list *t)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue