Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: phylink: Add 5gbase-r support

Add 5GBASER interface type and speed to phylink.

Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Marek Behún and committed by
David S. Miller
f6813bda 7331d1d4

+4
+4
drivers/net/phy/phylink.c
··· 306 306 phylink_set(pl->supported, 2500baseX_Full); 307 307 break; 308 308 309 + case PHY_INTERFACE_MODE_5GBASER: 310 + phylink_set(pl->supported, 5000baseT_Full); 311 + break; 312 + 309 313 case PHY_INTERFACE_MODE_USXGMII: 310 314 case PHY_INTERFACE_MODE_10GKR: 311 315 case PHY_INTERFACE_MODE_10GBASER: