qcacld-3.0: Cleanup SAP interface if start_bss is aborted
Currently, SAP state machine is moved to INIT state when SAP start is aborted due to timeout or SSR. SAP is not cleaned up in such cases as eWNI_SME_STOP_BSS_REQ (which further issues vdev down and cleanup the peers properly) is not sent to below layers(firmware). Replace qdf_wait_for_event_completion to wait_for_completion_timeout in start_bss which will wait till the normal operation execute irrespective of firmware state/SSR. Change-Id: Ifff2ca9658769cb1145f1c5cb278cd7551cb8c00 CRs-Fixed: 3058550
Loading
Please register or sign in to comment