ath10k-ct: add patch fixing compilation warning for debug level
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 6 May 2023 13:41:21 +0000 (15:41 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 12 May 2023 01:15:37 +0000 (03:15 +0200)
commit5180469394d487b16c3c4756c9bb0a92e94853df
tree197a4e52033bdec68ce92d428b8cb18bf03f0ada
parent3e9c471525328ba152ecbc8aced417e4a7c7a9c1
ath10k-ct: add patch fixing compilation warning for debug level

Add patch fixing compilation warning for debug level read.
Fix compilation warning:
/__w/openwrt/openwrt/openwrt/build_dir/target-mips-openwrt-linux-musl_musl/linux-malta_be/ath10k-ct-regular/ath10k-ct-2022-05-13-f808496f/ath10k-5.15/debug.c: In function 'ath10k_read_debug_level': /__w/openwrt/openwrt/openwrt/build_dir/target-mips-openwrt-linux-musl_musl/linux-malta_be/ath10k-ct-regular/ath10k-ct-2022-05-13-f808496f/ath10k-5.15/debug.c:1388:1: error: the frame size of 1440 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
1388 | }
| ^

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/kernel/ath10k-ct/patches/203-ath10k-ct-fix-compilation-warning-for-debug-level.patch [new file with mode: 0644]