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)
commit899de765667b63bb51526f0a31693aed6ad5f828
tree84c23cd4e0d6fe263225f174d4c0155faee5d5a3
parent863def58fec2fa494c8e9ca45471819c6d731ec3
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