mbox series

[0/3] wifi: ath11k/ath12k: Set IRQ affinity hint after requesting all shared IRQs

Message ID 20240823155502.57333-1-manivannan.sadhasivam@linaro.org (mailing list archive)
Headers show
Series wifi: ath11k/ath12k: Set IRQ affinity hint after requesting all shared IRQs | expand

Message

Manivannan Sadhasivam Aug. 23, 2024, 3:54 p.m. UTC
Hi,

This series fixes a warning from kernel IRQ core that gets triggered in the
error path of QCA6390 probe. While fixing that I also noticed the same issue in
the ath12k driver, so added an untested patch for the same.

Finally, I updated the irq_set_affinity_hint() API in both drivers as it was
depercated.

- Mani

Manivannan Sadhasivam (3):
  wifi: ath11k: Set IRQ affinity hint after requesting all shared IRQs
  wifi: ath12k: Set IRQ affinity hint after requesting all shared IRQs
  wifi: ath11k/ath12k: Replace irq_set_affinity_hint() with
    irq_set_affinity_and_hint()

 drivers/net/wireless/ath/ath11k/pci.c | 26 +++++++++++++-------------
 drivers/net/wireless/ath/ath12k/pci.c | 26 +++++++++++++-------------
 2 files changed, 26 insertions(+), 26 deletions(-)