freebsd-nq/sys/netgraph/bluetooth/socket
Maksim Yevmenkin 280c458af8 Replace sosend() with direct call to .pru_send method on the
L2CAP socket. This is to avoid LOR with sx(9) lock in sblock()
called from sosend_generic().

Approved by:	re (kensmith)
MFC after:	1 week
2007-06-21 19:55:49 +00:00
..
ng_btsocket_hci_raw.c Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
ng_btsocket_l2cap_raw.c Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
ng_btsocket_l2cap.c Universally adopt most conventional spelling of acquire. 2007-05-27 20:50:23 +00:00
ng_btsocket_rfcomm.c Replace sosend() with direct call to .pru_send method on the 2007-06-21 19:55:49 +00:00
ng_btsocket.c Change semantics of socket close and detach. Add a new protocol switch 2006-07-21 17:11:15 +00:00
TODO