Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

if_ether.h: add IEEE 802.21 Ethertype

Add the Ethertype for IEEE Std 802.21 - Media Independent Handover
Protocol. This Ethertype is used for network control messages.

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Mathias Kretschmer <mathias.kretschmer@fokus.fraunhofer.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Simon Wunderlich and committed by
David S. Miller
b62faf3c f19c29e3

+1
+1
include/uapi/linux/if_ether.h
··· 89 89 #define ETH_P_FCOE 0x8906 /* Fibre Channel over Ethernet */ 90 90 #define ETH_P_TDLS 0x890D /* TDLS */ 91 91 #define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */ 92 + #define ETH_P_80221 0x8917 /* IEEE 802.21 Media Independent Handover Protocol */ 92 93 #define ETH_P_QINQ1 0x9100 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */ 93 94 #define ETH_P_QINQ2 0x9200 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */ 94 95 #define ETH_P_QINQ3 0x9300 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */