summaryrefslogtreecommitdiff
path: root/share/man/man4/rtw.4
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2008-08-29 09:03:49 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2008-08-29 09:03:49 +0000
commit8ebab4ce69d672945369b8dc14c2d150bd31cd50 (patch)
treeff734ce7fbd569578f5ea2cc6743b62b20b72df1 /share/man/man4/rtw.4
parent7884df5bb388a263acd05cc232fd2ea4148b9f10 (diff)
add the following paragraph from the wi(4) manual page to the
CAVEATS section of all drivers claiming HostAP support: "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)." unfortunately (or not?), more and more clients are using PS mode by default and will not work properly with an AP running OpenBSD. proper handling of STAs in PS mode will come in net80211 but is is very unlikely that all drivers will be ported.
Diffstat (limited to 'share/man/man4/rtw.4')
-rw-r--r--share/man/man4/rtw.48
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/rtw.4 b/share/man/man4/rtw.4
index 0206d5b906c..e5ac46adf32 100644
--- a/share/man/man4/rtw.4
+++ b/share/man/man4/rtw.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rtw.4,v 1.33 2008/07/29 17:03:35 jmc Exp $
+.\" $OpenBSD: rtw.4,v 1.34 2008/08/29 09:03:48 damien Exp $
.\"
.\" Copyright (c) 2004 Jonathan Gray <jsg@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 29 2008 $
+.Dd $Mdocdate: August 29 2008 $
.Dt RTW 4
.Os
.Sh NAME
@@ -193,3 +193,7 @@ by
GCT refuse to release any documentation on their GRF5101 RF transceiver.
.Pp
While PCI devices will attach most of them are not able to transmit.
+.Pp
+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).