qcacld-3.0: Remove the old SAP/CSR flow

Remove the old SAP-CSR flow for start bss, stop bss and
channel change req processing which is disabled currently
under the SAP_CP_CLEANUP macro.

Cleanup the redundant checks in the deauth, disassoc
response processing in CSR.

Change-Id: I5a360fc267688b51ca645551108b65646a3c8c1a
CRs-Fixed: 3164259
This commit is contained in:
Surya Prakash Sivaraj
2022-03-31 17:44:39 +05:30
zatwierdzone przez Madan Koyyalamudi
rodzic 66069ecbf4
commit edc56c445f
34 zmienionych plików z 84 dodań i 2661 usunięć

Wyświetl plik

@@ -693,7 +693,6 @@ struct sap_context;
* wlansap_roam_callback() - API to get the events for SAP persona
* @ctx: callback context registered with SME (sap context is registered)
* @csr_roam_info: pointer to SME CSR roam info structure
* @roam_id: roam id being used
* @roam_status: status of the event reported by SME to SAP
* @roam_result: result of the event reported by SME to SAP
*
@@ -705,7 +704,6 @@ struct sap_context;
*/
QDF_STATUS wlansap_roam_callback(void *ctx,
struct csr_roam_info *csr_roam_info,
uint32_t roam_id,
eRoamCmdStatus roam_status,
eCsrRoamResult roam_result);