commit | a83d57a58f38837157df6bfa1c55f6d436682b0a | [log] [tgz] |
---|---|---|
author | Lev Proleev <levp@google.com> | Wed Feb 13 07:10:44 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 13 07:10:44 2019 -0800 |
tree | 2efea8ef74e367e0d6285934038b6c130aa6e84c | |
parent | a5f3c58af7b7ee731d4ea48b87d1caabef9baa14 [diff] | |
parent | af809a4a1289d4c995873880e6f4556f474c89ab [diff] |
Fix VTS tests. am: dce38f1364 am: af809a4a12 Change-Id: I602b4e4352551d967ae52661a9c9cb53c5e506a7
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;