Skip to content

Commit

Permalink
spidernet: increase auto-negotiation timeout to 5 seconds
Browse files Browse the repository at this point in the history
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@toshiba.co.jp>
Acked-by: Jens Osterkamp <jens@de.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Ishizaki Kou authored and Jeff Garzik committed Apr 17, 2008
1 parent 81971be commit 4f2d65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/spider_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4f2d65c

Please sign in to comment.