Re: [PATCH net-next 3/5] net: phy: remove gen10g_config_init

2019-03-03 Thread Andrew Lunn
On Sat, Mar 02, 2019 at 05:11:40PM +0100, Heiner Kallweit wrote: > ETHTOOL_LINK_MODE_1baseT_Full_BIT is set anyway in the supported > and advertising bitmap because it's part of PHY_10GBIT_FEATURES. > And all users of gen10g_config_init use PHY_10GBIT_FEATURES. > > Signed-off-by: Heiner Kallwe

[PATCH net-next 3/5] net: phy: remove gen10g_config_init

2019-03-02 Thread Heiner Kallweit
ETHTOOL_LINK_MODE_1baseT_Full_BIT is set anyway in the supported and advertising bitmap because it's part of PHY_10GBIT_FEATURES. And all users of gen10g_config_init use PHY_10GBIT_FEATURES. Signed-off-by: Heiner Kallweit --- drivers/net/phy/cortina.c| 1 - drivers/net/phy/phy-c45.c