am79c961a: Use net_device_stats from struct net_device
authorTobias Klauser <tklauser@distanz.ch>
Mon, 9 Aug 2010 05:04:34 +0000 (05:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Aug 2010 09:32:55 +0000 (02:32 -0700)
struct net_device has its own struct net_device_stats member, so we can
use this one instead of a private copy in the dev_priv struct.

Cc: Kulikov Vasiliy <segooon@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found