qcacld-3.0: Migrate PCL API to policy manager
Currently, the APIs related to setting the preferred channel list is in the SME module. Move these APIs to the policy manager so they can be accessed from non-legacy modules. Change-Id: Icc487dd2a0014e59db9c2df729b875f58e3e975e CRs-fixed: 2766863
这个提交包含在:
@@ -1302,6 +1302,14 @@ ucfg_mlme_set_lfr_enabled(struct wlan_objmgr_psoc *psoc, bool val);
|
||||
QDF_STATUS
|
||||
ucfg_mlme_is_roam_prefer_5ghz(struct wlan_objmgr_psoc *psoc, bool *val);
|
||||
|
||||
/**
|
||||
* ucfg_mlme_is_roam_intra_band() - Get the preference to roam within band
|
||||
* @psoc: pointer to psoc object
|
||||
*
|
||||
* Return: True if vdev should roam within band, false otherwise
|
||||
*/
|
||||
bool ucfg_mlme_is_roam_intra_band(struct wlan_objmgr_psoc *psoc);
|
||||
|
||||
/**
|
||||
* ucfg_mlme_set_roam_intra_band() - Set roam intra modes
|
||||
* @psoc: pointer to psoc object
|
||||
|
在新工单中引用
屏蔽一个用户