diff options
author | sam <sam@FreeBSD.org> | 2009-06-02 21:12:07 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-06-02 21:12:07 +0000 |
commit | 9249bc113cd5b77414fab92c6dbccee97970a9b0 (patch) | |
tree | b6b80f0c38ce523dcb453d342243cbdc5cdce88c /sys/dev | |
parent | ca4361b1481feda5e228739b5e207d56864d0a81 (diff) | |
download | FreeBSD-src-9249bc113cd5b77414fab92c6dbccee97970a9b0.zip FreeBSD-src-9249bc113cd5b77414fab92c6dbccee97970a9b0.tar.gz |
fix comment
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ath/if_ath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 5a85427..ec20ad2 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -4132,7 +4132,7 @@ ath_txq_update(struct ath_softc *sc, int ac) /* * AIFS is zero so there's no pre-transmit wait. The * burst time defines the slot duration and is configured - * via sysctl. The QCU is setup to not do post-xmit + * through net80211. The QCU is setup to not do post-xmit * back off, lockout all lower-priority QCU's, and fire * off the DMA beacon alert timer which is setup based * on the slot configuration. |