diff options
author | Sara Sharon <sara.sharon@intel.com> | 2016-08-15 10:36:47 -0400 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2016-09-19 03:09:39 -0400 |
commit | 5b88792cd8505d3804be199c10b3c4159fecb258 (patch) | |
tree | 2465f5aed065e455b33b57f4d5af762b7950016d /drivers/net/wireless/intel/iwlwifi/mvm/ops.c | |
parent | 607876f1dac6c644d83964f3f4691e79737b5bb2 (diff) |
iwlwifi: move to wide ID for all commands
Due to firmware design considerations, move to wide ID for
all commands.
Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/ops.c')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c index de34c9f4f0f4..b2d8722cbb11 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c | |||
@@ -652,8 +652,8 @@ iwl_op_mode_mvm_start(struct iwl_trans *trans, const struct iwl_cfg *cfg, | |||
652 | /* the hardware splits the A-MSDU */ | 652 | /* the hardware splits the A-MSDU */ |
653 | if (mvm->cfg->mq_rx_supported) | 653 | if (mvm->cfg->mq_rx_supported) |
654 | trans_cfg.rx_buf_size = IWL_AMSDU_4K; | 654 | trans_cfg.rx_buf_size = IWL_AMSDU_4K; |
655 | trans_cfg.wide_cmd_header = fw_has_api(&mvm->fw->ucode_capa, | 655 | trans->wide_cmd_header = fw_has_api(&mvm->fw->ucode_capa, |
656 | IWL_UCODE_TLV_API_WIDE_CMD_HDR); | 656 | IWL_UCODE_TLV_API_WIDE_CMD_HDR); |
657 | 657 | ||
658 | if (mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_DW_BC_TABLE) | 658 | if (mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_DW_BC_TABLE) |
659 | trans_cfg.bc_table_dword = true; | 659 | trans_cfg.bc_table_dword = true; |