freebsd-nq/sys/netgraph/bluetooth
Maksim Yevmenkin aa9e985aed Remove PR_ATOMIC flag in ng_btsocket_protosw[] for BLUETOOTH_PROTO_RFCOMM
protocol. RFCOMM is a SOCK_STREAM protocol not SOCK_SEQPACKET. This was a
serious bug caused by cut-and-paste. I'm surprised it did not bite me before.
Dunce hat goes to me.

MFC after:	3 days
2005-04-06 20:54:05 +00:00
..
common /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
drivers - Use ng_callout() instead of home-grown implementation. 2005-01-11 11:55:56 +00:00
hci /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
include Make default RFCOMM session MTU match default L2CAP MTU. 2005-01-11 01:39:53 +00:00
l2cap /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
socket Remove PR_ATOMIC flag in ng_btsocket_protosw[] for BLUETOOTH_PROTO_RFCOMM 2005-04-06 20:54:05 +00:00