aboutsummaryrefslogtreecommitdiff
path: root/tx.c
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2025-12-05 20:47:59 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2025-12-05 21:27:47 +0000
commit793e6427d9089ce2724005ea3dadd839334065ae (patch)
tree775f224bd0813f9d7db9f379dbf15282708e4461 /tx.c
parent731c85b798313a757d42a3cc9861359f47d84ed5 (diff)
Diffstat (limited to 'tx.c')
-rw-r--r--tx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tx.c b/tx.c
index 8ab5840fee57..b78ae6a34b65 100644
--- a/tx.c
+++ b/tx.c
@@ -618,7 +618,8 @@ mt76_txq_schedule_pending_wcid(struct mt76_phy *phy, struct mt76_wcid *wcid,
!(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) &&
!ieee80211_is_data(hdr->frame_control) &&
(!ieee80211_is_bufferable_mmpdu(skb) ||
- ieee80211_is_deauth(hdr->frame_control)))
+ ieee80211_is_deauth(hdr->frame_control) ||
+ head == &wcid->tx_offchannel))
qid = MT_TXQ_PSD;
q = phy->q_tx[qid];