From: Mat Martineau Date: Fri, 18 May 2012 03:53:55 +0000 (-0700) Subject: Bluetooth: Enable ERTM by default X-Git-Tag: upstream/snapshot3+hdmi~6997^2~57^2~2^2~119 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1de6d46dc7b503d77ec59c849acacadfece1da1;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Bluetooth: Enable ERTM by default This enables the new receive and transmit state machines. Signed-off-by: Mat Martineau Signed-off-by: Gustavo Padovan --- diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index db59b25..b70dca4 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c @@ -57,7 +57,7 @@ #include #include -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, };