NetBSD/sys/netbt
plunky 87e2475b47 cleanup some DIAGNOSTIC and KASSERT code
- remove #ifdef DIAGNOSTIC, so that we won't act
  differently

- handle the cases where a Bluetooth adapter
  sends invalid packet data (I've not seen this,
  but it is not impossible)

- use KASSERT for actual impossible situations
  (to catch bad future development)
2011-07-27 10:25:09 +00:00
..
bluetooth.h
bt_proto.c
bt_sysctl.c
files.netbt
hci_event.c cleanup some DIAGNOSTIC and KASSERT code 2011-07-27 10:25:09 +00:00
hci_ioctl.c
hci_link.c cleanup some DIAGNOSTIC and KASSERT code 2011-07-27 10:25:09 +00:00
hci_misc.c
hci_socket.c
hci_unit.c
hci.h
l2cap_lower.c
l2cap_misc.c
l2cap_signal.c cleanup some DIAGNOSTIC and KASSERT code 2011-07-27 10:25:09 +00:00
l2cap_socket.c
l2cap_upper.c
l2cap.h
Makefile
rfcomm_dlc.c
rfcomm_session.c cleanup some DIAGNOSTIC and KASSERT code 2011-07-27 10:25:09 +00:00
rfcomm_socket.c
rfcomm_upper.c
rfcomm.h
sco_socket.c
sco_upper.c
sco.h