diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-14 19:45:19 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-14 19:45:19 +0000 |
commit | 188710540d8241a1873f5c72a896983e45b2d6cc (patch) | |
tree | f369dab4f73f3e320362bf44578c848bcfe2648b /share | |
parent | 2c2c082404a50af6bdce26cc641ebb33d2079705 (diff) |
copy the CAVEATS section from the otus(4) man page.
we do not presently support 802.11n.
there are already many HT bits in the driver though, so it shouldn't
require much work to add support once net80211 is ready.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/athn.4 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man4/athn.4 b/share/man/man4/athn.4 index b58f6dd6ae8..c8a0ff69ef2 100644 --- a/share/man/man4/athn.4 +++ b/share/man/man4/athn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: athn.4,v 1.3 2009/11/14 18:48:36 damien Exp $ +.\" $OpenBSD: athn.4,v 1.4 2009/11/14 19:45:18 damien Exp $ .\" .\" Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>. .\" @@ -209,3 +209,11 @@ driver was written by .An Damien Bergamini Aq damien@openbsd.org based on source code licensed under the ISC released in 2008 by Atheros Communications for Linux. +.Sh CAVEATS +The +.Nm +driver does not support any of the 802.11n capabilities offered by +the adapters. +Additional work is required in +.Xr ieee80211 9 +before those features can be supported. |