diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2012-08-20 15:30:26 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-08-20 15:30:26 +0000 |
| commit | 0f8423a27a849931cf1adc27107a680e4288337f (patch) | |
| tree | 5853f5900415741c32cc698927c194b953953030 | |
| parent | 718444dcc1e963d8be9ef105ce040d900740e8ac (diff) | |
Notes
| -rw-r--r-- | sys/dev/ath/if_ath_tx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c index c1e47bda61d5..a91075610eb9 100644 --- a/sys/dev/ath/if_ath_tx.c +++ b/sys/dev/ath/if_ath_tx.c @@ -376,8 +376,10 @@ ath_tx_chaindesclist(struct ath_softc *sc, struct ath_buf *bf) , (struct ath_desc *) ds0 /* first descriptor */ ); isFirstDesc = 0; +#ifdef ATH_DEBUG if (sc->sc_debug & ATH_DEBUG_XMIT) ath_printtxbuf(sc, bf, qnum, 0, 0); +#endif bf->bf_lastds = (struct ath_desc *) ds; /* |
