Skip to content

Commit c580165

Browse files
joabreudavem330
authored andcommitted
net: phylink: Add missing Backplane speeds
USXGMII also supports these missing backplane speeds. Signed-off-by: Jose Abreu <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 46f69de commit c580165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/phy/phylink.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,13 @@ static int phylink_parse_mode(struct phylink *pl, struct fwnode_handle *fwnode)
312312
phylink_set(pl->supported, 1000baseT_Half);
313313
phylink_set(pl->supported, 1000baseT_Full);
314314
phylink_set(pl->supported, 1000baseX_Full);
315+
phylink_set(pl->supported, 1000baseKX_Full);
315316
phylink_set(pl->supported, 2500baseT_Full);
316317
phylink_set(pl->supported, 2500baseX_Full);
317318
phylink_set(pl->supported, 5000baseT_Full);
318319
phylink_set(pl->supported, 10000baseT_Full);
319320
phylink_set(pl->supported, 10000baseKR_Full);
321+
phylink_set(pl->supported, 10000baseKX4_Full);
320322
phylink_set(pl->supported, 10000baseCR_Full);
321323
phylink_set(pl->supported, 10000baseSR_Full);
322324
phylink_set(pl->supported, 10000baseLR_Full);

0 commit comments

Comments
 (0)