mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Remove most of the remaining parameters from autoconf.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
1e96c9a1d4
commit
f55990fd29
13 changed files with 31 additions and 192 deletions
|
@ -20,12 +20,8 @@
|
|||
|
||||
#include "odm_precomp.h"
|
||||
#include <rtw_iol.h>
|
||||
#if (RTL8188E_SUPPORT == 1)
|
||||
static bool
|
||||
CheckCondition(
|
||||
const u4Byte Condition,
|
||||
const u4Byte Hex
|
||||
)
|
||||
|
||||
static bool CheckCondition(const u4Byte Condition, const u4Byte Hex)
|
||||
{
|
||||
u4Byte _board = (Hex & 0x000000FF);
|
||||
u4Byte _interface = (Hex & 0x0000FF00) >> 8;
|
||||
|
@ -256,5 +252,3 @@ ODM_ReadAndConfig_MAC_REG_8188E(
|
|||
}
|
||||
return rst;
|
||||
}
|
||||
|
||||
#endif /* end of HWIMG_SUPPORT */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue