qcacld-3.0: Rename pmo_ucfg_* APIs to ucfg_pmo_* APIs
Rename pmo_ucfg_* APIs to ucfg_pmo_* to match existing naming convention for component ucfg APIs. Change-Id: I9fba71ee5d5cf6428f043c7d7782ef585951e059 CRs-Fixed: 2140474
This commit is contained in:
@@ -31,13 +31,13 @@
|
||||
#include "wlan_pmo_pkt_filter.h"
|
||||
#include "wlan_pmo_hw_filter.h"
|
||||
|
||||
QDF_STATUS pmo_ucfg_get_psoc_config(struct wlan_objmgr_psoc *psoc,
|
||||
QDF_STATUS ucfg_pmo_get_psoc_config(struct wlan_objmgr_psoc *psoc,
|
||||
struct pmo_psoc_cfg *psoc_cfg)
|
||||
{
|
||||
return pmo_core_get_psoc_config(psoc, psoc_cfg);
|
||||
}
|
||||
|
||||
QDF_STATUS pmo_ucfg_update_psoc_config(struct wlan_objmgr_psoc *psoc,
|
||||
QDF_STATUS ucfg_pmo_update_psoc_config(struct wlan_objmgr_psoc *psoc,
|
||||
struct pmo_psoc_cfg *psoc_cfg)
|
||||
{
|
||||
return pmo_core_update_psoc_config(psoc, psoc_cfg);
|
||||
|
Reference in New Issue
Block a user