aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
diff options
context:
space:
mode:
authorMark A. Greer <mgreer@animalcreek.com>2014-03-06 07:39:19 -0700
committerSamuel Ortiz <sameo@linux.intel.com>2014-03-11 00:40:59 +0100
commitceeee42d85b4c91b16b6019e69c584589b72be04 (patch)
tree919eac20c45a080dbb52a417afd2569011c2cb35 /net/nfc
parentNFC: Use LIST_HEAD() at appropriate places (diff)
downloadlinux-dev-ceeee42d85b4c91b16b6019e69c584589b72be04.tar.xz
linux-dev-ceeee42d85b4c91b16b6019e69c584589b72be04.zip
NFC: digital: Rename Type V tags to Type 5 tags
According to the latest draft specification from the NFC-V committee, ISO/IEC 15693 tags will be referred to as "Type 5" tags and not "Type V" tags anymore. Make the code reflect the new terminology. Signed-off-by: Mark A. Greer <mgreer@animalcreek.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc')
-rw-r--r--net/nfc/digital_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/digital_core.c b/net/nfc/digital_core.c
index 492fa7355e0d..e01e15dbf1ab 100644
--- a/net/nfc/digital_core.c
+++ b/net/nfc/digital_core.c
@@ -334,7 +334,7 @@ int digital_target_found(struct nfc_digital_dev *ddev,
break;
case NFC_PROTO_ISO15693:
- framing = NFC_DIGITAL_FRAMING_ISO15693_TVT;
+ framing = NFC_DIGITAL_FRAMING_ISO15693_T5T;
check_crc = digital_skb_check_crc_b;
add_crc = digital_skb_add_crc_b;
break;