slip: fix get_stats() method
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 18 Aug 2010 03:13:08 +0000 (03:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2010 07:16:52 +0000 (00:16 -0700)
Use integrated net_device_stats instead of a static one, and make sure
no transient values are feeded. ndo_get_stats() can be called by
concurrent cpus.

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

No differences found