From 478ae49618fd5125dd2f7e9ab59d5b66792c9abb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 30 May 2012 01:01:06 +0000 Subject: mac80211: update to wireless-testing 2012-05-29 SVN-Revision: 32002 --- package/mac80211/patches/071-add_codel_ifdef.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/mac80211/patches/071-add_codel_ifdef.patch (limited to 'package/mac80211/patches/071-add_codel_ifdef.patch') diff --git a/package/mac80211/patches/071-add_codel_ifdef.patch b/package/mac80211/patches/071-add_codel_ifdef.patch new file mode 100644 index 0000000000..b69fdd78b4 --- /dev/null +++ b/package/mac80211/patches/071-add_codel_ifdef.patch @@ -0,0 +1,19 @@ +--- a/include/linux/compat-3.5.h ++++ b/include/linux/compat-3.5.h +@@ -10,6 +10,8 @@ + + #include + ++#ifndef TCA_CODEL_MAX ++ + /* + * This backports: + * +@@ -107,6 +109,7 @@ struct tc_fq_codel_xstats { + }; + }; + ++#endif /* TCA_CODEL_MAX */ + + /* Backports tty_lock: Localise the lock */ + #define tty_lock(__tty) tty_lock() -- cgit v1.2.3