mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-05 11:57:06 +08:00
qualcommax: ipq50xx: add kmod-ath10k for Xiaomi AX6000
This commit is contained in:
parent
44e621a1a2
commit
494426884f
@ -0,0 +1,13 @@
|
||||
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c
|
||||
index 23f366221939..2f8c785277af 100644
|
||||
--- a/drivers/net/wireless/ath/ath10k/pci.c
|
||||
+++ b/drivers/net/wireless/ath/ath10k/pci.c
|
||||
@@ -3148,7 +3148,7 @@ static int ath10k_pci_napi_poll(struct napi_struct *ctx, int budget)
|
||||
* immediate servicing.
|
||||
*/
|
||||
if (ath10k_ce_interrupt_summary(ar)) {
|
||||
- napi_reschedule(ctx);
|
||||
+ napi_schedule(ctx);
|
||||
goto out;
|
||||
}
|
||||
ath10k_pci_enable_legacy_irq(ar);
|
@ -102,6 +102,8 @@ define Device/xiaomi_ax6000
|
||||
NAND_SIZE := 128m
|
||||
DEVICE_PACKAGES := kmod-ath11k-pci \
|
||||
ath11k-firmware-qcn9074 \
|
||||
kmod-ath10k kmod-ath10k-smallbuffers \
|
||||
ath10k-firmware-qca9887 \
|
||||
ipq-wifi-xiaomi_ax6000
|
||||
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
|
||||
ARTIFACTS := initramfs-factory.ubi
|
||||
|
Loading…
x
Reference in New Issue
Block a user