Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9d9a801 authored by Larry Finger's avatar Larry Finger
Browse files

staging: rtl8192e: Remove conditional code associated with EEPROM_OLD_FORMAT_SUPPORT

parent d22a3364
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
ccflags-y += -DEEPROM_OLD_FORMAT_SUPPORT=1
ccflags-y += -DUSE_FW_SOURCE_IMG_FILE
ccflags-y += -DCONFIG_PM_RTL
ccflags-y += -DCONFIG_PM
+0 −6
Original line number Diff line number Diff line
@@ -786,15 +786,9 @@ typedef struct r8192_priv
	u8		EEPROMPwrGroup[2][3];
	u8		EEPROMOptional;

#if (EEPROM_OLD_FORMAT_SUPPORT == 1)
	u8		EEPROMTxPowerLevelCCK[14];
	u8		EEPROMTxPowerLevelOFDM24G[14];
	u8		EEPROMTxPowerLevelOFDM5G[24];
#else
	u8		RfCckChnlAreaTxPwr[2][3];
	u8		RfOfdmChnlAreaTxPwr1T[2][3];
	u8		RfOfdmChnlAreaTxPwr2T[2][3];
#endif
	u8		EEPROMRfACCKChnl1TxPwLevel[3];
	u8		EEPROMRfAOfdmChnlTxPwLevel[3];
	u8		EEPROMRfCCCKChnl1TxPwLevel[3];