Bluetooth: Replace send_monitor_event with queue_monitor_skb
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 12 Jan 2015 03:33:33 +0000 (19:33 -0800)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 12 Jan 2015 09:26:09 +0000 (11:26 +0200)
commit41e91e71f61ead454c72b68d7c5cf13a2651e992
tree3c40e48d70518ba563157d0b42bf6781c2725fb1
parentd7f72f61955ded6ae5f0381dcde1fcadce8833bb
Bluetooth: Replace send_monitor_event with queue_monitor_skb

The send_monitor_event function is essentially the same as the newly
introduced queue_monitor_skb. So instead of having duplicated code,
replace send_monitor_event with queue_monitor_skb.

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