|
@@ -2698,7 +2698,7 @@ static void tlan_phy_finish_auto_neg(struct net_device *dev)
|
|
/* Wait for 8 sec to give the process
|
|
/* Wait for 8 sec to give the process
|
|
* more time. Perhaps we should fail after a while.
|
|
* more time. Perhaps we should fail after a while.
|
|
*/
|
|
*/
|
|
- tlan_set_timer(dev, (8*HZ), TLAN_TIMER_PHY_FINISH_AN);
|
|
|
|
|
|
+ tlan_set_timer(dev, 2 * HZ, TLAN_TIMER_PHY_FINISH_AN);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|