1
0
Fork 0
alistair23-linux/net/6lowpan
Alexander Aring 4ae935c127 6lowpan: move module_init into core functionality
This patch moves module_init of 6lowpan module into core functionality
of 6lowpan module. To load the ipv6 module at probing of the 6lowpan
module should be core functionality. Loading next header compression
modules is iphc specific. Nevertheless we only support IPHC for the
generic 6LoWPAN branch right now so we can put it into the core
functionality. If possible new compression formats are introduced nhc
should load only when iphc is build.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-08-11 22:05:36 +02:00
..
Kconfig 6lowpan: nhc: add other known rfc6282 compressions 2015-02-14 23:08:44 +01:00
Makefile 6lowpan: add generic 6lowpan netdev private data 2015-08-11 22:05:36 +02:00
core.c 6lowpan: move module_init into core functionality 2015-08-11 22:05:36 +02:00
iphc.c 6lowpan: move module_init into core functionality 2015-08-11 22:05:36 +02:00
nhc.c 6lowpan: add generic nhc layer interface 2015-02-14 23:08:44 +01:00
nhc.h 6lowpan: add generic nhc layer interface 2015-02-14 23:08:44 +01:00
nhc_dest.c 6lowpan: nhc: add other known rfc6282 compressions 2015-02-14 23:08:44 +01:00
nhc_fragment.c 6lowpan: nhc: add other known rfc6282 compressions 2015-02-14 23:08:44 +01:00
nhc_hop.c 6lowpan: nhc: add other known rfc6282 compressions 2015-02-14 23:08:44 +01:00
nhc_ipv6.c 6lowpan: nhc: add other known rfc6282 compressions 2015-02-14 23:08:44 +01:00
nhc_mobility.c 6lowpan: nhc: add other known rfc6282 compressions 2015-02-14 23:08:44 +01:00
nhc_routing.c 6lowpan: nhc: add other known rfc6282 compressions 2015-02-14 23:08:44 +01:00
nhc_udp.c 6lowpan: add udp compression via nhc layer 2015-02-14 23:08:44 +01:00