Revert " [Feature][T8TSK-89][wifi][GSW]ap max connect number sta is 8"
This reverts commit 8f6900c564ac4e4f2b78849accc5dbc1fe3384db.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I6a6cbc4ea984b09997795f2bb86d9a5ff9459a7f
diff --git a/lib/liblynq-wifi6/libwifi6.c b/lib/liblynq-wifi6/libwifi6.c
index fd8f9b7..03fc67a 100755
--- a/lib/liblynq-wifi6/libwifi6.c
+++ b/lib/liblynq-wifi6/libwifi6.c
@@ -257,13 +257,7 @@
printf("service state %d\n", ret);
return -1;
}
-/************only for GSW connected ap devices number no more than 8*************/
- ret = system("wl maxassoc 8");
- if(ret != 0){
- printf("limit connect device cmd error\n");
- return -1;
- }
-/************only for GSW connected ap devices number no more than 8 by qs.xiong 20221011*************/
+
for (i=0; i<10; i++) {
if (system("connmanctl technologies | grep -q \"/net/connman/technology/wifi\"") == 0) {
break;