svn commit: r193350 - head/sys/dev/ath

Sam Leffler sam at FreeBSD.org
Tue Jun 2 21:12:09 UTC 2009


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.


More information about the svn-src-all mailing list