diff options
Diffstat (limited to 'include/uapi/linux/ethtool.h')
-rw-r--r-- | include/uapi/linux/ethtool.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h index d179d7767f51..7d4a594d5d58 100644 --- a/include/uapi/linux/ethtool.h +++ b/include/uapi/linux/ethtool.h | |||
@@ -1486,8 +1486,10 @@ enum ethtool_link_mode_bit_indices { | |||
1486 | * it was forced up into this mode or autonegotiated. | 1486 | * it was forced up into this mode or autonegotiated. |
1487 | */ | 1487 | */ |
1488 | 1488 | ||
1489 | /* The forced speed, in units of 1Mb. All values 0 to INT_MAX are legal. */ | 1489 | /* The forced speed, in units of 1Mb. All values 0 to INT_MAX are legal. |
1490 | /* Update drivers/net/phy/phy.c:phy_speed_to_str() when adding new values */ | 1490 | * Update drivers/net/phy/phy.c:phy_speed_to_str() and |
1491 | * drivers/net/bonding/bond_3ad.c:__get_link_speed() when adding new values. | ||
1492 | */ | ||
1491 | #define SPEED_10 10 | 1493 | #define SPEED_10 10 |
1492 | #define SPEED_100 100 | 1494 | #define SPEED_100 100 |
1493 | #define SPEED_1000 1000 | 1495 | #define SPEED_1000 1000 |