mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ar71xx] remove netif schedule from the ag71xx driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14494 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -138,12 +138,8 @@ static void ag71xx_phy_link_adjust(struct net_device *dev)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (phydev->link != ag->link) {
|
if (phydev->link != ag->link)
|
||||||
if (phydev->link)
|
|
||||||
netif_schedule(dev);
|
|
||||||
|
|
||||||
status_change = 1;
|
status_change = 1;
|
||||||
}
|
|
||||||
|
|
||||||
ag->link = phydev->link;
|
ag->link = phydev->link;
|
||||||
ag->duplex = phydev->duplex;
|
ag->duplex = phydev->duplex;
|
||||||
|
|||||||
@@ -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;
|
|
||||||
@@ -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;
|
|
||||||
Reference in New Issue
Block a user