diff options
author | Mat Martineau <mathewm@codeaurora.org> | 2012-05-17 20:53:55 -0700 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-06-05 06:34:05 +0300 |
commit | d1de6d46dc7b503d77ec59c849acacadfece1da1 (patch) | |
tree | b9525369607537918a08edec77b74ac7f7395102 /net/bluetooth | |
parent | 522cc2ee6e55ba49f4df338e0dfcfb989b46eb8c (diff) | |
download | talos-op-linux-d1de6d46dc7b503d77ec59c849acacadfece1da1.tar.gz talos-op-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/bluetooth')
-rw-r--r-- | net/bluetooth/l2cap_core.c | 2 |
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, }; |