diff options
author | David S. Miller <davem@davemloft.net> | 2019-05-23 03:46:28 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-23 03:46:28 +0300 |
commit | 26b1b8d7f27bfb02cc4d115c48478e02594e318e (patch) | |
tree | ff05249f0c1589c686c5e739df007c0e4a5961bf /include | |
parent | 565d9d221bcb4cae926585681089b3ba4ef9be8e (diff) | |
parent | e5fb32c67cdb8908bcc0193244eced9e19de56f3 (diff) | |
download | linux-26b1b8d7f27bfb02cc4d115c48478e02594e318e.tar.xz |
Merge branch 'net-phy-T1-support'
Andrew Lunn says:
====================
net: phy: T1 support
T1 PHYs make use of a single twisted pair, rather than the traditional
2 pair for 100BaseT or 4 pair for 1000BaseT. This patchset adds link
modes for 100BaseT1 and 1000BaseT1, and them makes use of 100BaseT1 in
the list of PHY features used by current T1 drivers.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/ethtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h index 3534ce157ae9..dd06302aa93e 100644 --- a/include/uapi/linux/ethtool.h +++ b/include/uapi/linux/ethtool.h @@ -1483,6 +1483,8 @@ enum ethtool_link_mode_bit_indices { ETHTOOL_LINK_MODE_200000baseLR4_ER4_FR4_Full_BIT = 64, ETHTOOL_LINK_MODE_200000baseDR4_Full_BIT = 65, ETHTOOL_LINK_MODE_200000baseCR4_Full_BIT = 66, + ETHTOOL_LINK_MODE_100baseT1_Full_BIT = 67, + ETHTOOL_LINK_MODE_1000baseT1_Full_BIT = 68, /* must be last entry */ __ETHTOOL_LINK_MODE_MASK_NBITS |