mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
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@toshiba.co.jp> Acked-by: Jens Osterkamp <jens@de.ibm.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
81971bef4c
commit
4f2d65c774
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user