Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290869
b: refs/heads/master
c: 44b5f7d
h: refs/heads/master
i:
  290867: 72eb26d
v: v3
  • Loading branch information
Johan Hedberg committed Feb 13, 2012
1 parent 145b0f2 commit b30f31c
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: a8b2d5c2cfe1c6398e3fdd4372c4ae7f74fb4493
refs/heads/master: 44b5f7d0cb1939497a0858d9f43d89f039f85887
3 changes: 2 additions & 1 deletion trunk/net/bluetooth/hci_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ static void hci_cc_reset(struct hci_dev *hdev, struct sk_buff *skb)

hci_req_complete(hdev, HCI_OP_RESET, status);

hdev->dev_flags = 0;
/* Reset all flags, except persistent ones like HCI_MGMT */
hdev->dev_flags &= BIT(HCI_MGMT);
}

static void hci_cc_write_local_name(struct hci_dev *hdev, struct sk_buff *skb)
Expand Down

0 comments on commit b30f31c

Please sign in to comment.