[BugFix][API-1284]fix ap change mode 2.4g to 5g ap error

Only Configure

Affected branch:MR3.0-xx && GSW3.0

Affected module:wifi

Is it addected on both ZXIC and MTK: only MTK

Self-test: Yes

Doc Update: No

Change-Id: I4dd0ff249cf69e20b46dc38868bc53333053b952
diff --git a/lib/liblynq-wifi6/libwifi6.c b/lib/liblynq-wifi6/libwifi6.c
index 46403da..831e4a0 100755
--- a/lib/liblynq-wifi6/libwifi6.c
+++ b/lib/liblynq-wifi6/libwifi6.c
@@ -478,7 +478,7 @@
                     }
                 }
             }
-            else if (strstr(msg_notify, "WoWLAN is enabled") != NULL || strstr(msg_notify, "Failed to start AP functionality") != NULL || strstr(msg_notify, "Could not connect to kernel driver") != NULL )
+            else if ( strstr(msg_notify, "Failed to start AP functionality") != NULL )
             {
                 RLOGD("APWatcherThreadProc ap------> service error");
                 inner_notify_ap_msg(LYNQ_WIFI_SERVICE_ABNORMAL);