From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 20 Jul 2011 12:04:25 +0000 (+0000)
Subject: ar71xx: increase the delay after the ethernet MAC reset
X-Git-Tag: reboot~16215
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e7ab0000086a5cf63b27ef980cf4faf9241c4af5;p=openwrt%2Fstaging%2Fxback.git

ar71xx: increase the delay after the ethernet MAC reset

SVN-Revision: 27701
---

diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c
index de7f9b5173..f0f4d2370a 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c
@@ -433,7 +433,7 @@ static void ag71xx_hw_init(struct ag71xx *ag)
 	ar71xx_device_stop(pdata->reset_bit);
 	mdelay(100);
 	ar71xx_device_start(pdata->reset_bit);
-	mdelay(100);
+	mdelay(200);
 
 	/* setup MAC configuration registers */
 	ag71xx_wr(ag, AG71XX_REG_MAC_CFG1, MAC_CFG1_INIT);