Re: [PATCH v3] net: mii: Report advertised link capabilities when autonegotiation is off

2020-10-19 Thread Andrew Lunn
On Mon, Oct 19, 2020 at 02:04:15PM +0200, Łukasz Stelmach wrote: > Unify the set of information returned by mii_ethtool_get_link_ksettings(), > mii_ethtool_gset() and phy_ethtool_ksettings_get(). Make the mii_*() > functions report advertised settings when autonegotiation if disabled. > >

[PATCH v3] net: mii: Report advertised link capabilities when autonegotiation is off

2020-10-19 Thread Łukasz Stelmach
Unify the set of information returned by mii_ethtool_get_link_ksettings(), mii_ethtool_gset() and phy_ethtool_ksettings_get(). Make the mii_*() functions report advertised settings when autonegotiation if disabled. Suggested-by: Andrew Lunn Signed-off-by: Łukasz Stelmach --- This is the third