From owner-svn-src-user@FreeBSD.ORG Fri Aug 19 02:37:14 2011 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B878106566C; Fri, 19 Aug 2011 02:37:14 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0C37E8FC14; Fri, 19 Aug 2011 02:37:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p7J2bDns083597; Fri, 19 Aug 2011 02:37:13 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p7J2bDZR083595; Fri, 19 Aug 2011 02:37:13 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201108190237.p7J2bDZR083595@svn.freebsd.org> From: Adrian Chadd Date: Fri, 19 Aug 2011 02:37:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r224994 - user/adrian/if_ath_tx/sys/dev/ath X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2011 02:37:14 -0000 Author: adrian Date: Fri Aug 19 02:37:13 2011 New Revision: 224994 URL: http://svn.freebsd.org/changeset/base/224994 Log: Comment out an unused variable; locking doesn't seem to be needed here just yet. Modified: user/adrian/if_ath_tx/sys/dev/ath/if_ath_tx.c Modified: user/adrian/if_ath_tx/sys/dev/ath/if_ath_tx.c ============================================================================== --- user/adrian/if_ath_tx/sys/dev/ath/if_ath_tx.c Fri Aug 19 02:16:29 2011 (r224993) +++ user/adrian/if_ath_tx/sys/dev/ath/if_ath_tx.c Fri Aug 19 02:37:13 2011 (r224994) @@ -1235,7 +1235,7 @@ ath_tx_start(struct ath_softc *sc, struc /* Don't do it whilst pending; the net80211 layer still assigns them */ /* XXX do we need locking here? */ if (is_ampdu_tx) { - struct ath_node *an = ATH_NODE(ni); + //struct ath_node *an = ATH_NODE(ni); //ATH_TXQ_LOCK(&an->an_tid[tid]); /* * Always call; this function will