xref: /freebsd/share/man/man4/wlan_amrr.4 (revision b032f27c365b992e9d8e42214183b39acfb8c6ac)
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.\"
2678197d4bSKevin Lo.\" $FreeBSD$
2778197d4bSKevin Lo.\"
28b032f27cSSam Leffler.Dd April 13, 2008
2978197d4bSKevin Lo.Dt WLAN_AMRR 4
3078197d4bSKevin Lo.Os
3178197d4bSKevin Lo.Sh NAME
3278197d4bSKevin Lo.Nm wlan_amrr
3378197d4bSKevin Lo.Nd AMRR rate adaptation algorithm support for 802.11 devices
3478197d4bSKevin Lo.Sh SYNOPSIS
3578197d4bSKevin Lo.Cd "device wlan_amrr"
3678197d4bSKevin Lo.Sh DESCRIPTION
3778197d4bSKevin LoThe
3878197d4bSKevin Lo.Nm
392ed6bd6cSChristian Brueffermodule implements the Adaptive Multi-Rate Retry tx rate control
40b032f27cSSam Leffleralgorithm for use by 802.11 device drivers.
4178197d4bSKevin Lo.Sh SEE ALSO
42b032f27cSSam Leffler.Xr bwi 4 ,
43b032f27cSSam Leffler.Xr iwn 4 ,
44b032f27cSSam Leffler.Xr ral 4 ,
4578197d4bSKevin Lo.Xr rum 4 ,
4678197d4bSKevin Lo.Xr ural 4 ,
472ed6bd6cSChristian Brueffer.Xr wlan 4 ,
48b032f27cSSam Leffler.Xr wpi 4 ,
492ed6bd6cSChristian Brueffer.Xr zyd 4
5078197d4bSKevin Lo.Sh STANDARDS
5178197d4bSKevin LoMore information can be found in the paper describing the
5278197d4bSKevin Lo.Em AMRR
5378197d4bSKevin Loalgorithm at
5478197d4bSKevin Lo.Pa http://hal.inria.fr/inria-00070784/en/ .
5578197d4bSKevin Lo.Sh HISTORY
5678197d4bSKevin LoThe
5778197d4bSKevin Lo.Nm
5878197d4bSKevin Lodriver first appeared in
5978197d4bSKevin Lo.Fx 6.0 .
60