svn commit: r248716 - head/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Tue Mar 26 04:53:41 UTC 2013


Author: adrian
Date: Tue Mar 26 04:53:40 2013
New Revision: 248716
URL: http://svnweb.freebsd.org/changeset/base/248716

Log:
  Remove this dead code - it's no longer relevant (as yes, we do actually
  support TX on EDMA chips.)

Modified:
  head/sys/dev/ath/if_ath_tx_edma.c

Modified: head/sys/dev/ath/if_ath_tx_edma.c
==============================================================================
--- head/sys/dev/ath/if_ath_tx_edma.c	Tue Mar 26 04:52:16 2013	(r248715)
+++ head/sys/dev/ath/if_ath_tx_edma.c	Tue Mar 26 04:53:40 2013	(r248716)
@@ -318,14 +318,6 @@ ath_edma_xmit_handoff(struct ath_softc *
 		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


More information about the svn-src-all mailing list