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

Commit 13f630ee authored by Dan Shi's avatar Dan Shi Committed by android-build-merger
Browse files

Merge "Bug fix in wifi_hidl_test_utils" am: 2bba1b32 am: 438d2791

am: bc598f54

Change-Id: I2dd09b6a722a1636ac2406258e11bf92a8ede8de
parents 81c40d7f bc598f54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ sp<IWifiRttController> getWifiRttController(const std::string& instance_name) {
    if (!wifi_chip.get()) {
        return nullptr;
    }
    sp<IWifiStaIface> wifi_sta_iface = getWifiStaIface();
    sp<IWifiStaIface> wifi_sta_iface = getWifiStaIface(instance_name);
    if (!wifi_sta_iface.get()) {
        return nullptr;
    }