mbox series

[net,0/2] Fixes for net/phy/phylink.c

Message ID 174354264451.26800.7305550288043017625.stgit@ahduyck-xeon-server.home.arpa (mailing list archive)
Headers show
Series Fixes for net/phy/phylink.c | expand

Message

Alexander Duyck April 1, 2025, 9:29 p.m. UTC
This series consists of two minor fixes for phylink.

The first cleans up the handling of fixed-link for cases where the driver
may not be using a twisted pair connection. In such a case we essentially
leave it up to the driver to validate the supported connection types itself
likely via the pcs_validate function.

The second addresses an issue where the SFP refused to change speeds when
requested via the ksettings_set call due to the fact that the
config.advertising field wasn't updated when not using autonegotiation.

---

Alexander Duyck (2):
      net: phylink: Cleanup handling of recent changes to phy_lookup_setting
      net: phylink: Set advertising based on phy_lookup_setting in ksettings_set


 drivers/net/phy/phylink.c | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

--