mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 00:24:20 +00:00
rtl8188eu: Remove CONFIG_XMIT_THREAD_MODE
This variable is not defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
d2528caa5f
commit
2f86fc26dd
8 changed files with 0 additions and 247 deletions
|
@ -2579,14 +2579,9 @@ void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc)
|
|||
pHalFunc->GetHalODMVarHandler = &rtl8188e_GetHalODMVar;
|
||||
pHalFunc->SetHalODMVarHandler = &rtl8188e_SetHalODMVar;
|
||||
|
||||
#ifdef CONFIG_XMIT_THREAD_MODE
|
||||
pHalFunc->xmit_thread_handler = &hal_xmit_handler;
|
||||
#endif
|
||||
|
||||
pHalFunc->IOL_exec_cmds_sync = &rtl8188e_IOL_exec_cmds_sync;
|
||||
|
||||
pHalFunc->hal_notch_filter = &hal_notch_filter_8188e;
|
||||
|
||||
}
|
||||
|
||||
u8 GetEEPROMSize8188E(PADAPTER padapter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue