Hi Gustavo, > Change the enable_ertm param to disable_ertm and default value to 0. That > means that L2CAP Extended features are enabled by default now. > > Signed-off-by: Gustavo F. Padovan <padovan@xxxxxxxxxxxxxx> > --- > net/bluetooth/l2cap.c | 18 +++++++++--------- > 1 files changed, 9 insertions(+), 9 deletions(-) patch has been applied. Thanks. > -module_param(enable_ertm, bool, 0644); > -MODULE_PARM_DESC(enable_ertm, "Enable enhanced retransmission mode"); > +module_param(disable_ertm, bool, 0644); > +MODULE_PARM_DESC(disable_ertm, "Enable enhanced retransmission mode"); And I fixed this to say "Disable enhanced ..." ;) 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