summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKrunal Soni <ksoni@codeaurora.org>2018-08-21 14:54:11 -0700
committernshrivas <nshrivas@codeaurora.org>2018-09-06 17:34:48 -0700
commitaa779f8115987c66a8737b7e5f177694231580f0 (patch)
treeb7fdcce9439b611f90b5cee1e6dd3e0236658576 /tools/perf/scripts/python
parentf61fae2999ff85802c186038357e482a9b906077 (diff)
qcacld-3.0: Remove and Replace WMA_BCN_BUF_MAX_SIZE with LIM macro
Max beacon size in WMA layer is pointed by "WMA_BCN_BUF_MAX_SIZE" which is currently set to 2500 bytes and Max beacon size in PE layer is pointed by "SIR_MAX_BEACON_SIZE" which is currently set to 512 bytes. when wma_store_bcn_tmpl() gets called, this API tries to copy beacon template from LIM to WMA which can't exceed 512 bytes. To fix the issue, use SIR_MAX_BEACON_SIZE instead of WMA_BCN_BUF_MAX_SIZE CRs-Fixed: 2299791 Change-Id: I97b4c19611ec74c0702901c380bd32e866d26c8b
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions