OSDN Git Service

6lowpan: add support for 802.15.4 short addr handling
authorAlexander Aring <aar@pengutronix.de>
Wed, 15 Jun 2016 19:20:27 +0000 (21:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Jun 2016 03:41:24 +0000 (20:41 -0700)
commiteab560e58208730ec47e1e0461b8db1049d5d176
treefd09b3276c17b4e3dcc8b81197e6a58b3561cc7b
parentcfce94653dad2d0661e1926c028ce63052eb20cd
6lowpan: add support for 802.15.4 short addr handling

This patch adds necessary handling for use the short address for
802.15.4 6lowpan. It contains support for IPHC address compression
and new matching algorithmn to decide which link layer address will be
used for 802.15.4 frame.

Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: Alexander Aring <aar@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/6lowpan/iphc.c
net/ieee802154/6lowpan/tx.c