backports: define ETH_P_80221
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Sat, 29 Mar 2014 23:04:12 +0000 (23:04 +0000)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Wed, 9 Apr 2014 01:16:20 +0000 (18:16 -0700)
This is used by the bluetooth and ieee802154 subsystems later
and added via commit b62faf3c available on next-20140311.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
backport/backport-include/linux/if_ether.h

index d9a14642a59c3379c6c9ed95f57e61482f6fee04..e904001652495d84fc0c3bbe22ef0939e7129cfc 100644 (file)
@@ -2,6 +2,11 @@
 #define __BACKPORT_IF_ETHER_H
 #include_next <linux/if_ether.h>
 
+/* See commit b62faf3c in next-20140311 */
+#ifndef ETH_P_80221
+#define ETH_P_80221    0x8917  /* IEEE 802.21 Media Independent Handover Protocol */
+#endif
+
 /*
  * backport of:
  * commit e5c5d22e8dcf7c2d430336cbf8e180bd38e8daf1