diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/hci_core.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index dcbe1d29bb8e..ce3727ecc0c4 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c | |||
@@ -230,18 +230,6 @@ static void hci_init_req(struct hci_dev *hdev, unsigned long opt) | |||
230 | /* Read Buffer Size (ACL mtu, max pkt, etc.) */ | 230 | /* Read Buffer Size (ACL mtu, max pkt, etc.) */ |
231 | hci_send_cmd(hdev, HCI_OP_READ_BUFFER_SIZE, 0, NULL); | 231 | hci_send_cmd(hdev, HCI_OP_READ_BUFFER_SIZE, 0, NULL); |
232 | 232 | ||
233 | #if 0 | ||
234 | /* Host buffer size */ | ||
235 | { | ||
236 | struct hci_cp_host_buffer_size cp; | ||
237 | cp.acl_mtu = cpu_to_le16(HCI_MAX_ACL_SIZE); | ||
238 | cp.sco_mtu = HCI_MAX_SCO_SIZE; | ||
239 | cp.acl_max_pkt = cpu_to_le16(0xffff); | ||
240 | cp.sco_max_pkt = cpu_to_le16(0xffff); | ||
241 | hci_send_cmd(hdev, HCI_OP_HOST_BUFFER_SIZE, sizeof(cp), &cp); | ||
242 | } | ||
243 | #endif | ||
244 | |||
245 | /* Read BD Address */ | 233 | /* Read BD Address */ |
246 | hci_send_cmd(hdev, HCI_OP_READ_BD_ADDR, 0, NULL); | 234 | hci_send_cmd(hdev, HCI_OP_READ_BD_ADDR, 0, NULL); |
247 | 235 | ||