qcacmn: Remove code relating to ocl_cfg

As part of removing gOclCfg ini, remove code used for it that is
no longer needed.

Change-Id: I00c32988cb3b852381be9810377aeefdd22454db
CRs-Fixed: 2791469
This commit is contained in:
Alan Chen
2020-10-05 14:42:06 -07:00
committed by snandini
parent 936ca8fe36
commit bc0d7713ed
5 changed files with 0 additions and 79 deletions

View File

@@ -1009,10 +1009,6 @@ QDF_STATUS (*send_process_del_periodic_tx_ptrn_cmd)(wmi_unified_t wmi_handle,
QDF_STATUS (*send_set_auto_shutdown_timer_cmd)(wmi_unified_t wmi_handle,
uint32_t timer_val);
QDF_STATUS
(*send_ocl_cmd)(wmi_unified_t wmi_handle,
struct ocl_cmd_params *param);
#ifdef WLAN_FEATURE_NAN
QDF_STATUS (*send_nan_req_cmd)(wmi_unified_t wmi_handle,
struct nan_msg_params *nan_req);