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)
commitff7a68d0e7a7da411d0f87f57dde7e276e01ac92
tree733c1ed6ac7a6556b53e49daca00d8a1a5a52dfb
parentd7fdd0e528c5184fd22153a317683549f0c58a19
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