1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:01:52 +02:00

acx-mac80211: Compile fix for newer kernels

common.c is missing an include for linux/ratelimit.h.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27190 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2011-06-15 21:18:21 +00:00
parent 885f06942e
commit aaffd9709f

View File

@ -0,0 +1,10 @@
--- 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>