|
@@ -2356,9 +2356,9 @@ int hci_register_dev(struct hci_dev *hdev)
|
|
|
set_bit(HCI_RFKILLED, &hdev->dev_flags);
|
|
|
|
|
|
set_bit(HCI_SETUP, &hdev->dev_flags);
|
|
|
+ set_bit(HCI_AUTO_OFF, &hdev->dev_flags);
|
|
|
|
|
|
if (hdev->dev_type == HCI_BREDR) {
|
|
|
- set_bit(HCI_AUTO_OFF, &hdev->dev_flags);
|
|
|
/* Assume BR/EDR support until proven otherwise (such as
|
|
|
* through reading supported features during init.
|
|
|
*/
|