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

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
......@@ -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],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment