qcacld-3.0: Clean up code for sme apis
Clean up code for sme_get_valid_channels() and sme_get_roam_intra_band() apis and replace it with ucfg api. Change-Id: Ic2f07e2193186d1e1ac81f6e5909417c10ab9c89 CRs-Fixed: 3335898
此提交包含在:
@@ -4932,4 +4932,19 @@ ucfg_mlme_get_sr_enable_modes(struct wlan_objmgr_psoc *psoc,
|
||||
*val = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* ucfg_mlme_get_valid_channels - get valid channels for
|
||||
* current regulatory domain
|
||||
* @psoc: pointer to psoc object
|
||||
* @ch_freq_list: list of the valid channel frequencies
|
||||
* @list_len: length of the channel list
|
||||
*
|
||||
* This function will get valid channels for current regulatory domain
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS or non-zero on failure
|
||||
*/
|
||||
QDF_STATUS
|
||||
ucfg_mlme_get_valid_channels(struct wlan_objmgr_psoc *psoc,
|
||||
uint32_t *ch_freq_list, uint32_t *list_len);
|
||||
#endif /* _WLAN_MLME_UCFG_API_H_ */
|
||||
|
新增問題並參考
封鎖使用者