projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e22a50
)
backports: add ARPHRD_6LOWPAN
author
Hauke Mehrtens
<hauke@hauke-m.de>
Wed, 1 Jan 2014 18:09:48 +0000
(19:09 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 18 Jan 2014 12:42:36 +0000
(13:42 +0100)
This adds ARPHRD_6LOWPAN to if_arp.h
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
backport/backport-include/linux/if_arp.h
patch
|
blob
|
history
diff --git
a/backport/backport-include/linux/if_arp.h
b/backport/backport-include/linux/if_arp.h
index dbbea2d04b296c00bf003c789ca114243131bbb7..b542423c7611170e4fcec464abf73e6c6e28a867 100644
(file)
--- 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 */