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