Search Linux Wireless

[PATCH] mac80211: kill PRISM2_PARAM_AP_AUTH_ALGS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This would be used by wpa_supplicant's hostap driver, but, alas,
it runs with the wext driver on mac80211. Kill it.

Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>

---
 net/mac80211/hostapd_ioctl.h   |    1 -
 net/mac80211/ieee80211_ioctl.c |   16 ----------------
 2 files changed, 17 deletions(-)

--- wireless-dev.orig/net/mac80211/hostapd_ioctl.h	2007-06-22 10:05:15.658632620 +0200
+++ wireless-dev/net/mac80211/hostapd_ioctl.h	2007-06-22 10:06:16.918632620 +0200
@@ -28,7 +28,6 @@ enum {
 	PRISM2_PARAM_BEACON_INT = 3,
 	PRISM2_PARAM_AP_BRIDGE_PACKETS = 10,
 	PRISM2_PARAM_DTIM_PERIOD = 11,
-	PRISM2_PARAM_AP_AUTH_ALGS = 15,
 	PRISM2_PARAM_HOST_ENCRYPT = 17,
 	PRISM2_PARAM_HOST_DECRYPT = 18,
 	PRISM2_PARAM_IEEE_802_1X = 23,
--- wireless-dev.orig/net/mac80211/ieee80211_ioctl.c	2007-06-22 10:05:10.558632620 +0200
+++ wireless-dev/net/mac80211/ieee80211_ioctl.c	2007-06-22 10:06:45.578632620 +0200
@@ -2147,14 +2147,6 @@ static int ieee80211_ioctl_prism2_param(
 		local->bridge_packets = value;
 		break;
 
-	case PRISM2_PARAM_AP_AUTH_ALGS:
-		if (sdata->type == IEEE80211_IF_TYPE_STA ||
-		    sdata->type == IEEE80211_IF_TYPE_IBSS) {
-			sdata->u.sta.auth_algs = value;
-		} else
-			ret = -EOPNOTSUPP;
-		break;
-
 	case PRISM2_PARAM_DTIM_PERIOD:
 		if (value < 1)
 			ret = -EINVAL;
@@ -2374,14 +2366,6 @@ static int ieee80211_ioctl_get_prism2_pa
 		*param = local->bridge_packets;
 		break;
 
-	case PRISM2_PARAM_AP_AUTH_ALGS:
-		if (sdata->type == IEEE80211_IF_TYPE_STA ||
-		    sdata->type == IEEE80211_IF_TYPE_IBSS) {
-			*param = sdata->u.sta.auth_algs;
-		} else
-			ret = -EOPNOTSUPP;
-		break;
-
 	case PRISM2_PARAM_DTIM_PERIOD:
 		if (sdata->type != IEEE80211_IF_TYPE_AP)
 			ret = -ENOENT;


-
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux