Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 025f1520 authored by Samuel Ortiz's avatar Samuel Ortiz Committed by John W. Linville
Browse files

NFC: Update LLCP socket target index when getting a connection



Getting a valid CONNECT means we have a valid target index.

Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 5df16cad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -677,6 +677,7 @@ static void nfc_llcp_recv_connect(struct nfc_llcp_local *local,
	new_sock->nfc_protocol = sock->nfc_protocol;
	new_sock->ssap = sock->ssap;
	new_sock->dsap = ssap;
	new_sock->target_idx = local->target_idx;
	new_sock->parent = parent;

	nfc_llcp_parse_connection_tlv(new_sock, &skb->data[LLCP_HEADER_SIZE],