projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2827011
)
Bluetooth: Change default state of ERTM disable flag
author
Mat Martineau
<mathewm@codeaurora.org>
Fri, 18 May 2012 03:53:31 +0000
(20:53 -0700)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Tue, 5 Jun 2012 03:34:02 +0000
(06:34 +0300)
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>
net/bluetooth/l2cap_core.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/l2cap_core.c
b/net/bluetooth/l2cap_core.c
index d9f215f3f8e9400b0134fb5d2470ceefeb56a723..474ad7abadda5bf34c21d482647e58925e52e6a0 100644
(file)
--- 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;
+bool disable_ertm
= 1
;
static u32 l2cap_feat_mask = L2CAP_FEAT_FIXED_CHAN;
static u8 l2cap_fixed_chan[8] = { L2CAP_FC_L2CAP, };