mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Remove all configuration variables that use RTL8188E*
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
efaf0dce64
commit
1eb356210f
7 changed files with 2 additions and 123 deletions
|
@ -24,18 +24,7 @@
|
|||
|
||||
#include "odm_precomp.h"
|
||||
|
||||
#if (RTL8188E_FOR_TEST_CHIP > 1)
|
||||
#define READ_AND_CONFIG(ic, txt) do {\
|
||||
if (pDM_Odm->bIsMPChip)\
|
||||
READ_AND_CONFIG_MP(ic,txt);\
|
||||
else\
|
||||
READ_AND_CONFIG_TC(ic,txt);\
|
||||
} while(0)
|
||||
#elif (RTL8188E_FOR_TEST_CHIP == 1)
|
||||
#define READ_AND_CONFIG READ_AND_CONFIG_TC
|
||||
#else
|
||||
#define READ_AND_CONFIG READ_AND_CONFIG_MP
|
||||
#endif
|
||||
#define READ_AND_CONFIG READ_AND_CONFIG_MP
|
||||
|
||||
#define READ_AND_CONFIG_MP(ic, txt) (ODM_ReadAndConfig##txt##ic(pDM_Odm))
|
||||
#define READ_AND_CONFIG_TC(ic, txt) (ODM_ReadAndConfig_TC##txt##ic(pDM_Odm))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue