]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.drivers/staging-rt2860-enable-wpa_supplicant-support.patch
Revert "Move xen patchset to new version's subdir."
[ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / staging-rt2860-enable-wpa_supplicant-support.patch
diff --git a/src/patches/suse-2.6.27.31/patches.drivers/staging-rt2860-enable-wpa_supplicant-support.patch b/src/patches/suse-2.6.27.31/patches.drivers/staging-rt2860-enable-wpa_supplicant-support.patch
deleted file mode 100644 (file)
index 8e7637b..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-From foo@baz Mon Nov 17 15:55:52 PST 2008
-Date: Mon, 17 Nov 2008 15:55:52 -0800
-To: Greg KH <greg@kroah.com>
-From: Greg Kroah-Hartman <gregkh@suse.de>
-Subject: Staging: rt2860: enable WPA_SUPPLICANT support
-Patch-mainline: 2.6.29
-References: bnc#437959
-
-From: Greg Kroah-Hartman <gregkh@suse.de>
-
-This is needed in order to get NetworkManager to work properly
-with this driver.
-
-More details can be found at
-       https://bugzilla.novell.com/show_bug.cgi?id=437959
-
-Cc: Helmut Schaa <hschaa@novell.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
----
- drivers/staging/rt2860/Makefile |    2 ++
- 1 file changed, 2 insertions(+)
-
---- a/drivers/staging/rt2860/Makefile
-+++ b/drivers/staging/rt2860/Makefile
-@@ -6,6 +6,8 @@ EXTRA_CFLAGS += -DRT2860
- EXTRA_CFLAGS += -DCONFIG_STA_SUPPORT
- EXTRA_CFLAGS += -DDBG
- EXTRA_CFLAGS += -DDOT11_N_SUPPORT
-+EXTRA_CFLAGS += -DWPA_SUPPLICANT_SUPPORT
-+EXTRA_CFLAGS += -DNATIVE_WPA_SUPPLICANT_SUPPORT
- rt2860sta-objs :=     \
-       common/md5.o            \