diff options
author | 2017-04-27 05:49:32 +0000 | |
---|---|---|
committer | 2017-04-27 05:49:32 +0000 | |
commit | 2fdf57ad8d3089e60d38a3cde3298e189b5c2978 (patch) | |
tree | 85fdfe8d1dbc344bc680ee9e0cf38b52d7936b25 | |
parent | Revert if_iwm.c to the state of r1.170 because ETOOMANYDRAGONSATONCE. (diff) | |
download | wireguard-openbsd-2fdf57ad8d3089e60d38a3cde3298e189b5c2978.tar.xz wireguard-openbsd-2fdf57ad8d3089e60d38a3cde3298e189b5c2978.zip |
iwm(4) monitor mode support was backed out for now.
-rw-r--r-- | share/man/man4/iwm.4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/iwm.4 b/share/man/man4/iwm.4 index 0cc7ad86dd0..ac9be8e5da4 100644 --- a/share/man/man4/iwm.4 +++ b/share/man/man4/iwm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwm.4,v 1.21 2017/04/24 09:53:43 stsp Exp $ +.\" $OpenBSD: iwm.4,v 1.22 2017/04/27 05:49:32 stsp Exp $ .\" .\" Copyright (c) 2007,2008 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -15,7 +15,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: April 24 2017 $ +.Dd $Mdocdate: April 27 2017 $ .Dt IWM 4 .Os .Sh NAME @@ -40,13 +40,13 @@ Also known as .Em infrastructure mode, this is used when associating with an access point, through which all traffic passes. -This mode is the default. -.It monitor mode -In this mode the driver is able to receive packets without -associating with an access point. -This disables the internal receive filter and enables the card to -capture packets from networks which it wouldn't normally have access to, -or to scan for access points. +.\" This mode is the default. +.\" .It monitor mode +.\" In this mode the driver is able to receive packets without +.\" associating with an access point. +.\" This disables the internal receive filter and enables the card to +.\" capture packets from networks which it wouldn't normally have access to, +.\" or to scan for access points. .El .Pp The |