Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1907bd2f authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Rename SETSUSPEND to SETSUSPENDOPT DO NOT MERGE

Bug: 2973101
Change-Id: I874381eeb12bb796382717285750d700e9b181ce
parent b6264a87
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -497,7 +497,7 @@ static jboolean android_net_wifi_setSuspendOptimizationsCommand(JNIEnv* env, job
{
{
    char cmdstr[25];
    char cmdstr[25];


    snprintf(cmdstr, sizeof(cmdstr), "DRIVER SETSUSPEND %d", enabled ? 0 : 1);
    snprintf(cmdstr, sizeof(cmdstr), "DRIVER SETSUSPENDOPT %d", enabled ? 0 : 1);
    return doBooleanCommand(cmdstr, "OK");
    return doBooleanCommand(cmdstr, "OK");
}
}