From: Tobias Klauser Date: Thu, 26 Aug 2010 22:12:08 +0000 (+0000) Subject: slip: Use net_device_stats from struct net_device X-Git-Tag: v2.6.37-rc1~147^2~645 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=034de00b06fe2b2c451f7435414f15c1b625e6b0;p=pandora-kernel.git slip: Use net_device_stats from struct net_device Use net_device->stats for stats instead of private variable copies in struct slip. Use ndo_get_stat64 so the additions can be performed on a private destination buffer. Cc: Eric Dumazet Signed-off-by: Tobias Klauser Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed