From 6abbbae5d393dc64ca155b0a7e23d041949e7459 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Tue, 10 Jul 2012 06:10:49 +0000 Subject: [PATCH] Print the TX buffer if this error condition is asserted. I need to figure out why this is occuring. Hopefully I can get enough descriptor dumps to figure it out. --- sys/dev/ath/if_ath_tx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c index 46efd61d8537..9a458d9b6da9 100644 --- a/sys/dev/ath/if_ath_tx.c +++ b/sys/dev/ath/if_ath_tx.c @@ -3583,6 +3583,8 @@ ath_tx_aggr_comp_aggr(struct ath_softc *sc, struct ath_buf *bf_first, "seq_st=%d\n", __func__, hasba, tx_ok, isaggr, seq_st); /* XXX TODO: schedule an interface reset */ + ath_printtxbuf(sc, bf_first, + sc->sc_ac2q[atid->ac]->axq_qnum, 0, 0); } /*