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 | b522285d836d6b81bbdbe52dd9dbc79b734b37d2 (patch) | |
tree | 7633d050b4fea15d77ac6faae4d4d9b6d3c8378b /target | |
parent | 1d09c467816df6c786d0ffd699fdd4ae7ac5fd82 (diff) | |
download | upstream-b522285d836d6b81bbdbe52dd9dbc79b734b37d2.tar.gz upstream-b522285d836d6b81bbdbe52dd9dbc79b734b37d2.tar.bz2 upstream-b522285d836d6b81bbdbe52dd9dbc79b734b37d2.zip |
*** empty log message ***
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1095 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/linux-2.4/patches/002-wl_fix.patch | 14 |
1 files changed, 0 insertions, 14 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 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 @@ -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; |