Re: [PATCH 1/4] net: phy: at803x: Don't set gbit features for the AR8030 phy

2015-12-26 Thread Florian Fainelli
Le 25/12/2015 16:26, Martin Blumenstingl a écrit : > The 8030 is only a "RMII Fast Ethernet PHY", thus it must not have the > SUPPORTED_1000* bits set. > > Signed-off-by: Martin Blumenstingl Reviewed-by: Florian Fainelli > --- >

[PATCH 1/4] net: phy: at803x: Don't set gbit features for the AR8030 phy

2015-12-25 Thread Martin Blumenstingl
The 8030 is only a "RMII Fast Ethernet PHY", thus it must not have the SUPPORTED_1000* bits set. Signed-off-by: Martin Blumenstingl --- drivers/net/phy/at803x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/phy/at803x.c