iwlwifi: change valid EEPROM version for 1000 series
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Fri, 2 Oct 2009 20:43:59 +0000 (13:43 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Oct 2009 20:39:44 +0000 (16:39 -0400)
In order to support different type of 1000 series NICs we release to
customers before the production release, iwlwifi driver need to support
all the NICs has EEPROM version greater than 0x15c.

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>
drivers/net/wireless/iwlwifi/iwl-eeprom.h

index 75fe02282998ba50ee40aeeafe8d57f1fa39e1bc..643142f913b62589633622d4d11136201c342b62 100644 (file)
@@ -257,7 +257,7 @@ struct iwl_eeprom_enhanced_txpwr {
 #define EEPROM_5050_EEPROM_VERSION     (0x21E)
 
 /* 1000 Specific */
-#define EEPROM_1000_EEPROM_VERSION     (0x15D)
+#define EEPROM_1000_EEPROM_VERSION     (0x15C)
 
 /* 60x0 Specific */
 #define EEPROM_6000_EEPROM_VERSION     (0x434)