From b708ea29411590b5a8f3c0b535872782e656fdda Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Tue, 26 Mar 2013 04:53:40 +0000 Subject: [PATCH] Remove this dead code - it's no longer relevant (as yes, we do actually support TX on EDMA chips.) --- sys/dev/ath/if_ath_tx_edma.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys/dev/ath/if_ath_tx_edma.c b/sys/dev/ath/if_ath_tx_edma.c index 24bd039c568..701779c4e5e 100644 --- a/sys/dev/ath/if_ath_tx_edma.c +++ b/sys/dev/ath/if_ath_tx_edma.c @@ -318,14 +318,6 @@ ath_edma_xmit_handoff(struct ath_softc *sc, struct ath_txq *txq, ath_edma_xmit_handoff_mcast(sc, txq, bf); else ath_edma_xmit_handoff_hw(sc, txq, bf); - -#if 0 - /* - * XXX For now this is a placeholder; free the buffer - * and inform the stack that the TX failed. - */ - ath_tx_default_comp(sc, bf, 1); -#endif } static int -- 2.45.2