summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/071-remove-DMI_EXACT_MATCH.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-01-30 15:55:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-01-30 15:55:59 +0000
commit9abf24166abe1d13804c98a14c89e1a04e0bf7ec (patch)
tree7d70f29fda673aa2f711c2c827f7855eecdd0bfb /package/kernel/mac80211/patches/071-remove-DMI_EXACT_MATCH.patch
parenteb7a1ba94b7221358ab5f207d8af8dc8b7a2cf74 (diff)
downloadmaster-31e0f0ae-9abf24166abe1d13804c98a14c89e1a04e0bf7ec.tar.gz
master-31e0f0ae-9abf24166abe1d13804c98a14c89e1a04e0bf7ec.tar.bz2
master-31e0f0ae-9abf24166abe1d13804c98a14c89e1a04e0bf7ec.zip
mac80211: refresh tarball with a newer backports version
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39428
Diffstat (limited to 'package/kernel/mac80211/patches/071-remove-DMI_EXACT_MATCH.patch')
-rw-r--r--package/kernel/mac80211/patches/071-remove-DMI_EXACT_MATCH.patch13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index e4868c6eb8..0000000000
--- a/package/kernel/mac80211/patches/071-remove-DMI_EXACT_MATCH.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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