commit | 422c18cc0362eb4e0a88ef66bca98efe47dcba06 | [log] [tgz] |
---|---|---|
author | Wei Wang <wvw@google.com> | Fri Mar 29 01:14:34 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 29 01:14:34 2019 -0700 |
tree | e9254602ddcb644504772290d12c8b4912c83fcb | |
parent | fb7ad2ba14dc9817dda4adb876b486d6b9d43e51 [diff] | |
parent | 22fe9b3c9051d0dd2256d68295720e4f5729b37a [diff] |
Merge "Make ion trace point optional" am: 22fe9b3c90 Change-Id: Ia7d3fae07dd242eda5337d1f25d0eb1ee95cae9f
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;