From: Hauke Mehrtens Date: Wed, 1 Jan 2014 18:09:48 +0000 (+0100) Subject: backports: add ARPHRD_6LOWPAN X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8f17926b63af63999560493fb6573f7f2c0c652d;p=openwrt%2Fstaging%2Fblogic.git backports: add ARPHRD_6LOWPAN This adds ARPHRD_6LOWPAN to if_arp.h Signed-off-by: Hauke Mehrtens --- diff --git a/backport/backport-include/linux/if_arp.h b/backport/backport-include/linux/if_arp.h index dbbea2d04b29..b542423c7611 100644 --- a/backport/backport-include/linux/if_arp.h +++ b/backport/backport-include/linux/if_arp.h @@ -7,4 +7,8 @@ #define ARPHRD_IEEE802154_MONITOR 805 /* IEEE 802.15.4 network monitor */ #endif +#ifndef ARPHRD_6LOWPAN +#define ARPHRD_6LOWPAN 825 /* IPv6 over LoWPAN */ +#endif + #endif /* _BACKPORTS_LINUX_AF_ARP_H */