Przeglądaj źródła

qcacld-3.0: In SAP mode, use thermal cfg cmd string similar to STA

In SAP mode use thermal cfg cmd string similar to STA, as
"set_thermal_cfg"

CRs-Fixed: 2542936
Change-Id: I2449f880c7254dcd4abe79e2c896e48edbc6b107
Visweswara Tanuku 5 lat temu
rodzic
commit
2f35318e60
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/hdd/src/wlan_hdd_hostapd_wext.c

+ 1 - 1
core/hdd/src/wlan_hdd_hostapd_wext.c

@@ -3057,7 +3057,7 @@ static const struct iw_priv_args hostapd_private_args[] = {
 	{
 		WE_SET_THERMAL_THROTTLE_CFG,
 		IW_PRIV_TYPE_INT | MAX_VAR_ARGS,
-		0, "setThermalCfg"
+		0, "set_thermal_cfg"
 	}
 	,
 #endif /* FW_THERMAL_THROTTLE_SUPPORT */