Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290955
b: refs/heads/master
c: 7b99b65
h: refs/heads/master
i:
  290953: 78d43e5
  290951: 6b3f7df
v: v3
  • Loading branch information
Andre Guedes authored and Johan Hedberg committed Feb 15, 2012
1 parent b10c612 commit cf15cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 203159d486006a18fa1ccf787a10d15d3128cdac
refs/heads/master: 7b99b659d90c5d421cb1867295c78a4c0c030734
3 changes: 2 additions & 1 deletion trunk/net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ void hci_discovery_set_state(struct hci_dev *hdev, int state)

switch (state) {
case DISCOVERY_STOPPED:
mgmt_discovering(hdev, 0);
if (hdev->discovery.state != DISCOVERY_STARTING)
mgmt_discovering(hdev, 0);
break;
case DISCOVERY_STARTING:
break;
Expand Down

0 comments on commit cf15cfa

Please sign in to comment.