diff options
author | Masakazu Mokuno <mokuno@sm.sony.co.jp> | 2007-07-20 04:31:07 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-24 16:28:40 -0400 |
commit | 92548d601c45d76db337795d71c34846631dc7d6 (patch) | |
tree | c46a8b557cff63f3a3d9681f1ddc7627bb9386a2 /drivers/net/ps3_gelic_net.h | |
parent | 78f710dc186f34fb14d8b22a33749a56013e7b85 (diff) |
ps3: use net_device_stats of net_device structure
Removed the statistics information from private structre.
Instead, use net_device_stats in net_device structure.
Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/ps3_gelic_net.h')
-rw-r--r-- | drivers/net/ps3_gelic_net.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ps3_gelic_net.h b/drivers/net/ps3_gelic_net.h index 0bd443474020..030e2e262608 100644 --- a/drivers/net/ps3_gelic_net.h +++ b/drivers/net/ps3_gelic_net.h | |||
@@ -209,7 +209,6 @@ struct gelic_net_card { | |||
209 | /* gurad dmac descriptor chain*/ | 209 | /* gurad dmac descriptor chain*/ |
210 | spinlock_t chain_lock; | 210 | spinlock_t chain_lock; |
211 | 211 | ||
212 | struct net_device_stats netdev_stats; | ||
213 | int rx_csum; | 212 | int rx_csum; |
214 | /* guard tx_dma_progress */ | 213 | /* guard tx_dma_progress */ |
215 | spinlock_t tx_dma_lock; | 214 | spinlock_t tx_dma_lock; |