diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-14 15:41:16 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-14 15:41:16 +0000 |
commit | bbad6b5e944e0d099d4bde7523ade5bec94e475f (patch) | |
tree | 0b8837896cc1662e7873ce0cee2413140ddd38a3 /package/acx-mac80211/patches/004-ratelimit_compile_fix.patch | |
parent | 6bab195e7bd7493a7e6ea7effe417adaff92579a (diff) | |
download | upstream-bbad6b5e944e0d099d4bde7523ade5bec94e475f.tar.gz upstream-bbad6b5e944e0d099d4bde7523ade5bec94e475f.tar.bz2 upstream-bbad6b5e944e0d099d4bde7523ade5bec94e475f.zip |
attitude_adjustment: backport ar7 changes r33744 to r33756 changes
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33764 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.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch b/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch deleted file mode 100644 index 56110eab0c..0000000000 --- a/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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> - - #include <net/mac80211.h> - |