Commit 062a33b1 authored by Alex Marginean's avatar Alex Marginean Committed by David S. Miller
Browse files

net: dsa: felix: Set USXGMII link based on BMSR, not LPA



At least some PHYs (AQR412) don't advertise copper-side link status
during system side AN.

So remove this duplicate assignment to pcs->link and rely on the
previous one for link state: the local indication from the MAC PCS.

Fixes: bdeced75 ("net: dsa: felix: Add PCS operations for PHYLINK")
Signed-off-by: default avatarAlex Marginean <alexandru.marginean@nxp.com>
Signed-off-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1d0ee02b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -892,7 +892,6 @@ static void vsc9959_pcs_link_state_usxgmii(struct phy_device *pcs,
		break;
	}

	pcs->link = USXGMII_LPA_LNKS(lpa);
	if (USXGMII_LPA_DUPLEX(lpa))
		pcs->duplex = DUPLEX_FULL;
	else