mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add kernel 6.7 support for generic and x86_64 bases on mptcp_net-next tree
This commit is contained in:
parent
eb899ee09f
commit
b2a933513f
153 changed files with 32655 additions and 16 deletions
|
|
@ -0,0 +1,11 @@
|
|||
--- 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue