qcacmn: Add legacy DP CFG items and APIs

Add the basic infra for legacy DP CFG items and the APIs to be used from
other components.

Change-Id: Iec1718f0a93fcb91061892b96ae6ae88174df9ee
CRs-Fixed: 2328481
This commit is contained in:
jitiphil
2018-10-05 19:54:04 +05:30
committed by nshrivas
parent 425a31e080
commit 60ac9aa036
8 changed files with 174 additions and 11 deletions

View File

@@ -182,6 +182,8 @@ struct cdp_cmn_ops {
void (*txrx_set_privacy_filters)
(struct cdp_vdev *vdev, void *filter, uint32_t num);
uint32_t (*txrx_get_cfg)(void *soc, enum cdp_dp_cfg cfg);
/********************************************************************
* Data Interface (B Interface)
********************************************************************/