]> git.baikalelectronics.ru Git - kernel.git/commit
6lowpan: add function to uncompress multicast addr
authorAlexander Aring <alex.aring@gmail.com>
Fri, 16 Aug 2013 19:59:57 +0000 (21:59 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Aug 2013 20:23:12 +0000 (13:23 -0700)
commitc9a209802c34d9a55407ebe40928a6c1aa826657
treeced958a00c83fe68bb52388ab44c8dc66a8d7066
parent9c616b8e15e62e8047927092ef293ffa7748fcd7
6lowpan: add function to uncompress multicast addr

Add function to uncompress multicast address.
This function split the uncompress function for a multicast address
in a seperate function.

To uncompress a multicast address is different than a other
non-multicasts addresses according to rfc6282.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Reviewed-by: Werner Almesberger <werner@almesberger.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan.c