]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: tulip: de2104x: Use net_device_stats from struct net_device
authorTobias Klauser <tklauser@distanz.ch>
Fri, 7 Apr 2017 08:17:36 +0000 (10:17 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Apr 2017 14:03:33 +0000 (07:03 -0700)
commitae9eb1a7e778e737d92a2b3b1fa6e798bd4c3a3b
tree7f9825ef1bac58ffa5c2c0b595325afc3689b29a
parente807bcc7b98b1f9f293c2b587de1c36f258b12bf
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>
drivers/net/ethernet/dec/tulip/de2104x.c