From 82525db1ebc5db13e3bf97b60ac1780cf49b1106 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 29 Apr 2016 01:52:06 +0000 Subject: [PATCH] [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. --- sys/dev/ath/if_ath_tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c index 7350bb0a510..bc0001a7dfa 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);