qcacld-3.0: Fix peer leak for peer Connected to SAP during CAC wait

During SAP stop in CAC wait time, if peer are connected to SAP,
the peers are not deleted leading to peer leak.

Fix is to continue with disconnect in lim_process_mlm_disassoc_req_ntf
and lim_process_mlm_deauth_req_ntf as lim_send_deauth_mgmt_frame
and lim_send_disassoc_mgmt_frame already have code for not sending
deauth OTA during CAC time.

Change-Id: I33580f35cbe5bf9c0558fbd6138235a2a1edc645
CRs-Fixed: 2750966
1 file changed