diff options
author | Karthikeyan Kathirvel <[email protected]> | 2022-12-06 00:51:25 +0530 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2022-12-08 20:01:04 +0200 |
commit | d45daa6d1a8da080f1b516c570a8428a7b9225e4 (patch) | |
tree | 2837dd1131733d78e8749e462ffddada09204be4 /tools/perf/scripts/python/libxed.py | |
parent | f099c5c9e2ba08a379bd354a82e05ef839ae29ac (diff) |
wifi: ath11k: Fix scan request param frame size warning
Following warning was observed
drivers/net/wireless/ath/ath11k/mac.c:2351:1: warning: the frame
size of 1184 bytes is larger than 1024 bytes [-Wframe-larger-than=]
A local variable is declared with a size larger than 1024 bytes
this causing a compilation warning. Change the local variable to
heap memory to fix the warning.
Tested-on: IPQ8074 AHB WLAN.HK.2.7.0.1-01701-QCAHKSWPL_SILICONZ-1 v2
Signed-off-by: Karthikeyan Kathirvel <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions