]> 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)
commit2bdee72ac151d4a0d99a51857985e3328c160f02
tree6571bc3ae7368bbdf83f7cc48bdf4c19679f0730
parent1b3204b976771ea44f3cf1617b9cfd063fd55c39
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]