Commit 89434421d86a69af1868b65c5adbb3abda5af54f

Authored by Wey-Yi Guy
1 parent 86cb3b4e08

iwlagn: remove incorrect define

Remove unused and incorrect EEPROM define

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/net/wireless/iwlwifi/iwl-eeprom.h
... ... @@ -275,7 +275,6 @@
275 275 #define EEPROM_VERSION (2*0x44) /* 2 bytes */
276 276 #define EEPROM_SKU_CAP (2*0x45) /* 2 bytes */
277 277 #define EEPROM_OEM_MODE (2*0x46) /* 2 bytes */
278   -#define EEPROM_WOWLAN_MODE (2*0x47) /* 2 bytes */
279 278 #define EEPROM_RADIO_CONFIG (2*0x48) /* 2 bytes */
280 279 #define EEPROM_NUM_MAC_ADDRESS (2*0x4C) /* 2 bytes */
281 280