summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2010-11-02 16:17:32 -0500
committerNick Pelly <npelly@google.com>2010-11-02 16:18:23 -0500
commit2a8c6e7fcd72d7db1a3da43c8fb4fe0752699f7f (patch)
tree06b53d707a8eb806f10d65f0dc8a74c8e6a8aa00
parent1d27ee4387df97d04994ff031b05a3422aa54f4f (diff)
downloadlibnfc-nxp-2a8c6e7fcd72d7db1a3da43c8fb4fe0752699f7f.tar.gz
Remove LLCP-over-ISO14443 dead code.
LLCP over ISO is not supported any more, and this dead-code was rotting. Change-Id: Ifacc39eb06efd89922091ea79be319d1ad204261 Signed-off-by: Nick Pelly <npelly@google.com>
-rw-r--r--src/phFriNfc_LlcpMac.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/phFriNfc_LlcpMac.c b/src/phFriNfc_LlcpMac.c
index 31eb90f..e68f5db 100644
--- a/src/phFriNfc_LlcpMac.c
+++ b/src/phFriNfc_LlcpMac.c
@@ -105,13 +105,6 @@ NFCSTATUS phFriNfc_LlcpMac_ChkLlcp (phFriNfc_LlcpMac_t *LlcpMac
status = PHNFCSTVAL(CID_FRI_NFC_LLCP_MAC, NFCSTATUS_FAILED);
}
}break;
- case phHal_eISO14443_A_PICC:
- case phHal_eISO14443_B_PICC:
- {
- /* Set the MAC mapping type detected */
- LlcpMac->MacType = phFriNfc_LlcpMac_eTypeIso14443;
- status = NFCSTATUS_SUCCESS;
- }break;
default:
{
status = PHNFCSTVAL(CID_FRI_NFC_LLCP_MAC, NFCSTATUS_INVALID_DEVICE);