Hi Andrei, > Define Continuation flag which the only flag used from Flags field > in L2CAP Configuration Request and Response. > > Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > --- > include/net/bluetooth/l2cap.h | 3 +++ > net/bluetooth/l2cap_core.c | 10 +++++----- > 2 files changed, 8 insertions(+), 5 deletions(-) > > diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h > index 7bc4019..5de6912 100644 > --- a/include/net/bluetooth/l2cap.h > +++ b/include/net/bluetooth/l2cap.h > @@ -271,6 +271,9 @@ struct l2cap_conf_rsp { > #define L2CAP_CONF_PENDING 0x0004 > #define L2CAP_CONF_EFS_REJECT 0x0005 > > +/* configuration req/rsp continuation flag */ > +#define L2CAP_CONF_FLAG_CONTINUATION 1 > + I changed the 1 into 0x0001 and then applied your patch to bluetooth-next tree. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html