commit | 8bf66b9d791d2de7ed43d34097ea6c2669e923d9 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Fri Apr 07 10:17:31 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 07 07:03:33 2017 -0700 |
tree | 01299f934df50367042e245f1f92a420aa46e557 | |
parent | 5f1d3a5c5ec3e020c1babbeb9d0f435fdf13bc39 [diff] |
net: moxa: Use net_device_stats from struct net_device Instead of using a private copy of struct net_device_stats in struct moxart_mac_priv_t, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>