Remove this dead code - it's no longer relevant (as yes, we do actually

support TX on EDMA chips.)
This commit is contained in:
Adrian Chadd 2013-03-26 04:53:40 +00:00
parent b6ef0f8ac8
commit b708ea2941
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248716

View File

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