diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2012-06-13 05:41:00 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-06-13 05:41:00 +0000 |
| commit | 32c387f76a0657be32969052801932a679127720 (patch) | |
| tree | b5bbec20fe03c2af0efc858e5d0586f8eae3ed05 /sys/dev | |
| parent | e1a50456b60b0e3985e9b6f02626a565219cf934 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ath/if_ath_tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c index e2f6a2ea6742..bfecda12a332 100644 --- a/sys/dev/ath/if_ath_tx.c +++ b/sys/dev/ath/if_ath_tx.c @@ -3137,7 +3137,7 @@ ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an, * the list.) */ ATH_TXBUF_LOCK(sc); - ath_returnbuf_head(sc, bf); + ath_returnbuf_head(sc, nbf); ATH_TXBUF_UNLOCK(sc); return NULL; } |
