commit | 3621ede6603e73d9f28511fa046416e2b3aeab71 | [log] [tgz] |
---|---|---|
author | Min Liu <minliu@codeaurora.org> | Wed Nov 07 18:36:00 2018 +0800 |
committer | nshrivas <nshrivas@codeaurora.org> | Mon Feb 25 18:43:37 2019 -0800 |
tree | f95f506a36d4ae67dcef1da94389d446d740c7f8 | |
parent | acb10483fcc17b984cf8dd767d4978ac25763b48 [diff] |
qcacld-3.0: Clean up local variable of csr_roam_info In some functions, the structure csr_roam_info is declared as local variable. Given its size is large, adding fields in this structure will easily break the 2K limit check of stack size. Allocate this structure in heap instead of declaring it as local variable. Change-Id: I78980b0816d464f4d9951cf0b7b0f5a15d8985b4 CRs-Fixed: 2396867