aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/tg3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index d726da8c5930..7bebb4778897 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -10424,8 +10424,8 @@ static int tg3_run_loopback(struct tg3 *tp, int loopback_mode)
10424 10424
10425 udelay(10); 10425 udelay(10);
10426 10426
10427 /* 250 usec to allow enough time on some 10/100 Mbps devices. */ 10427 /* 350 usec to allow enough time on some 10/100 Mbps devices. */
10428 for (i = 0; i < 25; i++) { 10428 for (i = 0; i < 35; i++) {
10429 tw32_f(HOSTCC_MODE, tp->coalesce_mode | HOSTCC_MODE_ENABLE | 10429 tw32_f(HOSTCC_MODE, tp->coalesce_mode | HOSTCC_MODE_ENABLE |
10430 coal_now); 10430 coal_now);
10431 10431