mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-07 14:52:40 +07:00
mt76: mt7603: clear ps filtering mode before releasing buffered frames
Fixes sending them, otherwise they loop back right into the buffer Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
b8cfd87ac2
commit
f25e813bf4
@ -399,6 +399,8 @@ mt7603_release_buffered_frames(struct ieee80211_hw *hw,
|
||||
|
||||
__skb_queue_head_init(&list);
|
||||
|
||||
mt7603_wtbl_set_ps(dev, msta, false);
|
||||
|
||||
spin_lock_bh(&dev->ps_lock);
|
||||
skb_queue_walk_safe(&msta->psq, skb, tmp) {
|
||||
if (!nframes)
|
||||
|
Loading…
Reference in New Issue
Block a user