From: Luis R. Rodriguez Date: Sat, 29 Mar 2014 23:04:12 +0000 (+0000) Subject: backports: define ETH_P_80221 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8dfd0aedc52413d10b66acd9a450d2e8c657784f;p=openwrt%2Fstaging%2Fblogic.git backports: define ETH_P_80221 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 --- diff --git a/backport/backport-include/linux/if_ether.h b/backport/backport-include/linux/if_ether.h index d9a14642a59c..e90400165249 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 +/* 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