> - if (AUTONEG_ENABLE == phydev->autoneg) { > + if (phydev->autoneg == AUTONEG_ENABLE && phydev->link) {
Hi Heiner I don't necessary agree with placing the constant first in the comparison, but it is best practice not to change it when making additions. It makes it a little bit harder to see what the actual change was. Andrew