summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2008-08-29 10:52:42 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2008-08-29 10:52:42 +0000
commit77ece86375374475f67cd30654a2946326c3df69 (patch)
treeec347d7c4ea1a1c7b8009b75b6836380f92e8e9b /share
parent036478ff19f5df6938f2fd985d960eb66b5231ae (diff)
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@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/acx.48
1 files 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).