diff options
author | adrian <adrian@FreeBSD.org> | 2014-04-08 07:01:27 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2014-04-08 07:01:27 +0000 |
commit | 1bf3ee1cf99e6d9ba62783b5f7338bd0ba17eb6f (patch) | |
tree | 152637c7bdf51d10bd72c017743e7d5e960cc7e6 /sys/dev/ath | |
parent | c0d54a4c69e89f7b81573de8093fae04889a1a2c (diff) | |
download | FreeBSD-src-1bf3ee1cf99e6d9ba62783b5f7338bd0ba17eb6f.zip FreeBSD-src-1bf3ee1cf99e6d9ba62783b5f7338bd0ba17eb6f.tar.gz |
Add a comment explaining the obvious.
Diffstat (limited to 'sys/dev/ath')
-rw-r--r-- | sys/dev/ath/if_ath_tx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c index acd1484..ecb8cda 100644 --- a/sys/dev/ath/if_ath_tx.c +++ b/sys/dev/ath/if_ath_tx.c @@ -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); } |