]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Move HCI request internals to net/bluetooth/hci_core.c
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 11 Jul 2014 03:51:58 +0000 (05:51 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 11 Jul 2014 10:56:35 +0000 (13:56 +0300)
commit1036a0da2d8457a6f3fcf455eaeea9b147dc750f
tree84c23cd4e0d6fe263225f174d4c0155faee5d5a3
parentd19418365766488ffb9afe7f70fbdd0d5576ce23
Bluetooth: Move HCI request internals to net/bluetooth/hci_core.c

The internals of the HCI request framework should not be leaking to
its users. Move them all into net/bluetooth/hci_core.c and provide
a simple hci_req_pending helper function for the one user outside
the framework.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c