aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci_core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 3a9cbf2b55c0..332ee5099a52 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -1042,6 +1042,11 @@ int hci_unregister_cb(struct hci_cb *hcb);
1042struct hci_request { 1042struct hci_request {
1043 struct hci_dev *hdev; 1043 struct hci_dev *hdev;
1044 struct sk_buff_head cmd_q; 1044 struct sk_buff_head cmd_q;
1045
1046 /* If something goes wrong when building the HCI request, the error
1047 * value is stored in this field.
1048 */
1049 int err;
1045}; 1050};
1046 1051
1047void hci_req_init(struct hci_request *req, struct hci_dev *hdev); 1052void hci_req_init(struct hci_request *req, struct hci_dev *hdev);