diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 01:43:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 01:43:08 +0000 |
commit | f4ae78d536e6dfaeb24c01b331fc38d950ed062b (patch) | |
tree | 6930a78aa7cc4ee1829d50d3bcbaf0dbe9e2e905 /drivers/net/sgiseeq.c | |
parent | 66f20d0f9bd86dc11f3869d78f3c5749789323ee (diff) |
Merge with 2.4.0-test4-pre2.
Diffstat (limited to 'drivers/net/sgiseeq.c')
-rw-r--r-- | drivers/net/sgiseeq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sgiseeq.c b/drivers/net/sgiseeq.c index 1cea70fb7..53a223151 100644 --- a/drivers/net/sgiseeq.c +++ b/drivers/net/sgiseeq.c @@ -107,7 +107,7 @@ struct sgiseeq_private { 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 @@ static void timeout(struct net_device *dev) 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; |