]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: clean up number of HW queues
authorJohannes Berg <johannes.berg@intel.com>
Mon, 2 Aug 2021 14:28:28 +0000 (17:28 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 26 Aug 2021 20:33:25 +0000 (23:33 +0300)
commit2eae2f359a3bb552b143b7061077222b15762be9
treeb58960ffab89e5d19af6aeb0959977dcb3cfc563
parent0bccb455adc27a71d95cf6b6f07af80d23528e95
iwlwifi: mvm: clean up number of HW queues

Since switching to mac80211 TXQs, we no longer need to
advertise more hardware queues than ACs, since we don't
even set QUEUE_CONTROL anyway, so the vif->hw_queue[]
mapping array won't be used.

All we need (at least for now) is for hw->queues to
indicate that we have enough queues to handle QoS.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210802172232.80611a3c1ee7.I8a3d2b269421b6d8bada8c12cce3e095e6cfaeed@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c