Date: Fri, 19 Aug 2011 02:37:13 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r224994 - user/adrian/if_ath_tx/sys/dev/ath Message-ID: <201108190237.p7J2bDZR083595@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108190237.p7J2bDZR083595>