amd8111e: use net_device_stats from struct net_device
struct net_device has its own struct net_device_stats member, so use this one instead of a private copy in the amd8111e_priv struct. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a2c483a19a
commit
c3227e546c
@@ -787,7 +787,6 @@ struct amd8111e_priv{
|
||||
struct vlan_group *vlgrp;
|
||||
#endif
|
||||
char opened;
|
||||
struct net_device_stats stats;
|
||||
unsigned int drv_rx_errors;
|
||||
struct amd8111e_coalesce_conf coal_conf;
|
||||
|
||||
|
Reference in New Issue
Block a user