Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: bcmasp: Add support for re-starting auto-negotiation

Wire-up ethtool_ops::nway_reset to phy_ethtool_nway_reset in order to
support re-starting auto-negotiation.

Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250717180915.2611890-1-florian.fainelli@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Florian Fainelli and committed by
Jakub Kicinski
190ccb81 e07ba344

+1
+1
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
··· 430 430 .get_ethtool_stats = bcmasp_get_ethtool_stats, 431 431 .get_sset_count = bcmasp_get_sset_count, 432 432 .get_ts_info = ethtool_op_get_ts_info, 433 + .nway_reset = phy_ethtool_nway_reset, 433 434 };