aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-05-08 12:00:15 -0700
committerSteven Moreland <smoreland@google.com>2018-05-08 19:01:04 +0000
commit2f33d8e212eb08b3104ad503bdf34c32e701ce53 (patch)
treebfb1ab029a05a19b788983d93091e8fe6e8b3547
parent289292e4915a45e5c00dfbf1c5bf3e5dc82e0565 (diff)
downloadwpa_supplicant_8-2f33d8e212eb08b3104ad503bdf34c32e701ce53.tar.gz
Remove disableBackgroundScheduling
This is a no-op. Bug: 66905301 Test: m (sanity) Change-Id: I68bcdf8abea70aaa070b547a0e75de3cd65680b8
-rw-r--r--hostapd/hidl/1.0/hidl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/hostapd/hidl/1.0/hidl.cpp b/hostapd/hidl/1.0/hidl.cpp
index 1f80c7d3..a0dc50ef 100644
--- a/hostapd/hidl/1.0/hidl.cpp
+++ b/hostapd/hidl/1.0/hidl.cpp
@@ -40,7 +40,6 @@ int hostapd_hidl_init(struct hapd_interfaces *interfaces)
{
wpa_printf(MSG_DEBUG, "Initing hidl control");
- IPCThreadState::self()->disableBackgroundScheduling(true);
IPCThreadState::self()->setupPolling(&hidl_fd);
if (hidl_fd < 0)
goto err;