Merge "framework:When turn off of SoftAp immediately call turning ON SoftAp"

This commit is contained in:
Dmitry Shmidt
2013-04-30 20:59:10 +00:00
committed by Gerrit Code Review

View File

@@ -3983,6 +3983,7 @@ public class WifiStateMachine extends StateMachine {
if (!isWifiTethered(stateChange.active)) {
loge("Tethering reports wifi as untethered!, shut down soft Ap");
setWifiApEnabled(null, false);
setWifiApEnabled(null, true);
}
return HANDLED;
case CMD_STOP_AP: