commit | 2b39cabb2a283cea0c3d96d9370575371726164f | [log] [tgz] |
---|---|---|
author | Fuyun Liang <liangfuyun1@huawei.com> | Fri Nov 03 12:18:26 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 03 21:36:49 2017 +0900 |
tree | b8124ee01bbd43dcf9f0341b9c5768e40065d684 | |
parent | 16b5e50147c21edef7133f204c43465f0c03c3f5 [diff] |
net: hns3: fix for getting advertised_caps in hns3_get_link_ksettings This patch fixes a bug for ethtool's get_link_ksettings(). The advertising for autoneg is always added to advertised_caps whether autoneg is enable or disable. This patch fixes it. Fixes: 496d03e (net: hns3: Add Ethtool support to HNS3 driver) Signed-off-by: Fuyun Liang <liangfuyun1@huawei.com> Signed-off-by: Lipeng <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>