summaryrefslogtreecommitdiff
path: root/net/nfc/llcp/llcp.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-16NFC: LLCP connect must wait for a CC frameSamuel Ortiz1-0/+7
2012-04-12NFC: Fix LLCP link timeout typoSamuel Ortiz1-1/+1
2012-04-12NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz1-0/+10
2012-04-12NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz1-1/+1
2012-04-12NFC: Dump LLCP framesSamuel Ortiz1-0/+7
2012-03-07NFC: LLCP code identation fixesSamuel Ortiz1-46/+47
2012-03-07NFC: Fix LLCP sockets releasing pathSamuel Ortiz1-4/+11
2012-03-07NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz1-1/+1
2012-03-07NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz1-2/+7
2012-03-07NFC: Set the right LLCP N(R) value for I framesSamuel Ortiz1-1/+1
2012-03-07NFC: Clear LLCP SDPs whan MAC goes downSamuel Ortiz1-0/+13
2012-03-07NFC: Fix bitops usage in LLCPSamuel Ortiz1-10/+10
2012-03-07NFC: Handle Receiver Not Ready LLCP frameSamuel Ortiz1-5/+11
2012-03-07NFC: Factorize the I frame queueing routineSamuel Ortiz1-17/+28
2011-12-19NFC: use kfree_skb() for sk_buffsDan Carpenter1-1/+1
2011-12-19NFC: double unlock in nfc_llcp_recv_connect()Dan Carpenter1-3/+1
2011-12-14NFC: Initial LLCP supportSamuel Ortiz1-0/+973