commit | 2688f8fbfbf652eb849fdbd351d8e5e4e3cf2ff1 | [log] [tgz] |
---|---|---|
author | Xusong Wang <xusongw@google.com> | Fri Mar 22 15:16:03 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 22 15:16:03 2019 -0700 |
tree | 4253021e3f449b8a3de57d9003230501a5f3532a | |
parent | de5183ff14f7346491b9ede980888ef6ae9dda76 [diff] | |
parent | ed0822bc780d3c86418fb55a37d70cdcddfc52a6 [diff] |
Fix caching interface according to vendor feedback. am: ed0822bc78 Change-Id: I239c9b30560a965610c89ad01e2c80c4553b1166
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;