瀏覽代碼

remove netif schedule from the ag71xx driver

SVN-Revision: 14494
Gabor Juhos 17 年之前
父節點
當前提交
09e02ec5a7

+ 1 - 5
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_phy.c

@@ -138,12 +138,8 @@ static void ag71xx_phy_link_adjust(struct net_device *dev)
 		}
 	}
 
-	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;

+ 0 - 16
target/linux/ar71xx/patches-2.6.27/800-ag71xx_remove_netif_schedule.patch

@@ -1,16 +0,0 @@
---- 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;

+ 0 - 16
target/linux/ar71xx/patches-2.6.28/800-ag71xx_remove_netif_schedule.patch

@@ -1,16 +0,0 @@
---- 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;