Date: Tue, 2 Jun 2009 21:12:07 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r193350 - head/sys/dev/ath Message-ID: <200906022112.n52LC7HN028553@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Tue Jun 2 21:12:07 2009 New Revision: 193350 URL: http://svn.freebsd.org/changeset/base/193350 Log: fix comment Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c ============================================================================== --- head/sys/dev/ath/if_ath.c Tue Jun 2 21:11:26 2009 (r193349) +++ head/sys/dev/ath/if_ath.c Tue Jun 2 21:12:07 2009 (r193350) @@ -4132,7 +4132,7 @@ ath_txq_update(struct ath_softc *sc, int /* * 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906022112.n52LC7HN028553>