[WCNCR00151917] softap: auto test fail (WPA2PSK mode) due to the CL@803642

[Description]
Remove the check fgIsNetActive when .change_beacon.

Unit Test:
1. Test connect successful on auto test environment.

Feature: softap
Signed-off-by: Evelyn <evelyn.tsai@mediatek.com>
CR-Id: WCNCR00151917
diff --git a/mgmt/p2p_role_fsm.c b/mgmt/p2p_role_fsm.c
index e0bb4de..3f25764 100644
--- a/mgmt/p2p_role_fsm.c
+++ b/mgmt/p2p_role_fsm.c
@@ -2309,8 +2309,6 @@
 			break;
 
 		prP2pBssInfo = GET_BSS_INFO_BY_INDEX(prAdapter, prRoleP2pFsmInfo->ucBssIndex);
-		if (!(prP2pBssInfo->fgIsNetActive))
-			break;
 
 		prBcnUpdateInfo = &(prRoleP2pFsmInfo->rBeaconUpdateInfo);