Skip to content

Commit

Permalink
mt7603: send BAR after powersave wakeup
Browse files Browse the repository at this point in the history
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 <nbd@nbd.name>
  • Loading branch information
nbd168 committed Mar 23, 2019
1 parent 5912e8a commit 6fc50ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt7603/main.c
Expand Up @@ -372,7 +372,7 @@ mt7603_sta_ps(struct mt76_dev *mdev, struct ieee80211_sta *sta, bool ps)
struct mt7603_sta *msta = (struct mt7603_sta *)sta->drv_priv;
struct sk_buff_head list;

mt76_stop_tx_queues(&dev->mt76, sta, false);
mt76_stop_tx_queues(&dev->mt76, sta, true);
mt7603_wtbl_set_ps(dev, msta, ps);
if (ps)
return;
Expand Down

0 comments on commit 6fc50ea

Please sign in to comment.