]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: nmlan_cs: Use net_device_stats from struct net_device
authorTobias Klauser <tklauser@distanz.ch>
Fri, 7 Apr 2017 08:17:32 +0000 (10:17 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Apr 2017 14:03:33 +0000 (07:03 -0700)
commit71ef3cbb30444ebfba04f2a3afcf8c4743210ddd
treee3c72957282807b21d2a67f06d13799c989f9701
parent8bf66b9d791d2de7ed43d34097ea6c2669e923d9
net: nmlan_cs: Use net_device_stats from struct net_device

Instead of using a private copy of struct net_device_stats in struct
_mace_private, use stats from struct net_device.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/nmclan_cs.c