]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit77a9978718077bbaef1f7df4d5d8647e74c7ee52
tree205553c0d932bb81951c77aaed1e7e8b97473248
parent66817e47a1d6e9dc26c06d5cd6629dd110ca7454
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