alistair23-linux/include/net/bluetooth
Johan Hedberg 61a939c68e Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached
This patch adds a queue for incoming L2CAP data that's received before
l2cap_connect_cfm is called and processes the data once
l2cap_connect_cfm is called. This way we ensure that we have e.g. all
remote features before processing L2CAP signaling data (which is very
important for making the correct security decisions).

The processing of the pending rx data needs to be done through
queue_work since unlike l2cap_recv_acldata, l2cap_connect_cfm is called
with the hci_dev lock held which could cause potential deadlocks.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2014-02-13 09:51:36 +02:00
..
bluetooth.h Bluetooth: Introduce requirements for security level 4 2014-02-13 09:51:35 +02:00
hci.h Bluetooth: Add debugfs entry to show Secure Connections Only mode 2014-02-13 09:51:35 +02:00
hci_core.h Bluetooth: Track Secure Connections support of remote devices 2014-02-13 09:51:35 +02:00
hci_mon.h Bluetooth: Fix coding style in all .h files 2012-03-07 00:04:25 -03:00
l2cap.h Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached 2014-02-13 09:51:36 +02:00
mgmt.h Bluetooth: Add support for remote OOB input of P-256 data 2014-02-13 09:51:34 +02:00
rfcomm.h Bluetooth: Handle security level 4 for RFCOMM connections 2014-02-13 09:51:35 +02:00
sco.h Bluetooth: Store SCO address information in its own socket structure 2013-10-13 21:11:20 +03:00