]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Bluetooth: Rename hci_send_to_control to hci_send_to_channel
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 20 Feb 2015 11:26:23 +0000 (13:26 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 20 Feb 2015 17:20:17 +0000 (18:20 +0100)
commit7129069e84056ba28954550beb208b2645863299
tree3bf41a250b80155985f14a8d6b8f00543cdf7464
parent39e3e74423a35bfc95b077fb65acaa00d1d39d64
Bluetooth: Rename hci_send_to_control to hci_send_to_channel

The hci_send_to_control() can be made more general purpose with a small
change of passing the desired HCI channel as a parameter to it. This
allows using it for the monitor channel as well as e.g. 6lowpan in the
future.

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/hci_sock.c
net/bluetooth/mgmt.c