commit | 40ad986eab60f3eb73039debaa24912028c699f0 | [log] [tgz] |
---|---|---|
author | Michael K. Sanders <mks@google.com> | Tue Dec 18 16:32:52 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 18 16:32:52 2018 -0800 |
tree | b255cc3ac8be83caf9b6e158519cf52f92ee27fd | |
parent | b41f01dd71216cce25c08989f612d780ef1ff59e [diff] | |
parent | aac609d9bcea2d902c3528b5b7cbcc1f68edbde0 [diff] |
Fixes VTS test failures. am: 2a0101203f am: aac609d9bc Change-Id: I09cca4cbc91a0195f4b4b09b2ff5367ea593e2eb
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;