]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4fe3e1a28ffe6132d994940c2829957d29e032c1
tree11931aca064384ed495942c2b2be087d93fa04d2
parent95e681a28599ebf4f9770ac6613ea395cf287f59
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