diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2008-05-30 09:49:53 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-30 22:17:57 -0400 |
commit | f8f31544bf12e0934acb197889215bdc41762912 (patch) | |
tree | 0a0eb16882cbcfc53383cc321ba0c3548ef6c268 /drivers/net/tlan.h | |
parent | 41873e9aff0632d80c74380d58a89e8d420151bd (diff) |
tlan: use netdevice stats
Use new netdevice common stats area.
Compile tested only.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/tlan.h')
-rw-r--r-- | drivers/net/tlan.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/tlan.h b/drivers/net/tlan.h index 41ce0b665937..f2fd3167be04 100644 --- a/drivers/net/tlan.h +++ b/drivers/net/tlan.h @@ -194,7 +194,6 @@ typedef struct tlan_private_tag { u32 timerSetAt; u32 timerType; struct timer_list timer; - struct net_device_stats stats; struct board *adapter; u32 adapterRev; u32 aui; |