From cd4f1ba89fe3d3c9279158361aeea82054664f87 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 15 Mar 2013 20:22:20 +0000 Subject: [PATCH] Why'd I keep this here? remove it entirely now. --- sys/dev/ath/if_ath_tx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c index 3fe277712152..c7b0fc17e012 100644 --- a/sys/dev/ath/if_ath_tx.c +++ b/sys/dev/ath/if_ath_tx.c @@ -3757,8 +3757,6 @@ ath_tx_tid_cleanup(struct ath_softc *sc, struct ath_node *an, int tid) 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)