diff --git a/umac/cmn_services/policy_mgr/inc/wlan_policy_mgr_api.h b/umac/cmn_services/policy_mgr/inc/wlan_policy_mgr_api.h index c09031a0a2..da66a3e47e 100644 --- a/umac/cmn_services/policy_mgr/inc/wlan_policy_mgr_api.h +++ b/umac/cmn_services/policy_mgr/inc/wlan_policy_mgr_api.h @@ -244,15 +244,14 @@ static inline void policy_mgr_change_sap_channel_with_csa( #endif /** - * policy_mgr_pdev_set_pcl() - SET PCL channel list and send to firmware + * policy_mgr_set_pcl_for_existing_combo() - SET PCL for existing combo * @psoc: PSOC object information - * @mode: Adapter mode + * @mode: Adapter mode * * Return: None */ -void policy_mgr_pdev_set_pcl(struct wlan_objmgr_psoc *psoc, - enum QDF_OPMODE mode); - +void policy_mgr_set_pcl_for_existing_combo(struct wlan_objmgr_psoc *psoc, + enum policy_mgr_con_mode mode); /** * policy_mgr_incr_active_session() - increments the number of active sessions * @psoc: PSOC object information diff --git a/umac/cmn_services/policy_mgr/src/wlan_policy_mgr_i.h b/umac/cmn_services/policy_mgr/src/wlan_policy_mgr_i.h index 31e90e3a64..c5a54dbd8d 100644 --- a/umac/cmn_services/policy_mgr/src/wlan_policy_mgr_i.h +++ b/umac/cmn_services/policy_mgr/src/wlan_policy_mgr_i.h @@ -423,8 +423,16 @@ void policy_mgr_pdev_set_hw_mode_cb(uint32_t status, enum policy_mgr_conn_update_reason reason, uint32_t session_id, void *context); void policy_mgr_dump_current_concurrency(struct wlan_objmgr_psoc *psoc); -void policy_mgr_set_pcl_for_existing_combo( - struct wlan_objmgr_psoc *psoc, enum policy_mgr_con_mode mode); + +/** + * policy_mgr_pdev_set_pcl() - SET PCL channel list and send to firmware + * @psoc: PSOC object information + * @mode: Adapter mode + * + * Return: None + */ +void policy_mgr_pdev_set_pcl(struct wlan_objmgr_psoc *psoc, + enum QDF_OPMODE mode); void pm_dbs_opportunistic_timer_handler(void *data); enum policy_mgr_con_mode policy_mgr_get_mode(uint8_t type, uint8_t subtype);