Merge "Fix the race between entitlement start/stop"
This commit is contained in:
@@ -772,7 +772,6 @@ public class Tethering extends BaseNetworkObserver {
|
|||||||
case WifiManager.WIFI_AP_STATE_FAILED:
|
case WifiManager.WIFI_AP_STATE_FAILED:
|
||||||
default:
|
default:
|
||||||
disableWifiIpServingLocked(ifname, curState);
|
disableWifiIpServingLocked(ifname, curState);
|
||||||
mEntitlementMgr.stopProvisioningIfNeeded(TETHERING_WIFI);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user