1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-27 16:17:32 +02:00
openwrt-xburst/target/linux/ar71xx/patches-2.6.27/800-remove_netif_schedule.patch
juhosg 57e12bbb24 [ar71xx] experimental support for 2.6.27
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12859 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-05 06:29:44 +00:00

17 lines
308 B
Diff

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