move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the...
[openwrt/openwrt.git] / openwrt / package / xsupplicant / patches / 004-madwifi-ng.patch
diff --git a/openwrt/package/xsupplicant/patches/004-madwifi-ng.patch b/openwrt/package/xsupplicant/patches/004-madwifi-ng.patch
deleted file mode 100644 (file)
index 7c009bc..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -ruN xsupplicant-1.2.2-old/src/cardif/linux/cardif_madwifi_driver.c xsupplicant-1.2.2-new/src/cardif/linux/cardif_madwifi_driver.c
---- xsupplicant-1.2.2-old/src/cardif/linux/cardif_madwifi_driver.c     2005-10-13 20:57:28.000000000 +0200
-+++ xsupplicant-1.2.2-new/src/cardif/linux/cardif_madwifi_driver.c     2005-10-23 19:28:46.000000000 +0200
-@@ -140,19 +140,19 @@
-       "ioctl[IEEE80211_IOCTL_SETKEY]",
-       "ioctl[IEEE80211_IOCTL_GETKEY]",
-       "ioctl[IEEE80211_IOCTL_DELKEY]",
--      NULL,
-+      "ioctl[IEEE80211_IOCTL_SETWMMPARAMS]",
-       "ioctl[IEEE80211_IOCTL_SETMLME]",
--      NULL,
-+      "ioctl[IEEE80211_IOCTL_GETCHANINFO]",
-       "ioctl[IEEE80211_IOCTL_SETOPTIE]",
-       "ioctl[IEEE80211_IOCTL_GETOPTIE]",
-       "ioctl[IEEE80211_IOCTL_ADDMAC]",
-       NULL,
-       "ioctl[IEEE80211_IOCTL_DELMAC]",
--      NULL,
--      "ioctl[IEEE80211_IOCTL_CHANLIST]",
-+      "ioctl[IEEE80211_IOCTL_GETCHANLIST]",
-+      "ioctl[IEEE80211_IOCTL_SETCHANLIST]",
-       };
-       if (IEEE80211_IOCTL_SETPARAM <= op &&
--        op <= IEEE80211_IOCTL_CHANLIST)
-+        op <= IEEE80211_IOCTL_SETCHANLIST)
-       debug_printf(DEBUG_NORMAL, "%s\n", opnames[op - SIOCIWFIRSTPRIV]);
-       else
-       debug_printf(DEBUG_NORMAL, "ioctl[unknown???]");