]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: don't send fetch the TID from a non-QoS packet in TSO
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 20 Jun 2017 13:05:30 +0000 (16:05 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 29 Jun 2017 17:39:29 +0000 (20:39 +0300)
commit5dfaf4274ae33701520f6d4d8fc7e38d323e36da
tree6b17f4d3fb28de0576ea6684b89b50c77e8ef93d
parent7da03d4769f14478ac952724a54c1e60d1798eca
iwlwifi: mvm: don't send fetch the TID from a non-QoS packet in TSO

Getting the TID of a packet before we know it is a QoS data
packet isn't a good idea. Delay the TID retrieval until
we know the packet is a QoS data packet.

Fixes: 943cf369157b ("iwlwifi: mvm: add Tx A-MSDU inside A-MPDU")
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c