Loading
qcacld-3.0: Process SIR_LIM_ADDTS_RSP_TIMEOUT command in defer state
qcacld-2.0 to qcacld-3.0 propagation If ADDTS response timer is fired because of not receiving ADDTS RSP within time then this timer handler posts SIR_LIM_ADDTS_RSP_TIMEOUT command to LIM. But if deferring is enabled(say due to processing any action frame) then SIR_LIM_ADDTS_RSP_TIMEOUT command will be added to defer queue and as gLimAddtsSent is set to TRUE, including this command all other defer commands will never be processed. This may lead to active command timeout. Hence process SIR_LIM_ADDTS_RSP_TIMEOUT command in defer state. Change-Id: I48f09a7fd560702ac7701e0a1a41c77ad94626d4 CRs-Fixed: 919490