diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-12-05 20:47:59 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-12-05 21:27:47 +0000 |
| commit | 793e6427d9089ce2724005ea3dadd839334065ae (patch) | |
| tree | 775f224bd0813f9d7db9f379dbf15282708e4461 /tx.c | |
| parent | 731c85b798313a757d42a3cc9861359f47d84ed5 (diff) | |
Diffstat (limited to 'tx.c')
| -rw-r--r-- | tx.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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]; |
