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

Commit e141301c 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

Change-Id: I7763cb156d3d4b9e041664c4bdeae5a03962250d
parents f437c82c 436ca924
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);
}