Merge "Fix softap start"

This commit is contained in:
Irfan Sheriff
2012-03-09 11:06:42 -08:00
committed by Android (Google) Code Review

View File

@@ -880,7 +880,6 @@ public class NetworkManagementService extends INetworkManagementService.Stub
mContext.enforceCallingOrSelfPermission(CONNECTIVITY_INTERNAL, TAG);
try {
wifiFirmwareReload(wlanIface, "AP");
mConnector.execute("softap", "start", wlanIface);
if (wifiConfig == null) {
mConnector.execute("softap", "set", wlanIface, softapIface);
} else {