svn commit: r224994 - user/adrian/if_ath_tx/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Fri Aug 19 02:37:14 UTC 2011


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


More information about the svn-src-user mailing list