From owner-svn-src-all@FreeBSD.ORG Fri Jun 5 17:44:44 2009 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 12ABC106566B; Fri, 5 Jun 2009 17:44:44 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DADC38FC08; Fri, 5 Jun 2009 17:44:43 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n55HihQQ033234; Fri, 5 Jun 2009 17:44:43 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n55HihOh033231; Fri, 5 Jun 2009 17:44:43 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200906051744.n55HihOh033231@svn.freebsd.org> From: Sam Leffler Date: Fri, 5 Jun 2009 17:44:43 +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: r193527 - head/share/man/man4 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: Fri, 05 Jun 2009 17:44:44 -0000 Author: sam Date: Fri Jun 5 17:44:43 2009 New Revision: 193527 URL: http://svn.freebsd.org/changeset/base/193527 Log: lack of power save violates 802.11 and is a bug, not a "caveat" Modified: head/share/man/man4/ral.4 head/share/man/man4/rum.4 head/share/man/man4/ural.4 Modified: head/share/man/man4/ral.4 ============================================================================== --- head/share/man/man4/ral.4 Fri Jun 5 17:26:15 2009 (r193526) +++ head/share/man/man4/ral.4 Fri Jun 5 17:44:43 2009 (r193527) @@ -251,7 +251,7 @@ The original .Nm driver was written by .An Damien Bergamini Aq damien@FreeBSD.org . -.Sh CAVEATS -Host AP mode doesn't support power saving. -Clients attempting to use power saving mode may experience significant +.Sh BUGS +Host AP mode doesn't support client power save. +Clients using power save mode will experience packet loss (disabling power saving on the client will fix this). Modified: head/share/man/man4/rum.4 ============================================================================== --- head/share/man/man4/rum.4 Fri Jun 5 17:26:15 2009 (r193526) +++ head/share/man/man4/rum.4 Fri Jun 5 17:44:43 2009 (r193527) @@ -181,7 +181,7 @@ driver was written by .An Niall O'Higgins Aq niallo@openbsd.org and .An Damien Bergamini Aq damien@openbsd.org . -.Sh CAVEATS -Host AP mode doesn't support power saving. -Clients attempting to use power saving mode may experience significant +.Sh BUGS +Host AP mode doesn't support client power save. +Clients using power save mode will experience packet loss (disabling power saving on the client will fix this). Modified: head/share/man/man4/ural.4 ============================================================================== --- head/share/man/man4/ural.4 Fri Jun 5 17:26:15 2009 (r193526) +++ head/share/man/man4/ural.4 Fri Jun 5 17:44:43 2009 (r193527) @@ -160,7 +160,7 @@ The original .Nm driver was written by .An Damien Bergamini Aq damien.bergamini@free.fr -.Sh CAVEATS -Host AP mode doesn't support power saving. -Clients attempting to use power saving mode may experience significant +.Sh BUGS +Host AP mode doesn't support client power save. +Clients using power save mode will experience packet loss (disabling power saving on the client will fix this).