Re: [PATCH net-next] net: phy: remove phy_ethtool_sset()
From: Andrew Lunn <andrew@lunn.ch>
Date: 2019-11-22 15:41:56
Also in:
linux-doc
From: Andrew Lunn <andrew@lunn.ch>
Date: 2019-11-22 15:41:56
Also in:
linux-doc
On Fri, Nov 22, 2019 at 12:37:08PM +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>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew