From: mbm Date: Sun, 29 May 2005 07:18:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: fast2504n-3.10.28-merged~22942^2~2568 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=2f4bf3f1df9a2a99df0336b0cdb350739a5c16a9;p=openwrt.git *** empty log message *** git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1095 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 899139eed3..ffb82aad35 100644 --- a/target/linux/linux-2.4/patches/002-wl_fix.patch +++ b/target/linux/linux-2.4/patches/002-wl_fix.patch @@ -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 */