[PATCH] ether1: Use net_device_stats from struct net_device
From: tklauser@distanz.ch (Tobias Klauser)
Date: 2010-08-17 18:34:09
Also in:
kernel-janitors, netdev
From: tklauser@distanz.ch (Tobias Klauser)
Date: 2010-08-17 18:34:09
Also in:
kernel-janitors, netdev
On 2010-08-17 at 20:32:05 +0200, Dan Carpenter [off-list ref] wrote:
On Tue, Aug 17, 2010 at 06:15:19PM +0200, Tobias Klauser wrote:quoted
struct net_device has its own struct net_device_stats member, so use this one instead of a private copy in the ether1_priv struct.You missed one in ether1_open(). memset (&priv(dev)->stats, 0, sizeof (struct net_device_stats));
Thanks. I'll send an updated patch. Tobias