summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-nvm-parse.h
diff options
context:
space:
mode:
authorMoshe Harel <moshe.harel@intel.com>2015-09-06 16:50:33 +0300
committerLuca Coelho <luciano.coelho@intel.com>2015-10-05 12:28:44 +0300
commitbb35dc14182c16e9646f6323cce25f3cfe3ba593 (patch)
tree910a6e7df7d3095bdc0600c494ec4da389f73902 /drivers/net/wireless/iwlwifi/iwl-nvm-parse.h
parent09eef3307e6d55afbdc4cebc8aeacbbb0a7337f6 (diff)
downloadop-kernel-dev-bb35dc14182c16e9646f6323cce25f3cfe3ba593.zip
op-kernel-dev-bb35dc14182c16e9646f6323cce25f3cfe3ba593.tar.gz
iwlwifi: nvm: force 1x1 antenna in Series 8000
This is a workaround to an OTP bug. In Series 8000 1x1, the OTP 0xA052 defines 2x2 antenna configuration. This workaround overrides the decision based on HW id and MIMO disabled bit which is correct in the OTP and set to disabled. Signed-off-by: Moshe Harel <moshe.harel@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-nvm-parse.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-nvm-parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-nvm-parse.h b/drivers/net/wireless/iwlwifi/iwl-nvm-parse.h
index 822ba52..9f44d81 100644
--- a/drivers/net/wireless/iwlwifi/iwl-nvm-parse.h
+++ b/drivers/net/wireless/iwlwifi/iwl-nvm-parse.h
@@ -79,7 +79,7 @@ iwl_parse_nvm_data(struct device *dev, const struct iwl_cfg *cfg,
const __le16 *nvm_calib, const __le16 *regulatory,
const __le16 *mac_override, const __le16 *phy_sku,
u8 tx_chains, u8 rx_chains, bool lar_fw_supported,
- u32 mac_addr0, u32 mac_addr1);
+ u32 mac_addr0, u32 mac_addr1, u32 hw_id);
/**
* iwl_parse_mcc_info - parse MCC (mobile country code) info coming from FW
OpenPOWER on IntegriCloud