|
@@ -3171,6 +3171,7 @@ static inline int l2cap_config_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr
|
|
|
|
|
|
if (!(l2cap_pi(sk)->conf_state & L2CAP_CONF_REQ_SENT)) {
|
|
|
u8 buf[64];
|
|
|
+ l2cap_pi(sk)->conf_state |= L2CAP_CONF_REQ_SENT;
|
|
|
l2cap_send_cmd(conn, l2cap_get_ident(conn), L2CAP_CONF_REQ,
|
|
|
l2cap_build_conf_req(sk, buf), buf);
|
|
|
l2cap_pi(sk)->num_conf_req++;
|