commit | 03f310efd4b19ddc2cca15ae67f48295554adbfe | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Feb 20 13:26:24 2015 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Feb 20 18:20:17 2015 +0100 |
tree | f3465be27b73d6a9a441fa5261e3c0dc3b0d6b2e | |
parent | 7129069e84056ba28954550beb208b2645863299 [diff] |
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>