summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorAbhinav Kumar <abhikuma@codeaurora.org>2018-10-01 15:45:53 +0530
committerAbhinav Kumar <abhikuma@codeaurora.org>2018-10-01 15:46:42 +0530
commit2e869b1cdcb34ba64ea8cfcd39eafa945a8070b0 (patch)
treea3fe2316ea9344418e17556abaae363bcb2f54d8 /scripts/stackusage
parentec11f86855c3da4cdcba10dbeeea06e19305dac7 (diff)
qcacld-3.0: Possible use of un-initialized var while changing interface
Currently, driver calls hdd_alloc_station_adapter to initialize the completion variables for a particular adapter only if mode of interface is STA or P2P. In case when driver changes its STA + SAP mode to STA + STA mode by calling hdd_open_concurrent_interface, driver is not able to initialize init_completion variable for new STA interface. So while processing fw commands (for new STA interface) which uses completion variables, driver leads to the use of uninitialized variables issue. Create new function cmn_init_completion to initialize completion variables for all interfaces while opening the HDD adapter. Change-Id: Iae8ec1a86dd4084c9f5b39ec0d90e16182212df9 CRs-Fixed: 2288919
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions