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@xxxxxxxxxxxxxxxx> --- backport/backport-include/linux/if_ether.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backport/backport-include/linux/if_ether.h b/backport/backport-include/linux/if_ether.h index d9a1464..e904001 100644 --- a/backport/backport-include/linux/if_ether.h +++ b/backport/backport-include/linux/if_ether.h @@ -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 -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html