diff options
| -rw-r--r-- | core/sap/src/sap_fsm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sap/src/sap_fsm.c b/core/sap/src/sap_fsm.c index aca25fd7a45d..aa8e5c6e4145 100644 --- a/core/sap/src/sap_fsm.c +++ b/core/sap/src/sap_fsm.c @@ -3991,6 +3991,7 @@ static QDF_STATUS sap_fsm_state_dfs_cac_wait(ptSapContext sap_ctx, continue; /* SAP to be moved to DISCONNECTING state */ t_sap_ctx->sapsMachine = eSAP_DISCONNECTING; + t_sap_ctx->is_chan_change_inprogress = true; /* * eSAP_DFS_CHANNEL_CAC_RADAR_FOUND: * A Radar is found on current DFS Channel |
