1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-06 04:32:24 +03:00
openwrt-xburst/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch

11 lines
195 B
Diff
Raw Normal View History

--- a/common.c
+++ b/common.c
@@ -31,6 +31,7 @@
#include <linux/ethtool.h>
#include <linux/nl80211.h>
#include <linux/ieee80211.h>
+#include <linux/ratelimit.h>
#include <net/mac80211.h>