View | Details | Raw Unified | Return to bug 55443
Collapse All | Expand All

(-)share/man/man4/ath.4 (-6 / +6 lines)
Lines 59-65 Link Here
59
it can receive either 802.11 or 802.3 frames.
59
it can receive either 802.11 or 802.3 frames.
60
Transmit speed and operating mode is selectable
60
Transmit speed and operating mode is selectable
61
depending on your hardware.
61
depending on your hardware.
62
AR5210-based devices support 802.11a operation with trasmit speeds
62
AR5210-based devices support 802.11a operation with transmit speeds
63
of 6 Mbps, 9 Mbps, 12 Mbps, 18 Mbps, 24 Mbps, 36 Mbps, 48 Mbps, and 54 Mbps.
63
of 6 Mbps, 9 Mbps, 12 Mbps, 18 Mbps, 24 Mbps, 36 Mbps, 48 Mbps, and 54 Mbps.
64
AR5211-based devices support 802.11a and 802.11b operation with transmit
64
AR5211-based devices support 802.11a and 802.11b operation with transmit
65
speeds as above for 802.11a operation and
65
speeds as above for 802.11a operation and
Lines 174-180 Link Here
174
.Pa sys/contrib/dev/ath/ah.h .
174
.Pa sys/contrib/dev/ath/ah.h .
175
.It "ath%d: failed to allocate descriptors: %d"
175
.It "ath%d: failed to allocate descriptors: %d"
176
The driver was unable to allocate contiguous memory for the transmit
176
The driver was unable to allocate contiguous memory for the transmit
177
ad receive descriptors.
177
and receive descriptors.
178
This usually indicates system memory is scarce and/or fragmented.
178
This usually indicates system memory is scarce and/or fragmented.
179
.It "ath%d: unable to setup a data xmit queue!"
179
.It "ath%d: unable to setup a data xmit queue!"
180
The request to the HAL to setup the transmit queue for normal
180
The request to the HAL to setup the transmit queue for normal
Lines 187-193 Link Here
187
.It "ath%d: 802.11 address: %s"
187
.It "ath%d: 802.11 address: %s"
188
The MAC address programmed in the EEPROM is displayed.
188
The MAC address programmed in the EEPROM is displayed.
189
.It "ath%d: hardware error; resetting"
189
.It "ath%d: hardware error; resetting"
190
A nunrecoverable error in the hardware occurred.
190
An unrecoverable error in the hardware occurred.
191
Errors of this sort include unrecoverable DMA errors.
191
Errors of this sort include unrecoverable DMA errors.
192
The driver will reset the hardware and continue.
192
The driver will reset the hardware and continue.
193
.It "ath%d: rx FIFO overrun; resetting"
193
.It "ath%d: rx FIFO overrun; resetting"
Lines 250-256 Link Here
250
.Sh SEE ALSO
250
.Sh SEE ALSO
251
.Xr an 4 ,
251
.Xr an 4 ,
252
.Xr arp 4 ,
252
.Xr arp 4 ,
253
.Xr ath_hal 4,
253
.Xr ath_hal 4 ,
254
.Xr card 4 ,
254
.Xr card 4 ,
255
.Xr netintro 4 ,
255
.Xr netintro 4 ,
256
.Xr pcic 4 ,
256
.Xr pcic 4 ,
Lines 274-287 Link Here
274
.Xr wicontrol 8
274
.Xr wicontrol 8
275
for information on different regulatory domains.
275
for information on different regulatory domains.
276
.Pp
276
.Pp
277
802.11g support is little tested and may have interoperabity problems.
277
802.11g support is little tested and may have interoperability problems.
278
The software is known to function with an Atheros 11g access point but
278
The software is known to function with an Atheros 11g access point but
279
interoperability may be problematic until vendors update firmware in
279
interoperability may be problematic until vendors update firmware in
280
existing 11g products.
280
existing 11g products.
281
If you encounter problems using an 11g access point you should be able
281
If you encounter problems using an 11g access point you should be able
282
to workaround incompatibilities by locking the driver to 11b mode.
282
to workaround incompatibilities by locking the driver to 11b mode.
283
Alternatively, most 11g compatibility issues are in the 802.11 layer
283
Alternatively, most 11g compatibility issues are in the 802.11 layer
284
and you may be able to workaround issues by modifying the
284
and you may be able to work around issues by modifying the
285
.Xr wlan 4
285
.Xr wlan 4
286
module.
286
module.
287
.Sh BUGS
287
.Sh BUGS

Return to bug 55443