fix qdisc ordering
authorMike Baker <mbm@openwrt.org>
Sat, 28 May 2005 20:04:42 +0000 (20:04 +0000)
committerMike Baker <mbm@openwrt.org>
Sat, 28 May 2005 20:04:42 +0000 (20:04 +0000)
SVN-Revision: 1094

openwrt/target/linux/linux-2.4/patches/002-wl_fix.patch

index b534786d3ecb3666fc76b72851280a52c69f4ba9..899139eed3423b5035a078860905c120cdde11fe 100644 (file)
@@ -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;