ip17xx: r21709 broke VLAN functionality on the IP175C switch, add back mdelay() to...
[openwrt/svn-archive/archive.git] / target / linux / generic / files / drivers / net / phy / ip17xx.c
index 262123a57f2bf23699833606d19b3a930c7e7c32..864168ffd2992dbbe68e86f8ce38fc2da40a2b2f 100644 (file)
@@ -373,6 +373,7 @@ static int setPhy(struct ip17xx_state *state, reg mii, u16 value)
        err = ip_phy_write(state, mii.p, mii.m, value);
        if (err < 0)
                return err;
+       mdelay(2);
        getPhy(state, mii);
        return 0;
 }