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

Commit d0f74ae0 authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by Android (Google) Code Review
Browse files

Merge "Rename SETSUSPEND to SETSUSPENDOPT DO NOT MERGE" into gingerbread

parents b356f8ac 1907bd2f
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");
}
}