Re: [PATCH net-next] ravb: Disable Pause Advertisement

2018-09-25 Thread Simon Horman
On Fri, Sep 21, 2018 at 03:52:26PM +0200, Andrew Lunn wrote: > The previous commit to ravb had the side effect of making the PHY > advertise Pause and Asym Pause, which previously did not happen. By > default, phydev->supported has both forms of pause enabled, but > phydev->advertising does not. T

Re: [PATCH net-next] ravb: Disable Pause Advertisement

2018-09-21 Thread Sergei Shtylyov
Hello! You forgot to CC me. :-/ On 09/21/2018 04:52 PM, Andrew Lunn wrote: > The previous commit to ravb had the side effect of making the PHY > advertise Pause and Asym Pause, which previously did not happen. By > default, phydev->supported has both forms of pause enabled, but > phydev->adv

[PATCH net-next] ravb: Disable Pause Advertisement

2018-09-21 Thread Andrew Lunn
The previous commit to ravb had the side effect of making the PHY advertise Pause and Asym Pause, which previously did not happen. By default, phydev->supported has both forms of pause enabled, but phydev->advertising does not. The new phy_remove_link_mode() copies phydev->supported to phydev->adv