net: atlantic: remove baseX usage
This patch removes 2.5G baseX wrong usage/reporting, since it shouldn't have been mixed with baseT. Signed-off-by: Nikita Danilov <ndanilov@marvell.com> Signed-off-by: Mark Starovoytov <mstarovoitov@marvell.com> Signed-off-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
071a02046c
commit
e61b28686b
@ -618,9 +618,6 @@ static enum hw_atl_fw2x_rate eee_mask_to_ethtool_mask(u32 speed)
|
||||
if (speed & AQ_NIC_RATE_EEE_10G)
|
||||
rate |= SUPPORTED_10000baseT_Full;
|
||||
|
||||
if (speed & AQ_NIC_RATE_EEE_2G5)
|
||||
rate |= SUPPORTED_2500baseX_Full;
|
||||
|
||||
if (speed & AQ_NIC_RATE_EEE_1G)
|
||||
rate |= SUPPORTED_1000baseT_Full;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user