Add a comment explaining the obvious.

This commit is contained in:
Adrian Chadd 2014-04-08 07:01:27 +00:00
parent a3fd3b1429
commit c5d230ab42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264253

View File

@ -3380,6 +3380,7 @@ ath_tx_tid_filt_comp_complete(struct ath_softc *sc, struct ath_tid *tid)
ATH_TID_INSERT_HEAD(tid, bf, bf_list);
}
/* And only resume if we had paused before */
if (do_resume)
ath_tx_tid_resume(sc, tid);
}