diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 9830a88f487e..4511df2a0d7f 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -636,7 +636,7 @@ int hci_register_notifier(struct notifier_block *nb); | |||
636 | int hci_unregister_notifier(struct notifier_block *nb); | 636 | int hci_unregister_notifier(struct notifier_block *nb); |
637 | 637 | ||
638 | int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, void *param); | 638 | int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, void *param); |
639 | int hci_send_acl(struct hci_conn *conn, struct sk_buff *skb, __u16 flags); | 639 | void hci_send_acl(struct hci_conn *conn, struct sk_buff *skb, __u16 flags); |
640 | void hci_send_sco(struct hci_conn *conn, struct sk_buff *skb); | 640 | void hci_send_sco(struct hci_conn *conn, struct sk_buff *skb); |
641 | 641 | ||
642 | void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode); | 642 | void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode); |