diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2008-10-27 17:53:34 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2008-10-27 17:53:34 +0000 |
| commit | 5d61b5e8f092e9b9599c540502b2712af7a919ff (patch) | |
| tree | 42e5f6f04da5427d796d004e3179b90b369e9f4e /sys/dev | |
| parent | 74eca0c26f1a3c74b73305cc7414ef313b341e91 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ath/if_ath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index b55dda5c1b69..47236f6ddf34 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -5218,7 +5218,7 @@ ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq) /* * NB: this assumes output has been stopped and - * we do not need to block ath_tx_tasklet + * we do not need to block ath_tx_proc */ for (ix = 0;; ix++) { ATH_TXQ_LOCK(txq); |
