diff options
| -rw-r--r-- | drivers/net/ethernet/hisilicon/hns3/hns3pf/hns3_ethtool.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hns3_ethtool.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hns3_ethtool.c index 367b20cef294..0e10a43e29b3 100644 --- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hns3_ethtool.c +++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hns3_ethtool.c | |||
| @@ -640,6 +640,9 @@ static int hns3_get_link_ksettings(struct net_device *netdev, | |||
| 640 | break; | 640 | break; |
| 641 | } | 641 | } |
| 642 | 642 | ||
| 643 | if (!cmd->base.autoneg) | ||
| 644 | advertised_caps &= ~HNS3_LM_AUTONEG_BIT; | ||
| 645 | |||
| 643 | /* now, map driver link modes to ethtool link modes */ | 646 | /* now, map driver link modes to ethtool link modes */ |
| 644 | hns3_driv_to_eth_caps(supported_caps, cmd, false); | 647 | hns3_driv_to_eth_caps(supported_caps, cmd, false); |
| 645 | hns3_driv_to_eth_caps(advertised_caps, cmd, true); | 648 | hns3_driv_to_eth_caps(advertised_caps, cmd, true); |
