Browse Source

Revert "ar71xx: ag71xx: Add connect message: fixed phy"

This reverts commit 0b9f4e880807e3cfd22d12b929202e1edcdc577c.

This change reportedly breaks connectivity on some ar71xx devices, so
revert it for now.

Ref: https://github.com/openwrt/openwrt/pull/1217#issuecomment-409708087
Reported-by: Hannu Nyman <[email protected]>
Signed-off-by: Jo-Philipp Wich <[email protected]>
Jo-Philipp Wich 7 years ago
parent
commit
33dbe2c55d

+ 0 - 7
target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c

@@ -111,13 +111,6 @@ static int ag71xx_phy_connect_fixed(struct ag71xx *ag)
 	ag->duplex = pdata->duplex;
 	ag->speed = pdata->speed;
 
-	if (!ret) {
-		dev_info(dev, "connected to fixed PHY at %s [uid=%08x, driver=%s]\n",
-			    phydev_name(ag->phy_dev),
-			    ag->phy_dev->phy_id, ag->phy_dev->drv->name);
-	} else {
-		pr_err("Failed to connect to fixed PHY\n");
-	}
 	return ret;
 }