Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166228
b: refs/heads/master
c: a598ae1
h: refs/heads/master
v: v3
  • Loading branch information
Dhananjay Phadke authored and David S. Miller committed Sep 22, 2009
1 parent b304570 commit 8ed61dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 03b88a66c040acb4b770221ca24a609527b47fc5
refs/heads/master: a598ae177a11ebae065e20059d9bc63a5da4ccc3
7 changes: 3 additions & 4 deletions trunk/drivers/net/netxen/netxen_nic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1903,21 +1903,20 @@ static void netxen_tx_timeout_task(struct work_struct *work)

netif_wake_queue(adapter->netdev);

goto done;
clear_bit(__NX_RESETTING, &adapter->state);

} else {
clear_bit(__NX_RESETTING, &adapter->state);
if (!netxen_nic_reset_context(adapter)) {
adapter->netdev->trans_start = jiffies;
goto done;
return;
}

/* context reset failed, fall through for fw reset */
}

request_reset:
adapter->need_fw_reset = 1;
done:
clear_bit(__NX_RESETTING, &adapter->state);
}

struct net_device_stats *netxen_nic_get_stats(struct net_device *netdev)
Expand Down

0 comments on commit 8ed61dd

Please sign in to comment.