NFC crashed while reading type 1,2,3,4 tags  together
diff --git a/src/nfa/rw/nfa_rw_act.c b/src/nfa/rw/nfa_rw_act.c
old mode 100755
new mode 100644
index 71c97fb..2f34910
--- a/src/nfa/rw/nfa_rw_act.c
+++ b/src/nfa/rw/nfa_rw_act.c
@@ -951,7 +951,11 @@
         tag_params.t3t.p_system_codes = NULL;
       }
 
+#if(NXP_EXTNS == TRUE)
+      nfa_dm_notify_activation_status(p_rw_data->status, &tag_params);
+#else
       nfa_dm_notify_activation_status(NFA_STATUS_OK, &tag_params);
+#endif
       break;
 
     case RW_T3T_FORMAT_CPLT_EVT: /* Format completed */