Re: [PATCH net-next] net: phy: phy_support_sym_pause: Clear Asym Pause

2018-10-22 Thread David Miller
From: Andrew Lunn Date: Sat, 20 Oct 2018 22:41:28 +0200 > When indicating the MAC supports Symmetric Pause, clear the Asymmetric > Pause bit, which could of been already set is the PHY supports it. > > Reported-by: Labbe Corentin > Fixes: c306ad36184f ("net: ethernet: Add helper for MACs which

Re: [PATCH net-next] net: phy: phy_support_sym_pause: Clear Asym Pause

2018-10-21 Thread Sergei Shtylyov
Hello! On 20.10.2018 23:41, Andrew Lunn wrote: When indicating the MAC supports Symmetric Pause, clear the Asymmetric Pause bit, which could of been already set is the PHY supports it. Could've been, s/is/if/. Reported-by: Labbe Corentin Fixes: c306ad36184f ("net: ethernet: Add helper f

Re: [PATCH net-next] net: phy: phy_support_sym_pause: Clear Asym Pause

2018-10-20 Thread LABBE Corentin
On Sat, Oct 20, 2018 at 10:41:28PM +0200, Andrew Lunn wrote: > When indicating the MAC supports Symmetric Pause, clear the Asymmetric > Pause bit, which could of been already set is the PHY supports it. > > Reported-by: Labbe Corentin > Fixes: c306ad36184f ("net: ethernet: Add helper for MACs whi

[PATCH net-next] net: phy: phy_support_sym_pause: Clear Asym Pause

2018-10-20 Thread Andrew Lunn
When indicating the MAC supports Symmetric Pause, clear the Asymmetric Pause bit, which could of been already set is the PHY supports it. Reported-by: Labbe Corentin Fixes: c306ad36184f ("net: ethernet: Add helper for MACs which support pause") Signed-off-by: Andrew Lunn --- drivers/net/phy/phy