commit | ce845230289c5f7c963f8be1f6d1c2f657dcc1d6 | [log] [tgz] |
---|---|---|
author | Michael K. Sanders <mks@google.com> | Thu Jan 10 11:48:42 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 10 11:48:42 2019 -0800 |
tree | 7606d54dfaeec065cd33aebe9797e707648a1dd0 | |
parent | 4f006296f3aeb2d795e18c17312088fd828739c1 [diff] | |
parent | d28d569c0e1cd92e407cb1b882db034277d47928 [diff] |
Adds float16 support for RANDOM_MULTINOMIAL. am: 41e6732a66 am: d28d569c0e Change-Id: I6b3e3bff12af2bab044702dfb6655a3b92d0873b
diff --git a/wifi/1.2/default/wifi_legacy_hal.cpp b/wifi/1.2/default/wifi_legacy_hal.cpp index 55ec96d..375204c 100644 --- a/wifi/1.2/default/wifi_legacy_hal.cpp +++ b/wifi/1.2/default/wifi_legacy_hal.cpp
@@ -550,7 +550,6 @@ } // Fall through if failed. Failure to retrieve cached scan // results should trigger a background scan failure. - [[fallthrough]]; case WIFI_SCAN_FAILED: on_failure_user_callback(id); on_gscan_event_internal_callback = nullptr;