]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
iwlwifi: accept EEPROM version 0x423 for iwl6000
authorJohn W. Linville <linville@tuxdriver.com>
Mon, 4 Apr 2011 17:18:44 +0000 (13:18 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Apr 2011 20:02:23 +0000 (13:02 -0700)
commit 3d7dc7e8c1566acb0fc55df228b2ed91f5638e9d upstream.

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>
Acked-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/iwlwifi/iwl-eeprom.h

index 9e6f31355eee802b3c3be5f9c81ce977a162450c..c0cd307dc2e8281445ae53b9d5c565c6ef4a2a41 100644 (file)
@@ -241,7 +241,7 @@ struct iwl_eeprom_enhanced_txpwr {
 
 /* 6x00 Specific */
 #define EEPROM_6000_TX_POWER_VERSION    (4)
-#define EEPROM_6000_EEPROM_VERSION     (0x434)
+#define EEPROM_6000_EEPROM_VERSION     (0x423)
 
 /* 6x50 Specific */
 #define EEPROM_6050_TX_POWER_VERSION    (4)