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.
This commit is contained in:
Adrian Chadd 2012-07-10 06:10:49 +00:00
parent 62206b7681
commit 6abbbae5d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238338

View file

@ -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);
}
/*