summaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch
diff options
context:
space:
mode:
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-17 20:49:55 +0000
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-17 20:49:55 +0000
commite51e3d76335a774f81483348c1ebebf5da912a7f (patch)
treee5dd4e1fc3e8b0b16e7ee9fcf6da0aed05bb8d57 /package/acx-mac80211/patches/004-ratelimit_compile_fix.patch
parentae67992a87e2b613fca7a5612c81721de2716ff1 (diff)
[package] acx-mac80211: Bump to v20120607
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32416 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211/patches/004-ratelimit_compile_fix.patch')
-rw-r--r--package/acx-mac80211/patches/004-ratelimit_compile_fix.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch b/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch
index a30e3dc7d..56110eab0 100644
--- a/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch
+++ b/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch
@@ -1,9 +1,7 @@
-Index: acx-mac80211-20120422/common.c
-===================================================================
---- acx-mac80211-20120422.orig/common.c 2012-04-23 17:35:13.000000000 +0200
-+++ acx-mac80211-20120422/common.c 2012-04-23 17:37:02.818257747 +0200
-@@ -33,6 +33,7 @@
- #include <linux/ethtool.h>
+--- a/common.c
++++ b/common.c
+@@ -34,6 +34,7 @@
+ #include <linux/pci.h>
#include <linux/nl80211.h>
#include <linux/ieee80211.h>
+#include <linux/ratelimit.h>