mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
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>
This commit is contained in:
parent
e07ba344a4
commit
190ccb8176
|
|
@ -430,4 +430,5 @@ const struct ethtool_ops bcmasp_ethtool_ops = {
|
|||
.get_ethtool_stats = bcmasp_get_ethtool_stats,
|
||||
.get_sset_count = bcmasp_get_sset_count,
|
||||
.get_ts_info = ethtool_op_get_ts_info,
|
||||
.nway_reset = phy_ethtool_nway_reset,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user