summaryrefslogtreecommitdiffstats
path: root/package/linux/kernel-patches/200-include_linux_netdevice_h-wlfix
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-26 10:33:32 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-26 10:33:32 +0000
commite69d8c0d8fbac180aaba30c8a3cdda0770cd8427 (patch)
treef08d225e1f8931634c82cfeb18fa3ad5fa7e664e /package/linux/kernel-patches/200-include_linux_netdevice_h-wlfix
parent609fbd1a579f41a8cb6d1029aa5eb86477851d89 (diff)
uncompress patches, requested by Kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@460 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/kernel-patches/200-include_linux_netdevice_h-wlfix')
-rw-r--r--package/linux/kernel-patches/200-include_linux_netdevice_h-wlfix28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/linux/kernel-patches/200-include_linux_netdevice_h-wlfix b/package/linux/kernel-patches/200-include_linux_netdevice_h-wlfix
new file mode 100644
index 000000000..5e758f0ed
--- /dev/null
+++ b/package/linux/kernel-patches/200-include_linux_netdevice_h-wlfix
@@ -0,0 +1,28 @@
+--- linux-mips-cvs-21012005/include/linux/netdevice.h 2004-11-19 01:28:51.000000000 +0100
++++ linux-broadcom/include/linux/netdevice.h 2005-01-26 19:51:37.000000000 +0100
+@@ -297,7 +297,10 @@
+ * See <net/iw_handler.h> for details. Jean II */
+ struct iw_handler_def * wireless_handlers;
+
++#ifndef CONFIG_BCM4710
+ struct ethtool_ops *ethtool_ops;
++#endif
++
+
+ /*
+ * This marks the end of the "visible" part of the structure. All
+@@ -353,7 +356,14 @@
+ 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 */