OSDN Git Service

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