Bluetooth: Consolidate socket channel sending function back into one
[deliverable/linux.git] / include / net / bluetooth / hci_core.h
index d38f6e426e8401ed5e603d1c9d7ab0c1d29bd75b..859005c9a8fc627e08d222acfa0d23af14c183ca 100644 (file)
@@ -1284,9 +1284,7 @@ void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode);
 /* ----- HCI Sockets ----- */
 void hci_send_to_sock(struct hci_dev *hdev, struct sk_buff *skb);
 void hci_send_to_channel(unsigned short channel, struct sk_buff *skb,
-                        struct sock *skip_sk);
-void hci_send_to_flagged_channel(unsigned short channel, struct sk_buff *skb,
-                                int flag);
+                        int flag, struct sock *skip_sk);
 void hci_send_to_monitor(struct hci_dev *hdev, struct sk_buff *skb);
 
 void hci_sock_dev_event(struct hci_dev *hdev, int event);
This page took 0.04638 seconds and 5 git commands to generate.