iwlwifi: change valid EEPROM version for 1000 series

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>
This commit is contained in:
Wey-Yi Guy 2009-10-02 13:43:59 -07:00 committed by John W. Linville
parent 7812b16730
commit 72f0ebd9e0

View file

@ -257,7 +257,7 @@ struct iwl_eeprom_enhanced_txpwr {
#define EEPROM_5050_EEPROM_VERSION (0x21E) #define EEPROM_5050_EEPROM_VERSION (0x21E)
/* 1000 Specific */ /* 1000 Specific */
#define EEPROM_1000_EEPROM_VERSION (0x15D) #define EEPROM_1000_EEPROM_VERSION (0x15C)
/* 60x0 Specific */ /* 60x0 Specific */
#define EEPROM_6000_EEPROM_VERSION (0x434) #define EEPROM_6000_EEPROM_VERSION (0x434)