commit | 16b5e50147c21edef7133f204c43465f0c03c3f5 | [log] [tgz] |
---|---|---|
author | Fuyun Liang <liangfuyun1@huawei.com> | Fri Nov 03 12:18:25 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 03 21:36:49 2017 +0900 |
tree | f43dde0d214aedb59df8f9a1db5b01df6d108470 | |
parent | 739c5960a4142585f804a06c6d06b1816cd7d214 [diff] |
net: hns3: fix for getting autoneg in hns3_get_link_ksettings This patch fixes a bug for ethtool's get_link_ksettings(). When phy exists, we should get autoneg from phy rather than from mac. Because the value of mac.autoneg is invalid when phy exists. 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>