Oops - conditionalise that.

This commit is contained in:
Adrian Chadd 2012-11-04 00:46:01 +00:00
parent 6de3b00db6
commit 4c5038c7b5

View File

@ -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