From owner-svn-src-head@FreeBSD.ORG Tue Mar 26 04:53:41 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 57CA7E57; Tue, 26 Mar 2013 04:53:41 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4913B962; Tue, 26 Mar 2013 04:53:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2Q4rfBi010825; Tue, 26 Mar 2013 04:53:41 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2Q4rfnH010824; Tue, 26 Mar 2013 04:53:41 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201303260453.r2Q4rfnH010824@svn.freebsd.org> From: Adrian Chadd Date: Tue, 26 Mar 2013 04:53:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r248716 - head/sys/dev/ath X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2013 04:53:41 -0000 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