From: Joe Perches Date: Fri, 9 Jun 2017 13:45:32 +0000 (+0200) Subject: net: phy: add missing SPEED_14000 X-Git-Tag: v4.12-rc6~32^2~37 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fc5b775da468e359154795afeb27be79b509b76d;p=karo-tx-linux.git net: phy: add missing SPEED_14000 Fixes: 0d7e2d2166f6 ("IB/ipoib: add get_link_ksettings in ethtool") Signed-off-by: Joe Perches Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 7524caa0f29d..eebb0e1c70ff 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -54,6 +54,8 @@ static const char *phy_speed_to_str(int speed) return "5Gbps"; case SPEED_10000: return "10Gbps"; + case SPEED_14000: + return "14Gbps"; case SPEED_20000: return "20Gbps"; case SPEED_25000: