[PATCH v2] ether1: Use net_device_stats from struct net_device
Eric Dumazet
eric.dumazet at gmail.com
Wed Aug 18 04:27:53 EDT 2010
Le mercredi 18 août 2010 à 09:13 +0100, Russell King - ARM Linux a
écrit :
> On Wed, Aug 18, 2010 at 09:04:24AM +0200, Tobias Klauser wrote:
> > @@ -965,7 +965,7 @@ ether1_close (struct net_device *dev)
> > static struct net_device_stats *
> > ether1_getstats (struct net_device *dev)
> > {
> > - return &priv(dev)->stats;
> > + return &dev->stats;
> > }
>
> Doesn't the core do this for you already if you omit this function?
>
> Same comment for ether3.c
Yes, thats right, no need to declare ndo_get_stats() methods that only
returns &dev->stats
More information about the linux-arm-kernel
mailing list