commit | 384fcd1eb226f8d5762127be8ccf6d5d5b2a99d5 | [log] [tgz] |
---|---|---|
author | Xusong Wang <xusongw@google.com> | Wed Mar 20 15:02:22 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Mar 20 15:02:22 2019 -0700 |
tree | 3296b24a418b11db27655fc7395cb52cee77b039 | |
parent | 23b126f4d1e3f25434477166688249263917ae49 [diff] | |
parent | 0237edd14473b6879e9099afc0059e037c0708c6 [diff] |
Skip OUTPUT_INSUFFICIENT_SIZE test for zero-sized output. am: 0237edd144 Change-Id: Id4bb88abf59778144eec98f6af1bc117e041092c
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;