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

Commit 0a7deb41 authored by xin He's avatar xin He Committed by Android Git Automerger
Browse files

am 24406b5b: am 39f92a93: am 053b407b: Merge "wifi: Fix softAP turn-ON issue...

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

* commit '24406b5b':
  wifi: Fix softAP turn-ON issue in statically loaded driver
parents a3599c78 24406b5b
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 {