summaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/patches/120-compat_rcu_dereference.patch11
-rw-r--r--package/mac80211/patches/130-tracepoint_include_linux_version_h.patch11
2 files changed, 0 insertions, 22 deletions
diff --git a/package/mac80211/patches/120-compat_rcu_dereference.patch b/package/mac80211/patches/120-compat_rcu_dereference.patch
deleted file mode 100644
index 4540662d2..000000000
--- a/package/mac80211/patches/120-compat_rcu_dereference.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/linux/compat-2.6.34.h
-+++ b/include/linux/compat-2.6.34.h
-@@ -200,6 +200,8 @@ do { \
- #define usb_alloc_coherent(dev, size, mem_flags, dma) usb_buffer_alloc(dev, size, mem_flags, dma)
- #define usb_free_coherent(dev, size, addr, dma) usb_buffer_free(dev, size, addr, dma)
-
-+#define rcu_dereference_check(p, c) rcu_dereference(p)
-+
- #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,34)) */
-
- #endif /* LINUX_26_34_COMPAT_H */
diff --git a/package/mac80211/patches/130-tracepoint_include_linux_version_h.patch b/package/mac80211/patches/130-tracepoint_include_linux_version_h.patch
deleted file mode 100644
index 034f00cd9..000000000
--- a/package/mac80211/patches/130-tracepoint_include_linux_version_h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/linux/tracepoint.h
-+++ b/include/linux/tracepoint.h
-@@ -3,6 +3,8 @@
-
- #include <linux/version.h>
-
-+#include <linux/version.h>
-+
- #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27))
- #include_next <linux/tracepoint.h>
- #endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27)) */