Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236927
b: refs/heads/master
c: bdd62c0
h: refs/heads/master
i:
  236925: e691697
  236923: 9505fd3
  236919: 16adee6
  236911: 8d3ac09
  236895: d74924e
  236863: dc86abe
  236799: 21adee5
v: v3
  • Loading branch information
Vivek Natarajan authored and John W. Linville committed Jan 28, 2011
1 parent 77f27c8 commit 9c493ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22983c301f01b297a6f85de4757108c6b0eac792
refs/heads/master: bdd62c067d596e2469b243af9887f46e5d47d971
5 changes: 4 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,11 @@ static void ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq,

rcu_read_unlock();

if (needreset)
if (needreset) {
spin_unlock_bh(&sc->sc_pcu_lock);
ath_reset(sc, false);
spin_lock_bh(&sc->sc_pcu_lock);
}
}

static u32 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf,
Expand Down

0 comments on commit 9c493ee

Please sign in to comment.