Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284317
b: refs/heads/master
c: d084329
h: refs/heads/master
i:
  284315: 366c3f6
v: v3
  • Loading branch information
Andre Guedes authored and Gustavo F. Padovan committed Jan 3, 2012
1 parent 922875e commit 24507b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1b9b4f45f014093231c568be9b5c2e392943696
refs/heads/master: d084329e2862922bbc9a2de04a5c8e7219bfceb9
3 changes: 1 addition & 2 deletions trunk/net/bluetooth/hci_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1054,8 +1054,7 @@ static void hci_cc_le_set_scan_enable(struct hci_dev *hdev,
case LE_SCANNING_DISABLED:
clear_bit(HCI_LE_SCAN, &hdev->dev_flags);

queue_delayed_work(hdev->workqueue, &hdev->adv_work,
ADV_CLEAR_TIMEOUT);
schedule_delayed_work(&hdev->adv_work, ADV_CLEAR_TIMEOUT);
break;

default:
Expand Down

0 comments on commit 24507b6

Please sign in to comment.