summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arlconfig/arlconfig.8
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2004-06-01 07:38:11 +0000
committerfjoe <fjoe@FreeBSD.org>2004-06-01 07:38:11 +0000
commitac4a1eaf409bb3923058739e1b03dd0ae247e7f5 (patch)
tree2fa5f4be7b72fa042622684eeb5c811addf53bca /usr.sbin/arlconfig/arlconfig.8
parent5dc6beb6a4e8abdad50237100f14bdb27a4c1063 (diff)
downloadFreeBSD-src-ac4a1eaf409bb3923058739e1b03dd0ae247e7f5.zip
FreeBSD-src-ac4a1eaf409bb3923058739e1b03dd0ae247e7f5.tar.gz
Finish repo move arlconfig -> arlcontrol.
Diffstat (limited to 'usr.sbin/arlconfig/arlconfig.8')
-rw-r--r--usr.sbin/arlconfig/arlconfig.8159
1 files changed, 0 insertions, 159 deletions
diff --git a/usr.sbin/arlconfig/arlconfig.8 b/usr.sbin/arlconfig/arlconfig.8
deleted file mode 100644
index 00816b1..0000000
--- a/usr.sbin/arlconfig/arlconfig.8
+++ /dev/null
@@ -1,159 +0,0 @@
-.\" Copyright (c) 2004
-.\" <ran@styx.aic.net>. All right reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\" notice, this list of conditions and the following disclaimer.
-.\" 2. Redistributions in binary form must reproduce the above copyright
-.\" notice, this list of conditions and the following disclaimer in the
-.\" documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\" must display the following acknowledgement:
-.\" This product includes software developed by <ran@styx.aic.net>
-.\" 4. Neither the name of the author nor the names of any co-contributors
-.\" may be used to endorse or promote products derived from this software
-.\" without specific prior written permission.
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY ran@styx.aic.net AND CONTRIBUTORS ``AS IS'' AND
-.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-.\" ARE DISCLAIMED. IN NO EVENT SHALL <ran@styx.aic.net> OR THE VOICES IN HIS
-.\" HEAD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
-.\" THE POSSIBILITY OF SUCH DAMAGE.
-.\"
-.\" $FreeBSD$
-.\"
-.Dd March 15, 2004
-.Dt ARLCONFIG 8 i386
-.Os
-.Sh NAME
-.Nm arlconfig
-.Nd configure Aironet Arlan 655 device
-.Sh SYNOPSIS
-.Nm
-.Ar iface
-.Nm
-.Ar iface Cm country Ar country ( Cm 9-15 )
-.Nm
-.Ar iface Cm priority Ar priority ( Cm normal, high, highest )
-.Nm
-.Ar iface Cm txretry Ar txretry
-.Nm
-.Ar iface Cm stat
-.Nm
-.Ar iface Cm quality
-.Sh DESCRIPTION
-The
-.Nm
-utility controls the operation of Aironet Arlan 655 wireless networking
-devices via the
-.Xr arl 4
-driver.
-Most of the parameters that can be changed are related to the
-Aironet protocol which the Aironet Arlan 655 card implements.
-The
-.Nm
-utility can also be used to view the current NIC status, configuration
-and to dump out the values of the card's statistics counters.
-.Pp
-The
-.Ar iface
-argument given to
-.Nm
-should be the logical interface name associated with the Aironet Arlan 655
-device
-.Li ( arl0 , arl1 ,
-etc.) and must be specified.
-.Sh OPTIONS
-The options are as follows:
-.Bl -tag -width indent
-.It Ar iface
-Display current settings of specified wireless interface.
-This retrieves current card settings from the driver and prints
-them out.
-.It Ar iface Cm country Ar country ( Cm 9-15 )
-Chose
-.Ar country , channel
- parameters that depend on the
-.Ar country
-according to the following table:
-.Bl -column ".Em Country" ".Em Channel" ".Em MHz" -offset indent indent
-.Em "Country Ch_Set MHz"
-.It "North America" Ta 9 Ta "2412, 2427, 2442, 2457, 2465"
-.It "U.S.A " Ta 9 Ta "2412, 2427, 2442, 2457, 2465"
-.It "Canada " Ta 9 Ta "2412, 2427, 2442, 2457, 2465"
-.It "Mexico " Ta 9 Ta "2412, 2427, 2442, 2457, 2465"
-.IT "New Zealand " Ta 9 Ta "2412, 2427, 2442, 2457, 2465"
-.It "E.T.S.I " Ta 10 Ta "2412, 2427, 2442, 2457, 2472"
-.It "Japan " Ta 11 Ta "2484"
-.It "France " Ta 12 Ta "2457, 2465, 2475"
-.It "Australia " Ta 13 Ta "2411, 2425, 2439"
-.It "Germany " Ta 14 Ta "2427, 2442, 2457"
-.It "U.K.(MPT1349)" Ta 15 Ta "2460"
-.It "U.K. " Ta 15 Ta "2460"
-.It "Spain " Ta 15 Ta "2460"
-.El
-.It Ar iface Cm priority Ar priority ( Cm normal, high, highest )
-Use the
-.Ar priority
-parameter to set the priority of the Arlan 655 Radio Media Access Control
-the values are
-.Cm normal , high
-or
-.Cm highest .
-The higher the priority set, the more likely this unit will be first
-to successfully transmit a packet when multiple units are trying
-to transmit at the same time.
-.Pp
-The percentage of units on your network that you set to values other than
-.Dq normal
-should be kept small - 10 percent or less.
-.It Ar iface Cm txretry Ar txretry
-Set transmit retries. Default is 0.
-.It Ar iface Cm stat
-Print internal Arlan 655 statistics block.
-.It Ar iface Cm quality
-Display the cached signal level and quality maintained by the
-.Xr arl 4
-driver.
-The driver retains information about quality and level for packets
-received from different hosts.
-Also the driver extracts values from ACK packets.
-.El
-.Sh EXAMPLES
-.Bd -literal -offset indent
-arlconfig arl0 country 11 priority high
-arlconfig arl0 quality
-arlconfig arl0 stat
-arlconfig arl0
-.Pp
-You can configure the Arlan 655 card from /etc/start_if.arl0.
-For example:
-.Pp
-#!/bin/sh
-/sbin/arlconfig country 9 priority highest
-.Sh SEE ALSO
-.Xr arl 4 ,
-.Xr "Arlan 655 ISA Wireless LAN Client Card User Guide" .
-.Sh HISTORY
-The
-.Nm
-utility first appeared in
-.Fx 5.3 .
-.Sh BUGS
-Aironet Arlan 640 bridges and Arlan 630 access points don't understand
-country codes other than 9.
-.Sh AUTHORS
-The
-.Nm
-utility was written by
-.Aq ran@styx.aic.net .
-This manpage was written by
-.An Yuri Kurenkov Aq y.kurenkov@init.ru .
OpenPOWER on IntegriCloud