Bluetooth: Remove unnecessary queue_monitor_skb() function
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 20 Feb 2015 11:26:24 +0000 (13:26 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 20 Feb 2015 17:20:17 +0000 (18:20 +0100)
Now that there's the general purpose hci_send_to_channel() API it will
do the exact same thing as queue_monitor_skb() when passed the monitor
HCI channel. This patch removes queue_monitor_skb() and replaces any
users of it with calls to hci_send_to_channel().

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

Simple merge