irda: use net_device_stats from struct net_device
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 19 Aug 2010 23:51:33 +0000 (23:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Aug 2010 06:32:31 +0000 (23:32 -0700)
struct net_device has its own struct net_device_stats member, so use
this one instead of a private copy in the irlan_cb struct.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found