Fix file-/pathnames which have changed now.
[dragonfly.git] / share / man / man4 / acx.4
1 .\"
2 .\" Copyright (c) 2006 The DragonFly Project.  All rights reserved.
3 .\" 
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in
12 .\"    the documentation and/or other materials provided with the
13 .\"    distribution.
14 .\" 3. Neither the name of The DragonFly Project nor the names of its
15 .\"    contributors may be used to endorse or promote products derived
16 .\"    from this software without specific, prior written permission.
17 .\" 
18 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
21 .\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
22 .\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23 .\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
24 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
26 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
28 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 .\" SUCH DAMAGE.
30 .\"
31 .\" $DragonFly: src/share/man/man4/acx.4,v 1.1 2006/04/01 02:55:36 sephe Exp $
32 .\"
33 .Dd March 24, 2006
34 .Dt ACX 4
35 .Os
36 .Sh NAME
37 .Nm acx
38 .Nd Texas Instruments ACX100/TNETW1130(ACX111) IEEE 802.11 driver
39 .Sh SYNOPSIS
40 To compile this driver into the kernel, place the following lines in
41 your kernel configuration file:
42 .Bd -ragged -offset indent
43 .Cd "device acx"
44 .Cd "device wlan"
45 .Ed
46 .Pp
47 Alternatively, to load the driver as a module at boot time, place the
48 following line in
49 .Pa /boot/loader.conf :
50 .Bd -literal -offset indent
51 if_acx_load="YES"
52 .Ed
53 .Sh DESCRIPTION
54 The
55 .Nm
56 driver provides support for Texas Instruments ACX100 or
57 TNETW1130 (aka ACX111) based PCI and Cardbus network adapters.
58 .Pp
59 By default, the
60 .Nm
61 driver configures the adapter for BSS operation (infrastructure mode).
62 This mode requires the use of an access point. In addition, IBSS
63 operation (adhoc mode) is also supported.
64 For more
65 information on configuring this device, see
66 .Xr ifconfig 8 .
67 .Ss MIB Variables
68 A number of per-interface variables are implemented in the
69 .Va hw.acx Ns Em X
70 branch of the
71 .Xr sysctl 3
72 MIB.
73 .Bl -tag -width ".Va txrate_sample_threshold"
74 .It Va txrate_upd_intvl_min
75 Minumum number of seconds to wait before raising the TX rate.
76 .It Va txrate_upd_intvl_max
77 Maximum number of seconds to wait before raising the TX rate.
78 .It Va txrate_sample_threshold
79 Number of packets to be sampled before raising the TX rate.
80 .It Va long_retry_limit
81 Maximum number of retries for RTS packets.
82 .It Va short_retry_limit
83 Maximum number of retries for non-RTS packets.
84 .It Va msdu_lifetime
85 MSDU life time.
86 .El
87 .Sh HARDWARE
88 The following cards are known to work with the
89 .Nm
90 driver:
91 .Pp
92 .Bl -bullet -compact
93 .It
94 D-Link DWL-520+
95 .It
96 D-Link DWL-650+
97 .It
98 D-Link DWL-G520+
99 .It
100 D-Link DWL-G650+
101 .El
102 .Sh FILES
103 The firmware for the adapter is not shipped with
104 .Dx
105 and must be obtained seperately.
106 Check the disk/CD shipped with the adapter or
107 .Pp
108 .Pa ftp://ftp.dlink.co.uk/wireless
109 .Pp
110 See
111 .Xr acxcontrol 8
112 for more information on loading firmware.
113 .\" XXX .Sh DIAGNOSTICS
114 .Sh SEE ALSO
115 .Xr acxcontrol 8 ,
116 .Xr ifconfig 8 ,
117 .Xr sysctl 8
118 .Sh HISTORY
119 The
120 .Nm
121 driver first appeared in
122 .Dx 1.5 .
123 .Sh AUTHORS
124 .An -nosplit
125 The
126 .Nm
127 driver was written by
128 .An Sepherosa Ziehau .
129 The manual page was written by
130 .An Sascha Wildner .
131 Both are based on the
132 .Pa http://wlan.kewl.org
133 project team's original code.
134 .Pp
135 The hardware specification was reverse engineered by the good folks at
136 .Pa http://acx100.sourceforge.net .
137 Without them this driver would not have been possible.