From 3d161d60cfd1ac3c21ce85856742d7d1217a0d6a Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 29 Aug 2008 10:52:41 +0000 Subject: [PATCH] acx(4) supports Host AP mode too and does not handle PS STAs properly (since it uses net80211 and does not manage dynamic parts of beacons). spotted by jmc@ --- share/man/man4/acx.4 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/share/man/man4/acx.4 b/share/man/man4/acx.4 index 87171f7efca..06c18fca152 100644 --- a/share/man/man4/acx.4 +++ b/share/man/man4/acx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acx.4,v 1.32 2008/07/29 17:03:35 jmc Exp $ +.\" $OpenBSD: acx.4,v 1.33 2008/08/29 10:52:41 damien Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" Copyright (c) 2006 The DragonFly Project. All rights reserved. @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 29 2008 $ +.Dd $Mdocdate: August 29 2008 $ .Os .Dt ACX 4 .Sh NAME @@ -219,3 +219,7 @@ project team's original code. The hardware specification was reverse engineered by the good folks at .Pa http://acx100.sourceforge.net . Without them this driver would not have been possible. +.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). -- 2.20.1