commit | f50bf26b4b500f83b82f5049eae75fd6bb77f767 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue May 08 15:36:01 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 08 15:36:01 2018 -0700 |
tree | f6f2eecb00ad04117b62608c5adcc22a4438abbc | |
parent | d77c98a8516adf799905e079719306bac495637e [diff] | |
parent | 2f33d8e212eb08b3104ad503bdf34c32e701ce53 [diff] |
Remove disableBackgroundScheduling am: 2f33d8e212 Change-Id: I51b9062e55d24a4916ff3fc2a1ff8d03281310d3
diff --git a/hostapd/hidl/1.0/hidl.cpp b/hostapd/hidl/1.0/hidl.cpp index 1f80c7d..a0dc50e 100644 --- a/hostapd/hidl/1.0/hidl.cpp +++ b/hostapd/hidl/1.0/hidl.cpp
@@ -40,7 +40,6 @@ { wpa_printf(MSG_DEBUG, "Initing hidl control"); - IPCThreadState::self()->disableBackgroundScheduling(true); IPCThreadState::self()->setupPolling(&hidl_fd); if (hidl_fd < 0) goto err;