Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 20:22:20 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r248347 - head/sys/dev/ath
Message-ID:  <201303152022.r2FKMKrR055352@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303152022.r2FKMKrR055352>