Просмотр исходного кода

acx-mac80211: Compile fix for newer kernels

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

Signed-off-by: Jonas Gorski <[email protected]>

SVN-Revision: 27190
Hauke Mehrtens 14 лет назад
Родитель
Сommit
0db9c2bd7d
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      package/acx-mac80211/patches/004-ratelimit_compile_fix.patch

+ 10 - 0
package/acx-mac80211/patches/004-ratelimit_compile_fix.patch

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