Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290933
b: refs/heads/master
c: 053c7e0
h: refs/heads/master
i:
  290931: 44b60e4
v: v3
  • Loading branch information
Johan Hedberg committed Feb 13, 2012
1 parent 548bf29 commit 3101f7f
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: e87775250f322b8f1612cf9918fcde827948f087
refs/heads/master: 053c7e0c4a40e2bb44e3c1e61e263be00688a136
3 changes: 2 additions & 1 deletion trunk/net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,8 @@ int mgmt_remote_name(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,

put_unaligned_le16(eir_len, &ev->eir_len);

return mgmt_event(MGMT_EV_DEVICE_FOUND, hdev, &ev, sizeof(ev), NULL);
return mgmt_event(MGMT_EV_DEVICE_FOUND, hdev, ev,
sizeof(*ev) + eir_len, NULL);
}

int mgmt_start_discovery_failed(struct hci_dev *hdev, u8 status)
Expand Down

0 comments on commit 3101f7f

Please sign in to comment.