diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2009-09-11 13:38:09 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:31 -0400 |
commit | 1b07a1307250e55fe00c076b33d0ab5ac088a489 (patch) | |
tree | 537792c10c65f022fec605a4dd9bf74b1bf6fcd4 /drivers/net/wireless | |
parent | 85fecff155ed2ba0cccd618ab92d5b4e7d69cd5d (diff) |
iwlwifi: remove un-supported eeprom parameters
Remove few of the parameters not used and no longer valid in EEPROM.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-eeprom.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-eeprom.h b/drivers/net/wireless/iwlwifi/iwl-eeprom.h index 6b68db7b1b81..90e2b4ea2606 100644 --- a/drivers/net/wireless/iwlwifi/iwl-eeprom.h +++ b/drivers/net/wireless/iwlwifi/iwl-eeprom.h | |||
@@ -370,12 +370,10 @@ struct iwl_eeprom_calib_info { | |||
370 | #define EEPROM_BOARD_PBA_NUMBER (2*0x3B+1) /* 9 bytes */ | 370 | #define EEPROM_BOARD_PBA_NUMBER (2*0x3B+1) /* 9 bytes */ |
371 | #define EEPROM_VERSION (2*0x44) /* 2 bytes */ | 371 | #define EEPROM_VERSION (2*0x44) /* 2 bytes */ |
372 | #define EEPROM_SKU_CAP (2*0x45) /* 1 bytes */ | 372 | #define EEPROM_SKU_CAP (2*0x45) /* 1 bytes */ |
373 | #define EEPROM_LEDS_MODE (2*0x45+1) /* 1 bytes */ | ||
374 | #define EEPROM_OEM_MODE (2*0x46) /* 2 bytes */ | 373 | #define EEPROM_OEM_MODE (2*0x46) /* 2 bytes */ |
375 | #define EEPROM_WOWLAN_MODE (2*0x47) /* 2 bytes */ | 374 | #define EEPROM_WOWLAN_MODE (2*0x47) /* 2 bytes */ |
376 | #define EEPROM_RADIO_CONFIG (2*0x48) /* 2 bytes */ | 375 | #define EEPROM_RADIO_CONFIG (2*0x48) /* 2 bytes */ |
377 | #define EEPROM_3945_M_VERSION (2*0x4A) /* 1 bytes */ | 376 | #define EEPROM_3945_M_VERSION (2*0x4A) /* 1 bytes */ |
378 | #define EEPROM_ANTENNA_SWITCH_TYPE (2*0x4A+1) /* 1 bytes */ | ||
379 | 377 | ||
380 | /* The following masks are to be applied on EEPROM_RADIO_CONFIG */ | 378 | /* The following masks are to be applied on EEPROM_RADIO_CONFIG */ |
381 | #define EEPROM_RF_CFG_TYPE_MSK(x) (x & 0x3) /* bits 0-1 */ | 379 | #define EEPROM_RF_CFG_TYPE_MSK(x) (x & 0x3) /* bits 0-1 */ |