ath11k_nss: fix incorrectly applied ath11k_pci threaded napi patch

Signed-off-by: Sean Khan <datapronix@protonmail.com>
This commit is contained in:
Sean Khan
2024-07-03 02:08:57 -04:00
parent 0a798dac87
commit cb2ead3bc7

View File

@@ -29,17 +29,6 @@
return 0;
}
--- a/drivers/net/wireless/ath/ath11k/pci.c
+++ b/drivers/net/wireless/ath/ath11k/pci.c
@@ -308,6 +308,8 @@ static int ath11k_pci_fix_l1ss(struct at
return ret;
}
+ devidx++;
+
return 0;
}
--- a/drivers/net/wireless/ath/ath11k/pcic.c
+++ b/drivers/net/wireless/ath/ath11k/pcic.c
@@ -505,8 +505,7 @@ static int ath11k_pcic_ext_grp_napi_poll
@@ -72,3 +61,12 @@
ath11k_pcic_ext_grp_napi_poll);
/* tcl, reo, rx_err, wbm release, rxdma rings are offloaded to nss. */
@@ -616,6 +619,8 @@ static int ath11k_pcic_ext_irq_config(st
ath11k_pcic_ext_grp_disable(irq_grp);
}
+ devidx++;
+
return 0;
}