]> git.baikalelectronics.ru Git - kernel.git/commit
6lowpan: add request for ipv6 module
authorAlexander Aring <alex.aring@gmail.com>
Sun, 21 Jun 2015 15:11:19 +0000 (17:11 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 23 Jul 2015 15:10:48 +0000 (17:10 +0200)
commit55bfbaac8a62be2226b50500fd3356725ce71717
treea7e289cb4c3611c844545a992ee5a4707eed96a3
parente2bca889afd322f14bd347ce69c3c2e03955091a
6lowpan: add request for ipv6 module

The iphc module depends on CONFIG_IPV6, because it's not very useful to
build the module without IPv6 support. Recently an user reported about
issues for setting an IPv6 address to a 6LoWPAN interface. The issues
was solved by modprobe the ipv6 module before. To avoid such user issues
we try to request the ipv6 module when the 6LoWPAN module is loaded.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/6lowpan/iphc.c