Commit 4336c401 authored by Russell King's avatar Russell King Committed by David S. Miller
Browse files

phylink: add support for 2500baseX and 10GbaseKR



Add support for handling the faster 2.5G and 10G link modes when used
with SFP modules.

Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 86a362c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1352,6 +1352,8 @@ static int phylink_sfp_module_insert(void *upstream,
	switch (iface) {
	case PHY_INTERFACE_MODE_SGMII:
	case PHY_INTERFACE_MODE_1000BASEX:
	case PHY_INTERFACE_MODE_2500BASEX:
	case PHY_INTERFACE_MODE_10GKR:
		mode = MLO_AN_INBAND;
		break;
	default: