commit | 4f5e5c416b80dac2c69ae991b91b26d06cafacb7 | [log] [tgz] |
---|---|---|
author | Xusong Wang <xusongw@google.com> | Tue Jan 29 17:53:45 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 29 17:53:45 2019 -0800 |
tree | c66c50c7de0296c142a487805ae610381f5f6fae | |
parent | b03498e0af6a1bee24fd3c0cb699c2ec1257d034 [diff] | |
parent | 9b43fc7c7c017d694f1662d516e1796ce5685f69 [diff] |
Implement NN HAL for compilation caching. am: fc67805f4a am: 9b43fc7c7c Change-Id: I7ff19d15701ee74b6f6c89930c4416cc80e42828
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;