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

This commit is contained in:
xin He
2015-07-07 18:13:54 +00:00
committed by Android (Google) Code Review

View File

@@ -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 {