aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-05-08 17:22:38 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-08 17:22:38 -0700
commitc90196973d52402c4f2abd005cbf97c33084d50d (patch)
tree25c7cef9fdbd970f43bfc81ac5065177eecff2fa
parent594542257a0f89bd1737a1dec71e0551ebb4d5af (diff)
parenta0685c87c833bba74f77135c179b535f3779d724 (diff)
downloadwpa_supplicant_8-c90196973d52402c4f2abd005cbf97c33084d50d.tar.gz
Merge "Remove disableBackgroundScheduling"
am: a0685c87c8 Change-Id: I0e1f9975c9d8ee5607ca3ce84db5e28e8c3a564a
-rw-r--r--wpa_supplicant/hidl/1.0/hidl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/wpa_supplicant/hidl/1.0/hidl.cpp b/wpa_supplicant/hidl/1.0/hidl.cpp
index ca914b41..ab2043de 100644
--- a/wpa_supplicant/hidl/1.0/hidl.cpp
+++ b/wpa_supplicant/hidl/1.0/hidl.cpp
@@ -43,7 +43,6 @@ struct wpas_hidl_priv *wpas_hidl_init(struct wpa_global *global)
wpa_printf(MSG_DEBUG, "Initing hidl control");
configureRpcThreadpool(1, true /* callerWillJoin */);
- IPCThreadState::self()->disableBackgroundScheduling(true);
IPCThreadState::self()->setupPolling(&priv->hidl_fd);
if (priv->hidl_fd < 0)
goto err;