a30e3dc7dc7efff9c6ba7297a01c10965c547655
[openwrt/staging/wigyori.git] / package / acx-mac80211 / patches / 004-ratelimit_compile_fix.patch
1 Index: acx-mac80211-20120422/common.c
2 ===================================================================
3 --- acx-mac80211-20120422.orig/common.c 2012-04-23 17:35:13.000000000 +0200
4 +++ acx-mac80211-20120422/common.c 2012-04-23 17:37:02.818257747 +0200
5 @@ -33,6 +33,7 @@
6 #include <linux/ethtool.h>
7 #include <linux/nl80211.h>
8 #include <linux/ieee80211.h>
9 +#include <linux/ratelimit.h>
10
11 #include <net/mac80211.h>
12