diff --git a/core/sap/src/sap_fsm.c b/core/sap/src/sap_fsm.c index 528d4cd58d436..3a494ddba0659 100644 --- a/core/sap/src/sap_fsm.c +++ b/core/sap/src/sap_fsm.c @@ -1902,8 +1902,7 @@ static QDF_STATUS sap_cac_start_notify(mac_handle_t mac_handle) (false == sap_context->isCacStartNotified)) { /* Don't start CAC for non-dfs channel, its violation */ profile = &sap_context->csr_roamProfile; - ch_freq = wlan_reg_legacy_chan_to_freq(mac->pdev, - profile->op_freq); + ch_freq = profile->op_freq; if (!wlan_reg_is_dfs_for_freq(mac->pdev, ch_freq)) continue;