You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
349 B
16 lines
349 B
--- a/drivers/net/ag71xx/ag71xx_phy.c
|
|
+++ b/drivers/net/ag71xx/ag71xx_phy.c
|
|
@@ -171,12 +171,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;
|
|
|