Date: Sun, 27 Mar 2011 10:35:39 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r220054 - head/sys/dev/ath Message-ID: <201103271035.p2RAZd2l053832@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 &&
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103271035.p2RAZd2l053832>