diff options
author | 2009-05-20 17:35:17 +0000 | |
---|---|---|
committer | 2009-05-20 17:35:17 +0000 | |
commit | 4d3946393375c6182046a402dc8ce090ead907ed (patch) | |
tree | 9fab2b9203df650a1c8423e48f79896c30c93268 | |
parent | zap trailing whitespace; (diff) | |
download | wireguard-openbsd-4d3946393375c6182046a402dc8ce090ead907ed.tar.xz wireguard-openbsd-4d3946393375c6182046a402dc8ce090ead907ed.zip |
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).
-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 |