Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5686
b: refs/heads/master
c: 576c7d8
h: refs/heads/master
v: v3
  • Loading branch information
Marcel Holtmann committed Aug 6, 2005
1 parent 9565693 commit bd34c71
Show file tree
Hide file tree
Showing 2 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: 66e8b6c31b9254243afaac8af4135e84e11dd38e
refs/heads/master: 576c7d858f36cab6110b29db7b53964d5132cf30
3 changes: 3 additions & 0 deletions trunk/net/bluetooth/hci_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,9 @@ void hci_si_event(struct hci_dev *hdev, int type, int dlen, void *data)
ev->type = type;
memcpy(ev->data, data, dlen);

bt_cb(skb)->incoming = 1;
do_gettimeofday(&skb->stamp);

skb->pkt_type = HCI_EVENT_PKT;
skb->dev = (void *) hdev;
hci_send_to_sock(hdev, skb);
Expand Down

0 comments on commit bd34c71

Please sign in to comment.