summaryrefslogtreecommitdiffstats
path: root/drivers/net/8390.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /drivers/net/8390.h
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'drivers/net/8390.h')
-rw-r--r--drivers/net/8390.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/8390.h b/drivers/net/8390.h
index 9cc0ddc53..770dbcdab 100644
--- a/drivers/net/8390.h
+++ b/drivers/net/8390.h
@@ -59,6 +59,7 @@ struct ei_device {
void (*get_8390_hdr)(struct device *, struct e8390_pkt_hdr *, int);
void (*block_output)(struct device *, int, const unsigned char *, int);
void (*block_input)(struct device *, int, struct sk_buff *, int);
+ unsigned char mcfilter[8];
unsigned open:1;
unsigned word16:1; /* We have the 16-bit (vs 8-bit) version of the card. */
unsigned txing:1; /* Transmit Active */
@@ -74,7 +75,7 @@ struct ei_device {
unsigned char reg5; /* Register '5' in a WD8013 */
unsigned char saved_irq; /* Original dev->irq value. */
/* The new statistics table. */
- struct enet_statistics stat;
+ struct net_device_stats stat;
};
/* The maximum number of 8390 interrupt service routines called per IRQ. */