1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2023-12-23 08:41:59 +01:00
parent eb899ee09f
commit b2a933513f
153 changed files with 32655 additions and 16 deletions

View file

@ -0,0 +1,14 @@
--- a/drivers/net/wireless/ath/ath10k/pci.c 2023-12-22 19:22:13.061853464 +0100
+++ b/drivers/net/wireless/ath/ath10k/pci.c 2023-12-22 19:23:22.184610463 +0100
@@ -3163,7 +3163,11 @@
* immediate servicing.
*/
if (ath10k_ce_interrupt_summary(ar)) {
+#if LINUX_VERSION_IS_LESS(6,7,0)
napi_reschedule(ctx);
+#else
+ napi_schedule(ctx);
+#endif
goto out;
}
ath10k_pci_enable_legacy_irq(ar);