]> git.ipfire.org Git - thirdparty/linux.git/commit
net: hns3: restore the MAC autoneg state after reset
authorJian Shen <shenjian15@huawei.com>
Thu, 20 Jun 2019 08:52:38 +0000 (16:52 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Jun 2019 15:59:01 +0000 (11:59 -0400)
commitd736fc6c68a5f76e89a6c2c4100e3678706003a3
treea82884d9d0e1fc4f4f831f3572ddc8023a59c1ea
parentfe4144d47eef8453459c53a34e9d5940a3e6c219
net: hns3: restore the MAC autoneg state after reset

When doing global reset, the MAC autoneg state of fibre
port is set to default, which may cause user configuration
lost. This patch fixes it by restore the MAC autoneg state
after reset.

Fixes: 22f48e24a23d ("net: hns3: add autoneg and change speed support for fibre port")
Signed-off-by: Jian Shen <shenjian15@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c