diff options
author | Eran Harary <eran.harary@intel.com> | 2014-02-04 07:21:38 -0500 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-02-13 06:49:37 -0500 |
commit | 77db0a3c27dc0f027e5f3956f4ba77246c89a548 (patch) | |
tree | 343938182601b80be4b451661e4efaa19fc35b6a /drivers/net/wireless/iwlwifi/iwl-eeprom-parse.h | |
parent | 7303dd7f312f0d07a4bf45c62608d5233b5e8062 (diff) |
iwlwifi: mvm: new NVM format in family 8000
Support the changes below:
- Fields and sections structure were changed.
- the NVM file built from DWord instead of Words.
- sections header format was changed.
Signed-off-by: Eran Harary <eran.harary@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-eeprom-parse.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-eeprom-parse.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-eeprom-parse.h b/drivers/net/wireless/iwlwifi/iwl-eeprom-parse.h index e3c7deafabe6..f0548b8a64b0 100644 --- a/drivers/net/wireless/iwlwifi/iwl-eeprom-parse.h +++ b/drivers/net/wireless/iwlwifi/iwl-eeprom-parse.h | |||
@@ -81,16 +81,17 @@ struct iwl_nvm_data { | |||
81 | bool sku_cap_band_24GHz_enable; | 81 | bool sku_cap_band_24GHz_enable; |
82 | bool sku_cap_band_52GHz_enable; | 82 | bool sku_cap_band_52GHz_enable; |
83 | bool sku_cap_11n_enable; | 83 | bool sku_cap_11n_enable; |
84 | bool sku_cap_11ac_enable; | ||
84 | bool sku_cap_amt_enable; | 85 | bool sku_cap_amt_enable; |
85 | bool sku_cap_ipan_enable; | 86 | bool sku_cap_ipan_enable; |
86 | 87 | ||
87 | u8 radio_cfg_type; | 88 | u16 radio_cfg_type; |
88 | u8 radio_cfg_step; | 89 | u8 radio_cfg_step; |
89 | u8 radio_cfg_dash; | 90 | u8 radio_cfg_dash; |
90 | u8 radio_cfg_pnum; | 91 | u8 radio_cfg_pnum; |
91 | u8 valid_tx_ant, valid_rx_ant; | 92 | u8 valid_tx_ant, valid_rx_ant; |
92 | 93 | ||
93 | u16 nvm_version; | 94 | u32 nvm_version; |
94 | s8 max_tx_pwr_half_dbm; | 95 | s8 max_tx_pwr_half_dbm; |
95 | 96 | ||
96 | struct ieee80211_supported_band bands[IEEE80211_NUM_BANDS]; | 97 | struct ieee80211_supported_band bands[IEEE80211_NUM_BANDS]; |