aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/hci_request.h')
-rw-r--r--net/bluetooth/hci_request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bluetooth/hci_request.h b/net/bluetooth/hci_request.h
index 983e687fee22..8441d12a62dd 100644
--- a/net/bluetooth/hci_request.h
+++ b/net/bluetooth/hci_request.h
@@ -46,10 +46,10 @@ void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status,
46 46
47int hci_req_sync(struct hci_dev *hdev, void (*req)(struct hci_request *req, 47int hci_req_sync(struct hci_dev *hdev, void (*req)(struct hci_request *req,
48 unsigned long opt), 48 unsigned long opt),
49 unsigned long opt, __u32 timeout); 49 unsigned long opt, u32 timeout, u8 *hci_status);
50int __hci_req_sync(struct hci_dev *hdev, void (*func)(struct hci_request *req, 50int __hci_req_sync(struct hci_dev *hdev, void (*func)(struct hci_request *req,
51 unsigned long opt), 51 unsigned long opt),
52 unsigned long opt, __u32 timeout); 52 unsigned long opt, u32 timeout, u8 *hci_status);
53void hci_req_sync_cancel(struct hci_dev *hdev, int err); 53void hci_req_sync_cancel(struct hci_dev *hdev, int err);
54 54
55struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, 55struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen,