summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ath.4
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-09-06 03:59:22 +0000
committersam <sam@FreeBSD.org>2005-09-06 03:59:22 +0000
commit6044a52023743b808232e4f6ff1eac261aca3f9b (patch)
tree53ed98ae2165722a3c41182ba98c89453930123f /share/man/man4/ath.4
parent33e564c762c6b0bcdfa170e4b47150b5c02828b1 (diff)
downloadFreeBSD-src-6044a52023743b808232e4f6ff1eac261aca3f9b.zip
FreeBSD-src-6044a52023743b808232e4f6ff1eac261aca3f9b.tar.gz
updates:
o note all pci/cardbus parts are supported (modulo hal updates) o use ath_rate_sample instead of ath_rate_onoe o note SuperG support is missing o note WPA not supported on 5210 o remove stuff about needing a better tx rate control algorithm MFC after: 3 days
Diffstat (limited to 'share/man/man4/ath.4')
-rw-r--r--share/man/man4/ath.425
1 files changed, 14 insertions, 11 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4
index 7525575..8dab584 100644
--- a/share/man/man4/ath.4
+++ b/share/man/man4/ath.4
@@ -31,7 +31,7 @@
.\"
.\" $FreeBSD$
.\"/
-.Dd July 16, 2005
+.Dd September 5, 2005
.Dt ATH 4
.Os
.Sh NAME
@@ -45,7 +45,7 @@ kernel configuration file:
.Bd -ragged -offset indent
.Cd "device ath"
.Cd "device ath_hal"
-.Cd "device ath_rate_onoe"
+.Cd "device ath_rate_sample"
.Cd "device wlan"
.Ed
.Pp
@@ -60,7 +60,9 @@ if_ath_load="YES"
The
.Nm
driver provides support for wireless network adapters based on
-the Atheros AR5210, AR5211, and AR5212 chips.
+the Atheros AR5210, AR5211, and AR5212 programming api's.
+These api's are used by a wide variety of chips; all chips with
+a PCI and/or CardBus interface are supported.
Chip-specific support is provided by the Atheros Hardware Access Layer
(HAL), that is packaged separately.
.Pp
@@ -81,10 +83,12 @@ speeds as above for 802.11a operation and
1Mbps, 2Mbps, 5.5 Mbps and 11Mbps for 802.11b operation.
AR5212-based devices support 802.11a, 802.11b, and 802.11g operation
with transmit speeds appropriate to each.
-All chips also support an Atheros Turbo Mode (TM) that operates in
+Most chips also support an Atheros Turbo Mode (TM) that operates in
the 5Ghz frequency range with 2x the transmit speeds.
-Some chips also support Turbo mode in the 2.4Ghz range with 802.11g.
-(These modes are, however, only interoperable with other Atheros-based devices.)
+Some chips also support Turbo mode in the 2.4Ghz range with 802.11g
+though this support is not presently available due to regulatory requirements.
+(Note that Turbo modes are, however,
+only interoperable with other Atheros-based devices.)
The actual transmit speed used is dependent on signal quality and the
.Dq "rate control"
algorithm employed by the driver.
@@ -324,12 +328,7 @@ have overlapping channels.
Revision A1 of the D-LINK DWL-G520 and DWL-G650 are based on an
Intersil PrismGT chip and are not supported by this driver.
.Sh BUGS
-Performance in lossy environments is suboptimal.
-The algorithm used to select the rate for transmitted packets is
-very simplistic.
There is no software retransmit; only hardware retransmit is used.
-Contributors are encouraged to replace the existing rate control algorithm
-with a better one (hint: all the information needed is available to the driver).
.Pp
The driver does not fully enable power-save operation of the chip;
consequently power use is suboptimal.
@@ -341,3 +340,7 @@ operating as an access point.
Unfortunately this also means that devices purchased for use in one locale
may not be usable in another.
Changes are planned to remove this restriction when operating in station mode.
+.Pp
+WPA is not supported for 5210 parts.
+.Pp
+Atheros' SuperG functionality is not supported.
OpenPOWER on IntegriCloud