mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
62206b7681
commit
6abbbae5d3
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue