summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
diff options
context:
space:
mode:
authorMatti Gottlieb2016-05-17 09:50:08 +0200
committerLuca Coelho2016-07-06 00:18:06 +0200
commitff7a68d0e7a7da411d0f87f57dde7e276e01ac92 (patch)
tree733c1ed6ac7a6556b53e49daca00d8a1a5a52dfb /drivers/net/wireless/intel/iwlwifi/mvm/tx.c
parentiwlwifi: pcie: poll RFH for RX DMA stop (diff)
downloadkernel-qcow2-linux-ff7a68d0e7a7da411d0f87f57dde7e276e01ac92.tar.gz
kernel-qcow2-linux-ff7a68d0e7a7da411d0f87f57dde7e276e01ac92.tar.xz
kernel-qcow2-linux-ff7a68d0e7a7da411d0f87f57dde7e276e01ac92.zip
iwlwifi: mvm: Do not open aggregations for null data packets
Currently we try to open an aggregation for every packet (given that one is not already open). This causes redundant overhead (addba/delba) for null data packets. Do not open an aggregation for null data packets. Signed-off-by: Matti Gottlieb <matti.gottlieb@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/tx.c')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/mvm/tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
index 9943013dec98..d91edabc9b8b 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
@@ -1660,7 +1660,7 @@ void iwl_mvm_rx_ba_notif(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb)
iwl_mvm_tx_info_from_ba_notif(&ba_info, ba_notif, tid_data);
IWL_DEBUG_TX_REPLY(mvm, "No reclaim. Update rs directly\n");
- iwl_mvm_rs_tx_status(mvm, sta, tid, &ba_info);
+ iwl_mvm_rs_tx_status(mvm, sta, tid, &ba_info, false);
}
out: