Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 246931
b: refs/heads/master
c: e1ba1f1
h: refs/heads/master
i:
  246929: 0c610dc
  246927: 583dbe3
v: v3
  • Loading branch information
Szymon Janc authored and Gustavo F. Padovan committed Apr 13, 2011
1 parent 34a52d3 commit 192aa36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f69bda6aa8b365169b4a6fd35432ee40574d661
refs/heads/master: e1ba1f15469903b6f443fbf00f069d169e3fba6d
4 changes: 4 additions & 0 deletions trunk/net/bluetooth/hci_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -2497,6 +2497,9 @@ static inline void hci_remote_oob_data_request_evt(struct hci_dev *hdev,

hci_dev_lock(hdev);

if (!test_bit(HCI_MGMT, &hdev->flags))
goto unlock;

data = hci_find_remote_oob_data(hdev, &ev->bdaddr);
if (data) {
struct hci_cp_remote_oob_data_reply cp;
Expand All @@ -2515,6 +2518,7 @@ static inline void hci_remote_oob_data_request_evt(struct hci_dev *hdev,
&cp);
}

unlock:
hci_dev_unlock(hdev);
}

Expand Down

0 comments on commit 192aa36

Please sign in to comment.