qcacmn: Replace target related feature values with INI parameters

Introduce INI parameters to fetch feature related values based on target
type and add CDP interface to get dp INI parameters to control path

Change-Id: Id6a3f409106eb7dc01b08a3f1ec00dbe7efc359f
This commit is contained in:
Akshay Kosigi
2018-09-03 21:42:27 +05:30
committed by nshrivas
szülő 169fce61ef
commit a4f6e173c1
7 fájl változott, egészen pontosan 138 új sor hozzáadva és 7 régi sor törölve

Fájl megtekintése

@@ -366,6 +366,9 @@ struct cdp_cmn_ops {
int (*txrx_classify_update)
(struct cdp_vdev *vdev, qdf_nbuf_t skb,
enum txrx_direction, struct ol_txrx_nbuf_classify *nbuf_class);
bool (*get_dp_capabilities)(struct cdp_soc_t *soc,
enum cdp_capabilities dp_caps);
};
struct cdp_ctrl_ops {