From: Joe Perches
Date: Sun, 2 Apr 2017 14:30:06 -0700
> Add all the currently available SPEED_ strings.
>
> Signed-off-by: Joe Perches
I'll apply this for now, thanks.
On Sun, 2017-04-02 at 15:29 -0700, Florian Fainelli wrote:
> Le 04/02/17 à 14:30, Joe Perches a écrit :
> > Add all the currently available SPEED_ strings.
> >
> > Signed-off-by: Joe Perches
>
> Considering that PHYLIB does not support anything > 10Gbs at the moment,
> I am not sure how useful t
Le 04/02/17 à 14:30, Joe Perches a écrit :
> Add all the currently available SPEED_ strings.
>
> Signed-off-by: Joe Perches
Considering that PHYLIB does not support anything > 10Gbs at the moment,
I am not sure how useful that is except if we wanted to re-use
phy_speed_to_str() in other places o
On Sun, 2017-04-02 at 23:40 +0200, Andrew Lunn wrote:
> On Sun, Apr 02, 2017 at 02:30:06PM -0700, Joe Perches wrote:
> > Add all the currently available SPEED_ strings.
[]
> > diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h
[]
> > @@ -1487,6 +1487,7 @@ enum ethtool_link_mod
On Sun, Apr 02, 2017 at 02:30:06PM -0700, Joe Perches wrote:
> Add all the currently available SPEED_ strings.
>
> Signed-off-by: Joe Perches
> ---
> drivers/net/phy/phy.c| 14 ++
> include/uapi/linux/ethtool.h | 1 +
> 2 files changed, 15 insertions(+)
>
> diff --git a/dri
Add all the currently available SPEED_ strings.
Signed-off-by: Joe Perches
---
drivers/net/phy/phy.c| 14 ++
include/uapi/linux/ethtool.h | 1 +
2 files changed, 15 insertions(+)
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c
index d019bbf42c31..e7d0367a1455 100