Skip to content

Commit 9dc27bc

Browse files
nbd168Kalle Valo
authored andcommitted
mt76: mt7603: send BAR after powersave wakeup
Now that the sequence number allocation is fixed, we can finally send a BAR at powersave wakeup time to refresh the receiver side reorder window Signed-off-by: Felix Fietkau <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
1 parent aa3cb24 commit 9dc27bc

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/mediatek/mt76/mt7603

1 file changed

+1
-1
lines changed

drivers/net/wireless/mediatek/mt76/mt7603/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ mt7603_sta_ps(struct mt76_dev *mdev, struct ieee80211_sta *sta, bool ps)
372372
struct mt7603_sta *msta = (struct mt7603_sta *)sta->drv_priv;
373373
struct sk_buff_head list;
374374

375-
mt76_stop_tx_queues(&dev->mt76, sta, false);
375+
mt76_stop_tx_queues(&dev->mt76, sta, true);
376376
mt7603_wtbl_set_ps(dev, msta, ps);
377377
if (ps)
378378
return;

0 commit comments

Comments
 (0)