lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git] / target / linux / generic-2.6 / files-2.6.26 / drivers / net / phy / mvswitch.c
index f28df43..be9e6af 100644 (file)
@@ -246,7 +246,7 @@ mvswitch_config_init(struct phy_device *pdev)
        w16(pdev, MV_SWITCHREG(ATU_CTRL),
                MV_ATUCTL_RESET |
                MV_ATUCTL_ATU_1K |
        w16(pdev, MV_SWITCHREG(ATU_CTRL),
                MV_ATUCTL_RESET |
                MV_ATUCTL_ATU_1K |
-               MV_ATUCTL_AGETIME(4080) /* maximum */
+               MV_ATUCTL_AGETIME(MV_ATUCTL_AGETIME_MIN) /* minimum without disabling ageing */
        );
 
        i = 100; /* timeout */
        );
 
        i = 100; /* timeout */
This page took 0.023459 seconds and 4 git commands to generate.