pcnet32: remove private net_device_stats structure
authorDon Fry <pcnet32@verizon.net>
Thu, 18 Oct 2007 00:06:19 +0000 (17:06 -0700)
committerJeff Garzik <jeff@garzik.org>
Thu, 18 Oct 2007 00:23:30 +0000 (20:23 -0400)
commit4f1e5ba0977570b7a198bb3ac110ccc5f532821b
tree2cb8c233daea0544213ec50d7dba74648713c896
parent0280f9f90b4c53e23f8ca98e581eb02f1a598a1a
pcnet32: remove private net_device_stats structure

Remove the statistics from the private structure.
Use the net_device_stats in netn_device structure.

Following Jeff Garzik's massive cleanup Sep 01.
pcnet32 was not "low-hanging fruit".

Tested x86_64.

Signed-off-by: Don Fry <pcnet32@verizon.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/pcnet32.c