From 0db9c2bd7d3620ba18fa784bda702d971783b4f6 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens 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 SVN-Revision: 27190 --- 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/patches') 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 0000000..34ba08d --- /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.1