6lowpan: add debugfs support
authorAlexander Aring <alex.aring@gmail.com>
Wed, 9 Dec 2015 21:46:30 +0000 (22:46 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 10 Dec 2015 00:25:25 +0000 (01:25 +0100)
commitb1815fd949e5bd06d118019acf68f87c9414f705
tree5c3964d3a3020cbc75a1184834af8a0cda56a90e
parent00f59314111a6b18ee65b238b38c470dbdbf3be5
6lowpan: add debugfs support

This patch will introduce a 6lowpan entry into the debugfs if enabled.
Inside this 6lowpan directory we create a subdirectories of all 6lowpan
interfaces to offer a per interface debugfs support.

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/6lowpan_i.h [new file with mode: 0644]
net/6lowpan/Kconfig
net/6lowpan/Makefile
net/6lowpan/core.c
net/6lowpan/debugfs.c [new file with mode: 0644]