|
@@ -993,15 +993,6 @@ lim_process_mlm_disassoc_req_ntf(struct mac_context *mac_ctx,
|
|
|
|
|
|
}
|
|
|
break;
|
|
|
- case eLIM_AP_ROLE:
|
|
|
- case eLIM_P2P_DEVICE_GO:
|
|
|
- if (true ==
|
|
|
- mac_ctx->sap.SapDfsInfo.is_dfs_cac_timer_running) {
|
|
|
- pe_err("CAC timer is running, drop disassoc from going out");
|
|
|
- mlm_disassoccnf.resultCode = eSIR_SME_SUCCESS;
|
|
|
- goto end;
|
|
|
- }
|
|
|
- break;
|
|
|
default:
|
|
|
break;
|
|
|
} /* end switch (GET_LIM_SYSTEM_ROLE(session)) */
|
|
@@ -1362,16 +1353,6 @@ lim_process_mlm_deauth_req_ntf(struct mac_context *mac_ctx,
|
|
|
goto end;
|
|
|
}
|
|
|
break;
|
|
|
- case eLIM_AP_ROLE:
|
|
|
- case eLIM_P2P_DEVICE_GO:
|
|
|
- if (true ==
|
|
|
- mac_ctx->sap.SapDfsInfo.is_dfs_cac_timer_running) {
|
|
|
- pe_err("CAC timer is running, drop disassoc from going out");
|
|
|
- mlm_deauth_cnf.resultCode = eSIR_SME_SUCCESS;
|
|
|
- goto end;
|
|
|
- }
|
|
|
- break;
|
|
|
-
|
|
|
default:
|
|
|
break;
|
|
|
} /* end switch (GET_LIM_SYSTEM_ROLE(session)) */
|