|
@@ -542,7 +542,7 @@ int hci_dev_open(__u16 dev)
|
|
|
ret = __hci_request(hdev, hci_init_req, 0,
|
|
|
msecs_to_jiffies(HCI_INIT_TIMEOUT));
|
|
|
|
|
|
- if (lmp_le_capable(hdev))
|
|
|
+ if (lmp_host_le_capable(hdev))
|
|
|
ret = __hci_request(hdev, hci_le_init_req, 0,
|
|
|
msecs_to_jiffies(HCI_INIT_TIMEOUT));
|
|
|
|