rtl8188eu: Remove CONFIG_RF_GAIN_OFFSET - not defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-21 10:53:26 -05:00
parent dbfcfb9122
commit 48b4d6056b
7 changed files with 2 additions and 88 deletions

View file

@ -119,11 +119,7 @@ struct eeprom_priv {
u8 mac_addr[6]; //PermanentAddress
u16 channel_plan;
u8 EepromOrEfuse;
u8 efuse_eeprom_data[HWSET_MAX_SIZE_512]; //92C:256bytes, 88E:512bytes, we use union set (512bytes)
#ifdef CONFIG_RF_GAIN_OFFSET
u8 EEPROMRFGainOffset;
#endif //CONFIG_RF_GAIN_OFFSET
u8 efuse_eeprom_data[HWSET_MAX_SIZE_512];
};
extern void eeprom_write16(_adapter *padapter, u16 reg, u16 data);