提交 72f0ebd9 编写于 作者: W Wey-Yi Guy 提交者: John W. Linville

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: NWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: NReinette Chatre <reinette.chatre@intel.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 7812b167
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册