Skip to content
Snippets Groups Projects
Commit 43472fff authored by Samuel Ortiz's avatar Samuel Ortiz Committed by John W. Linville
Browse files

NFC: Return the amount of LLCP bytes queued to sock_sendmsg


Otherwise an LLCP send() always returns 0.

Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 4260c13b
No related branches found
No related tags found
No related merge requests found
......@@ -502,7 +502,7 @@ int nfc_llcp_send_i_frame(struct nfc_llcp_sock *sock,
kfree(msg_data);
return 0;
return len;
}
int nfc_llcp_send_rr(struct nfc_llcp_sock *sock)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment