diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-28 20:04:42 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-28 20:04:42 +0000 |
commit | 0fde85cbea0d58355ebc866b9140fb24c6f2f8ac (patch) | |
tree | 79adac94b24ef689e3c04f8f1742885b47e24b2d /target/linux/linux-2.4/patches/002-wl_fix.patch | |
parent | 47f7604893f0af9a6ef2b87312f0c52132f3a4e7 (diff) |
fix qdisc ordering
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1094 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4/patches/002-wl_fix.patch')
-rw-r--r-- | target/linux/linux-2.4/patches/002-wl_fix.patch | 11 |
1 files changed, 10 insertions, 1 deletions
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 b534786d3..899139eed 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; |