aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Martineau <mathewm@codeaurora.org>2012-05-17 23:53:31 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2012-06-04 23:34:02 -0400
commitb191e031b744f16116e9a546e36b13aadb8cba00 (patch)
treee78c17e642c0e9af5cbafd7d3c02a25959cad363
parent2827011f666e157f3307d55070a75e1d1110b194 (diff)
Bluetooth: Change default state of ERTM disable flag
This is to allow for ERTM state machine replacement in the patches that follow. Signed-off-by: Mat Martineau <mathewm@codeaurora.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
-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 d9f215f3f8e9..474ad7abadda 100644
--- a/net/bluetooth/l2cap_core.c
+++ b/net/bluetooth/l2cap_core.c
@@ -57,7 +57,7 @@
57#include <net/bluetooth/l2cap.h> 57#include <net/bluetooth/l2cap.h>
58#include <net/bluetooth/smp.h> 58#include <net/bluetooth/smp.h>
59 59
60bool disable_ertm; 60bool disable_ertm = 1;
61 61
62static u32 l2cap_feat_mask = L2CAP_FEAT_FIXED_CHAN; 62static u32 l2cap_feat_mask = L2CAP_FEAT_FIXED_CHAN;
63static u8 l2cap_fixed_chan[8] = { L2CAP_FC_L2CAP, }; 63static u8 l2cap_fixed_chan[8] = { L2CAP_FC_L2CAP, };