Fix softap start
Remove the unncessary "softap start" which was used for broadcom specific implementation Change-Id: I79458082a116cd630bd13d1ed1a237eda7daaa88
This commit is contained in:
@@ -879,7 +879,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