]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
6lowpan: add lowpan dev register helpers
authorAlexander Aring <alex.aring@gmail.com>
Wed, 9 Dec 2015 21:46:29 +0000 (22:46 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 10 Dec 2015 00:25:25 +0000 (01:25 +0100)
commit00f59314111a6b18ee65b238b38c470dbdbf3be5
treed40b8053c4802e6a94457ac2c944cd9478e4077c
parent43f26e17d02f5c772cedc3ee16b192ed79764474
6lowpan: add lowpan dev register helpers

This patch introduces register and unregister functionality for lowpan
interfaces. While register a lowpan interface there are several things
which need to be initialize by the 6lowpan subsystem. Upcoming
functionality need to register/unregister per interface components e.g.
debugfs entry.

Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/6lowpan.h
net/6lowpan/core.c
net/bluetooth/6lowpan.c
net/ieee802154/6lowpan/core.c