Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187915
b: refs/heads/master
c: a9f042c
h: refs/heads/master
i:
  187913: 039ded2
  187911: 5cd4516
v: v3
  • Loading branch information
Ming Lei authored and John W. Linville committed Mar 2, 2010
1 parent f198d19 commit f49b5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 86baf712295a00d664da8566186b67041c89b15b
refs/heads/master: a9f042cbe5284f34ccff15f3084477e11b39b17b
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,7 @@ void ath_tx_node_cleanup(struct ath_softc *sc, struct ath_node *an)
if (ATH_TXQ_SETUP(sc, i)) {
txq = &sc->tx.txq[i];

spin_lock(&txq->axq_lock);
spin_lock_bh(&txq->axq_lock);

list_for_each_entry_safe(ac,
ac_tmp, &txq->axq_acq, list) {
Expand All @@ -2279,7 +2279,7 @@ void ath_tx_node_cleanup(struct ath_softc *sc, struct ath_node *an)
}
}

spin_unlock(&txq->axq_lock);
spin_unlock_bh(&txq->axq_lock);
}
}
}

0 comments on commit f49b5d6

Please sign in to comment.