mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-14 17:14:09 +00:00
NFC: pn533: Use 0x3 for SENSF_REQ Time Slot Number (TSN)
LLCP validation requires TSN to be 0x03 for type F. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
391d8a2da7
commit
31c44464ac
@ -258,7 +258,7 @@ static const struct pn533_poll_modulations poll_mod[] = {
|
||||
.opcode = PN533_FELICA_OPC_SENSF_REQ,
|
||||
.sc = PN533_FELICA_SENSF_SC_ALL,
|
||||
.rc = PN533_FELICA_SENSF_RC_NO_SYSTEM_CODE,
|
||||
.tsn = 0,
|
||||
.tsn = 0x03,
|
||||
},
|
||||
},
|
||||
.len = 7,
|
||||
@ -271,7 +271,7 @@ static const struct pn533_poll_modulations poll_mod[] = {
|
||||
.opcode = PN533_FELICA_OPC_SENSF_REQ,
|
||||
.sc = PN533_FELICA_SENSF_SC_ALL,
|
||||
.rc = PN533_FELICA_SENSF_RC_NO_SYSTEM_CODE,
|
||||
.tsn = 0,
|
||||
.tsn = 0x03,
|
||||
},
|
||||
},
|
||||
.len = 7,
|
||||
|
Loading…
x
Reference in New Issue
Block a user