]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit03f310efd4b19ddc2cca15ae67f48295554adbfe
treef3465be27b73d6a9a441fa5261e3c0dc3b0d6b2e
parent7129069e84056ba28954550beb208b2645863299
Bluetooth: Remove unnecessary queue_monitor_skb() function

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