aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-eeprom.h
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2011-01-08 13:25:14 -0500
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2011-01-21 18:28:40 -0500
commit1956e1ad6292d257219d0f98a53f0a78ef282070 (patch)
tree873d608dcb7c4109a8970ec13a83bfe002fdeb0b /drivers/net/wireless/iwlwifi/iwl-eeprom.h
parent5ed540aecc2aae92d5c97b9a9306a5bf88ad5574 (diff)
iwlagn: remove reference to gen2a and gen2b
Since 6005, 6030 and 6150 series are offical released, remove the reference to gen2x and use the product number instead. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-eeprom.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-eeprom.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-eeprom.h b/drivers/net/wireless/iwlwifi/iwl-eeprom.h
index 9e6f31355ee..4f4cd4fddbf 100644
--- a/drivers/net/wireless/iwlwifi/iwl-eeprom.h
+++ b/drivers/net/wireless/iwlwifi/iwl-eeprom.h
@@ -247,13 +247,17 @@ struct iwl_eeprom_enhanced_txpwr {
247#define EEPROM_6050_TX_POWER_VERSION (4) 247#define EEPROM_6050_TX_POWER_VERSION (4)
248#define EEPROM_6050_EEPROM_VERSION (0x532) 248#define EEPROM_6050_EEPROM_VERSION (0x532)
249 249
250/* 6x50g2 Specific */ 250/* 6150 Specific */
251#define EEPROM_6050G2_TX_POWER_VERSION (6) 251#define EEPROM_6150_TX_POWER_VERSION (6)
252#define EEPROM_6050G2_EEPROM_VERSION (0x553) 252#define EEPROM_6150_EEPROM_VERSION (0x553)
253 253
254/* 6x00g2 Specific */ 254/* 6x05 Specific */
255#define EEPROM_6000G2_TX_POWER_VERSION (6) 255#define EEPROM_6005_TX_POWER_VERSION (6)
256#define EEPROM_6000G2_EEPROM_VERSION (0x709) 256#define EEPROM_6005_EEPROM_VERSION (0x709)
257
258/* 6x30 Specific */
259#define EEPROM_6030_TX_POWER_VERSION (6)
260#define EEPROM_6030_EEPROM_VERSION (0x709)
257 261
258/* OTP */ 262/* OTP */
259/* lower blocks contain EEPROM image and calibration data */ 263/* lower blocks contain EEPROM image and calibration data */