commit | 065f4b6992d02ba4ef27295687bdfbdfc7e85964 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Fri Apr 07 10:17:29 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 07 07:03:33 2017 -0700 |
tree | a0affc820f3db661269aa4a1e14016dd2716945e | |
parent | a548779bb7da7d4041dc0015989e319ea4a3ae8a [diff] |
net: emac: Use net_device_stats from struct net_device Instead of using a private copy of struct net_device_stats in struct emac_instance, use stats from struct net_device. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>