]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: Do not open aggregations for null data packets
authorMatti Gottlieb <matti.gottlieb@intel.com>
Tue, 17 May 2016 07:50:08 +0000 (10:50 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 5 Jul 2016 22:18:06 +0000 (01:18 +0300)
commit87476498447b0aafa1fb1e7e4beee229510a34ef
tree733c1ed6ac7a6556b53e49daca00d8a1a5a52dfb
parent95873639a76a8252ce744936818e33be34d758ac
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>
drivers/net/wireless/intel/iwlwifi/mvm/rs.c
drivers/net/wireless/intel/iwlwifi/mvm/rs.h
drivers/net/wireless/intel/iwlwifi/mvm/tx.c