uncompress patches, requested by Kaloz
[openwrt.git] / package / linux / kernel-patches / 200-include_linux_netdevice_h-wlfix
1 --- linux-mips-cvs-21012005/include/linux/netdevice.h 2004-11-19 01:28:51.000000000 +0100
2 +++ linux-broadcom/include/linux/netdevice.h 2005-01-26 19:51:37.000000000 +0100
3 @@ -297,7 +297,10 @@
4 * See <net/iw_handler.h> for details. Jean II */
5 struct iw_handler_def * wireless_handlers;
6
7 +#ifndef CONFIG_BCM4710
8 struct ethtool_ops *ethtool_ops;
9 +#endif
10 +
11
12 /*
13 * This marks the end of the "visible" part of the structure. All
14 @@ -353,7 +356,14 @@
15 struct Qdisc *qdisc;
16 struct Qdisc *qdisc_sleeping;
17 struct Qdisc *qdisc_ingress;
18 + /*
19 + * this is needed for the wlan driver binary blob from linksys
20 + */
21 +#ifdef CONFIG_BCM4710
22 + struct Qdisc *qdisc_list;
23 +#else
24 struct list_head qdisc_list;
25 +#endif
26 unsigned long tx_queue_len; /* Max frames per queue allowed */
27
28 /* hard_start_xmit synchronizer */
This page took 0.043967 seconds and 5 git commands to generate.