|
@@ -2701,6 +2701,10 @@ QDF_STATUS hdd_hostapd_sap_event_cb(struct sap_event *sap_event,
|
|
|
policy_mgr_set_chan_switch_complete_evt(hdd_ctx->psoc);
|
|
|
wlan_hdd_enable_roaming(adapter,
|
|
|
RSO_SAP_CHANNEL_CHANGE);
|
|
|
+ if (CHANNEL_STATE_DFS !=
|
|
|
+ wlan_reg_get_channel_state_for_freq(hdd_ctx->pdev,
|
|
|
+ ap_ctx->operating_chan_freq))
|
|
|
+ ap_ctx->dfs_cac_block_tx = false;
|
|
|
|
|
|
/* Check any other sap need restart */
|
|
|
if (ap_ctx->sap_context->csa_reason ==
|