forked from luck/tmp_suning_uos_patched
Bluetooth: Prefer Basic Mode on receipt of ConfigReq
If we choose to use Basic Mode then we have to refuse the received mode and propose Basic Mode again. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
742e519b0d
commit
ae12d52efd
|
@ -2621,9 +2621,6 @@ static int l2cap_parse_conf_req(struct sock *sk, void *data)
|
|||
return -ECONNREFUSED;
|
||||
|
||||
break;
|
||||
default:
|
||||
pi->mode = l2cap_select_mode(rfc.mode, pi->conn->feat_mask);
|
||||
break;
|
||||
}
|
||||
|
||||
done:
|
||||
|
|
Loading…
Reference in New Issue
Block a user