Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202759
b: refs/heads/master
c: de0f648
h: refs/heads/master
i:
  202757: 41bd2c8
  202755: 9c17572
  202751: 09c99c4
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and John W. Linville committed Jun 2, 2010
1 parent 0163e88 commit e8e5f60
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 77c2061d10a408d0220c2b0e7faefe52d9c41008
refs/heads/master: de0f648dc769daabd0842a8dcf439d5f1f23e07f
11 changes: 11 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -2279,6 +2279,17 @@ void ath_tx_edma_tasklet(struct ath_softc *sc)

txok = !(txs.ts_status & ATH9K_TXERR_MASK);

/*
* Make sure null func frame is acked before configuring
* hw into ps mode.
*/
if (bf->bf_isnullfunc && txok) {
if ((sc->ps_flags & PS_ENABLED))
ath9k_enable_ps(sc);
else
sc->ps_flags |= PS_NULLFUNC_COMPLETED;
}

if (!bf_isampdu(bf)) {
bf->bf_retries = txs.ts_longretry;
if (txs.ts_status & ATH9K_TXERR_XRETRY)
Expand Down

0 comments on commit e8e5f60

Please sign in to comment.