[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20080411.122920.-1350519843.kouish@swc.toshiba.co.jp>
Date: Fri, 11 Apr 2008 12:29:20 +0900 (JST)
From: Ishizaki Kou <kou.ishizaki@...hiba.co.jp>
To: jgarzik@...ox.com
Cc: jens@...ibm.com, netdev@...r.kernel.org, cbe-oss-dev@...abs.org
Subject: [PATCH 2/5] spidernet: increase auto-negotiation timeout to 5
seconds
This patch extends the timeout for spidernet auto-negotiation.
Auto-negotiation often fails to finish in 2 seconds.
Signed-off-by: Kou Ishizaki <kou.ishizaki@...hiba.co.jp>
Acked-by: Jens Osterkamp <jens@...ibm.com>
---
Index: linux-powerpc-git/drivers/net/spider_net.h
===================================================================
--- linux-powerpc-git.orig/drivers/net/spider_net.h
+++ linux-powerpc-git/drivers/net/spider_net.h
@@ -52,7 +52,7 @@ extern char spider_net_driver_name[];
#define SPIDER_NET_TX_TIMER (HZ/5)
#define SPIDER_NET_ANEG_TIMER (HZ)
-#define SPIDER_NET_ANEG_TIMEOUT 2
+#define SPIDER_NET_ANEG_TIMEOUT 5
#define SPIDER_NET_RX_CSUM_DEFAULT 1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists