linux/net/bluetooth/rfcomm
Marcel Holtmann 37e62f5516 Bluetooth: Fix RFCOMM usage of in-kernel L2CAP sockets
The CID value of L2CAP sockets need to be set to zero. All userspace
applications do this via memset() on the sockaddr_l2 structure. The
RFCOMM implementation uses in-kernel L2CAP sockets and so it has to
make sure that l2_cid is set to zero.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2009-02-27 06:14:48 +01:00
..
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile [Bluetooth] Move CRC table into RFCOMM core 2005-10-28 19:20:36 +02:00
core.c Bluetooth: Fix RFCOMM usage of in-kernel L2CAP sockets 2009-02-27 06:14:48 +01:00
sock.c Bluetooth: Restrict application of socket options 2009-02-27 06:14:33 +01:00
tty.c bt/rfcomm/tty: join error paths 2008-12-14 23:18:00 -08:00