Merge "Bug fix in wifi_hidl_test_utils"

This commit is contained in:
Treehugger Robot
2019-11-15 03:03:11 +00:00
committed by Gerrit Code Review

View File

@@ -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;
}