mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 16:14:13 +08:00
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>
This commit is contained in:
parent
522cc2ee6e
commit
d1de6d46dc
@ -57,7 +57,7 @@
|
|||||||
#include <net/bluetooth/l2cap.h>
|
#include <net/bluetooth/l2cap.h>
|
||||||
#include <net/bluetooth/smp.h>
|
#include <net/bluetooth/smp.h>
|
||||||
|
|
||||||
bool disable_ertm = 1;
|
bool disable_ertm;
|
||||||
|
|
||||||
static u32 l2cap_feat_mask = L2CAP_FEAT_FIXED_CHAN;
|
static u32 l2cap_feat_mask = L2CAP_FEAT_FIXED_CHAN;
|
||||||
static u8 l2cap_fixed_chan[8] = { L2CAP_FC_L2CAP, };
|
static u8 l2cap_fixed_chan[8] = { L2CAP_FC_L2CAP, };
|
||||||
|
Loading…
Reference in New Issue
Block a user