commit | 2f33d8e212eb08b3104ad503bdf34c32e701ce53 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue May 08 12:00:15 2018 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue May 08 19:01:04 2018 +0000 |
tree | bfb1ab029a05a19b788983d93091e8fe6e8b3547 | |
parent | 289292e4915a45e5c00dfbf1c5bf3e5dc82e0565 [diff] |
Remove disableBackgroundScheduling This is a no-op. Bug: 66905301 Test: m (sanity) Change-Id: I68bcdf8abea70aaa070b547a0e75de3cd65680b8
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;