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

Commit 436ca924 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 49492831 2d6676a1
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);
}