Re: [PATCH] net: phylink: avoid reducing support mask

2019-06-04 Thread David Miller
From: Russell King Date: Sun, 02 Jun 2019 15:12:54 +0100 > Avoid reducing the support mask as a result of the interface type > selected for SFP modules, or when setting the link settings through > ethtool - this should only change when the supported link modes of > the hardware combination change

[PATCH] net: phylink: avoid reducing support mask

2019-06-02 Thread Russell King
Avoid reducing the support mask as a result of the interface type selected for SFP modules, or when setting the link settings through ethtool - this should only change when the supported link modes of the hardware combination change. Signed-off-by: Russell King --- drivers/net/phy/phylink.c | 13