From aaffd9709f6d001dae9ba9dbbe88ceb6cfd961de Mon Sep 17 00:00:00 2001 From: hauke Date: Wed, 15 Jun 2011 21:18:21 +0000 Subject: acx-mac80211: Compile fix for newer kernels common.c is missing an include for linux/ratelimit.h. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27190 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/acx-mac80211/patches/004-ratelimit_compile_fix.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/acx-mac80211/patches/004-ratelimit_compile_fix.patch (limited to 'package/acx-mac80211') diff --git a/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch b/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch new file mode 100644 index 000000000..34ba08d9b --- /dev/null +++ b/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch @@ -0,0 +1,10 @@ +--- a/common.c ++++ b/common.c +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + + #include + -- cgit v1.2.3