commit | 56425638839cfb038adeba3fb5ff6a4466ec37f9 | [log] [tgz] |
---|---|---|
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | Fri Feb 15 09:33:47 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 17 15:33:53 2019 -0800 |
tree | 2a7e071db10c3b1a72901098ef80b9e7fe63e026 | |
parent | a0bc653b1d48671caa9d22a44ff98050f8efd3ea [diff] |
net: phy: marvell10g: Don't explicitly set Pause and Asym_Pause The PHY core expects PHY drivers not to set Pause and Asym_Pause bits, unless the driver only wants to specify one of them due to HW limitation. In the case of the Marvell10g driver, we don't need to set them. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Suggested-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>