diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-24 14:14:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-24 14:14:31 +0000 |
commit | 5fb1f48f8c52b3e4ace729d938b4ff80db3fc931 (patch) | |
tree | 05c2d61f1ca98b6fd1c272e6e5f3edced5dd49f8 /share/man | |
parent | 6dcea810ad449ef13a0500a02fa4dea447a85a0f (diff) |
ieee80211_cfgget() and ieee80211_cfgset() are dead; ok jsg
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/Makefile | 4 | ||||
-rw-r--r-- | share/man/man9/ieee80211_ioctl.9 | 22 |
2 files changed, 4 insertions, 22 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index e261ac214ca..715159021f9 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.114 2006/05/29 00:56:50 mk Exp $ +# $OpenBSD: Makefile,v 1.115 2006/06/24 14:14:30 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -141,8 +141,6 @@ MLINKS+=ieee80211_crypto.9 ieee80211_crypto_attach.9 \ ieee80211_crypto.9 ieee80211_wep_crypt.9 MLINKS+=ieee80211_input.9 ieee80211_decap.9 \ ieee80211_input.9 ieee80211_recv_mgmt.9 -MLINKS+=ieee80211_ioctl.9 ieee80211_cfgget.9 \ - ieee80211_ioctl.9 ieee80211_cfgset.9 MLINKS+=ieee80211_node.9 ieee80211_node_attach.9 \ ieee80211_node.9 ieee80211_node_lateattach.9 \ ieee80211_node.9 ieee80211_node_detach.9 \ diff --git a/share/man/man9/ieee80211_ioctl.9 b/share/man/man9/ieee80211_ioctl.9 index 6914cb4371d..f43c2edecf1 100644 --- a/share/man/man9/ieee80211_ioctl.9 +++ b/share/man/man9/ieee80211_ioctl.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ieee80211_ioctl.9,v 1.2 2005/09/30 20:34:25 jaredy Exp $ +.\" $OpenBSD: ieee80211_ioctl.9,v 1.3 2006/06/24 14:14:30 deraadt Exp $ .\" .\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org> .\" Copyright (c) 2004 Darron Broad <darron@kewl.org> @@ -26,23 +26,19 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/ieee80211_ioctl.9,v 1.2 2004/07/07 12:59:39 ru Exp $ -.\" $Id: ieee80211_ioctl.9,v 1.2 2005/09/30 20:34:25 jaredy Exp $ +.\" $Id: ieee80211_ioctl.9,v 1.3 2006/06/24 14:14:30 deraadt Exp $ .\" .Dd March 2, 2004 .Dt IEEE80211_IOCTL 9 .Os .Sh NAME -.Nm ieee80211_cfgget , ieee80211_cfgset , ieee80211_ioctl +.Nm ieee80211_ioctl .Nd 802.11 interface ioctl commands .Sh SYNOPSIS .In net80211/ieee80211_var.h .In net80211/ieee80211_proto.h .In net80211/ieee80211_ioctl.h .Ft int -.Fn ieee80211_cfgget "struct ifnet *ifp" "u_long cmd" "caddr_t data" -.Ft int -.Fn ieee80211_cfgset "struct ifnet *ifp" "u_long cmd" "caddr_t data" -.Ft int .Fn ieee80211_ioctl "struct ifnet *ifp" "u_long cmd" "caddr_t data" .Sh DESCRIPTION These @@ -51,17 +47,6 @@ for information or to change settings from the userland. .Pp .\" The -.Fn ieee80211_cfgget -and -.Fn ieee80211_cfgset -functions implement a legacy interface for getting and setting 802.11 -interface attributes respectively. -The interface is compatible with the RIDs used by the -.Xr wicontrol 8 -utility. -.Pp -.\" -The .Fn ieee80211_ioctl function provides a default implementation of the .Dv SIOCS80211 @@ -79,7 +64,6 @@ to use this as the catch-all in a switch statement to avoid code duplication. .\" .Sh SEE ALSO .Xr ifconfig 8 , -.Xr wicontrol 8 , .Xr ieee80211 9 .Sh HISTORY The |