acx(4) supports Host AP mode too and does not handle PS STAs properly
authordamien <damien@openbsd.org>
Fri, 29 Aug 2008 10:52:41 +0000 (10:52 +0000)
committerdamien <damien@openbsd.org>
Fri, 29 Aug 2008 10:52:41 +0000 (10:52 +0000)
(since it uses net80211 and does not manage dynamic parts of beacons).

spotted by jmc@

share/man/man4/acx.4

index 87171f7..06c18fc 100644 (file)
@@ -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).