diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-06-01 02:46:13 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-06-01 02:46:13 +0000 |
commit | 63c22aaab706a36a0b76db0babdff998411c6eaf (patch) | |
tree | 2a24b117c865d75ed67a8105eca31277013fecbd /sys/netbt/hci_link.c | |
parent | ab7a66273f05694709a5d3bb0aed7c1675dfaf88 (diff) |
complete the sys/netbt import and adopt some more code to our interfaces
Diffstat (limited to 'sys/netbt/hci_link.c')
-rw-r--r-- | sys/netbt/hci_link.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netbt/hci_link.c b/sys/netbt/hci_link.c index 6542568b1f6..9b7c9955b05 100644 --- a/sys/netbt/hci_link.c +++ b/sys/netbt/hci_link.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hci_link.c,v 1.1 2007/05/30 03:42:53 uwe Exp $ */ +/* $OpenBSD: hci_link.c,v 1.2 2007/06/01 02:46:11 uwe Exp $ */ /* $NetBSD: hci_link.c,v 1.11 2007/04/21 06:15:23 plunky Exp $ */ /*- @@ -748,7 +748,6 @@ hci_acl_complete(struct hci_link *link, int num) struct hci_link * hci_sco_newconn(struct hci_unit *unit, bdaddr_t *bdaddr) { -#ifdef notyet /* XXX */ struct sockaddr_bt laddr, raddr; struct sco_pcb *pcb, *new; struct hci_link *sco, *acl; @@ -805,7 +804,6 @@ hci_sco_newconn(struct hci_unit *unit, bdaddr_t *bdaddr) new->sp_mtu = unit->hci_max_sco_size; return sco; } -#endif return NULL; } |