aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorMark A. Greer <[email protected]>2014-09-23 16:38:09 -0700
committerSamuel Ortiz <[email protected]>2014-11-28 12:39:10 +0100
commit3bd2a5bcc6cd7b8d588aa9ffa947177721eba18e (patch)
tree25d3b453b7733af2144bfff7654aae944240010f /include/linux/debugobjects.h
parentb08147cbc4d1b63d65f6c7c522fed9ef3212bc52 (diff)
NFC: digital: Add NFC-DEP Send Chaining Support
When the NFC-DEP code is given a packet to send that is larger than the peer's maximum payload, its supposed to set the 'MI' bit in the 'I' PDU's Protocol Frame Byte (PFB). Setting this bit indicates that NFC-DEP chaining is to occur. When NFC-DEP chaining is progress, sender 'I' PDUs are acknowledged with 'ACK' PDUs until the last 'I' PDU in the chain (which has the 'MI' bit cleared) is responded to with a normal 'I' PDU. This can occur while in Initiator mode or in Target mode. Sender NFC-DEP chaining is currently not implemented in the digital layer so add that support. Unfortunately, since sending a frame may require writing the CRC to the end of the data, the relevant data part of the original skb must be copied for each intermediate frame. Reviewed-by: Thierry Escande <[email protected]> Tested-by: Thierry Escande <[email protected]> Signed-off-by: Mark A. Greer <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions