]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: fix dqa deferred frames marking
authorLiad Kaufman <liad.kaufman@intel.com>
Tue, 27 Sep 2016 13:01:10 +0000 (16:01 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 19 Oct 2016 09:46:31 +0000 (12:46 +0300)
commita3b4c25ac621e335260221afe2fda720dd4cbeb0
tree6c583b035a5074f6e36c70c4a2a19745db2f8ec0
parente9cf1b536e1bef4c30fff8809d1afc80742e2bfd
iwlwifi: mvm: fix dqa deferred frames marking

When a STA has deferred traffic to TX, an appropriate bit
is turned on in %deferred_tx_frames to indicate deferred
traffic. This marking is never turned off, resulting in
iterating over TIDs with no deferred traffic.

Although this didn't cause any failures/errors/bugs, there
is still no point of iterating over these TIDs when not
needed.

Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/sta.c