]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man4/wavelan.4
Many pages: Add '\" t' comment where necessary
[thirdparty/man-pages.git] / man4 / wavelan.4
CommitLineData
fea681da
MK
1.\" From jt@hplb.hpl.hp.com Thu Dec 19 18:31:49 1996
2.\" From: Jean Tourrilhes <jt@hplb.hpl.hp.com>
3.\" Address: HP Labs, Filton Road, Stoke Gifford, Bristol BS12 6QZ, U.K.
4.\" Jean II - HPLB - '96
5.\" wavelan.c.4
6.\"
8f0aff2a 7.\" Provenance of this page is unclear.
2297bf0e 8.\"
95fb8859 9.\" SPDX-License-Identifier: GPL-1.0-or-later
5f444328 10.\"
4c1c5274 11.TH wavelan 4 (date) "Linux man-pages (unreleased)"
fea681da
MK
12.SH NAME
13wavelan \- AT&T GIS WaveLAN ISA device driver
fea681da 14.SH SYNOPSIS
c7db92b9 15.nf
fea681da 16.BI "insmod wavelan_cs.o [io=" B,B.. "] [ irq=" I,I.. "] [name=" N,N.. ]
c7db92b9 17.fi
fea681da 18.SH DESCRIPTION
fb854b13 19.I This driver is obsolete:
b324e17d 20it was removed in Linux 2.6.35.
5b539973 21.PP
fdc344df 22.B wavelan
fea681da
MK
23is the low-level device driver for the NCR / AT&T / Lucent
24.B WaveLAN ISA
25and Digital (DEC)
26.B RoamAbout DS
c13182ef
MK
27wireless ethernet adapter.
28This driver is available as a module or
29might be compiled in the kernel.
30This driver supports multiple cards
fea681da
MK
31in both forms (up to 4) and allocates the next available ethernet
32device (eth0..eth#) for each card found, unless a device name is
c13182ef
MK
33explicitly specified (see below).
34This device name will be reported
735334d4 35in the kernel log file with the MAC address, NWID, and frequency used
fea681da 36by the card.
2b2581ee 37.SS Parameters
584916a0 38This section applies to the module form (parameters passed on the
fea681da 39.BR insmod (8)
c13182ef
MK
40command line).
41If the driver is included in the kernel, use the
fea681da
MK
42.I ether=IRQ,IO,NAME
43syntax on the kernel command line.
44.TP
45.B io
7529f3ff 46Specify the list of base addresses where to search for wavelan cards
c13182ef
MK
47(setting by dip switch on the card).
48If you don't specify any io
fea681da
MK
49address, the driver will scan 0x390 and 0x3E0 addresses, which might
50conflict with other hardware...
51.TP
52.B irq
7529f3ff 53Set the list of IRQs that each wavelan card should use (the value is
fea681da
MK
54saved in permanent storage for future use).
55.TP
56.B name
7529f3ff 57Set the list of names to be used for each wavelan card device (name
fea681da
MK
58used by
59.BR ifconfig (8)).
73d8cece 60.SS Wireless extensions
fea681da
MK
61Use
62.BR iwconfig (8)
63to manipulate wireless extensions.
fea681da 64.SS NWID (or domain)
c13182ef 65Set the network ID
fea681da
MK
66.RI [ 0
67to
68.IR FFFF ]
69or disable it
70.RI [ off ].
71As the NWID is stored in the card Permanent Storage Area, it will be
753e83e4 72reused at any further invocation of the driver.
fea681da 73.SS Frequency & channels
ee8655b5 74For the 2.4\ GHz 2.00 Hardware, you are able to set the frequency by
fea681da
MK
75specifying one of the 10 defined channels
76.RI ( 2.412,
77.I 2.422, 2.425, 2.4305, 2.432, 2.442, 2.452, 2.460, 2.462
78or
79.IR 2.484 )
d6b8e88b 80or directly as a numeric value.
c13182ef 81The frequency is changed immediately and
17490d2f
MK
82permanently.
83Frequency availability depends on the regulations...
fea681da
MK
84.SS Statistics spy
85Set a list of MAC addresses in the driver (up to 8) and get the last
86quality of link for each of those (see
87.BR iwspy (8)).
fea681da
MK
88.SS /proc/net/wireless
89.I status
90is the status reported by the modem.
91.I Link quality
92reports the quality of the modulation on the air (direct sequence
93spread spectrum) [max = 16].
94.I Level
95and
96.I Noise
97refer to the signal level and noise level [max = 64].
98The
99.I crypt discarded packet
100and
101.I misc discarded packet
102counters are not implemented.
73d8cece 103.SS Private ioctl
fea681da
MK
104You may use
105.BR iwpriv (8)
106to manipulate private ioctls.
c634028a 107.SS Quality and level threshold
2513b407 108Enables you to define the quality and level threshold used by the
fea681da 109modem (packet below that level are discarded).
fea681da 110.SS Histogram
75d33b2a
MK
111This functionality makes it possible to set a number of
112signal level intervals and
fea681da 113to count the number of packets received in each of those defined
c13182ef
MK
114intervals.
115This distribution might be used to calculate the mean value
fea681da 116and standard deviation of the signal level.
73d8cece 117.SS Specific notes
a23d8efa 118This driver fails to detect some
5415a0b2 119.B non-NCR/AT&T/Lucent
c13182ef 120Wavelan cards.
3758f6da 121If this happens for you, you must look in the source code on
fea681da
MK
122how to add your card to the detection routine.
123.PP
c13182ef 124Some of the mentioned features are optional.
d33dbfa3 125You may enable or disable
fea681da 126them by changing flags in the driver header and recompile.
d2dc6294
MK
127.\" .SH AUTHOR
128.\" Bruce Janson \(em bruce@cs.usyd.edu.au
129.\" .br
130.\" Jean Tourrilhes \(em jt@hplb.hpl.hp.com
131.\" .br
132.\" (and others; see source code for details)
fea681da
MK
133.\"
134.\" SEE ALSO part
135.\"
47297adb 136.SH SEE ALSO
fea681da
MK
137.BR wavelan_cs (4),
138.BR ifconfig (8),
139.BR insmod (8),
140.BR iwconfig (8),
f0c34053
MK
141.BR iwpriv (8),
142.BR iwspy (8)