patch-2.4.0-test4 linux/drivers/net/sgiseeq.c
Next file: linux/drivers/net/sis900.c
Previous file: linux/drivers/net/sb1000.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Jul 11 11:12:24 2000
- Orig file:
v2.4.0-test3/linux/drivers/net/sgiseeq.c
- Orig date:
Mon Jul 10 16:47:23 2000
diff -u --recursive --new-file v2.4.0-test3/linux/drivers/net/sgiseeq.c linux/drivers/net/sgiseeq.c
@@ -107,7 +107,7 @@
unsigned char control;
unsigned char mode;
- struct enet_statistics stats;
+ struct net_device_stats stats;
};
static inline void hpc3_eth_reset(volatile struct hpc3_ethregs *hregs)
@@ -552,7 +552,7 @@
netif_wake_queue(dev);
}
-static struct enet_statistics *sgiseeq_get_stats(struct net_device *dev)
+static struct net_device_stats *sgiseeq_get_stats(struct net_device *dev)
{
struct sgiseeq_private *sp = (struct sgiseeq_private *) dev->priv;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)