]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add support for self testing framework
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 30 Dec 2014 04:48:35 +0000 (20:48 -0800)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 30 Dec 2014 06:53:55 +0000 (08:53 +0200)
commit5d661b6339be1ca9e89e2a13e0fd5232708dd581
tree6571bc3ae7368bbdf83f7cc48bdf4c19679f0730
parent026370f28d7215fcd897781d4fc0c200cd6aa80f
Bluetooth: Add support for self testing framework

This add support for the Bluetooth self testing framework that allows
running certain test cases of sample data to ensure correctness of its
basic functionality.

With this patch only the basic framework will be added. It contains
the build magic that allows running this at module loading time or
at late_initcall stage when built into the kernel image.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/Kconfig
net/bluetooth/Makefile
net/bluetooth/af_bluetooth.c
net/bluetooth/selftest.c [new file with mode: 0644]
net/bluetooth/selftest.h [new file with mode: 0644]