1wavelan(4) Kernel Interfaces Manual wavelan(4)
2
3
4
6 wavelan - AT&T GIS WaveLAN ISA device driver
7
9 insmod wavelan_cs.o [io=B,B..] [ irq=I,I..] [name=N,N..]
10
12 This driver is obsolete: it was removed in Linux 2.6.35.
13
14 wavelan is the low-level device driver for the NCR / AT&T / Lucent
15 WaveLAN ISA and Digital (DEC) RoamAbout DS wireless ethernet adapter.
16 This driver is available as a module or might be compiled in the ker‐
17 nel. This driver supports multiple cards in both forms (up to 4) and
18 allocates the next available ethernet device (eth0..eth#) for each card
19 found, unless a device name is explicitly specified (see below). This
20 device name will be reported in the kernel log file with the MAC ad‐
21 dress, NWID, and frequency used by the card.
22
23 Parameters
24 This section applies to the module form (parameters passed on the ins‐
25 mod(8) command line). If the driver is included in the kernel, use the
26 ether=IRQ,IO,NAME syntax on the kernel command line.
27
28 io Specify the list of base addresses where to search for wavelan
29 cards (setting by dip switch on the card). If you don't specify
30 any io address, the driver will scan 0x390 and 0x3E0 addresses,
31 which might conflict with other hardware...
32
33 irq Set the list of IRQs that each wavelan card should use (the
34 value is saved in permanent storage for future use).
35
36 name Set the list of names to be used for each wavelan card device
37 (name used by ifconfig(8)).
38
39 Wireless extensions
40 Use iwconfig(8) to manipulate wireless extensions.
41
42 NWID (or domain)
43 Set the network ID [0 to FFFF] or disable it [off]. As the NWID is
44 stored in the card Permanent Storage Area, it will be reused at any
45 further invocation of the driver.
46
47 Frequency & channels
48 For the 2.4 GHz 2.00 Hardware, you are able to set the frequency by
49 specifying one of the 10 defined channels (2.412, 2.422, 2.425, 2.4305,
50 2.432, 2.442, 2.452, 2.460, 2.462 or 2.484) or directly as a numeric
51 value. The frequency is changed immediately and permanently. Fre‐
52 quency availability depends on the regulations...
53
54 Statistics spy
55 Set a list of MAC addresses in the driver (up to 8) and get the last
56 quality of link for each of those (see iwspy(8)).
57
58 /proc/net/wireless
59 status is the status reported by the modem. Link quality reports the
60 quality of the modulation on the air (direct sequence spread spectrum)
61 [max = 16]. Level and Noise refer to the signal level and noise level
62 [max = 64]. The crypt discarded packet and misc discarded packet coun‐
63 ters are not implemented.
64
65 Private ioctl
66 You may use iwpriv(8) to manipulate private ioctls.
67
68 Quality and level threshold
69 Enables you to define the quality and level threshold used by the modem
70 (packet below that level are discarded).
71
72 Histogram
73 This functionality makes it possible to set a number of signal level
74 intervals and to count the number of packets received in each of those
75 defined intervals. This distribution might be used to calculate the
76 mean value and standard deviation of the signal level.
77
78 Specific notes
79 This driver fails to detect some non-NCR/AT&T/Lucent Wavelan cards. If
80 this happens for you, you must look in the source code on how to add
81 your card to the detection routine.
82
83 Some of the mentioned features are optional. You may enable or disable
84 them by changing flags in the driver header and recompile.
85
87 wavelan_cs(4), ifconfig(8), insmod(8), iwconfig(8), iwpriv(8), iwspy(8)
88
89
90
91Linux man-pages 6.05 2023-02-05 wavelan(4)