diff options
author | Paulius Zaleckas <paulius.zaleckas@teltonika.lt> | 2008-04-29 05:44:20 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-13 01:35:25 -0400 |
commit | 94f9d298ce215dada7ceaeb03e62f61d754d5705 (patch) | |
tree | bd67b74214a1870df8df3b372dfd94b833f9acbc /drivers/net/tokenring/3c359.h | |
parent | 4711c841e4547a41f596bcf6c97473bc6a15126d (diff) |
3c359: use netstats in net_device structure
Use net_device_stats from net_device structure instead of local.
Kill xl_get_stats function, because by default it is used identical
internal_stats function from net/core/dev.c
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/tokenring/3c359.h')
-rw-r--r-- | drivers/net/tokenring/3c359.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/tokenring/3c359.h b/drivers/net/tokenring/3c359.h index b880cba0f6fd..0f8b4ec8695a 100644 --- a/drivers/net/tokenring/3c359.h +++ b/drivers/net/tokenring/3c359.h | |||
@@ -273,8 +273,6 @@ struct xl_private { | |||
273 | struct wait_queue *srb_wait; | 273 | struct wait_queue *srb_wait; |
274 | volatile int asb_queued; | 274 | volatile int asb_queued; |
275 | 275 | ||
276 | struct net_device_stats xl_stats ; | ||
277 | |||
278 | u16 mac_buffer ; | 276 | u16 mac_buffer ; |
279 | u16 xl_lan_status ; | 277 | u16 xl_lan_status ; |
280 | u8 xl_ring_speed ; | 278 | u8 xl_ring_speed ; |