]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: et131x: Use net_device_stats from struct net_device
authorTobias Klauser <tklauser@distanz.ch>
Tue, 8 Jul 2014 07:11:56 +0000 (09:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 19:19:37 +0000 (12:19 -0700)
commit1f765d9f4cfca6ef77dd19a0e48590324e579c72
tree579ca5510fb1df52cdd92e95e69dac445a8946d4
parent11306d1f20ca4ef8a0f383618423e0ee7979e94a
staging: et131x: Use net_device_stats from struct net_device

Instead of using an own copy of struct net_device_stats in struct
et131x_adapter, use stats from struct net_device.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/et131x/et131x.c