From 1d09c467816df6c786d0ffd699fdd4ae7ac5fd82 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Sat, 28 May 2005 20:04:42 +0000 Subject: fix qdisc ordering git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1094 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/linux-2.4/patches/002-wl_fix.patch | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/linux-2.4/patches/002-wl_fix.patch b/target/linux/linux-2.4/patches/002-wl_fix.patch index b534786d3e..899139eed3 100644 --- a/target/linux/linux-2.4/patches/002-wl_fix.patch +++ b/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; -- cgit v1.2.3