diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-05-20 17:35:18 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-05-20 17:35:18 +0000 |
commit | c18b8a1b0101be40280a8fa45d190b4d7dfa3dba (patch) | |
tree | 957d993f47efc93d5374c70e61b273d2f0590af3 /share/man | |
parent | f066f19a8b11e0f19fb9670ccd39acf20f722c6d (diff) |
remove the AVM FRITZ!WLAN USB Stick N from the list of supported devices
and add a note to the CAVEAT section that it is not supported yet.
this device seems to have a large boot code (because of the auto-installer?)
that gets overwritten by the Phase 1 firmware (used for Tx power regulation).
to support this device we will probably need to do power regulation in the
driver and to use the 1-step firmware instead (or to load the Phase 1
firmware at a higher address if possible).
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/otus.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/otus.4 b/share/man/man4/otus.4 index 0de04e8d7a6..6fa500e8bf3 100644 --- a/share/man/man4/otus.4 +++ b/share/man/man4/otus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: otus.4,v 1.4 2009/05/11 20:11:54 damien Exp $ +.\" $OpenBSD: otus.4,v 1.5 2009/05/20 17:35:17 damien Exp $ .\" .\" Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 11 2009 $ +.Dd $Mdocdate: May 20 2009 $ .Os .Dt OTUS 4 .Sh NAME @@ -88,7 +88,7 @@ The following adapters should work: .Pp .Bl -tag -width Ds -offset indent -compact .It Arcadyan WN7512 -.It AVM FRITZ!WLAN USB Stick N +.\" .It AVM FRITZ!WLAN USB Stick N .It CACE AirPcap Nx .It D-Link DWA-160A .It IO-Data WN-GDN/US2 @@ -169,6 +169,8 @@ driver was written by based on source code licensed under the ISC released in 2008 by Atheros Communications for Linux. .Sh CAVEATS +The AVM FRITZ!WLAN USB Stick N adapter is currently not supported. +.Pp The .Nm driver does not support any of the 802.11n capabilities offered by the |