diff options
author | Robert Marko <robimarko@gmail.com> | 2021-11-29 12:46:54 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-29 21:48:03 +0100 |
commit | 040c02497c56c17d8cf04f9b8b535967d7c3b10e (patch) | |
tree | 14179d4b41207d1a801c9da013722ed4b3751efe /package/kernel/mac80211 | |
parent | 22f85d63cf47450604c0256b332942e845b1079f (diff) | |
download | upstream-040c02497c56c17d8cf04f9b8b535967d7c3b10e.tar.gz upstream-040c02497c56c17d8cf04f9b8b535967d7c3b10e.tar.bz2 upstream-040c02497c56c17d8cf04f9b8b535967d7c3b10e.zip |
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>
Diffstat (limited to 'package/kernel/mac80211')
0 files changed, 0 insertions, 0 deletions