浏览代码

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 年之前
父节点
当前提交
2f35318e60
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 */