summaryrefslogtreecommitdiff
path: root/uapi/linux/debug_linux.h
diff options
context:
space:
mode:
authorAbhishek Singh <absingh@qti.qualcomm.com>2015-12-03 16:09:38 +0530
committerSatish Singh <ssing@codeaurora.org>2015-12-28 22:20:25 -0800
commitb7b2a3b7122c2b5a835990786c2f11adc1a40cd6 (patch)
tree8b6e8e595855809f40a0f2531b70e12bea8345b6 /uapi/linux/debug_linux.h
parent82d8528bed47c87298928d27e30d92a15b582a94 (diff)
qcacld-3.0: Add disconnect to the head of sme pending command list
qcacld-2.0 to qcacld-3.0 propagation If connect is received and queued to sme pending list while scan is in progress in sme, once scan is completed, again scan is queued to get the scanned channel info with reason eCsrScanGetScanChnInfo behind connect command. Connect is executed next with scan command in pending queue. Now if disconnect is received from hdd it is also queued in sme pending cmd list behind scan. Once connect is executed the wait for key state is set and wait key timer is started. As only disconnect and set key command are allowed in wait for key state, the pending cmd queue is not executed with scan command at the head and thus the disconnect is not executed. Also as supplicant has issued disconnect, no keys will be set and pending command queue will not be processed till wait for key timer expires. If during this time unload starts all the commands including the disconnect command sme pending queue are flushed and thus no DEL BSS is sent to firmware before HAL STOP which leads to crash. To avoid this add disconnect to the head of sme pending command list so that disconnect can be processed after connect during wait for key state. Change-Id: I333e7b103ac10e368d34b5bf8b87cc360650cd50 CRs-Fixed: 930713
Diffstat (limited to 'uapi/linux/debug_linux.h')
0 files changed, 0 insertions, 0 deletions