qcacld-3.0: Rename pmo_ucfg_* APIs to ucfg_pmo_* APIs
Rename pmo_ucfg_* API to ucfg_pmo_* to match existing naming convention for component ucfg APIs. Change-Id: I59491eff038709a883efb527168159a7e9e2ba2a CRs-Fixed: 2145088
This commit is contained in:
@@ -52,12 +52,12 @@ bool ucfg_pmo_is_ap_mode_supports_arp_ns(struct wlan_objmgr_psoc *psoc,
|
||||
bool ucfg_pmo_is_vdev_connected(struct wlan_objmgr_vdev *vdev);
|
||||
|
||||
/**
|
||||
* pmo_ucfg_is_vdev_supports_offload() - check offload is supported on vdev
|
||||
* ucfg_pmo_is_vdev_supports_offload() - check offload is supported on vdev
|
||||
* @vdev: objmgr vdev
|
||||
*
|
||||
* Return: true in case success else false
|
||||
*/
|
||||
bool pmo_ucfg_is_vdev_supports_offload(struct wlan_objmgr_vdev *vdev);
|
||||
bool ucfg_pmo_is_vdev_supports_offload(struct wlan_objmgr_vdev *vdev);
|
||||
|
||||
/**
|
||||
* ucfg_pmo_get_psoc_config(): API to get the psoc user configurations of pmo
|
||||
|
مرجع در شماره جدید
Block a user