Skip to content

Commit 190ccb8

Browse files
ffainellikuba-moo
authored andcommitted
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 <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent e07ba34 commit 190ccb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,4 +430,5 @@ const struct ethtool_ops bcmasp_ethtool_ops = {
430430
.get_ethtool_stats = bcmasp_get_ethtool_stats,
431431
.get_sset_count = bcmasp_get_sset_count,
432432
.get_ts_info = ethtool_op_get_ts_info,
433+
.nway_reset = phy_ethtool_nway_reset,
433434
};

0 commit comments

Comments
 (0)