acx-mac80211: Compile fix for newer kernels
[openwrt/svn-archive/archive.git] / package / acx-mac80211 / patches / 004-ratelimit_compile_fix.patch
1 --- a/common.c
2 +++ b/common.c
3 @@ -31,6 +31,7 @@
4 #include <linux/ethtool.h>
5 #include <linux/nl80211.h>
6 #include <linux/ieee80211.h>
7 +#include <linux/ratelimit.h>
8
9 #include <net/mac80211.h>
10