From owner-svn-src-all@FreeBSD.ORG Fri Jun 5 17:26:16 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 1BC441065673; Fri, 5 Jun 2009 17:26:16 +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 0A14D8FC1D; Fri, 5 Jun 2009 17:26:16 +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 n55HQFU0032776; Fri, 5 Jun 2009 17:26:15 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n55HQF0n032773; Fri, 5 Jun 2009 17:26:15 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200906051726.n55HQF0n032773@svn.freebsd.org> From: Sam Leffler Date: Fri, 5 Jun 2009 17:26:15 +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: r193526 - 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:26:16 -0000 Author: sam Date: Fri Jun 5 17:26:15 2009 New Revision: 193526 URL: http://svn.freebsd.org/changeset/base/193526 Log: note lack of power save support in ap mode Submitted by: "Paul B. Mahol" 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:20:19 2009 (r193525) +++ head/share/man/man4/ral.4 Fri Jun 5 17:26:15 2009 (r193526) @@ -251,3 +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 +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:20:19 2009 (r193525) +++ head/share/man/man4/rum.4 Fri Jun 5 17:26:15 2009 (r193526) @@ -181,3 +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 +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:20:19 2009 (r193525) +++ head/share/man/man4/ural.4 Fri Jun 5 17:26:15 2009 (r193526) @@ -160,3 +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 +packet loss (disabling power saving on the client will fix this).