]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8cac85af1e67ca59fba1398a7942eef8287e3f75
treefd09b3276c17b4e3dcc8b81197e6a58b3561cc7b
parente55f652fec795496bc76dfb9d5879bd2305a579d
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