]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
iwlwifi: mvm: remove per-queue hw refcount
authorJohannes Berg <johannes.berg@intel.com>
Wed, 4 Jul 2018 09:58:28 +0000 (11:58 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 8 Oct 2018 07:47:32 +0000 (10:47 +0300)
commit1c14089e37835dd7a3494636175deddbde2cf43e
tree6983b464212cd56ea73732923b7af70275db7281
parent99448a8c11456fe4721e326047db008e273c3de8
iwlwifi: mvm: remove per-queue hw refcount

There's no need to have a hw refcount if we just mark the
command queue with a (fake) TID; at that point, the refcount
becomes equivalent to the hweight() of the TID bitmap.

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