remove netif schedule from the ag71xx driver

SVN-Revision: 14494
This commit is contained in:
Gabor Juhos 2009-02-13 08:58:59 +00:00
parent f245bc83f2
commit 09e02ec5a7
3 changed files with 1 additions and 37 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;