summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ath/if_ath_tx_edma.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_tx_edma.c b/sys/dev/ath/if_ath_tx_edma.c
index 872e63d..0c75377 100644
--- a/sys/dev/ath/if_ath_tx_edma.c
+++ b/sys/dev/ath/if_ath_tx_edma.c
@@ -449,7 +449,9 @@ ath_edma_tx_proc(void *arg, int npending)
ATH_TXSTATUS_LOCK(sc);
status = ath_hal_txprocdesc(ah, NULL, (void *) &ts);
+#ifdef ATH_DEBUG
ath_hal_gettxrawtxdesc(ah, txstatus);
+#endif
ATH_TXSTATUS_UNLOCK(sc);
#ifdef ATH_DEBUG
OpenPOWER on IntegriCloud