diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2008-05-30 18:49:53 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-31 04:17:57 +0200 |
commit | f8f31544bf12e0934acb197889215bdc41762912 (patch) | |
tree | 0a0eb16882cbcfc53383cc321ba0c3548ef6c268 /drivers/net/tlan.h | |
parent | tlan: get rid of padding buffer (diff) | |
download | linux-f8f31544bf12e0934acb197889215bdc41762912.tar.xz linux-f8f31544bf12e0934acb197889215bdc41762912.zip |
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; |