Re: [PATCH net-next v1 2/7] net: phy: extend link mode support to 48 bits

2015-01-04 Thread Ben Hutchings
On Sun, 2015-01-04 at 12:56 -0800, David Decotigny wrote: > From: David Decotigny > > Signed-off-by: David Decotigny > --- > drivers/net/phy/phy.c| 29 ++--- > drivers/net/phy/phy_device.c | 4 ++-- > include/linux/phy.h | 10 +- > 3 files chang

[PATCH net-next v1 2/7] net: phy: extend link mode support to 48 bits

2015-01-04 Thread David Decotigny
From: David Decotigny Signed-off-by: David Decotigny --- drivers/net/phy/phy.c| 29 ++--- drivers/net/phy/phy_device.c | 4 ++-- include/linux/phy.h | 10 +- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a/drivers/net/phy/phy.c