mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 05:45:20 +00:00
cc6ed26847
This patch move UDP header compression and uncompression into the generic 6LoWPAN nhc header compression layer. Moreover this patch activates the nhc layer compression in iphc compression and uncompression functions. 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>
7 lines
120 B
Makefile
7 lines
120 B
Makefile
obj-$(CONFIG_6LOWPAN) += 6lowpan.o
|
|
|
|
6lowpan-y := iphc.o nhc.o
|
|
|
|
#rfc6282 nhcs
|
|
obj-$(CONFIG_6LOWPAN_NHC_UDP) += nhc_udp.o
|