diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-10-24 09:36:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-10-24 09:36:14 +0000 |
commit | 8051b6fbb7b6f9b7a3927a285a2d49f4ee6a064a (patch) | |
tree | af1acd37669ec7245db2ba47e4a2b9665f13647b /sys/net80211 | |
parent | b9e50a925c5ef471f7ec5d53d9c33eab8b44fed3 (diff) |
remove defines for ioctls the kernel doesn't recognise
ok mpi@
Diffstat (limited to 'sys/net80211')
-rw-r--r-- | sys/net80211/ieee80211_ioctl.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h index 56629a4cac5..03332685619 100644 --- a/sys/net80211/ieee80211_ioctl.h +++ b/sys/net80211/ieee80211_ioctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_ioctl.h,v 1.29 2017/07/19 22:04:46 stsp Exp $ */ +/* $OpenBSD: ieee80211_ioctl.h,v 1.30 2017/10/24 09:36:13 jsg Exp $ */ /* $NetBSD: ieee80211_ioctl.h,v 1.7 2004/04/30 22:51:04 dyoung Exp $ */ /*- @@ -151,19 +151,10 @@ struct ieee80211_power { #define SIOCS80211POWER _IOW('i', 234, struct ieee80211_power) #define SIOCG80211POWER _IOWR('i', 235, struct ieee80211_power) -/* authentication type */ -struct ieee80211_auth { - char i_name[IFNAMSIZ]; /* if_name, e.g. "wi0" */ - int i_authtype; -}; - #define IEEE80211_AUTH_NONE 0 #define IEEE80211_AUTH_OPEN 1 #define IEEE80211_AUTH_SHARED 2 -#define SIOCS80211AUTH _IOW('i', 236, struct ieee80211_auth) -#define SIOCG80211AUTH _IOWR('i', 237, struct ieee80211_auth) - /* channel request */ struct ieee80211chanreq { char i_name[IFNAMSIZ]; /* if_name, e.g. "wi0" */ |