ppp_generic: use stats from net_device structure
authorPaulius Zaleckas <paulius.zaleckas@teltonika.lt>
Thu, 24 Apr 2008 01:54:01 +0000 (18:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Apr 2008 01:54:01 +0000 (18:54 -0700)
commit8c0469cdd08df4dacabc8ca33256ce20de43d73f
tree11931aca064384ed495942c2b2be087d93fa04d2
parentd7d313000ba2fc94a5383511a17ff38a39bab928
ppp_generic: use stats from net_device structure

Use stats which now is in the net_device instead of one declared in
ppp structure.
Kill ppp_net_stats function, because by default it is used identical
internal_stats function from net/core/dev.c

Signed-of-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ppp_generic.c