commit | ae9eb1a7e778e737d92a2b3b1fa6e798bd4c3a3b | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Fri Apr 07 10:17:36 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 07 07:03:33 2017 -0700 |
tree | 7f9825ef1bac58ffa5c2c0b595325afc3689b29a | |
parent | e807bcc7b98b1f9f293c2b587de1c36f258b12bf [diff] |
net: tulip: de2104x: Use net_device_stats from struct net_device Instead of using a private copy of struct net_device_stats in struct de_private, use stats from struct net_device. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>