Bluetooth: Split hci_request helpers to hci_request.[ch]
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 19 Dec 2014 11:40:20 +0000 (13:40 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 19 Dec 2014 12:04:42 +0000 (13:04 +0100)
None of the hci_request related things in net/bluetooth/hci_core.h are
needed anywhere outside of the core bluetooth module. This patch creates
a new net/bluetooth/hci_request.c file with its corresponding h-file and
moves the functionality there from hci_core.c and hci_core.h.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/Makefile
net/bluetooth/hci_conn.c
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c
net/bluetooth/hci_request.c [new file with mode: 0644]
net/bluetooth/hci_request.h [new file with mode: 0644]
net/bluetooth/mgmt.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge