Merge from vendor branch OPENSSH:
[dragonfly.git] / usr.sbin / acxcontrol / acxcontrol.8
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/usr.sbin/acxcontrol/Attic/acxcontrol.8,v 1.1 2006/04/01 02:55:36 sephe Exp $
32 .\"
33 .Dd March 24, 2006
34 .Os
35 .Dt ACXCONTROL 8
36 .Sh NAME
37 .Nm acxcontrol
38 .Nd configure Texas Instruments ACX100/TNETW1130(ACX111) network adapters
39 .Sh SYNOPSIS
40 .Nm
41 .Op Fl i
42 .Ar iface
43 .Nm
44 .Op Fl i
45 .Ar iface Fl f Ar file Op Fl r
46 .Nm
47 .Op Fl i
48 .Ar iface Fl k
49 .Sh DESCRIPTION
50 The
51 .Nm
52 utility controls the operation of Texas Instruments ACX100/TNETW1130(ACX111)
53 networking devices via the
54 .Xr acx 4
55 driver.
56 .Pp
57 In order to configure IEEE 802.11 parameters use
58 .Xr ifconfig 8 .
59 .Sh OPTIONS
60 The options are as follows:
61 .Bl -tag -width indent
62 .It Oo Fl i Oc Ar iface
63 Displays adapter's internal statistics.
64 .It Oo Fl i Oc Ar iface Fl f Ar file Op Fl r
65 Download firmware binary image to the adapter.
66 The
67 .Fl r
68 option must be specified if the adapter needs an additional radio firmware.
69 .It Oo Fl i Oc Ar iface Fl k
70 Kill the firmware and reset the adapter.
71 .El
72 .Sh SEE ALSO
73 .Xr acx 4 ,
74 .Xr ifconfig 8
75 .Sh AUTHORS
76 .An -nosplit
77 The
78 .Nm
79 utility and its man page were written by
80 .An Sepherosa Ziehau Aq sepherosa@gmail.com
81 and
82 .An Sascha Wildner Aq swildner@gmail.com .