Re: [PATCH RFC 04/13] net: phy: add 1000Base-X to phy settings table

2017-07-26 Thread Andrew Lunn
On Tue, Jul 25, 2017 at 03:02:52PM +0100, Russell King wrote: > Add the missing 1000Base-X entry to the phy settings table. This was > not included because the original code could not cope with more than > 32 bits of link mode mask. > > Signed-off-by: Russell King Hi Russell Looks like there a

[PATCH RFC 04/13] net: phy: add 1000Base-X to phy settings table

2017-07-25 Thread Russell King
Add the missing 1000Base-X entry to the phy settings table. This was not included because the original code could not cope with more than 32 bits of link mode mask. Signed-off-by: Russell King --- drivers/net/phy/phy-core.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/net/ph