qcacmn: Add INI support for Lithium DP configuration items

The current Lithium DP configuration items are hard
code and cannot be configured for different values
without rebuilding the driver

Add the INI configurability option for the Lithium
DP config parameters

Change-Id: I30012903ccb0654bdff706beff80655313aca289
CRs-Fixed: 2246404
This commit is contained in:
Vivek
2018-07-25 22:05:04 +05:30
committed by nshrivas
orang tua 919ecb00a7
melakukan 126db5db3f
5 mengubah file dengan 967 tambahan dan 217 penghapusan

Melihat File

@@ -24,9 +24,11 @@
#define __CFG_CONVERGED_H
#include <wlan_scan_cfg.h>
#include "cfg_dp.h"
#define CFG_CONVERGED_ALL \
CFG_SCAN_ALL
CFG_SCAN_ALL \
CFG_DP
#endif /* __CFG_CONVERGED_H */