aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
diff options
context:
space:
mode:
authorSara Sharon <[email protected]>2016-12-11 08:32:42 +0000
committerLuca Coelho <[email protected]>2017-04-19 19:21:48 +0000
commit4399caaa70bb30f538fc0c3b08a7a8f128ca5f12 (patch)
treebef292f37d8cd004eb2b2beca32152fe10862ef1 /drivers/net/wireless/intel/iwlwifi/mvm/ops.c
parentiwlwifi: mvm: add GEO_TX_POWER_LIMIT cmd for geographic tx power table (diff)
downloadkernel-4399caaa70bb30f538fc0c3b08a7a8f128ca5f12.tar.gz
kernel-4399caaa70bb30f538fc0c3b08a7a8f128ca5f12.zip
iwlwifi: mvm: support init extended command
When we load firmware in extended mode (as we do by default for now) driver should send a command what kind of commands ucode should stop and wait for before proceeding with phy calibrations. Support this command. Currently we only do NVM access - so mark this bit only. Signed-off-by: Sara Sharon <[email protected]> Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/ops.c')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/mvm/ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
index 488d3c948fe8..888053323c92 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
@@ -428,6 +428,7 @@ static const struct iwl_hcmd_names iwl_mvm_legacy_names[] = {
*/
static const struct iwl_hcmd_names iwl_mvm_system_names[] = {
HCMD_NAME(SHARED_MEM_CFG_CMD),
+ HCMD_NAME(INIT_EXTENDED_CFG_CMD),
};
/* Please keep this array *SORTED* by hex value.