Commit 2bcaab80 authored by Ganesh Venkatesan's avatar Ganesh Venkatesan Committed by Jeff Garzik

[PATCH] ixgb: Fix infinite loop trying to re-establish link

Signed-off-by: default avatarGanesh Venkatesan <ganesh.venkatesan@intel.com>
parent b3d8cffe
......@@ -1429,10 +1429,8 @@ static void ixgb_tx_timeout_task(struct net_device *netdev)
{
struct ixgb_adapter *adapter = netdev->priv;
netif_device_detach(netdev);
ixgb_down(adapter, TRUE);
ixgb_up(adapter);
netif_device_attach(netdev);
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment