aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/016-prism2-ioctl-eapol.patch
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2008-02-15 22:47:47 +0000
committerMichael Büsch <mb@bu3sch.de>2008-02-15 22:47:47 +0000
commit99aaf500ed5ca39f30cebf79dc0ee9ff1fd8becf (patch)
tree382f2e40c89aea52fbc7223c66466e1cd4138def /package/mac80211/patches/016-prism2-ioctl-eapol.patch
parent4e45a1d1acaaf25be8bd435031634ad23a5a205d (diff)
downloadupstream-99aaf500ed5ca39f30cebf79dc0ee9ff1fd8becf.tar.gz
upstream-99aaf500ed5ca39f30cebf79dc0ee9ff1fd8becf.tar.bz2
upstream-99aaf500ed5ca39f30cebf79dc0ee9ff1fd8becf.zip
Upgrade b43 and mac80211.
This also temporarly disables hostapd support for mac80211, as hostapd needs patches to compile against latest mac80211. Will do that in a seperate patch. SVN-Revision: 10466
Diffstat (limited to 'package/mac80211/patches/016-prism2-ioctl-eapol.patch')
-rw-r--r--package/mac80211/patches/016-prism2-ioctl-eapol.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/package/mac80211/patches/016-prism2-ioctl-eapol.patch b/package/mac80211/patches/016-prism2-ioctl-eapol.patch
deleted file mode 100644
index 5ce57587ab..0000000000
--- a/package/mac80211/patches/016-prism2-ioctl-eapol.patch
+++ /dev/null
@@ -1,26 +0,0 @@
----
- net/mac80211/ieee80211_ioctl.c | 6 ++++++
- 1 file changed, 6 insertions(+)
-
---- everything.orig/net/mac80211/ieee80211_ioctl.c 2007-11-07 13:19:33.681513453 +0100
-+++ everything/net/mac80211/ieee80211_ioctl.c 2007-11-07 13:19:35.171517576 +0100
-@@ -984,6 +984,9 @@ static int ieee80211_ioctl_prism2_param(
- local = sdata->local;
-
- switch (param) {
-+ case PRISM2_PARAM_EAPOL:
-+ sdata->eapol = value;
-+ break;
- case PRISM2_PARAM_IEEE_802_1X:
- sdata->ieee802_1x = value;
- break;
-@@ -1022,6 +1025,9 @@ static int ieee80211_ioctl_get_prism2_pa
- local = sdata->local;
-
- switch (*param) {
-+ case PRISM2_PARAM_EAPOL:
-+ *param = sdata->eapol;
-+ break;
- case PRISM2_PARAM_IEEE_802_1X:
- *param = sdata->ieee802_1x;
- break;