Re: [PATCH net-next] net: phy: remove phy_ethtool_sset()
From: Jakub Kicinski <hidden>
Date: 2019-11-23 18:50:28
Also in:
linux-doc
From: Jakub Kicinski <hidden>
Date: 2019-11-23 18:50:28
Also in:
linux-doc
On Fri, 22 Nov 2019 12:37:08 +0000, Russell King wrote:
There are no users of phy_ethtool_sset() in the kernel anymore, and
as of 3c1bcc8614db ("net: ethernet: Convert phydev advertize and
supported from u32 to link mode"), the implementation is slightly
buggy - it doesn't correctly check the masked advertising mask as it
used to.
Remove it, and update the phy documentation to refer to its replacement
function.
Signed-off-by: Russell King <redacted>Applied, thank you!