Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170485
b: refs/heads/master
c: 5a4d631
h: refs/heads/master
i:
  170483: c7ddda1
v: v3
  • Loading branch information
Ajit Khaparde authored and David S. Miller committed Oct 8, 2009
1 parent 857eaa9 commit bdf8740
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7274c20f7b6a7bd6e3e8441e1727bf9cfd8235bb
refs/heads/master: 5a4d631154de41bb43eefb03d2124224c23c1fa4
2 changes: 0 additions & 2 deletions trunk/drivers/net/netxen/netxen_nic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/netxen/netxen_nic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1923,7 +1923,7 @@ static void netxen_tx_timeout_task(struct work_struct *work)
struct net_device_stats *netxen_nic_get_stats(struct net_device *netdev)
{
struct netxen_adapter *adapter = netdev_priv(netdev);
struct net_device_stats *stats = &adapter->net_stats;
struct net_device_stats *stats = &netdev->stats;

memset(stats, 0, sizeof(*stats));

Expand Down

0 comments on commit bdf8740

Please sign in to comment.