diff options
author | Andre Guedes <andre.guedes@openbossa.org> | 2013-03-27 20:04:57 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-04-04 11:12:34 +0300 |
commit | d4299ce6b33c0afd22cf6a170cfaf89c63d1114d (patch) | |
tree | f8b1671ea0ccd1173c31f866875c82c431f26381 /include | |
parent | 3e13fa1e1fab479940728272b6425d343e0c0f84 (diff) | |
download | linux-3.10-d4299ce6b33c0afd22cf6a170cfaf89c63d1114d.tar.gz linux-3.10-d4299ce6b33c0afd22cf6a170cfaf89c63d1114d.tar.bz2 linux-3.10-d4299ce6b33c0afd22cf6a170cfaf89c63d1114d.zip |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 358a6983d3b..0e7ee892d7a 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -1055,7 +1055,6 @@ void hci_req_init(struct hci_request *req, struct hci_dev *hdev); int hci_req_run(struct hci_request *req, hci_req_complete_t complete); void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, void *param); void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status); -void hci_req_cmd_status(struct hci_dev *hdev, u16 opcode, u8 status); int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, void *param); void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags); |