diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-14 17:38:56 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-15 20:55:39 +0200 |
commit | df93d53a4b7a5ce284dc0c6509057979f233cb92 (patch) | |
tree | d99034d6d05295b9e27648dcbcf743b51c8a0c5b /package/kernel/mac80211/patches/006-compat-bump-rhashtable-backport-version-due-to-API-c.patch | |
parent | ace946152dd0806b25bcb3812b33ab5df95966b7 (diff) | |
download | upstream-df93d53a4b7a5ce284dc0c6509057979f233cb92.tar.gz upstream-df93d53a4b7a5ce284dc0c6509057979f233cb92.tar.bz2 upstream-df93d53a4b7a5ce284dc0c6509057979f233cb92.zip |
mac80211: update to wireless-testing 2016-05-12
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/mac80211/patches/006-compat-bump-rhashtable-backport-version-due-to-API-c.patch')
-rw-r--r-- | package/kernel/mac80211/patches/006-compat-bump-rhashtable-backport-version-due-to-API-c.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/006-compat-bump-rhashtable-backport-version-due-to-API-c.patch b/package/kernel/mac80211/patches/006-compat-bump-rhashtable-backport-version-due-to-API-c.patch new file mode 100644 index 0000000000..1fdad3c633 --- /dev/null +++ b/package/kernel/mac80211/patches/006-compat-bump-rhashtable-backport-version-due-to-API-c.patch @@ -0,0 +1,18 @@ +From: Felix Fietkau <nbd@nbd.name> +Date: Sat, 14 May 2016 16:44:57 +0200 +Subject: [PATCH] compat: bump rhashtable backport version due to API changes + +Signed-off-by: Felix Fietkau <nbd@nbd.name> +--- + +--- a/compat/Kconfig ++++ b/compat/Kconfig +@@ -139,7 +139,7 @@ config BPAUTO_BUILD_WANT_DEV_COREDUMP + config BPAUTO_RHASHTABLE + bool + # current API of rhashtable was introduced in version 4.1 +- depends on KERNEL_4_1 ++ depends on KERNEL_4_7 + # not very nice - but better than always having it + default y if MAC80211 + #h-file linux/rhashtable.h |