diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2008-08-29 09:30:24 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2008-08-29 09:30:24 +0000 |
commit | 957372205ed27968266574b6eee74e19f55ed853 (patch) | |
tree | 00f1cc07fc79645c7c880c28cb1f35c0d60a1ebb /share/man | |
parent | 8ebab4ce69d672945369b8dc14c2d150bd31cd50 (diff) |
the atw(4) man page says:
"The driver lets you change to Host AP mode, but it does not work
and it probably never will."
so just remove the HOSTAP capability bit in the code and remove this
sentence.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/atw.4 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man4/atw.4 b/share/man/man4/atw.4 index bd91b053899..ba85fa7e473 100644 --- a/share/man/man4/atw.4 +++ b/share/man/man4/atw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atw.4,v 1.28 2008/07/29 17:03:35 jmc Exp $ +.\" $OpenBSD: atw.4,v 1.29 2008/08/29 09:30:23 damien Exp $ .\" $NetBSD: atw.4,v 1.8 2004/06/06 04:05:49 wiz Exp $ .\" .\" Copyright (c) 2003 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 29 2008 $ +.Dd $Mdocdate: August 29 2008 $ .Dt ATW 4 .Os .Sh NAME @@ -222,9 +222,6 @@ network performance may suffer. The driver does not provide rate control when the media type is set to autoselect. .Pp -The driver lets you change to Host AP mode, but it does not work -and it probably never will. -.Pp The driver will sometimes complain that it cannot re-tune the radio because the transmit process has not gone idle. The author is investigating. |