Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4aecb67 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Fix softap start

Remove the unncessary "softap start" which was used for broadcom
specific implementation

Change-Id: I79458082a116cd630bd13d1ed1a237eda7daaa88
parent 4c8982ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 {