summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMat Martineau2012-05-18 05:53:55 +0200
committerJohan Hedberg2012-06-05 05:34:05 +0200
commitd1de6d46dc7b503d77ec59c849acacadfece1da1 (patch)
treeb9525369607537918a08edec77b74ac7f7395102 /net
parentBluetooth: Remove unused ERTM control field macros (diff)
downloadkernel-qcow2-linux-d1de6d46dc7b503d77ec59c849acacadfece1da1.tar.gz
kernel-qcow2-linux-d1de6d46dc7b503d77ec59c849acacadfece1da1.tar.xz
kernel-qcow2-linux-d1de6d46dc7b503d77ec59c849acacadfece1da1.zip
Bluetooth: Enable ERTM by default
This enables the new receive and transmit state machines. Signed-off-by: Mat Martineau <mathewm@codeaurora.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/l2cap_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
index db59b259297f..b70dca4472a7 100644
--- a/net/bluetooth/l2cap_core.c
+++ b/net/bluetooth/l2cap_core.c
@@ -57,7 +57,7 @@
#include <net/bluetooth/l2cap.h>
#include <net/bluetooth/smp.h>
-bool disable_ertm = 1;
+bool disable_ertm;
static u32 l2cap_feat_mask = L2CAP_FEAT_FIXED_CHAN;
static u8 l2cap_fixed_chan[8] = { L2CAP_FC_L2CAP, };