diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/hci_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index cd59b849d055..886cc44e1717 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c | |||
@@ -542,7 +542,7 @@ int hci_dev_open(__u16 dev) | |||
542 | ret = __hci_request(hdev, hci_init_req, 0, | 542 | ret = __hci_request(hdev, hci_init_req, 0, |
543 | msecs_to_jiffies(HCI_INIT_TIMEOUT)); | 543 | msecs_to_jiffies(HCI_INIT_TIMEOUT)); |
544 | 544 | ||
545 | if (lmp_le_capable(hdev)) | 545 | if (lmp_host_le_capable(hdev)) |
546 | ret = __hci_request(hdev, hci_le_init_req, 0, | 546 | ret = __hci_request(hdev, hci_le_init_req, 0, |
547 | msecs_to_jiffies(HCI_INIT_TIMEOUT)); | 547 | msecs_to_jiffies(HCI_INIT_TIMEOUT)); |
548 | 548 | ||