atl1c: use net_device_stats from struct net_device
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 20 Aug 2010 02:55:16 +0000 (02:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Aug 2010 06:09:36 +0000 (23:09 -0700)
struct net_device has its own struct net_device_stats member, so use
this one instead of a private copy in the atl1c_adapter struct.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found