Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236727
b: refs/heads/master
c: 2ed7222
h: refs/heads/master
i:
  236725: 06ac4ac
  236723: add14bb
  236719: 9aca693
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Jan 19, 2011
1 parent f2fe422 commit c287e99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49447f2f9d47c4a57a76db702c9c1dab32fa7934
refs/heads/master: 2ed72229d60fc6f3ac9941b75d1e1522b08a975a
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,9 @@ int ath_tx_aggr_start(struct ath_softc *sc, struct ieee80211_sta *sta,
txtid->paused = true;
*ssn = txtid->seq_start = txtid->seq_next;

memset(txtid->tx_buf, 0, sizeof(txtid->tx_buf));
txtid->baw_head = txtid->baw_tail = 0;

return 0;
}

Expand Down

0 comments on commit c287e99

Please sign in to comment.