mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Bug fix in wifi_hidl_test_utils"
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user