Bluetooth: Fix regression with L2CAP configuration in Basic Mode
authorGustavo F. Padovan <gustavo@las.ic.unicamp.br>
Sun, 18 Oct 2009 00:41:01 +0000 (21:41 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 16 Nov 2009 00:31:41 +0000 (01:31 +0100)
commit68ae6639b6dff117ba37f648f1611a4629abadf0
tree2f83dd6f4858c9294687013e7ef7eff6a1888125
parenta0e55a32afc2130e5ae506755e4b8eb42a23b568
Bluetooth: Fix regression with L2CAP configuration in Basic Mode

Basic Mode is the default mode of operation of a L2CAP entity. In
this case the RFC (Retransmission and Flow Control) configuration
option should not be used at all.

Normally remote L2CAP implementation should just ignore this option,
but it can cause various side effects with other Bluetooth stacks
that are not capable of handling unknown options.

Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap.c