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

Adrian Chadd adrian at FreeBSD.org
Sun Mar 27 10:35:39 UTC 2011


Author: adrian
Date: Sun Mar 27 10:35:39 2011
New Revision: 220054
URL: http://svn.freebsd.org/changeset/base/220054

Log:
  Fix typo.

Modified:
  head/sys/dev/ath/if_ath.c

Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c	Sun Mar 27 08:47:55 2011	(r220053)
+++ head/sys/dev/ath/if_ath.c	Sun Mar 27 10:35:39 2011	(r220054)
@@ -1930,9 +1930,9 @@ ath_calcrxfilter(struct ath_softc *sc)
 
 #if 0
 	/*
-	 * Enable hardware PS-POLL only for hostap mode;
+	 * Enable hardware PS-POLL RX only for hostap mode;
 	 * STA mode sends PS-POLL frames but never
-	 * sends them.
+	 * receives them.
 	 */
 	if (ath_hal_getcapability(ah, HAL_CAP_HAS_PSPOLL,
 	    0, NULL) == HAL_OK &&


More information about the svn-src-all mailing list