diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2012-12-22 14:33:36 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2012-12-22 14:33:36 +0000 |
commit | 4e0db5d34b2fa314fbeaebaf6efafb73d51019c7 (patch) | |
tree | 6c6c60910ccee669bc303b9094b19b81d736f6a2 /share | |
parent | f3c1a1f4ce31c91b1161aafc9edb1382b0145cf4 (diff) |
acx(4) supports power-saving in hostap mode now; ok claudio
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/acx.4 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man4/acx.4 b/share/man/man4/acx.4 index c6b214da3f5..f3d32207f3f 100644 --- a/share/man/man4/acx.4 +++ b/share/man/man4/acx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acx.4,v 1.43 2012/09/17 15:10:14 sthen Exp $ +.\" $OpenBSD: acx.4,v 1.44 2012/12/22 14:33:35 stsp 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: September 17 2012 $ +.Dd $Mdocdate: December 22 2012 $ .Dt ACX 4 .Os .Sh NAME @@ -215,7 +215,3 @@ project team's original code. The hardware specification was reverse engineered by the good folks at .Lk 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). |