net: ethernet: Add helper to remove a supported link mode
Some MAC hardware cannot support a subset of link modes. e.g. often 1Gbps Full duplex is supported, but Half duplex is not. Add a helper to remove such a link mode. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
这个提交包含在:
@@ -1947,7 +1947,8 @@ static int fec_enet_mii_probe(struct net_device *ndev)
|
||||
/* mask with MAC supported features */
|
||||
if (fep->quirks & FEC_QUIRK_HAS_GBIT) {
|
||||
phy_set_max_speed(phy_dev, 1000);
|
||||
phy_dev->supported &= ~SUPPORTED_1000baseT_Half;
|
||||
phy_remove_link_mode(phy_dev,
|
||||
ETHTOOL_LINK_MODE_1000baseT_Half_BIT);
|
||||
#if !defined(CONFIG_M5272)
|
||||
phy_dev->supported |= SUPPORTED_Pause;
|
||||
#endif
|
||||
|
在新工单中引用
屏蔽一个用户