qcacld-3.0: Use updated dfs public function
Dfs public function are renamed to have utils_ prefix, make sure to call new dfs public API's. Change-Id: Ib36ebb6ca4d3838c5e7468e22f6dd5182a0a08e0 CRs-Fixed: 2124373
This commit is contained in:

کامیت شده توسط
Nandini Suresh

والد
83955108bb
کامیت
4549efa73b
@@ -3976,7 +3976,7 @@ static __iw_softap_getparam(struct net_device *dev,
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
dfs_print_nol_channels(pdev);
|
||||
utils_dfs_print_nol_channels(pdev);
|
||||
}
|
||||
break;
|
||||
|
||||
|
@@ -922,7 +922,7 @@ static inline void sap_event_init(ptWLAN_SAPEvent sapEvent)
|
||||
**/
|
||||
static uint8_t sap_random_channel_sel(struct sap_context *sap_ctx)
|
||||
{
|
||||
int ch;
|
||||
uint8_t ch;
|
||||
uint8_t ch_wd;
|
||||
struct wlan_objmgr_pdev *pdev = NULL;
|
||||
tHalHandle hal;
|
||||
@@ -964,7 +964,7 @@ static uint8_t sap_random_channel_sel(struct sap_context *sap_ctx)
|
||||
acs_info.acs_mode = sap_ctx->acs_cfg->acs_mode;
|
||||
acs_info.start_ch = sap_ctx->acs_cfg->start_ch;
|
||||
acs_info.end_ch = sap_ctx->acs_cfg->end_ch;
|
||||
if (QDF_IS_STATUS_ERROR(dfs_get_random_channel(
|
||||
if (QDF_IS_STATUS_ERROR(utils_dfs_get_random_channel(
|
||||
pdev, 0, ch_params, &hw_mode, &ch, &acs_info))) {
|
||||
/* No available channel found */
|
||||
QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_ERROR,
|
||||
|
@@ -2556,7 +2556,7 @@ QDF_STATUS wlansap_set_dfs_nol(struct sap_context *sap_ctx,
|
||||
"%s: null pdev", __func__);
|
||||
return QDF_STATUS_E_FAULT;
|
||||
}
|
||||
dfs_clear_nol_channels(pdev);
|
||||
utils_dfs_clear_nol_channels(pdev);
|
||||
} else if (conf == eSAP_DFS_NOL_RANDOMIZE) {
|
||||
QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_ERROR,
|
||||
"%s: Randomize the DFS NOL", __func__);
|
||||
|
مرجع در شماره جدید
Block a user