diff options
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/utils.c')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/utils.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/utils.c b/drivers/net/wireless/intel/iwlwifi/mvm/utils.c index 2fc51e7c03b5..68f4e7fdfc11 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/utils.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/utils.c | |||
@@ -691,6 +691,10 @@ void iwl_mvm_enable_txq(struct iwl_mvm *mvm, int queue, int mac80211_queue, | |||
691 | .tid = cfg->tid, | 691 | .tid = cfg->tid, |
692 | }; | 692 | }; |
693 | 693 | ||
694 | /* Set sta_id in the command, if it exists */ | ||
695 | if (iwl_mvm_is_dqa_supported(mvm)) | ||
696 | cmd.sta_id = cfg->sta_id; | ||
697 | |||
694 | iwl_trans_txq_enable_cfg(mvm->trans, queue, ssn, NULL, | 698 | iwl_trans_txq_enable_cfg(mvm->trans, queue, ssn, NULL, |
695 | wdg_timeout); | 699 | wdg_timeout); |
696 | WARN(iwl_mvm_send_cmd_pdu(mvm, SCD_QUEUE_CFG, 0, sizeof(cmd), | 700 | WARN(iwl_mvm_send_cmd_pdu(mvm, SCD_QUEUE_CFG, 0, sizeof(cmd), |