Nfc service initialization failed with PN553 chip (without ESE)
Since in single binary, WIRED_MODE_STANDBY can not be used as macro,
switch case were modified to block NFC_NFCEE_PWR_LNK_CTRL_REVT if ese was enabled.
But since there are other free fall cases ,it can lead to issue.
Removed this condition as it is not required to check.
diff --git a/src/nfa/dm/nfa_dm_act.c b/src/nfa/dm/nfa_dm_act.c
index f49cd30..34ff680 100644
--- a/src/nfa/dm/nfa_dm_act.c
+++ b/src/nfa/dm/nfa_dm_act.c
@@ -422,9 +422,6 @@
case NFC_NFCEE_MODE_SET_REVT: /* NFCEE Mode Set response */
#if (NXP_EXTNS == TRUE)
case NFC_NFCEE_PWR_LNK_CTRL_REVT:
- if(!nfcFL.eseFL._WIRED_MODE_STANDBY) {
- break;
- }
case NFC_NFCEE_MODE_SET_INFO:
#endif
case NFC_NFCEE_STATUS_REVT: