From owner-svn-src-head@FreeBSD.ORG Fri Mar 15 20:22:20 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D99FA42D; Fri, 15 Mar 2013 20:22:20 +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 C209BFD2; Fri, 15 Mar 2013 20:22:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2FKMKl3055353; Fri, 15 Mar 2013 20:22:20 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2FKMKrR055352; Fri, 15 Mar 2013 20:22:20 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201303152022.r2FKMKrR055352@svn.freebsd.org> From: Adrian Chadd Date: Fri, 15 Mar 2013 20:22:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r248347 - 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: Fri, 15 Mar 2013 20:22:20 -0000 Author: adrian Date: Fri Mar 15 20:22:20 2013 New Revision: 248347 URL: http://svnweb.freebsd.org/changeset/base/248347 Log: Why'd I keep this here? remove it entirely now. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c ============================================================================== --- head/sys/dev/ath/if_ath_tx.c Fri Mar 15 20:21:18 2013 (r248346) +++ head/sys/dev/ath/if_ath_tx.c Fri Mar 15 20:22:20 2013 (r248347) @@ -3757,8 +3757,6 @@ ath_tx_tid_cleanup(struct ath_softc *sc, if (bf->bf_state.bfs_isretried) { bf_next = TAILQ_NEXT(bf, bf_list); ATH_TID_REMOVE(atid, bf, bf_list); - // Don't need this anymore; ATH_TID_REMOVE() decrements it for us - //atid->axq_depth--; if (bf->bf_state.bfs_dobaw) { ath_tx_update_baw(sc, an, atid, bf); if (! bf->bf_state.bfs_addedbaw)