Re: [PATCH] net: phy: fixed: propagate fixed link values to struct

2015-08-26 Thread Stas Sergeev
26.08.2015 17:48, Madalin Bucur пишет: > The fixed link values parsed from the device tree are stored in > the struct fixed_phy member status. The struct phy_device members > speed, duplex were not updated. > > Signed-off-by: Madalin Bucur > --- > drivers/net/phy/fixed_phy.c | 9 + > 1 f

[PATCH] net: phy: fixed: propagate fixed link values to struct

2015-08-26 Thread Madalin Bucur
The fixed link values parsed from the device tree are stored in the struct fixed_phy member status. The struct phy_device members speed, duplex were not updated. Signed-off-by: Madalin Bucur --- drivers/net/phy/fixed_phy.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/net/