projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
391d8a2
)
NFC: pn533: Use 0x3 for SENSF_REQ Time Slot Number (TSN)
author
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 27 May 2013 12:59:40 +0000
(14:59 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Fri, 14 Jun 2013 11:44:17 +0000
(13:44 +0200)
LLCP validation requires TSN to be 0x03 for type F.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/pn533.c
patch
|
blob
|
history
diff --git
a/drivers/nfc/pn533.c
b/drivers/nfc/pn533.c
index 0bdfa8852e78b6ef29cc4261302bb3d47c0ac3cd..6bd4f598b3e1e4ffbc1e8f1170d2d979b012df04 100644
(file)
--- a/
drivers/nfc/pn533.c
+++ b/
drivers/nfc/pn533.c
@@
-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 = 0
x03
,
},
},
.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 = 0
x03
,
},
},
.len = 7,