mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 02:07:01 +07:00
mlxsw: spectrum: Remove duplicate port link mode entry
Remove duplicate port link mode entry from mlxsw_sp_port_link_mode. Signed-off-by: Shalom Toledo <shalomt@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c211524029
commit
1531be3197
@ -2413,11 +2413,6 @@ static const struct mlxsw_sp_port_link_mode mlxsw_sp_port_link_mode[] = {
|
||||
.mask_ethtool = ETHTOOL_LINK_MODE_25000baseSR_Full_BIT,
|
||||
.speed = SPEED_25000,
|
||||
},
|
||||
{
|
||||
.mask = MLXSW_REG_PTYS_ETH_SPEED_25GBASE_SR,
|
||||
.mask_ethtool = ETHTOOL_LINK_MODE_25000baseSR_Full_BIT,
|
||||
.speed = SPEED_25000,
|
||||
},
|
||||
{
|
||||
.mask = MLXSW_REG_PTYS_ETH_SPEED_50GBASE_CR2,
|
||||
.mask_ethtool = ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT,
|
||||
|
Loading…
Reference in New Issue
Block a user