Openwrt/target/linux/ar71xx/patches-2.6.28/800-ag71xx_remove_netif_schedule.patch
Gabor Juhos a2cda74350 preliminary 2.6.28 support
SVN-Revision: 13559
2008-12-09 08:11:49 +00:00

17 lines
349 B
Diff

--- a/drivers/net/ag71xx/ag71xx_phy.c
+++ b/drivers/net/ag71xx/ag71xx_phy.c
@@ -138,12 +138,8 @@ static void ag71xx_phy_link_adjust(struc
}
}
- if (phydev->link != ag->link) {
- if (phydev->link)
- netif_schedule(dev);
-
+ if (phydev->link != ag->link)
status_change = 1;
- }
ag->link = phydev->link;
ag->duplex = phydev->duplex;