wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 18 Feb 2024 17:51:50 +0000 (19:51 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 21 Feb 2024 13:42:00 +0000 (14:42 +0100)
commitd3433d1bb7bde449035f54b7000361ce151bad07
tree6d28695073fd3ab07227ec895ecfc0c62de7b58a
parent78f65fbf421a61894c14a1b91fe2fb4437b3fe5f
wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices

Those devices' fifos are numbered differently.
Because of that, we were looking at the size of the VO fifo size to
determine the size of the A-MSDU which led to a lower throughput.

Note that for those devices the only user of the AC -> fifo mapping is
the size limitation of A-MSDU.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240218194912.da336ca2fa0a.I73e44d5fc474ebb6f275b9008950e59c012f33b2@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/api/txq.h
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h