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/ieee80211_ioctl.c | |
| 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/ieee80211_ioctl.c')
| -rw-r--r-- | net/mac80211/ieee80211_ioctl.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/mac80211/ieee80211_ioctl.c b/net/mac80211/ieee80211_ioctl.c index ab09e9a90f43..f465d0a1c153 100644 --- a/net/mac80211/ieee80211_ioctl.c +++ b/net/mac80211/ieee80211_ioctl.c | |||
| @@ -1201,10 +1201,6 @@ static int ieee80211_ioctl_prism2_param(struct net_device *dev, | |||
| 1201 | local->cts_protect_erp_frames = value; | 1201 | local->cts_protect_erp_frames = value; |
| 1202 | break; | 1202 | break; |
| 1203 | 1203 | ||
| 1204 | case PRISM2_PARAM_DROP_UNENCRYPTED: | ||
| 1205 | sdata->drop_unencrypted = value; | ||
| 1206 | break; | ||
| 1207 | |||
| 1208 | case PRISM2_PARAM_PREAMBLE: | 1204 | case PRISM2_PARAM_PREAMBLE: |
| 1209 | local->short_preamble = value; | 1205 | local->short_preamble = value; |
| 1210 | break; | 1206 | break; |
| @@ -1332,10 +1328,6 @@ static int ieee80211_ioctl_get_prism2_param(struct net_device *dev, | |||
| 1332 | *param = local->cts_protect_erp_frames; | 1328 | *param = local->cts_protect_erp_frames; |
| 1333 | break; | 1329 | break; |
| 1334 | 1330 | ||
| 1335 | case PRISM2_PARAM_DROP_UNENCRYPTED: | ||
| 1336 | *param = sdata->drop_unencrypted; | ||
| 1337 | break; | ||
| 1338 | |||
| 1339 | case PRISM2_PARAM_PREAMBLE: | 1331 | case PRISM2_PARAM_PREAMBLE: |
| 1340 | *param = local->short_preamble; | 1332 | *param = local->short_preamble; |
| 1341 | break; | 1333 | break; |
