*** empty log message ***
authorMike Baker <mbm@openwrt.org>
Sun, 29 May 2005 07:18:03 +0000 (07:18 +0000)
committerMike Baker <mbm@openwrt.org>
Sun, 29 May 2005 07:18:03 +0000 (07:18 +0000)
SVN-Revision: 1095

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

index 899139eed3423b5035a078860905c120cdde11fe..ffb82aad35f33682c24696954e0f152516b8bda2 100644 (file)
@@ -19,20 +19,6 @@ diff -Nur linux-2.4.30/include/linux/netdevice.h linux-2.4.30-wl-fix/include/lin
 -      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;
-+      /*
-+       * this is needed for the wlan driver binary blob from linksys
-+       */
-+#ifdef CONFIG_BCM4710
-+      struct Qdisc            *qdisc_list;
-+#else
-       struct list_head        qdisc_list;
-+#endif
-       unsigned long           tx_queue_len;   /* Max frames per queue allowed */
        /* hard_start_xmit synchronizer */
 @@ -453,6 +460,7 @@
        /* this will get initialized at each interface type init routine */