commit | 1d58b00848873fc74caed32f5661c4cfbbe0b652 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Mar 08 15:51:00 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 08 15:51:00 2019 -0800 |
tree | cd90ed80a61128fc3744e8cc3a28c9705e7b77a2 | |
parent | f6bdc6a9834869526ffca49b0c6effdc9a839701 [diff] | |
parent | 7b303e1670a88c5b459822998521d8e55b3e0ab4 [diff] |
Fix "tranpose" typo. am: 7b303e1670 Change-Id: I5ff315f65eded19f72fb300849eccf199b624766
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;