| To: | "jgarzik@xxxxxxxxx" <jgarzik@xxxxxxxxx> |
|---|---|
| Subject: | [Patch 7/16 2.5] ixgb: prevent infinite loop trying to re-establish link while actively communicating |
| From: | Ganesh Venkatesan <ganesh.venkatesan@xxxxxxxxx> |
| Date: | Fri, 15 Oct 2004 06:55:08 -0700 (PDT) |
| Cc: | netdev <netdev@xxxxxxxxxxx> |
| Replyto: | "Ganesh Venkatesan" <ganesh.venkatesan@intel.com> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
diff -up net-drivers-2.6/drivers/net/ixgb/ixgb_main.c
net-drivers-2.6/drivers/net/ixgb.new/ixgb_main.c
--- net-drivers-2.6/drivers/net/ixgb/ixgb_main.c 2004-10-05
15:50:18.000000000 -0700
+++ net-drivers-2.6/drivers/net/ixgb.new/ixgb_main.c 2004-10-05
17:55:48.000000000 -0700
@@ -1405,10 +1405,8 @@ static void ixgb_tx_timeout(struct net_d
{
struct ixgb_adapter *adapter = netdev->priv;
- netif_device_detach(netdev);
ixgb_down(adapter, TRUE);
ixgb_up(adapter);
- netif_device_attach(netdev);
}
/**
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Patch 6/16 2.5] ixgb: fix error in setting Frame Size register while changing mtu, Ganesh Venkatesan |
|---|---|
| Next by Date: | [Patch 8/16 2.5] ixgb: remove sub-device ids for non-existant hardware, Ganesh Venkatesan |
| Previous by Thread: | [Patch 6/16 2.5] ixgb: fix error in setting Frame Size register while changing mtu, Ganesh Venkatesan |
| Next by Thread: | [Patch 8/16 2.5] ixgb: remove sub-device ids for non-existant hardware, Ganesh Venkatesan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |