diff options
| author | Min Liu <minliu@codeaurora.org> | 2018-11-02 13:48:32 +0800 |
|---|---|---|
| committer | Min Liu <minliu@codeaurora.org> | 2018-11-02 15:44:07 +0800 |
| commit | aeb74c9fe8c4bfc109bc3f1a742b1ddf313eb424 (patch) | |
| tree | eef24f89ba1622123992a060002db8fe6dd48615 /tools/perf/scripts | |
| parent | b129d024878f9bf05884692ca6fcbaee9a0823b7 (diff) | |
qcacld-2.0: Fix connState while processing disconnect from stop adapter
propagation from qcacld-3.0 to qcacld-2.0
If driver receive stop adapter when STA is in connecting state, driver
queue a disconnect command without changing the connState of the STA.
Now even if the disconnect is in progress the connState indicate that
the connection is in progress. This may lead to sync issues between HDD
and SME.
Fix is to set the connState to disconnecting so that HDD indicate
proper state.
If driver is removing while STA is in connected state, disconnect
is not happening because hdd context validation will not be success
while driver unload is in progress.
To address this issue, remove validation of hdd context in
wlan_hdd_disconnect to allow disconnection while driver unload
is in progress.
Change-Id: Ib9d607ad2ab05e5edc266e59516b4ae2b7668c78
CRs-Fixed: 2343954
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions
