[ar71xx] remove netif schedule from the ag71xx driver
[openwrt.git] / target / linux / ar71xx / files / drivers / net / ag71xx / ag71xx_phy.c
index aa9a74f..f0a4bd9 100644 (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;
This page took 0.025566 seconds and 4 git commands to generate.