openwrt/package
Robert Marko 040c02497c ath10k-ct: Fix spectral scan NULL pointer
If spectral scan support is enabled then ath10k-ct will cause a NULL
pointer due to relay_open() being called with a const callback struct
which is only supported in kernel 5.11 and later.

So, simply check the kernel version and if 5.11 and newer use the const
callback struct, otherwise use the regular struct.

Fixes: 553a3ac ("ath10k-ct: use 5.15 version")
Signed-off-by: Robert Marko <robimarko@gmail.com>
2021-11-29 21:48:03 +01:00
..
base-files base-files: dont always create kernel UBI volume 2021-11-28 17:17:22 +01:00
boot uboot-omap: Remove omap3_overo configuration 2021-11-28 22:26:27 +01:00
devel gdb: Make only full gdb depend on libgmp 2021-11-07 18:32:21 +01:00
firmware ipq40xx: Add support for Teltonika RUTX10 2021-11-28 18:39:01 +01:00
kernel ath10k-ct: Fix spectral scan NULL pointer 2021-11-29 21:48:03 +01:00
libs gettext: remove package 2021-11-20 21:08:25 +01:00
network hostapd: add beacon_interval to get_status ubus output 2021-11-25 02:41:42 +01:00
system procd: setup /dev/stdin, /dev/stdout and /dev/stderr symlinks 2021-11-23 14:03:39 +00:00
utils f2fstools: set each library package VARIANT 2021-11-01 20:18:55 +01:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00