commit | 1c3c9631c84ce9dfd20fdeee251ec9cfd7da5f63 | [log] [tgz] |
---|---|---|
author | Lev Proleev <levp@google.com> | Tue Dec 18 16:33:08 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 18 16:33:08 2018 -0800 |
tree | c901e9bd2473f3472e19850c8e006d1347b1d069 | |
parent | 40ad986eab60f3eb73039debaa24912028c699f0 [diff] | |
parent | b1027ef0214f4f638595185902267eefdedb7782 [diff] |
Add two missing comparison ops to HAL am: a26349a847 am: b1027ef021 Change-Id: I10661b4efb52966fc410bdfbb0e7942aab8c53c0
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;