net: ethernet: Add helper for MACs which support asym pause
Rather than have the MAC drivers manipulate phydev members to indicate they support Asym Pause, add a helper function. 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>
This commit is contained in:
committed by
David S. Miller
parent
41124fa64d
commit
af8d9bb2f2
@@ -288,9 +288,7 @@ static int dnet_mii_probe(struct net_device *dev)
|
||||
else
|
||||
phy_set_max_speed(phydev, SPEED_100);
|
||||
|
||||
phydev->supported |= SUPPORTED_Asym_Pause | SUPPORTED_Pause;
|
||||
|
||||
phydev->advertising = phydev->supported;
|
||||
phy_support_asym_pause(phydev);
|
||||
|
||||
bp->link = 0;
|
||||
bp->speed = 0;
|
||||
|
||||
Reference in New Issue
Block a user