OSDN Git Service

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