svn commit: r248347 - head/sys/dev/ath
Adrian Chadd
adrian at FreeBSD.org
Fri Mar 15 20:22:20 UTC 2013
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)
More information about the svn-src-head
mailing list