File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1362,6 +1362,7 @@ enum ethtool_link_mode_bit_indices {
13621362 ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT = 37 ,
13631363 ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT = 38 ,
13641364 ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT = 39 ,
1365+ ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT = 40 ,
13651366
13661367 /* Last allowed bit for __ETHTOOL_LINK_MODE_LEGACY_MASK is bit
13671368 * 31. Please do NOT define any SUPPORTED_* or ADVERTISED_*
@@ -1370,7 +1371,7 @@ enum ethtool_link_mode_bit_indices {
13701371 */
13711372
13721373 __ETHTOOL_LINK_MODE_LAST
1373- = ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT ,
1374+ = ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT ,
13741375};
13751376
13761377#define __ETHTOOL_LINK_MODE_LEGACY_MASK (base_name ) \
You can’t perform that action at this time.
0 commit comments