commit | b14275780c1ebeb7c4d5bbe685327ea7594439c3 | [log] [tgz] |
---|---|---|
author | Rich Cannings <richc@google.com> | Thu Nov 29 00:17:17 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Nov 29 00:17:17 2018 -0800 |
tree | ce98ab3cd993caa5af439804c5a2575c4735da5c | |
parent | 543fcb0f47683c858ef1ad7df6b9883337b4da2e [diff] | |
parent | 8d208ccb559e713412cc24764633ce57968bc30f [diff] |
Use BoringSSL to get random bytes am: ac1636ce54 am: 8d208ccb55 Change-Id: I54151708441fd75f0f126cfd2adce2c59f13b293
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;