From 8513629e3ed39ac7d6d3ca90f1ad745db5c449d6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 20 May 2014 09:35:17 +0000 Subject: mac80211: update to wireless-testing 2014-05-19 Signed-off-by: Felix Fietkau SVN-Revision: 40800 --- package/kernel/mac80211/patches/070-add-missing-header.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/kernel/mac80211/patches/070-add-missing-header.patch') diff --git a/package/kernel/mac80211/patches/070-add-missing-header.patch b/package/kernel/mac80211/patches/070-add-missing-header.patch index 9307804a07..e3ec7807e7 100644 --- a/package/kernel/mac80211/patches/070-add-missing-header.patch +++ b/package/kernel/mac80211/patches/070-add-missing-header.patch @@ -1,10 +1,10 @@ --- a/compat/backport-3.15.c +++ b/compat/backport-3.15.c -@@ -11,6 +11,7 @@ +@@ -12,6 +12,7 @@ #include #include #include +#include + #include - /** - * devm_kstrdup - Allocate resource managed space and + #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,5,0)) -- cgit v1.2.3