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

This commit is contained in:
Dmitry Shmidt
2010-09-07 17:29:45 -07:00
committed by Android (Google) Code Review

View File

@@ -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");
} }