openwrtv4/target/linux/ar71xx/patches-2.6.27/800-remove_netif_schedule.patch
Gabor Juhos 19b0e56ba7 refresh patches against 2.6.27 final
SVN-Revision: 12987
2008-10-15 19:30:21 +00:00

16 lines
349 B
Diff

--- a/drivers/net/ag71xx/ag71xx_phy.c
+++ b/drivers/net/ag71xx/ag71xx_phy.c
@@ -171,12 +171,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;