netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next] net: phy: marvell: Show complete link partner advertising
@ 2017-06-12 12:54 Thomas Bogendoerfer
  2017-06-12 16:05 ` Florian Fainelli
  2017-06-12 16:08 ` David Miller
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Bogendoerfer @ 2017-06-12 12:54 UTC (permalink / raw)
  To: andrew, f.fainelli, netdev, linux-kernel

From: Thomas Bogendoerfer <tbogendoerfer@suse.de>

Give back all modes advertised by the link partner. This change brings
the marvell phy driver in line with all other phy drivers.

Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
---
 drivers/net/phy/marvell.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c
index 4c5246fed69b..8400403b3f62 100644
--- a/drivers/net/phy/marvell.c
+++ b/drivers/net/phy/marvell.c
@@ -1139,7 +1139,6 @@ static int marvell_read_status_page_an(struct phy_device *phydev,
 	int status;
 	int lpa;
 	int lpagb;
-	int adv;
 
 	status = phy_read(phydev, MII_M1011_PHY_STATUS);
 	if (status < 0)
@@ -1153,12 +1152,6 @@ static int marvell_read_status_page_an(struct phy_device *phydev,
 	if (lpagb < 0)
 		return lpagb;
 
-	adv = phy_read(phydev, MII_ADVERTISE);
-	if (adv < 0)
-		return adv;
-
-	lpa &= adv;
-
 	if (status & MII_M1011_PHY_STATUS_FULLDUPLEX)
 		phydev->duplex = DUPLEX_FULL;
 	else
-- 
1.8.5.6

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-13  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12 12:54 [net-next] net: phy: marvell: Show complete link partner advertising Thomas Bogendoerfer
2017-06-12 16:05 ` Florian Fainelli
2017-06-12 16:10   ` Russell King - ARM Linux
2017-06-13  8:32   ` Tom Bogendoerfer
2017-06-12 16:08 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).