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=abda5e0e402b1f0f93ee34a0e178f15eddde0707;p=openwrt%2Fsvn-archive%2Farchive.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 +