net: stmmac: Fix ethool link settings ops for integrated PCS
authorSneh Shah <quic_snehshah@quicinc.com>
Tue, 9 Jan 2024 14:47:29 +0000 (20:17 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Jan 2024 12:41:50 +0000 (12:41 +0000)
commit08300adac3b8dab9e2fd3be0155c7d3093c755f4
tree9b17633c39a37b4e26e07dca03c9578a6ff4ae7c
parent68d27badef6280298b84333be313f58cbdce2769
net: stmmac: Fix ethool link settings ops for integrated PCS

Currently get/set_link_ksettings ethtool ops are dependent on PCS.
When PCS is integrated, it will not have separate link config.
Bypass configuring and checking PCS for integrated PCS.

Fixes: aa571b6275fb ("net: stmmac: add new switch to struct plat_stmmacenet_data")
Tested-by: Andrew Halaney <ahalaney@redhat.com> # sa8775p-ride
Signed-off-by: Sneh Shah <quic_snehshah@quicinc.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c