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/arlan.h | |
parent | 66f20d0f9bd86dc11f3869d78f3c5749789323ee (diff) |
Merge with 2.4.0-test4-pre2.
Diffstat (limited to 'drivers/net/arlan.h')
-rw-r--r-- | drivers/net/arlan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/arlan.h b/drivers/net/arlan.h index 83208e4e3..e28982bdb 100644 --- a/drivers/net/arlan.h +++ b/drivers/net/arlan.h @@ -343,7 +343,7 @@ struct TxRingPoint { #define TX_RING_SIZE 2 /* Information that need to be kept for each board. */ struct arlan_private { - struct enet_statistics stats; + struct net_device_stats stats; long open_time; /* Useless example local info. */ struct arlan_shmem * card; struct arlan_shmem * conf; @@ -574,4 +574,4 @@ struct arlan_private { #define ARLAN_DEBUG_INTERRUPT 0x00080 #define ARLAN_DEBUG_STARTUP 0x00100 #define ARLAN_DEBUG_SHUTDOWN 0x00200 -
\ No newline at end of file + |