Bluetooth: Remove L2CAP Extended Features from Kconfig
This reverts commit 84fb0a6334
which adds
the L2CAP Extended Features to the Kconfig, that is actually not needed.
One can use other mechanisms to enable L2CAP Extended Features.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
fd059b9bd0
commit
0b31c85ce7
2 changed files with 0 additions and 17 deletions
|
@ -55,11 +55,7 @@
|
|||
|
||||
#define VERSION "2.14"
|
||||
|
||||
#ifdef CONFIG_BT_L2CAP_EXT_FEATURES
|
||||
static int enable_ertm = 1;
|
||||
#else
|
||||
static int enable_ertm = 0;
|
||||
#endif
|
||||
|
||||
static u32 l2cap_feat_mask = L2CAP_FEAT_FIXED_CHAN;
|
||||
static u8 l2cap_fixed_chan[8] = { 0x02, };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue