iwlwifi: accept EEPROM version 0x423 for iwl6000

A number of these devices have appeared "in the wild", and apparently
the Windows driver is perfectly happy to support this EEPROM version.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Cc: stable@kernel.org
Acked-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>

+1 -1
+1 -1
drivers/net/wireless/iwlwifi/iwl-eeprom.h
··· 241 241 242 242 /* 6x00 Specific */ 243 243 #define EEPROM_6000_TX_POWER_VERSION (4) 244 - #define EEPROM_6000_EEPROM_VERSION (0x434) 244 + #define EEPROM_6000_EEPROM_VERSION (0x423) 245 245 246 246 /* 6x50 Specific */ 247 247 #define EEPROM_6050_TX_POWER_VERSION (4)