Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9c17441 authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

Merge "wifi(vts): Ignore HAL stop failure" into oc-mr1-dev am: 436ca924

am: e141301c

Change-Id: I18782f03b47696e9f384b1ed035f3f527d8f60f5
parents 1be1d4aa e141301c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -206,7 +206,5 @@ bool configureChipToSupportIfaceType(const sp<IWifiChip>& wifi_chip,
void stopWifi() {
    sp<IWifi> wifi = getWifi();
    ASSERT_NE(wifi, nullptr);
    const auto status = HIDL_INVOKE(wifi, stop);
    ASSERT_TRUE((status.code == WifiStatusCode::SUCCESS) ||
                (status.code == WifiStatusCode::ERROR_NOT_AVAILABLE));
    HIDL_INVOKE(wifi, stop);
}