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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"