summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/lists.py
diff options
context:
space:
mode:
authorSrinivas Dasari <dasaris@codeaurora.org>2019-10-10 18:37:24 +0530
committernshrivas <nshrivas@codeaurora.org>2019-10-30 06:24:20 -0700
commit8713fbfa04bbf8239a77755d13f6d3481cb4847f (patch)
treeff31a316452d4dd2e23ade4e398cb4baf5084dfc /scripts/gdb/linux/lists.py
parentdd0221e946e03e493c76ce7edf3ae99d0db508b6 (diff)
qcacld-3.0: Clear PTK and GTK install flags in disconnect handler
PTK and GTK are installed to firmware and installation status of each key is maintained in driver. Data transmission is allowed only if both the keys are installed. Currently these flags are getting cleared after installing both ptk and gtk to firmware. But if one key is installed and the other key is not installed due to some reason(e.g. connection abort), corresponding status is not cleared and being referred in the next connection attempt. This is causing the data transmission to happen from driver to firmware after installing GTK before installing PTK, as the ptk_installed from previous connection is still set. This is not allowed by firmware and issues an assertion. PTK and GTK are invalid once the station disconnects. So reset the flags as part of connection info cleanup. Reset the flags before issuing connection also to avoid usage of previous connect status or garbage values. Change-Id: I8fa7bd0a15eab2fed80f050e77df3554d0f1b73a CRs-Fixed: 2542785
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions