Re: [PATCH net-next 3/9] phy: fixed_phy: Set supported speed in phydev

2015-08-23 Thread Florian Fainelli
Le 08/23/15 02:46, Andrew Lunn a écrit : > Set the supported field of the phydev to indicate the speed features > of the phy. If the phy is never attached to a netdev, but used in an > adjust_link() function, the speed will be incorrectly evaluated to > 10/half rather than the correct speed/duplex.

[PATCH net-next 3/9] phy: fixed_phy: Set supported speed in phydev

2015-08-23 Thread Andrew Lunn
Set the supported field of the phydev to indicate the speed features of the phy. If the phy is never attached to a netdev, but used in an adjust_link() function, the speed will be incorrectly evaluated to 10/half rather than the correct speed/duplex. Signed-off-by: Andrew Lunn --- drivers/net/ph