summaryrefslogtreecommitdiffstats
path: root/include/linux/if_frad.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-12 01:43:08 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-12 01:43:08 +0000
commitf4ae78d536e6dfaeb24c01b331fc38d950ed062b (patch)
tree6930a78aa7cc4ee1829d50d3bcbaf0dbe9e2e905 /include/linux/if_frad.h
parent66f20d0f9bd86dc11f3869d78f3c5749789323ee (diff)
Merge with 2.4.0-test4-pre2.
Diffstat (limited to 'include/linux/if_frad.h')
-rw-r--r--include/linux/if_frad.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/if_frad.h b/include/linux/if_frad.h
index 7a2fe04e3..3765c740f 100644
--- a/include/linux/if_frad.h
+++ b/include/linux/if_frad.h
@@ -154,7 +154,7 @@ struct frhdr
struct dlci_local
{
- struct enet_statistics stats;
+ struct net_device_stats stats;
struct net_device *slave;
struct dlci_conf config;
int configured;
@@ -165,7 +165,7 @@ struct dlci_local
struct frad_local
{
- struct enet_statistics stats;
+ struct net_device_stats stats;
/* devices which this FRAD is slaved to */
struct net_device *master[CONFIG_DLCI_MAX];