mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 21:43:06 +00:00
rtl8188eu: Remove CONFIG_ODM_REFRESH_RAMASK and CONFIG_PHY_SETTING_WITH_ODM
Both are always defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
37c29a6af7
commit
e294a4c385
7 changed files with 3 additions and 305 deletions
|
@ -315,7 +315,6 @@ SetAntennaConfig92C(
|
|||
u8 DefaultAnt
|
||||
);
|
||||
|
||||
#ifdef CONFIG_PHY_SETTING_WITH_ODM
|
||||
void
|
||||
storePwrIndexDiffRateOffset(
|
||||
PADAPTER Adapter,
|
||||
|
@ -323,7 +322,6 @@ storePwrIndexDiffRateOffset(
|
|||
u32 BitMask,
|
||||
u32 Data
|
||||
);
|
||||
#endif //CONFIG_PHY_SETTING_WITH_ODM
|
||||
/*--------------------------Exported Function prototype---------------------*/
|
||||
|
||||
#define PHY_QueryBBReg(Adapter, RegAddr, BitMask) rtl8188e_PHY_QueryBBReg((Adapter), (RegAddr), (BitMask))
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
******************************************************************************/
|
||||
//***** temporarily flag *******
|
||||
|
||||
#define CONFIG_ODM_REFRESH_RAMASK
|
||||
#define CONFIG_PHY_SETTING_WITH_ODM
|
||||
//for FPGA VERIFICATION config
|
||||
#define RTL8188E_FPGA_true_PHY_VERIFICATION 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue