diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-07-10 13:32:09 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-07-12 16:07:25 -0400 |
commit | fda6cc7ac45f97d4d40cc42781041dec488fa78c (patch) | |
tree | dcb49dd5b16004c65c016a28bec485e0e413df63 /net/mac80211/hostapd_ioctl.h | |
parent | 9771f740c6319e67bab44d18b9717c894a6f266d (diff) |
[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 230eb4400ec6..95ca1f983a72 100644 --- a/net/mac80211/hostapd_ioctl.h +++ b/net/mac80211/hostapd_ioctl.h | |||
@@ -29,7 +29,6 @@ enum { | |||
29 | 29 | ||
30 | /* Instant802 additions */ | 30 | /* Instant802 additions */ |
31 | PRISM2_PARAM_CTS_PROTECT_ERP_FRAMES = 1001, | 31 | PRISM2_PARAM_CTS_PROTECT_ERP_FRAMES = 1001, |
32 | PRISM2_PARAM_DROP_UNENCRYPTED = 1002, | ||
33 | PRISM2_PARAM_PREAMBLE = 1003, | 32 | PRISM2_PARAM_PREAMBLE = 1003, |
34 | PRISM2_PARAM_SHORT_SLOT_TIME = 1006, | 33 | PRISM2_PARAM_SHORT_SLOT_TIME = 1006, |
35 | PRISM2_PARAM_NEXT_MODE = 1008, | 34 | PRISM2_PARAM_NEXT_MODE = 1008, |