Skip to content

Commit d265ebe

Browse files
kvaloKalle Valo
authored andcommitted
Revert "wifi: ath11k: Enable threaded NAPI"
This reverts commit 13aa2fb. This commit broke QCN9074 initialisation: [ 358.960477] ath11k_pci 0000:04:00.0: ce desc not available for wmi command 36866 [ 358.960481] ath11k_pci 0000:04:00.0: failed to send WMI_STA_POWERSAVE_PARAM_CMDID [ 358.960484] ath11k_pci 0000:04:00.0: could not set uapsd params -105 As there's no fix available let's just revert it to get QCN9074 working again. Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217536 Signed-off-by: Kalle Valo <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a2777be commit d265ebe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/net/wireless/ath/ath11k/ahb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ static void ath11k_ahb_ext_irq_enable(struct ath11k_base *ab)
376376
struct ath11k_ext_irq_grp *irq_grp = &ab->ext_irq_grp[i];
377377

378378
if (!irq_grp->napi_enabled) {
379-
dev_set_threaded(&irq_grp->napi_ndev, true);
380379
napi_enable(&irq_grp->napi);
381380
irq_grp->napi_enabled = true;
382381
}

drivers/net/wireless/ath/ath11k/pcic.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ void ath11k_pcic_ext_irq_enable(struct ath11k_base *ab)
466466
struct ath11k_ext_irq_grp *irq_grp = &ab->ext_irq_grp[i];
467467

468468
if (!irq_grp->napi_enabled) {
469-
dev_set_threaded(&irq_grp->napi_ndev, true);
470469
napi_enable(&irq_grp->napi);
471470
irq_grp->napi_enabled = true;
472471
}

0 commit comments

Comments
 (0)