Commit dd0ca255 authored by Daniel Braunwarth's avatar Daniel Braunwarth Committed by Jakub Kicinski
Browse files

if_ether.h: add PROFINET Ethertype



Add the Ethertype for PROFINET protocol.

Signed-off-by: default avatarDaniel Braunwarth <daniel@braunwarth.dev>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent a0219215
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -86,6 +86,7 @@
					 * over Ethernet
					 * over Ethernet
					 */
					 */
#define ETH_P_PAE	0x888E		/* Port Access Entity (IEEE 802.1X) */
#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_REALTEK	0x8899          /* Multiple proprietary protocols */
#define ETH_P_AOE	0x88A2		/* ATA over Ethernet		*/
#define ETH_P_AOE	0x88A2		/* ATA over Ethernet		*/
#define ETH_P_8021AD	0x88A8          /* 802.1ad Service VLAN		*/
#define ETH_P_8021AD	0x88A8          /* 802.1ad Service VLAN		*/