diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-07-10 17:32:09 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-07-12 20:07:25 (GMT) |
commit | fda6cc7ac45f97d4d40cc42781041dec488fa78c (patch) | |
tree | dcb49dd5b16004c65c016a28bec485e0e413df63 /net/mac80211/hostapd_ioctl.h | |
parent | 9771f740c6319e67bab44d18b9717c894a6f266d (diff) | |
download | linux-fda6cc7ac45f97d4d40cc42781041dec488fa78c.tar.xz |
[PATCH] mac80211: remove PRISM2_PARAM_DROP_UNENCRYPTED ioctl
Interestingly, wpa_supplicant doesn't use it, but uses the
currently unsupported IW_AUTH_DROP_UNENCRYPTED. So I guess
it doesn't matter anyway.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Jiri Benc <jbenc@suse.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/hostapd_ioctl.h')
-rw-r--r-- | net/mac80211/hostapd_ioctl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/hostapd_ioctl.h b/net/mac80211/hostapd_ioctl.h index 230eb44..95ca1f9 100644 --- a/net/mac80211/hostapd_ioctl.h +++ b/net/mac80211/hostapd_ioctl.h @@ -29,7 +29,6 @@ enum { /* Instant802 additions */ PRISM2_PARAM_CTS_PROTECT_ERP_FRAMES = 1001, - PRISM2_PARAM_DROP_UNENCRYPTED = 1002, PRISM2_PARAM_PREAMBLE = 1003, PRISM2_PARAM_SHORT_SLOT_TIME = 1006, PRISM2_PARAM_NEXT_MODE = 1008, |