]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Enable 6LoWPAN support for BT LE devices
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Wed, 11 Dec 2013 15:05:37 +0000 (17:05 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 11 Dec 2013 20:57:55 +0000 (12:57 -0800)
commit69b3fac7f674fbfda50269f492ab3813f45eb338
treeea345642b91699e7ea6994533c79aa24aafe20c8
parent24139016b7d25806d8d435a169a6529190ed3dfc
Bluetooth: Enable 6LoWPAN support for BT LE devices

This is initial version of
http://tools.ietf.org/html/draft-ietf-6lo-btle-00

By default the 6LoWPAN support is not activated and user
needs to tweak /sys/kernel/debug/bluetooth/hci0/6lowpan
file.

The kernel needs IPv6 support before 6LoWPAN is usable.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci.h
include/net/bluetooth/hci_core.h
include/net/bluetooth/l2cap.h
net/bluetooth/6lowpan.c [new file with mode: 0644]
net/bluetooth/6lowpan.h [new file with mode: 0644]
net/bluetooth/Makefile
net/bluetooth/hci_event.c
net/bluetooth/l2cap_core.c