aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/ethtool.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2020-12-14 13:08:02 -0800
committerChristopher Ferris <cferris@google.com>2020-12-14 13:08:02 -0800
commitb59ba0753151bd50f5eacdf756ca85533ef4eeb6 (patch)
treea178d3973f93528cb7f308371a1ce9b21f8fe9bc /original/uapi/linux/ethtool.h
parent1210edca30056e844a64ed5e02685c07003daeac (diff)
downloadkernel-headers-b59ba0753151bd50f5eacdf756ca85533ef4eeb6.tar.gz
Update to v5.10 kernel headers.
Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.10 Test: NA Change-Id: Ifba11e6771d8882a95864b789f80376b29f94a4d
Diffstat (limited to 'original/uapi/linux/ethtool.h')
-rw-r--r--original/uapi/linux/ethtool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/original/uapi/linux/ethtool.h b/original/uapi/linux/ethtool.h
index b4f2d13..9ca87bc 100644
--- a/original/uapi/linux/ethtool.h
+++ b/original/uapi/linux/ethtool.h
@@ -1617,6 +1617,8 @@ enum ethtool_link_mode_bit_indices {
ETHTOOL_LINK_MODE_400000baseLR4_ER4_FR4_Full_BIT = 87,
ETHTOOL_LINK_MODE_400000baseDR4_Full_BIT = 88,
ETHTOOL_LINK_MODE_400000baseCR4_Full_BIT = 89,
+ ETHTOOL_LINK_MODE_100baseFX_Half_BIT = 90,
+ ETHTOOL_LINK_MODE_100baseFX_Full_BIT = 91,
/* must be last entry */
__ETHTOOL_LINK_MODE_MASK_NBITS
};