Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278599
b: refs/heads/master
c: 5a13b09
h: refs/heads/master
i:
  278597: 59fa168
  278595: 16df379
  278591: 96f282b
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Gustavo F. Padovan committed Dec 2, 2011
1 parent 9071235 commit 1cbbee1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d095c1ebd43a43c1d78055ff111f464b04f8624e
refs/heads/master: 5a13b09531420d230616bd524b68a5b0c23cd487
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/hci_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ static void hci_setup_event_mask(struct hci_dev *hdev)

/* CSR 1.1 dongles does not accept any bitfield so don't try to set
* any event mask for pre 1.2 devices */
if (hdev->lmp_ver <= BLUETOOTH_VER_1_1)
if (hdev->hci_ver < BLUETOOTH_VER_1_2)
return;

events[4] |= 0x01; /* Flow Specification Complete */
Expand Down

0 comments on commit 1cbbee1

Please sign in to comment.