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>
#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)