summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-04-29 01:52:06 +0000
committeradrian <adrian@FreeBSD.org>2016-04-29 01:52:06 +0000
commit60521cf89415f7b9e12e5312c69ad90b54fef834 (patch)
tree2073665e25384c9751c1c24abe8b4afa2fa6f5cb /sys/dev
parent6e38d23dd7160098211cee6994339710a1fb4289 (diff)
downloadFreeBSD-src-60521cf89415f7b9e12e5312c69ad90b54fef834.zip
FreeBSD-src-60521cf89415f7b9e12e5312c69ad90b54fef834.tar.gz
[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.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ath/if_ath_tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c
index 7350bb0..bc0001a 100644
--- a/sys/dev/ath/if_ath_tx.c
+++ b/sys/dev/ath/if_ath_tx.c
@@ -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);
OpenPOWER on IntegriCloud