1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/6.7/package/kernel/ath10k-ct/patches/999-fix-6.7.0-compilation.patch

12 lines
299 B
Diff
Raw Normal View History

--- a/ath10k-6.4/debug.c 2023-12-22 20:15:58.689480802 +0100
+++ b/ath10k-6.4/debug.c 2023-12-22 20:16:29.156946389 +0100
@@ -3961,7 +3961,7 @@
buf[buf_size] = '\0';
- if (strtobool(buf, &val) != 0)
+ if (kstrtobool(buf, &val) != 0)
return -EINVAL;
ar->debug.use_ofdm_peak_power = val;