iwlwifi: mvm: make queue TID change more explicit
authorJohannes Berg <johannes.berg@intel.com>
Wed, 4 Jul 2018 20:13:18 +0000 (22:13 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 8 Oct 2018 07:48:43 +0000 (10:48 +0300)
commitb3a87f11b0f708e65ab6289fb7f43737309f5175
tree7d5ab0e047f2bb16a7a3572c28ff0e5338375426
parent90d2d94c9184327703eec583890e2e0452003da8
iwlwifi: mvm: make queue TID change more explicit

Instead of iterating all the queues after having potentially
changed some queue configurations, rechecking if that was done,
mark the ones that do need a TID change explicitly in a bitmap
and use that to send the change to the firmware.

While at it, also rename iwl_mvm_change_queue_owner() to
iwl_mvm_change_queue_tid() since that's more obvious - the
"kind" of owner isn't immediately clear right now.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/sta.c