irda: use net_device_stats from struct net_device
commit81ce790bd75d49a0d119f5d7b27405e1d9b1bd57
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 19 Aug 2010 23:51:33 +0000 (19 23:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Aug 2010 06:32:31 +0000 (21 23:32 -0700)
tree205553c0d932bb81951c77aaed1e7e8b97473248
parentd3c6e7ad09cebbad1a3dea077668062136626fd2
irda: 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 irlan_cb struct.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/irda/irlan_common.h
net/irda/irlan/irlan_eth.c