qcacmn: Enable CFG INI/NON INI Logging

Enable CFG INI/NON INI logging

CRs-Fixed: 2425069
Change-Id: I21cbcc5f88cc0099dc593113f1d346e188d70f58
This commit is contained in:
Sandeep Puligilla
2019-04-02 12:24:52 -07:00
committed by nshrivas
parent 05f70da365
commit 41696b3a10
3 changed files with 78 additions and 1 deletions

View File

@@ -173,6 +173,14 @@ QDF_STATUS cfg_parse_to_psoc_store(struct wlan_objmgr_psoc *psoc,
*/
QDF_STATUS cfg_parse_to_global_store(const char *path);
/**
* cfg_ucfg_store_print() prints the cfg ini/non ini logs
* @psoc: psoc
*
* Return: QDF_STATUS
*/
QDF_STATUS ucfg_cfg_store_print(struct wlan_objmgr_psoc *psoc);
/**
* cfg_get() - lookup the configured value for @id from @psoc
* @psoc: The psoc from which to lookup the configured value