summaryrefslogtreecommitdiffstats
path: root/src/phHciNfc.c
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2012-08-31 12:04:10 +0400
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-08-31 12:04:10 +0400
commitebad753d0010683dc1299159354a55175b58f047 (patch)
tree1d98c808147e9c5c1cbb84077049c0d634d53636 /src/phHciNfc.c
parentbed2b7058f8f3bdfbbc7fa550aecd9f4cf95d07a (diff)
parent55f43da8fa1a5ac7e9e88f81381a80345fa3ac50 (diff)
downloadexternal_libnfc-nxp-ebad753d0010683dc1299159354a55175b58f047.zip
external_libnfc-nxp-ebad753d0010683dc1299159354a55175b58f047.tar.gz
external_libnfc-nxp-ebad753d0010683dc1299159354a55175b58f047.tar.bz2
Merge "card emulation patch port to JB" into jellybean
Diffstat (limited to 'src/phHciNfc.c')
-rwxr-xr-x[-rw-r--r--]src/phHciNfc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/phHciNfc.c b/src/phHciNfc.c
index d6990c1..bad0ad5 100644..100755
--- a/src/phHciNfc.c
+++ b/src/phHciNfc.c
@@ -703,11 +703,11 @@ phHciNfc_Config_Emulation (
case NFC_HOST_CE_B_EMULATION:
#if defined(HOST_EMULATION)
{
- if(TRUE == pEmulationCfg->config.
+ /*if(TRUE == pEmulationCfg->config.
hostEmuCfg_A.enableEmulation)
{
psHciContext->hci_seq = ADMIN_CE_SEQ;
- }
+ }*/
status = phHciNfc_EmulationCfg_Sequence(
psHciContext, pHwRef);
break;