commit | 4f555e602b42826b3d79081c9ef8b8e8fe29fc49 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue Jun 20 16:05:30 2017 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Thu Jun 29 20:39:29 2017 +0300 |
tree | 6b17f4d3fb28de0576ea6684b89b50c77e8ef93d | |
parent | 32026e8f709ff29bd00cce58036da8381eaa7592 [diff] |
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: bb81bb68f472 ("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>