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,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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue