Bluetooth: Remove unneeded hci_req_cmd_status function
authorAndre Guedes <andre.guedes@openbossa.org>
Wed, 27 Mar 2013 23:04:57 +0000 (20:04 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 4 Apr 2013 08:12:34 +0000 (11:12 +0300)
commitd4299ce6b33c0afd22cf6a170cfaf89c63d1114d
treef8b1671ea0ccd1173c31f866875c82c431f26381
parent3e13fa1e1fab479940728272b6425d343e0c0f84
Bluetooth: Remove unneeded hci_req_cmd_status function

This patch removes the hci_req_cmd_status function since it is not
used anymore. The HCI request framework now considers the HCI command
has complete once the Command Status or Command Complete Event is
received.

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c