Hi, On Wed, Sep 29, 2010 at 02:42:35PM +0200, ext haijun liu wrote: > Hi Ville, > Do you mean l2cap_config_rsp()? No. I meant change like this in addition to your changes. diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index efcf510..7a9c194 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c @@ -2989,7 +2989,7 @@ static inline int l2cap_config_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr /* Incomplete config. Send empty response. */ l2cap_send_cmd(conn, cmd->ident, L2CAP_CONF_RSP, l2cap_build_conf_rsp(sk, rsp, - L2CAP_CONF_SUCCESS, 0x0001), rsp); + L2CAP_CONF_SUCCESS, L2CAP_CONF_FLAG_CONT), rsp); goto unlock; } > I made it, but I don't why gmail hide that part. I got the whole message. -- Ville -- 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