Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36807
b: refs/heads/master
c: defc761
h: refs/heads/master
i:
  36805: be6fdd2
  36803: 38cf1eb
  36799: 1b3847b
v: v3
  • Loading branch information
Marcel Holtmann authored and David S. Miller committed Sep 29, 2006
1 parent cfba908 commit 5eb766e
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 0ac53939a06c610b394aeb0211b985804f2d2da3
refs/heads/master: defc761bc25643eeedee3abd6af0079ef214b55d
2 changes: 2 additions & 0 deletions trunk/include/net/bluetooth/hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ struct hci_cp_inquiry {

#define OCF_INQUIRY_CANCEL 0x0002

#define OCF_EXIT_PERIODIC_INQ 0x0004

#define OCF_LINK_KEY_REPLY 0x000B
struct hci_cp_link_key_reply {
bdaddr_t bdaddr;
Expand Down
1 change: 1 addition & 0 deletions trunk/net/bluetooth/hci_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ static void hci_cc_link_ctl(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb

switch (ocf) {
case OCF_INQUIRY_CANCEL:
case OCF_EXIT_PERIODIC_INQ:
status = *((__u8 *) skb->data);

if (status) {
Expand Down

0 comments on commit 5eb766e

Please sign in to comment.