diff options
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/hci_event.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 444ca410b9e5..08c0b4295ecc 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c | |||
@@ -1054,8 +1054,7 @@ static void hci_cc_le_set_scan_enable(struct hci_dev *hdev, | |||
1054 | case LE_SCANNING_DISABLED: | 1054 | case LE_SCANNING_DISABLED: |
1055 | clear_bit(HCI_LE_SCAN, &hdev->dev_flags); | 1055 | clear_bit(HCI_LE_SCAN, &hdev->dev_flags); |
1056 | 1056 | ||
1057 | queue_delayed_work(hdev->workqueue, &hdev->adv_work, | 1057 | schedule_delayed_work(&hdev->adv_work, ADV_CLEAR_TIMEOUT); |
1058 | ADV_CLEAR_TIMEOUT); | ||
1059 | break; | 1058 | break; |
1060 | 1059 | ||
1061 | default: | 1060 | default: |