Merge "Fix softap start"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d4933842b1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user