1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 18:29:30 +03:00
openwrt-xburst/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch
acinonyx e51e3d7633 [package] acx-mac80211: Bump to v20120607
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32416 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 20:49:55 +00:00

11 lines
191 B
Diff

--- 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>