Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Use net_device_stats from struct net_device

2017-04-05 Thread Sven Eckelmann
On Mittwoch, 5. April 2017 13:46:31 CEST Tobias Klauser wrote: > Instead of using a private copy of struct net_device_stats in struct > batadv_priv, use stats from struct net_device. > > Signed-off-by: Tobias Klauser > --- > net/batman-adv/distributed-arp-table.c | 9 + > net/batman-adv/

[PATCH] batman-adv: Use net_device_stats from struct net_device

2017-04-05 Thread Tobias Klauser
Instead of using a private copy of struct net_device_stats in struct batadv_priv, use stats from struct net_device. Signed-off-by: Tobias Klauser --- net/batman-adv/distributed-arp-table.c | 9 + net/batman-adv/soft-interface.c| 2 +- net/batman-adv/types.h | 2 --