iwlwifi: support api ver2 of NVM_GET_INFO resp

NVM_GET_INFO API has changed to support indication
of 11ax support.

Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
Liad Kaufman
2017-08-14 13:06:48 +03:00
committed by Luca Coelho
parent 2c2b4bbc5d
commit 4ae80f6c8d
3 changed files with 38 additions and 19 deletions

View File

@@ -85,6 +85,7 @@ struct iwl_nvm_data {
bool sku_cap_band_52GHz_enable;
bool sku_cap_11n_enable;
bool sku_cap_11ac_enable;
bool sku_cap_11ax_enable;
bool sku_cap_amt_enable;
bool sku_cap_ipan_enable;
bool sku_cap_mimo_disabled;