~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man4/wavelan.4

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
.\" (mtk, July 2006)
10
10
.\"
11
11
.TH WAVELAN 4 1996-10-22 "Linux" "Linux Programmer's Manual"
12
 
.\"
13
 
.\" NAME part
14
 
.\"
15
12
.SH NAME
16
13
wavelan \- AT&T GIS WaveLAN ISA device driver
17
 
.\"
18
 
.\" SYNOPSIS part
19
 
.\"
20
14
.SH SYNOPSIS
21
15
.BI "insmod wavelan_cs.o [io=" B,B.. "] [ irq=" I,I.. "] [name=" N,N.. ]
22
 
.\"
23
 
.\" DESCRIPTION part
24
 
.\"
25
16
.SH DESCRIPTION
26
17
.I wavelan
27
18
is the low-level device driver for the NCR / AT&T / Lucent
38
29
This device name will be reported
39
30
in the kernel log file with the MAC address, NWID and frequency used
40
31
by the card.
41
 
.\"
42
 
.\" PARAMETER part
43
 
.\"
44
32
.SS Parameters
45
33
This section apply to the module form (parameters passed on the
46
34
.BR insmod (8)
64
52
Set the list of name to be used for each wavelan cards device (name
65
53
used by
66
54
.BR ifconfig (8)).
67
 
.\"
68
 
.\" WIRELESS part
69
 
.\"
70
55
.SS "Wireless Extensions"
71
56
Use
72
57
.BR iwconfig (8)
73
58
to manipulate wireless extensions.
74
 
.\"     NWID sub part
75
59
.SS NWID (or domain)
76
60
Set the network ID
77
61
.RI [ 0
81
65
.RI [ off ].
82
66
As the NWID is stored in the card Permanent Storage Area, it will be
83
67
reuse at any further invocation of the driver.
84
 
.\"     Frequency sub part
85
68
.SS Frequency & channels
86
69
For the 2.4GHz 2.00 Hardware, you are able to set the frequency by
87
70
specifying one of the 10 defined channels
93
76
The frequency is changed immediately and
94
77
permanently.
95
78
Frequency availability depends on the regulations...
96
 
.\"     Spy sub part
97
79
.SS Statistics spy
98
80
Set a list of MAC addresses in the driver (up to 8) and get the last
99
81
quality of link for each of those (see
100
82
.BR iwspy (8)).
101
 
.\"     /proc/net/wireless part
102
83
.SS /proc/net/wireless
103
84
.I status
104
85
is the status reported by the modem.
114
95
and
115
96
.I misc discarded packet
116
97
counters are not implemented.
117
 
.\"
118
 
.\" IOCTL part
119
 
.\"
120
98
.SS "Private Ioctl"
121
99
You may use
122
100
.BR iwpriv (8)
123
101
to manipulate private ioctls.
124
 
.\"     threshold part
125
102
.SS Quality and Level threshold
126
103
Enable you the define the quality and level threshold used by the
127
104
modem (packet below that level are discarded).
128
 
.\"     Histogram part
129
105
.SS Histogram
130
106
This functionality makes it possible to set a number of
131
107
signal level intervals and
133
109
intervals.
134
110
This distribution might be used to calculate the mean value
135
111
and standard deviation of the signal level.
136
 
.\"
137
 
.\" SPECIFIC part
138
 
.\"
139
112
.SS "Specific Notes"
140
113
This driver will fail to detect some
141
114
.B non-NCR/ATT&T/Lucent
146
119
Some of the mentioned features are optional.
147
120
You may enable to disable
148
121
them by changing flags in the driver header and recompile.
149
 
.\"
150
 
.\" AUTHOR part
151
 
.\"
152
122
.\" .SH AUTHOR
153
123
.\" Bruce Janson \(em bruce@cs.usyd.edu.au
154
124
.\" .br
166
136
.BR iwpriv (8),
167
137
.BR iwspy (8)
168
138
.SH COLOPHON
169
 
This page is part of release 3.26 of the Linux
 
139
This page is part of release 3.27 of the Linux
170
140
.I man-pages
171
141
project.
172
142
A description of the project,