diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2009-05-27 06:34:50 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-27 18:47:07 -0400 |
commit | 553e2335625e6c96cb6d76c0d63cfc1034747614 (patch) | |
tree | 12a772c1e31b96ee195ee87b5a71e946ae35d03d /drivers/net/b44.h | |
parent | 1ce8e7b57b3a4527ef83da1c5c7bd8a6b9d87b56 (diff) |
net: use netdev stats in b44, sundance, via-rhine and via-velocity
Use struct net_device_stats provided in struct net_device instead of
private ones.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/b44.h')
-rw-r--r-- | drivers/net/b44.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/b44.h b/drivers/net/b44.h index e678498de6db..0443f6801f60 100644 --- a/drivers/net/b44.h +++ b/drivers/net/b44.h | |||
@@ -384,7 +384,6 @@ struct b44 { | |||
384 | 384 | ||
385 | struct timer_list timer; | 385 | struct timer_list timer; |
386 | 386 | ||
387 | struct net_device_stats stats; | ||
388 | struct b44_hw_stats hw_stats; | 387 | struct b44_hw_stats hw_stats; |
389 | 388 | ||
390 | struct ssb_device *sdev; | 389 | struct ssb_device *sdev; |