diff options
| author | 2007-05-31 23:50:19 +0000 | |
|---|---|---|
| committer | 2007-05-31 23:50:19 +0000 | |
| commit | 135cdd097b53cbcc9fdb56f86b700a49247ffcd9 (patch) | |
| tree | 9596bbe07be06ff37c78fb4eb2286b0658d5cc6d /sys/netbt/hci.h | |
| parent | don't print debug messages (diff) | |
| download | wireguard-openbsd-135cdd097b53cbcc9fdb56f86b700a49247ffcd9.tar.xz wireguard-openbsd-135cdd097b53cbcc9fdb56f86b700a49247ffcd9.zip | |
Enable packet flow between HCI driver and controller
- not all platforms have generic sofintr support, use schednetisr()
- enable HCI driver at attach time (for development, since we have no
userland tools yet)
Diffstat (limited to 'sys/netbt/hci.h')
| -rw-r--r-- | sys/netbt/hci.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netbt/hci.h b/sys/netbt/hci.h index cab7f897649..b6916c2a433 100644 --- a/sys/netbt/hci.h +++ b/sys/netbt/hci.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hci.h,v 1.4 2007/05/30 03:42:53 uwe Exp $ */ +/* $OpenBSD: hci.h,v 1.5 2007/05/31 23:50:19 uwe Exp $ */ /* $NetBSD: hci.h,v 1.10 2007/04/21 06:15:23 plunky Exp $ */ /*- @@ -55,7 +55,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: hci.h,v 1.4 2007/05/30 03:42:53 uwe Exp $ + * $Id: hci.h,v 1.5 2007/05/31 23:50:19 uwe Exp $ * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_hci.h,v 1.6 2005/01/07 01:45:43 imp Exp $ */ @@ -2144,7 +2144,6 @@ struct hci_unit { int hci_ipl; /* to block queue operations */ /* input queues */ - void *hci_rxint; /* receive interrupt cookie */ struct ifqueue hci_eventq; /* Event queue */ struct ifqueue hci_aclrxq; /* ACL rx queue */ struct ifqueue hci_scorxq; /* SCO rx queue */ |
