wifi: iwlwifi: mvm: always send nullfunc frames on MGMT queue
authorGregory Greenman <gregory.greenman@intel.com>
Thu, 26 Jan 2023 22:28:14 +0000 (00:28 +0200)
committerGregory Greenman <gregory.greenman@intel.com>
Mon, 30 Jan 2023 10:59:44 +0000 (12:59 +0200)
commit7d577d76d292f74afaf2f9783e8987734cd71d7f
treebebaba9b80a3c10cc07819f02e02bef884693fcc
parent4de5ceef3647e6c68fa9b9611ce10dfd27f5045d
wifi: iwlwifi: mvm: always send nullfunc frames on MGMT queue

Non-QOS nullfunc frames should be sent on MGMT queue similarly to
the QOS nullfunc frames. It means that the corresponding TID should
remain IWL_MAX_TID_COUNT. Make the condition more strict, so the TID
won't be changed to IWL_TID_NON_QOS.

Link: https://lore.kernel.org/r/20230127002430.a05bf77c9e29.I06262424878232b46fecd58743c889e4c3216bbf@changeid
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c