summaryrefslogtreecommitdiff
path: root/openwrt/target
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-05-28 20:04:42 +0000
committerMike Baker <mbm@openwrt.org>2005-05-28 20:04:42 +0000
commita5b73b1c37457c058e5110ef641fb9e212fc7fbc (patch)
tree3a9a184c1011660dbc2153582606e2e808142d71 /openwrt/target
parent48d4fb88f9f7eecc76ee8dcfd358c07ceaba272c (diff)
downloadmtk-20170518-a5b73b1c37457c058e5110ef641fb9e212fc7fbc.zip
mtk-20170518-a5b73b1c37457c058e5110ef641fb9e212fc7fbc.tar.gz
mtk-20170518-a5b73b1c37457c058e5110ef641fb9e212fc7fbc.tar.bz2
fix qdisc ordering
SVN-Revision: 1094
Diffstat (limited to 'openwrt/target')
-rw-r--r--openwrt/target/linux/linux-2.4/patches/002-wl_fix.patch11
1 files changed, 10 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/patches/002-wl_fix.patch b/openwrt/target/linux/linux-2.4/patches/002-wl_fix.patch
index b534786..899139e 100644
--- a/openwrt/target/linux/linux-2.4/patches/002-wl_fix.patch
+++ b/openwrt/target/linux/linux-2.4/patches/002-wl_fix.patch
@@ -10,7 +10,16 @@ diff -Nur linux-2.4.30/include/linux/netdevice.h linux-2.4.30-wl-fix/include/lin
/*
* This marks the end of the "visible" part of the structure. All
-@@ -353,7 +353,14 @@
+@@ -352,8 +355,8 @@
+
+ struct Qdisc *qdisc;
+ struct Qdisc *qdisc_sleeping;
++ struct Qdisc *qdisc_list;
+ struct Qdisc *qdisc_ingress;
+- struct list_head qdisc_list;
+ unsigned long tx_queue_len; /* Max frames per queue allowed */
+
+ /* hard_start_xmit synchronizer */
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct Qdisc *qdisc_ingress;