aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp/commands.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-16NFC: Queue I frame fragments to the LLCP sockets queue tailSamuel Ortiz1-1/+1
2012-05-15NFC: Return the amount of LLCP bytes queued to sock_sendmsgSamuel Ortiz1-1/+1
2012-04-12NFC: Call llcp_add_header properly when sending LLCP DM or DISCSamuel Ortiz1-2/+2
2012-04-12NFC: Fix LLCP TLV building routineSamuel Ortiz1-1/+1
2012-04-12NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz1-1/+1
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz1-2/+2
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz1-18/+21
2012-03-06NFC: SN is not an invalid GT valueSamuel Ortiz1-0/+2
2012-03-06NFC: Fragment LLCP I framesSamuel Ortiz1-14/+43
2012-03-06NFC: Set MIU and RW values from CONNECT and CC LLCP framesSamuel Ortiz1-3/+45
2012-03-06NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz1-0/+24
2012-03-06NFC: LLCP socket sendmsg implemetationSamuel Ortiz1-0/+31
2011-12-14NFC: Initial LLCP supportSamuel Ortiz1-0/+399