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

Commit 24406b5b authored by xin He's avatar xin He Committed by Android Git Automerger
Browse files

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

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

* commit '39f92a93':
  wifi: Fix softAP turn-ON issue in statically loaded driver
parents 8ea98a8a 39f92a93
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 {