|
@@ -1378,8 +1378,7 @@ QDF_STATUS wlansap_set_channel_change_with_csa(struct sap_context *sap_ctx,
|
|
|
}
|
|
|
mac_handle = MAC_HANDLE(mac);
|
|
|
|
|
|
- if (strict && !policy_mgr_is_safe_channel(
|
|
|
- mac->psoc, target_chan_freq)) {
|
|
|
+ if (!policy_mgr_is_sap_freq_allowed(mac->psoc, target_chan_freq)) {
|
|
|
sap_err("%u is unsafe channel freq", target_chan_freq);
|
|
|
return QDF_STATUS_E_FAULT;
|
|
|
}
|