From: Hauke Mehrtens Date: Wed, 15 Jun 2011 21:18:21 +0000 (+0000) Subject: acx-mac80211: Compile fix for newer kernels X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0db9c2bd7d3620ba18fa784bda702d971783b4f6;p=openwrt%2Fstaging%2Fstintel.git 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 --- 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 0000000000..34ba08d9b9 --- /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 +