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