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

@@ -363,14 +363,4 @@ struct get_arp_stats {
uint32_t vdev_id;
};
/**
* struct ocl_cmd_params - OCL command params
* @vdev_id: Virtual AP device identifier
* @en_dis_chain: enable/disable dynamic/static OCL mode
*/
struct ocl_cmd_params {
uint32_t vdev_id;
uint32_t en_dis_chain;
};
#endif /* _WMI_UNIFIED_STA_PARAM_H_ */