OSDN Git Service

net: hns3: cleanup mac auto-negotiation state query in hclge_update_speed_duplex
authorFuyun Liang <liangfuyun1@huawei.com>
Wed, 8 Nov 2017 07:52:23 +0000 (15:52 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 06:17:56 +0000 (15:17 +0900)
commitc040366bc4a58f719e61111dea4b550b71b2a0b4
tree5f518f58026c9126dbe51f9d6ee71e416743346f
parent39e2151f1012eb4163b3a9f414c27d92798e4cbe
net: hns3: cleanup mac auto-negotiation state query in hclge_update_speed_duplex

When checking whether auto-negotiation is on, driver only needs to
check the value of mac.autoneg(SW) directly, and does not need to
query it from hardware. Because this value is always synchronized
with the auto-negotiation state of hardware.

This patch removes mac auto-negotiation state query in
hclge_update_speed_duplex().

Fixes: 46a3df9f9718 (net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer Support)
Signed-off-by: Fuyun Liang <liangfuyun1@huawei.com>
Signed-off-by: Lipeng <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c