summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Braunwarth <daniel@braunwarth.dev>2022-02-28 16:30:29 +0300
committerJakub Kicinski <kuba@kernel.org>2022-03-02 05:29:27 +0300
commitcd73cda742fbe1f33ed7306c7a01aa64f4e6ebd5 (patch)
tree257e641a8260ba08dfaee9be97e5ee82db5b347f
parentdd0ca255f3d27a1bb43d8e9529fb3645f9a341a3 (diff)
downloadlinux-cd73cda742fbe1f33ed7306c7a01aa64f4e6ebd5.tar.xz
if_ether.h: add EtherCAT Ethertype
Add the Ethertype for EtherCAT protocol. Signed-off-by: Daniel Braunwarth <daniel@braunwarth.dev> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--include/uapi/linux/if_ether.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_ether.h b/include/uapi/linux/if_ether.h
index 4f4ed35a16db..1d0bccc3fa54 100644
--- a/include/uapi/linux/if_ether.h
+++ b/include/uapi/linux/if_ether.h
@@ -89,6 +89,7 @@
#define ETH_P_PROFINET 0x8892 /* PROFINET */
#define ETH_P_REALTEK 0x8899 /* Multiple proprietary protocols */
#define ETH_P_AOE 0x88A2 /* ATA over Ethernet */
+#define ETH_P_ETHERCAT 0x88A4 /* EtherCAT */
#define ETH_P_8021AD 0x88A8 /* 802.1ad Service VLAN */
#define ETH_P_802_EX1 0x88B5 /* 802.1 Local Experimental 1. */
#define ETH_P_PREAUTH 0x88C7 /* 802.11 Preauthentication */