diff options
Diffstat (limited to 'src/phHal4Nfc_Emulation.c')
-rw-r--r-- | src/phHal4Nfc_Emulation.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/phHal4Nfc_Emulation.c b/src/phHal4Nfc_Emulation.c index b231f1e..6bb60e2 100644 --- a/src/phHal4Nfc_Emulation.c +++ b/src/phHal4Nfc_Emulation.c @@ -140,8 +140,6 @@ NFCSTATUS phHal4Nfc_Switch_SMX_Mode( } else { - /* Register Upper layer context */ - Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; /* Switch request to Wired mode */ if(eSmartMx_Wired == smx_mode) { @@ -270,8 +268,6 @@ NFCSTATUS phHal4Nfc_Switch_Swp_Mode( } else { - /* Register Upper layer context */ - Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; /*Switch mode to On or off*/ CfgStatus = phHciNfc_Switch_SwpMode( Hal4Ctxt->psHciHandle, |