Bluetooth: Fix race condition with L2CAP information request
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 6 Feb 2009 22:35:19 +0000 (23:35 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 27 Feb 2009 05:14:41 +0000 (06:14 +0100)
When two L2CAP connections are requested quickly after the ACL link has
been established there exists a window for a race condition where a
connection request is sent before the information response has been
received. Any connection request should only be sent after an exchange
of the extended features mask has been finished.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

No differences found