aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netxen/netxen_nic.h
diff options
context:
space:
mode:
authorAjit Khaparde <ajitkhaparde@gmail.com>2009-10-07 02:45:34 +0000
committerDavid S. Miller <davem@davemloft.net>2009-10-07 22:00:25 -0700
commit5a4d631154de41bb43eefb03d2124224c23c1fa4 (patch)
tree61402c9fc26dff20c3110d42fcc892357e0df24b /drivers/net/netxen/netxen_nic.h
parente1000e: Use the instance of net_device_stats from net_device. (diff)
downloadlinux-dev-5a4d631154de41bb43eefb03d2124224c23c1fa4.tar.xz
linux-dev-5a4d631154de41bb43eefb03d2124224c23c1fa4.zip
netxen: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the private adapter structure. Signed-off-by: Ajit Khaparde <ajitk@serverengines.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netxen/netxen_nic.h')
-rw-r--r--drivers/net/netxen/netxen_nic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/netxen/netxen_nic.h b/drivers/net/netxen/netxen_nic.h
index 7384f59df615..5c766b52f1dc 100644
--- a/drivers/net/netxen/netxen_nic.h
+++ b/drivers/net/netxen/netxen_nic.h
@@ -1203,8 +1203,6 @@ struct netxen_adapter {
struct work_struct tx_timeout_task;
- struct net_device_stats net_stats;
-
nx_nic_intr_coalesce_t coal;
unsigned long state;