diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2005-11-23 20:23:52 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2005-11-23 20:23:52 +0000 |
commit | 0ceaa7af952f1804d03c7f517933ac2959f2a546 (patch) | |
tree | 6104f29d8089863b703367dc2f55e3c76851b142 /share/man/man4 | |
parent | 5a4092f96da8ee676546eb76cfea0d2a119a021b (diff) |
Implement the Adaptive Multi Rate Retry algorithm (AMRR) for BSS mode.
This algorithm is particularly well suited for ural since it does not
require per-frame retry statistics.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/ral.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4 index 1cc511358f0..c9be1d6ee51 100644 --- a/share/man/man4/ral.4 +++ b/share/man/man4/ral.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ral.4,v 1.43 2005/09/19 20:08:20 damien Exp $ +.\" $OpenBSD: ral.4,v 1.44 2005/11/23 20:23:51 damien Exp $ .\" .\" Copyright (c) 2005 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -437,4 +437,4 @@ specification. .Pp The .Nm ural -driver does not support automatic adaptation of the transmit speed. +driver supports automatic adaptation of the transmit speed in BSS mode only. |