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
这个提交包含在:
Bapiraju Alla
2020-03-18 10:44:32 +05:30
提交者 nshrivas
父节点 c589449c9a
当前提交 5e23b7cfd7
修改 10 个文件,包含 170 行新增1 行删除

查看文件

@@ -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);