if_ether.h: add IEEE 802.21 Ethertype
authorSimon Wunderlich <sw@simonwunderlich.de>
Mon, 3 Mar 2014 16:23:10 +0000 (17:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Mar 2014 18:51:06 +0000 (13:51 -0500)
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>
include/uapi/linux/if_ether.h

index ba8b15f079400f8031240fe7ff9706832767db12..750ba67e0dc3d7b60ca851efca1d2bff34991e08 100644 (file)
@@ -89,6 +89,7 @@
 #define ETH_P_FCOE     0x8906          /* Fibre Channel over Ethernet  */
 #define ETH_P_TDLS     0x890D          /* TDLS */
 #define ETH_P_FIP      0x8914          /* FCoE Initialization Protocol */
+#define ETH_P_80221    0x8917          /* IEEE 802.21 Media Independent Handover Protocol */
 #define ETH_P_QINQ1    0x9100          /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */
 #define ETH_P_QINQ2    0x9200          /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */
 #define ETH_P_QINQ3    0x9300          /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */