diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2006-05-20 14:02:05 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2006-05-20 14:02:05 +0000 |
commit | 0b4af72c622ad945b3de26f8ace605266819d3af (patch) | |
tree | 0484e672a325b31daf51784d8b835a1ee0fefba3 /share/man/man4/iwi.4 | |
parent | 91485f32c0f2168316f3ad8112e63bcdfc003adf (diff) |
- monitor mode for wpi(4)
- document more DIAGNOSTICS messages for wpi(4)
- the firmware is loaded when the interface is brought up, not during
attachment of the device (ipw, iwi, wpi)
Diffstat (limited to 'share/man/man4/iwi.4')
-rw-r--r-- | share/man/man4/iwi.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4 index f395abab35b..3c3d60ec56e 100644 --- a/share/man/man4/iwi.4 +++ b/share/man/man4/iwi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwi.4,v 1.23 2006/05/01 09:35:21 damien Exp $ +.\" $OpenBSD: iwi.4,v 1.24 2006/05/20 14:02:04 damien Exp $ .\" .\" Copyright (c) 2004 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -182,7 +182,7 @@ This is the default mode of operation. .El .Sh FILES The driver needs at least version 3.0 of the following firmware files, -which are loaded on demand when the device is attached: +which are loaded when an interface is brought up: .Pp .Bl -tag -width Ds -offset indent -compact .It Pa /etc/firmware/iwi-bss @@ -248,7 +248,7 @@ This should not happen. .Xr hostname.if 5 , .Xr ifconfig 8 .Rs -.%T The IWI Web Page +.%T The IPW Web Page .%O http://damien.bergamini.free.fr/ipw/ .Re .Sh AUTHORS |