Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290881
b: refs/heads/master
c: 7005ff1
h: refs/heads/master
i:
  290879: 7835871
v: v3
  • Loading branch information
Johan Hedberg committed Feb 13, 2012
1 parent e976113 commit 26b9fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3c9e919511f87f10491628c6b44bc4675822f307
refs/heads/master: 7005ff1780ca7ad5ed2ec710ad35affc48362ebf
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/hci_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ static void hci_cc_reset(struct hci_dev *hdev, struct sk_buff *skb)

hci_req_complete(hdev, HCI_OP_RESET, status);

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

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

0 comments on commit 26b9fe4

Please sign in to comment.