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
4 * See <net/iw_handler.h> for details. Jean II */
5 struct iw_handler_def * wireless_handlers;
7 +#ifndef CONFIG_BCM4710
8 struct ethtool_ops *ethtool_ops;
13 * This marks the end of the "visible" part of the structure. All
16 struct Qdisc *qdisc_sleeping;
17 struct Qdisc *qdisc_ingress;
19 + * this is needed for the wlan driver binary blob from linksys
21 +#ifdef CONFIG_BCM4710
22 + struct Qdisc *qdisc_list;
24 struct list_head qdisc_list;
26 unsigned long tx_queue_len; /* Max frames per queue allowed */
28 /* hard_start_xmit synchronizer */