The Optima version has feature to detect link quickly without PHY interrupt, but it causes duplicate link up events. Signed-off-by: Stephen Hemminger --- a/drivers/net/sky2.c 2010-03-29 10:29:17.530956219 -0700 +++ b/drivers/net/sky2.c 2010-03-29 10:29:18.261894374 -0700 @@ -2146,7 +2146,8 @@ static void sky2_phy_intr(struct sky2_hw istatus, phystat); if (istatus & PHY_M_IS_AN_COMPL) { - if (sky2_autoneg_done(sky2, phystat) == 0) + if (sky2_autoneg_done(sky2, phystat) == 0 && + !netif_carrier_ok(dev)) sky2_link_up(sky2); goto out; } -- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html