From owner-svn-src-all@FreeBSD.ORG Sun Mar 27 10:35:39 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A55D3106566B; Sun, 27 Mar 2011 10:35:39 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 95DB58FC20; Sun, 27 Mar 2011 10:35:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p2RAZdqI053834; Sun, 27 Mar 2011 10:35:39 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2RAZd2l053832; Sun, 27 Mar 2011 10:35:39 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201103271035.p2RAZd2l053832@svn.freebsd.org> From: Adrian Chadd Date: Sun, 27 Mar 2011 10:35:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220054 - head/sys/dev/ath X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2011 10:35:39 -0000 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 &&