summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mac80211/patches/071-remove-DMI_EXACT_MATCH.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/071-remove-DMI_EXACT_MATCH.patch b/package/kernel/mac80211/patches/071-remove-DMI_EXACT_MATCH.patch
new file mode 100644
index 0000000..e4868c6
--- /dev/null
+++ b/package/kernel/mac80211/patches/071-remove-DMI_EXACT_MATCH.patch
@@ -0,0 +1,13 @@
+--- a/backport-include/linux/mod_devicetable.h
++++ b/backport-include/linux/mod_devicetable.h
+@@ -2,10 +2,6 @@
+ #define __BACKPORT_MOD_DEVICETABLE_H
+ #include_next <linux/mod_devicetable.h>
+
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,11,0)
+-#define DMI_EXACT_MATCH(a, b) DMI_MATCH(DMI_PRODUCT_NAME, "BACKPORT_IGNORE")
+-#endif
+-
+ #ifndef HID_BUS_ANY
+ #define HID_BUS_ANY 0xffff
+ #endif