diff options
author | Mark A. Greer <mgreer@animalcreek.com> | 2014-03-06 07:39:19 -0700 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2014-03-11 00:40:59 +0100 |
commit | ceeee42d85b4c91b16b6019e69c584589b72be04 (patch) | |
tree | 919eac20c45a080dbb52a417afd2569011c2cb35 /include/net/nfc | |
parent | 0b51fc5633df563695f5021bc121a9df20b3eb14 (diff) | |
download | blackbird-op-linux-ceeee42d85b4c91b16b6019e69c584589b72be04.tar.gz blackbird-op-linux-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 'include/net/nfc')
-rw-r--r-- | include/net/nfc/digital.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/nfc/digital.h b/include/net/nfc/digital.h index b9699d7dd039..7655cfe27c34 100644 --- a/include/net/nfc/digital.h +++ b/include/net/nfc/digital.h @@ -60,7 +60,7 @@ enum { NFC_DIGITAL_FRAMING_NFC_DEP_ACTIVATED, NFC_DIGITAL_FRAMING_ISO15693_INVENTORY, - NFC_DIGITAL_FRAMING_ISO15693_TVT, /* Type V Tag (ISO/IEC 15693) */ + NFC_DIGITAL_FRAMING_ISO15693_T5T, NFC_DIGITAL_FRAMING_LAST, }; |