ar71xx: fix MAC/MDIO reset mask handling

SVN-Revision: 27894
This commit is contained in:
Felix Fietkau 2011-08-04 17:36:23 +00:00
parent 353639cdd9
commit 500c3a1475

View file

@ -452,9 +452,9 @@ static void ag71xx_hw_init(struct ag71xx *ag)
ag71xx_sb(ag, AG71XX_REG_MAC_CFG1, MAC_CFG1_SR);
udelay(20);
ar71xx_device_stop(pdata->reset_bit);
ar71xx_device_stop(reset_mask);
mdelay(100);
ar71xx_device_start(pdata->reset_bit);
ar71xx_device_start(reset_mask);
mdelay(200);
/* setup MAC configuration registers */