qcacld-3.0: Add param for OCL mode configuration
Currently there is no provision to configure OCL mode in FW during driver bootup. To enable this configuration add a new INI configuration parameter gOclCfg. Change-Id: I87c9131f5395c394f745e0170f0d9b3d1571d030 CRs-Fixed: 2644312
这个提交包含在:
@@ -2348,6 +2348,14 @@ QDF_STATUS sme_set_sar_power_limits(mac_handle_t mac_handle,
|
||||
*/
|
||||
QDF_STATUS sme_send_coex_config_cmd(struct coex_config_params *coex_cfg_params);
|
||||
|
||||
/**
|
||||
* sme_send_ocl_cmd() - Send OCL command
|
||||
* @ocl_params: OCL command params
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS sme_send_ocl_cmd(struct ocl_cmd_params *ocl_params);
|
||||
|
||||
void sme_set_cc_src(mac_handle_t mac_handle, enum country_src);
|
||||
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户