diff options
author | Mike Baker <mbm@openwrt.org> | 2005-05-29 07:18:03 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-05-29 07:18:03 +0000 |
commit | 80d3ee9792a7cd751a031c0e625225864823ec2f (patch) | |
tree | 179137c21e151cbc8d8c888b19512eddbec6917d /openwrt | |
parent | a5b73b1c37457c058e5110ef641fb9e212fc7fbc (diff) | |
download | mtk-20170518-80d3ee9792a7cd751a031c0e625225864823ec2f.zip mtk-20170518-80d3ee9792a7cd751a031c0e625225864823ec2f.tar.gz mtk-20170518-80d3ee9792a7cd751a031c0e625225864823ec2f.tar.bz2 |
*** empty log message ***
SVN-Revision: 1095
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/linux-2.4/patches/002-wl_fix.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/openwrt/target/linux/linux-2.4/patches/002-wl_fix.patch b/openwrt/target/linux/linux-2.4/patches/002-wl_fix.patch index 899139e..ffb82aa 100644 --- a/openwrt/target/linux/linux-2.4/patches/002-wl_fix.patch +++ b/openwrt/target/linux/linux-2.4/patches/002-wl_fix.patch @@ -20,20 +20,6 @@ diff -Nur linux-2.4.30/include/linux/netdevice.h linux-2.4.30-wl-fix/include/lin 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 */ struct divert_blk *divert; |