Bluetooth: Allow setting of L2CAP ERTM via socket option
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 3 May 2009 05:31:10 +0000 (22:31 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 22 Aug 2009 21:50:07 +0000 (14:50 -0700)
To enable Enhanced Retransmission mode it needs to be set via a socket
option. A different mode can be set on a socket, but on listen() and
connect() the mode is checked and ERTM is only allowed if it is enabled
via the module parameter.

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

No differences found