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

Commit 39f92a93 authored by xin He's avatar xin He Committed by Android Git Automerger
Browse files

am 053b407b: Merge "wifi: Fix softAP turn-ON issue in statically loaded driver" into mnc-dev

* commit '053b407b':
  wifi: Fix softAP turn-ON issue in statically loaded driver
parents 13c2a4f5 053b407b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1473,7 +1473,6 @@ public class NetworkManagementService extends INetworkManagementService.Stub
            WifiConfiguration wifiConfig, String wlanIface) {
        mContext.enforceCallingOrSelfPermission(CONNECTIVITY_INTERNAL, TAG);
        try {
            wifiFirmwareReload(wlanIface, "AP");
            if (wifiConfig == null) {
                mConnector.execute("softap", "set", wlanIface);
            } else {