Loading wifi/1.4/default/wifi_legacy_hal.cpp +3 −4 Original line number Diff line number Diff line Loading @@ -824,11 +824,10 @@ wifi_error WifiLegacyHal::setLatencyMode(const std::string& iface_name, mode); } wifi_error WifiLegacyHal::setThermalMitigationMode( const std::string& iface_name, wifi_thermal_mode mode, wifi_error WifiLegacyHal::setThermalMitigationMode(wifi_thermal_mode mode, uint32_t completion_window) { return global_func_table_.wifi_set_thermal_mitigation_mode( getIfaceHandle(iface_name), mode, completion_window); global_handle_, mode, completion_window); } std::pair<wifi_error, uint32_t> WifiLegacyHal::getLoggerSupportedFeatureSet( Loading wifi/1.4/default/wifi_legacy_hal.h +1 −2 Original line number Diff line number Diff line Loading @@ -259,8 +259,7 @@ class WifiLegacyHal { virtual wifi_error resetTxPowerScenario(const std::string& iface_name); wifi_error setLatencyMode(const std::string& iface_name, wifi_latency_mode mode); wifi_error setThermalMitigationMode(const std::string& iface_name, wifi_thermal_mode mode, wifi_error setThermalMitigationMode(wifi_thermal_mode mode, uint32_t completion_window); // Logger/debug functions. std::pair<wifi_error, uint32_t> getLoggerSupportedFeatureSet( Loading Loading
wifi/1.4/default/wifi_legacy_hal.cpp +3 −4 Original line number Diff line number Diff line Loading @@ -824,11 +824,10 @@ wifi_error WifiLegacyHal::setLatencyMode(const std::string& iface_name, mode); } wifi_error WifiLegacyHal::setThermalMitigationMode( const std::string& iface_name, wifi_thermal_mode mode, wifi_error WifiLegacyHal::setThermalMitigationMode(wifi_thermal_mode mode, uint32_t completion_window) { return global_func_table_.wifi_set_thermal_mitigation_mode( getIfaceHandle(iface_name), mode, completion_window); global_handle_, mode, completion_window); } std::pair<wifi_error, uint32_t> WifiLegacyHal::getLoggerSupportedFeatureSet( Loading
wifi/1.4/default/wifi_legacy_hal.h +1 −2 Original line number Diff line number Diff line Loading @@ -259,8 +259,7 @@ class WifiLegacyHal { virtual wifi_error resetTxPowerScenario(const std::string& iface_name); wifi_error setLatencyMode(const std::string& iface_name, wifi_latency_mode mode); wifi_error setThermalMitigationMode(const std::string& iface_name, wifi_thermal_mode mode, wifi_error setThermalMitigationMode(wifi_thermal_mode mode, uint32_t completion_window); // Logger/debug functions. std::pair<wifi_error, uint32_t> getLoggerSupportedFeatureSet( Loading