Skip to content

Commit

Permalink
iwlwifi: change valid EEPROM version for 1000 series
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wey-Yi Guy authored and John W. Linville committed Oct 7, 2009
1 parent 7812b16 commit 72f0ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/iwl-eeprom.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 72f0ebd

Please sign in to comment.