diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-13 17:46:42 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-13 17:46:42 +0000 |
commit | 9d13de573912e09a58eaa1d58eeb0ce3b8421e45 (patch) | |
tree | b9ccebf0c9fcf2806292239c9b2fe80d6c303940 /package/acx-mac80211/patches/004-ratelimit_compile_fix.patch | |
parent | c0030384e5662c7479f0bd3cb5dc4f49fe871342 (diff) | |
download | upstream-9d13de573912e09a58eaa1d58eeb0ce3b8421e45.tar.gz upstream-9d13de573912e09a58eaa1d58eeb0ce3b8421e45.tar.bz2 upstream-9d13de573912e09a58eaa1d58eeb0ce3b8421e45.zip |
acx-mac80211: update to v2012-09-23-WIP
Patch from Daniel Gimpelevich.
SVN-Revision: 33746
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> - |