diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2006-10-21 14:45:52 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2006-10-21 14:45:52 +0000 |
commit | 82ec6d2226e10a95934e325e5f4683fd4a79de98 (patch) | |
tree | 11e4043188c50326c2885761fd44788310a952c3 | |
parent | a4d809bed6bff24d34840bab41226b5dcfd5a0b3 (diff) |
acx(4) and pgt(4) don't use rssadapt(9) for automatic rate control.
acx(4) uses AMRR and automatic rate control is handled by the firmware
for pgt(4).
-rw-r--r-- | share/man/man4/acx.4 | 8 | ||||
-rw-r--r-- | share/man/man4/pgt.4 | 9 |
2 files changed, 3 insertions, 14 deletions
diff --git a/share/man/man4/acx.4 b/share/man/man4/acx.4 index 532831f886e..3b5c59bae60 100644 --- a/share/man/man4/acx.4 +++ b/share/man/man4/acx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acx.4,v 1.21 2006/09/28 20:44:00 mglocker Exp $ +.\" $OpenBSD: acx.4,v 1.22 2006/10/21 14:45:51 damien Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" Copyright (c) 2006 The DragonFly Project. All rights reserved. @@ -92,11 +92,7 @@ sole mechanism to secure wireless communication. WEP is not enabled by default. .Pp The transmit speed is user-selectable or can be adapted automatically by the -driver depending on the received signal strength and on the number of hardware -transmission retries. -See -.Xr rssadapt 9 -for more information. +driver depending on the number of hardware transmission retries. .Sh CONFIGURATION The .Nm diff --git a/share/man/man4/pgt.4 b/share/man/man4/pgt.4 index fd40f3829ce..fcb11d59d02 100644 --- a/share/man/man4/pgt.4 +++ b/share/man/man4/pgt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pgt.4,v 1.14 2006/10/06 23:57:06 aaron Exp $ +.\" $OpenBSD: pgt.4,v 1.15 2006/10/21 14:45:51 damien Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" Copyright (c) 2006 The DragonFly Project. All rights reserved. @@ -91,13 +91,6 @@ Unfortunately, due to serious weaknesses in WEP protocol it is strongly recommended that it not be used as the sole mechanism to secure wireless communication. WEP is not enabled by default. -.Pp -The transmit speed is user-selectable or can be adapted automatically by the -driver depending on the received signal strength and on the number of hardware -transmission retries. -See -.Xr rssadapt 9 -for more information. .Sh CONFIGURATION The .Nm |