diff --git a/core/hdd/src/wlan_hdd_hostapd.c b/core/hdd/src/wlan_hdd_hostapd.c index 6f4b6ea1b31ca..42d3f04b85d93 100644 --- a/core/hdd/src/wlan_hdd_hostapd.c +++ b/core/hdd/src/wlan_hdd_hostapd.c @@ -1824,6 +1824,9 @@ QDF_STATUS hdd_hostapd_sap_event_cb(struct sap_event *sap_event, qdf_atomic_set(&adapter->ch_switch_in_progress, 0); wlansap_get_dfs_ignore_cac(mac_handle, &ignoreCAC); + if (!policy_mgr_get_dfs_master_dynamic_enabled( + hdd_ctx->psoc, adapter->vdev_id)) + ignoreCAC = true; /* DFS requirement: DO NOT transmit during CAC. */ if (CHANNEL_STATE_DFS !=