summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorYeshwanth Sriram Guntuka <ysriramg@codeaurora.org>2018-07-31 18:28:32 +0530
committernshrivas <nshrivas@codeaurora.org>2018-08-14 09:29:29 -0700
commit9f1f4e35791b0df5a80f6c8eeb3cb307ff878139 (patch)
treea86cde997da20c881f51b1148cd47d070173cd14 /tools/perf/scripts/python
parent1e32c8938a628577e17f61d25db61793826a5d09 (diff)
qcacld-3.0: Avoid queuing multiple WM status change cmd for same peer
In SAP mode, one peer sends multiple deauth frames which results in queuing multiple WM status change cmd which is added at head of queue. WM status change cmd is added at head of queue for other peers which results in delay in processing the cmd for first peer. The WM status cmd is processed and peer is deleted and connection is initiated by the same peer. The remaining WM status change cmd is now processed and del_sta is triggered. On receiving del_sta response, cleanup_trigger in sta_ds is checked and eWNI_SME_DISASSOC_RSP message is posted to SME instead of eWNI_SME_DISCONNECT_DONE_IND since the sta_ds entry is added newly. This will result in active command timeout since WM status change cmd is not removed from active queue. Fix is to drop deauth or disassoc frame after the first one is processed and use normal priority to queue WM status change cmd. Change-Id: Ib87fa7496d4adb6e25c30de657ce62101ca6f263 CRs-Fixed: 2291442
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions