qcacld-3.0: Cleanup usage of csr_roam_profile in SAP module

Remove the usage of csrPersona from csr_roam_profile
and the unused wlan_sap_get_roam_profile function.

Change-Id: Ic7621c5e178a141b7e6e9d820d71fadfbff071ed
CRs-Fixed: 2998988
This commit is contained in:
Surya Prakash Sivaraj
2021-07-23 21:14:11 +05:30
committed by Madan Koyyalamudi
parent 31992e3438
commit 6fb7b93c61
3 changed files with 2 additions and 29 deletions

View File

@@ -1239,16 +1239,6 @@ QDF_STATUS wlansap_set_dfs_preferred_channel_location(mac_handle_t mac_handle);
QDF_STATUS wlansap_set_dfs_target_chnl(mac_handle_t mac_handle,
uint32_t target_chan_freq);
/**
* wlan_sap_get_roam_profile() - Returns sap roam profile.
* @sap_ctx: Pointer to Sap Context.
*
* This function provides the SAP roam profile.
*
* Return: SAP RoamProfile
*/
struct csr_roam_profile *wlan_sap_get_roam_profile(struct sap_context *sap_ctx);
/**
* wlan_sap_get_phymode() - Returns sap phymode.
* @sap_ctx: Pointer to Sap Context.