xref: /freebsd/share/man/man4/wlan_amrr.4 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
178197d4bSKevin Lo.\"
278197d4bSKevin Lo.\" Copyright (c) 2007 Kevin Lo
378197d4bSKevin Lo.\" All rights reserved.
478197d4bSKevin Lo.\"
578197d4bSKevin Lo.\" Redistribution and use in source and binary forms, with or without
678197d4bSKevin Lo.\" modification, are permitted provided that the following conditions
778197d4bSKevin Lo.\" are met:
878197d4bSKevin Lo.\" 1. Redistributions of source code must retain the above copyright
978197d4bSKevin Lo.\"    notice, this list of conditions and the following disclaimer.
1078197d4bSKevin Lo.\" 2. Redistributions in binary form must reproduce the above copyright
1178197d4bSKevin Lo.\"    notice, this list of conditions and the following disclaimer in the
1278197d4bSKevin Lo.\"    documentation and/or other materials provided with the distribution.
1378197d4bSKevin Lo.\"
1478197d4bSKevin Lo.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1578197d4bSKevin Lo.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1678197d4bSKevin Lo.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1778197d4bSKevin Lo.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1878197d4bSKevin Lo.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1978197d4bSKevin Lo.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2078197d4bSKevin Lo.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2178197d4bSKevin Lo.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2278197d4bSKevin Lo.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2378197d4bSKevin Lo.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2478197d4bSKevin Lo.\" SUCH DAMAGE.
2578197d4bSKevin Lo.\"
26b032f27cSSam Leffler.Dd April 13, 2008
2778197d4bSKevin Lo.Dt WLAN_AMRR 4
2878197d4bSKevin Lo.Os
2978197d4bSKevin Lo.Sh NAME
3078197d4bSKevin Lo.Nm wlan_amrr
3178197d4bSKevin Lo.Nd AMRR rate adaptation algorithm support for 802.11 devices
3278197d4bSKevin Lo.Sh SYNOPSIS
3378197d4bSKevin Lo.Cd "device wlan_amrr"
3478197d4bSKevin Lo.Sh DESCRIPTION
3578197d4bSKevin LoThe
3678197d4bSKevin Lo.Nm
372ed6bd6cSChristian Brueffermodule implements the Adaptive Multi-Rate Retry tx rate control
38b032f27cSSam Leffleralgorithm for use by 802.11 device drivers.
3978197d4bSKevin Lo.Sh SEE ALSO
40b032f27cSSam Leffler.Xr bwi 4 ,
41b032f27cSSam Leffler.Xr iwn 4 ,
42b032f27cSSam Leffler.Xr ral 4 ,
4378197d4bSKevin Lo.Xr rum 4 ,
4478197d4bSKevin Lo.Xr ural 4 ,
452ed6bd6cSChristian Brueffer.Xr wlan 4 ,
46b032f27cSSam Leffler.Xr wpi 4 ,
472ed6bd6cSChristian Brueffer.Xr zyd 4
4878197d4bSKevin Lo.Sh STANDARDS
4978197d4bSKevin LoMore information can be found in the paper describing the
5078197d4bSKevin Lo.Em AMRR
5178197d4bSKevin Loalgorithm at
5278197d4bSKevin Lo.Pa http://hal.inria.fr/inria-00070784/en/ .
5378197d4bSKevin Lo.Sh HISTORY
5478197d4bSKevin LoThe
5578197d4bSKevin Lo.Nm
5678197d4bSKevin Lodriver first appeared in
5778197d4bSKevin Lo.Fx 6.0 .
58