Re: [PATCH] net: phy: fix marvell phy status reading
From: David Miller <davem@davemloft.net>
Date: 2017-05-31 17:53:41
From: David Miller <davem@davemloft.net>
Date: 2017-05-31 17:53:41
From: Russell King <redacted> Date: Tue, 30 May 2017 16:21:51 +0100
The Marvell driver incorrectly provides phydev->lp_advertising as the logical and of the link partner's advert and our advert. This is incorrect - this field is supposed to store the link parter's unmodified advertisment. This allows ethtool to report the correct link partner auto-negotiation status. Signed-off-by: Russell King <redacted>
Applied, thank you.