Re: [PATCH net-next] net: phy: don't set autoneg if it's not supported

2019-04-18 Thread David Miller
From: Heiner Kallweit Date: Tue, 16 Apr 2019 23:54:00 +0200 > In phy_device_create() we set phydev->autoneg = 1. This isn't changed > even if the PHY doesn't support autoneg. This seems to affect very > few PHY's, and they disable phydev->autoneg in their config_init > callback. So it's more of a

[PATCH net-next] net: phy: don't set autoneg if it's not supported

2019-04-16 Thread Heiner Kallweit
In phy_device_create() we set phydev->autoneg = 1. This isn't changed even if the PHY doesn't support autoneg. This seems to affect very few PHY's, and they disable phydev->autoneg in their config_init callback. So it's more of an improvement, therefore net-next. The patch also wouldn't apply to ol