projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a021921
)
if_ether.h: add PROFINET Ethertype
author
Daniel Braunwarth
<daniel@braunwarth.dev>
Mon, 28 Feb 2022 13:30:28 +0000
(14:30 +0100)
committer
Jakub Kicinski
<kuba@kernel.org>
Wed, 2 Mar 2022 02:29:27 +0000
(18:29 -0800)
Add the Ethertype for PROFINET protocol.
Signed-off-by: Daniel Braunwarth <daniel@braunwarth.dev>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/uapi/linux/if_ether.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/if_ether.h
b/include/uapi/linux/if_ether.h
index c0c2f3ed57298e2fe843b99c02d0714fa12da1ec..4f4ed35a16db0bf6a98de65f91da0fd7e531e80a 100644
(file)
--- a/
include/uapi/linux/if_ether.h
+++ b/
include/uapi/linux/if_ether.h
@@
-86,6
+86,7
@@
* over Ethernet
*/
#define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
+#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_8021AD 0x88A8 /* 802.1ad Service VLAN */