From: Sascha Wildner Date: Thu, 5 Jul 2007 11:54:10 +0000 (+0000) Subject: Correction to my commit from yesterday: X-Git-Tag: v2.0.1~2651 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/2e9e9c8a18fa5e62e59a8c29ff9f4ced307cd591 Correction to my commit from yesterday: ipw(4) and iwi(4) don't support hostap mode. Pointed-out-by: sephe --- diff --git a/share/man/man4/ipw.4 b/share/man/man4/ipw.4 index 7f326b8ca7..e1b7a2c60d 100644 --- a/share/man/man4/ipw.4 +++ b/share/man/man4/ipw.4 @@ -1,5 +1,5 @@ .\" $Id: ipw.4,v 1.1 2004/10/31 09:41:23 damien Exp $ -.\" $DragonFly: src/share/man/man4/Attic/ipw.4,v 1.3 2007/07/04 16:52:40 swildner Exp $ +.\" $DragonFly: src/share/man/man4/Attic/ipw.4,v 1.4 2007/07/05 11:54:10 swildner Exp $ .\" .\" Copyright (c) 2004 .\" Damien Bergamini . All rights reserved. @@ -82,7 +82,6 @@ The driver will reset the hardware. This should not happen. .Xr pci 4 , .Xr wi 4 , .Xr wlan 4 , -.Xr hostapd 8 , .Xr ifconfig 8 , .Xr ipwcontrol 8 .Rs diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4 index 115627966b..5675d48ffb 100644 --- a/share/man/man4/iwi.4 +++ b/share/man/man4/iwi.4 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/share/man/man4/iwi.4,v 1.8 2007/07/04 16:52:40 swildner Exp $ +.\" $DragonFly: src/share/man/man4/iwi.4,v 1.9 2007/07/05 11:54:10 swildner Exp $ .\" .Dd March 1, 2005 .Os @@ -123,7 +123,6 @@ The driver will reset the hardware. This should not happen. .Xr pci 4 , .Xr wi 4 , .Xr wlan 4 , -.Xr hostapd 8 , .Xr ifconfig 8 , .Xr iwicontrol 8 , .Xr wicontrol 8 diff --git a/usr.sbin/802_11/hostapd/hostapd.8 b/usr.sbin/802_11/hostapd/hostapd.8 index 01173d26d5..3324b79b8d 100644 --- a/usr.sbin/802_11/hostapd/hostapd.8 +++ b/usr.sbin/802_11/hostapd/hostapd.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/wpa/hostapd/hostapd.8,v 1.2 2005/06/27 06:40:43 ru Exp $ -.\" $DragonFly: src/usr.sbin/802_11/hostapd/hostapd.8,v 1.2 2007/07/04 16:52:40 swildner Exp $ +.\" $DragonFly: src/usr.sbin/802_11/hostapd/hostapd.8,v 1.3 2007/07/05 11:54:10 swildner Exp $ .\" .Dd August 19, 2006 .Dt HOSTAPD 8 @@ -107,8 +107,6 @@ Include key information in debugging output. .Sh SEE ALSO .Xr acx 4 , .Xr ath 4 , -.Xr ipw 4 , -.Xr iwi 4 , .Xr ral 4 , .Xr rtw 4 , .Xr rum 4 ,