aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
diff options
context:
space:
mode:
authorMat Martineau <mathewm@codeaurora.org>2012-05-17 20:53:55 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2012-06-05 06:34:05 +0300
commitd1de6d46dc7b503d77ec59c849acacadfece1da1 (patch)
treeb9525369607537918a08edec77b74ac7f7395102 /net/bluetooth/l2cap_core.c
parentBluetooth: Remove unused ERTM control field macros (diff)
downloadlinux-dev-d1de6d46dc7b503d77ec59c849acacadfece1da1.tar.xz
linux-dev-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/bluetooth/l2cap_core.c')
-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, };