net: hns3: fix incorrect capability bit display for copper port
authorJian Shen <shenjian15@huawei.com>
Fri, 10 Nov 2023 09:37:09 +0000 (17:37 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Nov 2023 09:06:58 +0000 (09:06 +0000)
commit75b247b57d8b71bcb679e4cb37d0db104848806c
tree9d08417e70cc2e9944f4bed2b73eee45dc77fad0
parentac92c0a9a0603fb448e60f38e63302e4eebb8035
net: hns3: fix incorrect capability bit display for copper port

Currently, the FEC capability bit is default set for device version V2.
It's incorrect for the copper port. Eventhough it doesn't make the nic
work abnormal, but the capability information display in debugfs may
confuse user. So clear it when driver get the port type inforamtion.

Fixes: 433ccce83504 ("net: hns3: use FEC capability queried from firmware")
Signed-off-by: Jian Shen <shenjian15@huawei.com>
Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c