[Linux-zigbee-devel] [PATCH lowpan-tools] nl802154: update to mainline kernel

2014-07-19 Thread Alexander Aring
This patch updated the netlink 802154 bindings to current net-next mainline kernel. Also add nl_updates from libteam to support netlink signed types which the current libnl3 doesn't support. Signed-off-by: Alexander Aring --- include/nl802154.h | 49 ++- include/nl_update

[Linux-zigbee-devel] [PATCH linux-wpan] Set max_dsize to the MTU for IPv6.

2014-07-19 Thread Martin Townsend
IPv6 packets sent via lowpan over iee802.15.4 with be at most 1280 octets. Signed-off-by: Martin Townsend --- net/ieee802154/reassembly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ieee802154/reassembly.c b/net/ieee802154/reassembly.c index b85bd3f..758377b 100644