diff options
Diffstat (limited to 'drivers/net/netxen/netxen_nic_main.c')
-rw-r--r-- | drivers/net/netxen/netxen_nic_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c index 1071f090a124..c2bdfd3c7aad 100644 --- a/drivers/net/netxen/netxen_nic_main.c +++ b/drivers/net/netxen/netxen_nic_main.c | |||
@@ -1925,6 +1925,7 @@ static void netxen_tx_timeout_task(struct work_struct *work) | |||
1925 | 1925 | ||
1926 | request_reset: | 1926 | request_reset: |
1927 | adapter->need_fw_reset = 1; | 1927 | adapter->need_fw_reset = 1; |
1928 | clear_bit(__NX_RESETTING, &adapter->state); | ||
1928 | } | 1929 | } |
1929 | 1930 | ||
1930 | struct net_device_stats *netxen_nic_get_stats(struct net_device *netdev) | 1931 | struct net_device_stats *netxen_nic_get_stats(struct net_device *netdev) |