mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
[ath] turn the BA hardware bug back into a printf().
I saw this happen a couple of times and all I saw was a dump of the transmit descriptors. Log the message for now so I can see whta happened.
This commit is contained in:
parent
3c6b488b01
commit
82525db1eb
1 changed files with 1 additions and 1 deletions
|
|
@ -4876,7 +4876,7 @@ ath_tx_aggr_comp_aggr(struct ath_softc *sc, struct ath_buf *bf_first,
|
|||
|
||||
/* AR5416 BA bug; this requires an interface reset */
|
||||
if (isaggr && tx_ok && (! hasba)) {
|
||||
DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR,
|
||||
device_printf(sc->sc_dev,
|
||||
"%s: AR5416 bug: hasba=%d; txok=%d, isaggr=%d, "
|
||||
"seq_st=%d\n",
|
||||
__func__, hasba, tx_ok, isaggr, seq_st);
|
||||
|
|
|
|||
Loading…
Reference in a new issue