]> git.baikalelectronics.ru Git - kernel.git/commit
6lowpan: nhc: add other known rfc6282 compressions
authorAlexander Aring <alex.aring@gmail.com>
Fri, 9 Jan 2015 15:42:59 +0000 (16:42 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 14 Feb 2015 22:08:44 +0000 (23:08 +0100)
commitba090fe769d2f0ccddbec93b6429627690e377ae
tree8f5c5f0e10a832de8a6f8869e831614264ff7584
parent83b2ba12d9549d723ed49698c3f369ff5e71ba14
6lowpan: nhc: add other known rfc6282 compressions

This patch adds other known rfc6282 compression formats to the nhc
framework. These compression formats are known but not implemented yet.
For now this is useful to printout a warning which compression format
isn't supported.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Cc: Martin Townsend <mtownsend1973@gmail.com>
Reviewed-by: Stefan Schmidt <s.schmidt@samsung.com>
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/6lowpan/Kconfig
net/6lowpan/Makefile
net/6lowpan/iphc.c
net/6lowpan/nhc_dest.c [new file with mode: 0644]
net/6lowpan/nhc_fragment.c [new file with mode: 0644]
net/6lowpan/nhc_hop.c [new file with mode: 0644]
net/6lowpan/nhc_ipv6.c [new file with mode: 0644]
net/6lowpan/nhc_mobility.c [new file with mode: 0644]
net/6lowpan/nhc_routing.c [new file with mode: 0644]