commit | c6b03cf986eab00e20d0dbc852b233bb83472138 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sat May 02 22:31:10 2009 -0700 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Aug 22 14:50:07 2009 -0700 |
tree | 94fe92aafca068e3eb1cd6f4c53a3c86801fe7e0 | |
parent | 44dd46de325c4d47abfd1361e5d84a548edb8e42 [diff] |
Bluetooth: Allow setting of L2CAP ERTM via socket option 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>