1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 05:17:07 +03:00
openwrt-xburst/target/linux/ar71xx/patches-2.6.27/800-remove_netif_schedule.patch
juhosg 7e3703d49f [ar71xx] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13397 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-28 15:33:47 +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;