This patch set is to support one MSI vector for QCA6390. Depends-On: 1. ath11k: Fix crash caused by uninitialized TX ring https://patchwork.kernel.org/project/linux-wireless/patch/20211026011605.58615-1-quic_bqiang@xxxxxxxxxxx/ Baochen Qiang (1): ath11k: Set IRQ affinity to CPU0 in case of one MSI vector Carl Huang (6): ath11k: get msi_data again after request_irq is called ath11k: add CE and ext IRQ flag to indicate irq_handler ath11k: use ATH11K_PCI_IRQ_DP_OFFSET for DP IRQ ath11k: refactor multiple MSI vector implementation ath11k: supports one MSI vector ath11k: do not restore ASPM in case of single MSI vector drivers/net/wireless/ath/ath11k/core.h | 2 + drivers/net/wireless/ath/ath11k/mhi.c | 14 +- drivers/net/wireless/ath/ath11k/pci.c | 181 +++++++++++++++++++++---- drivers/net/wireless/ath/ath11k/pci.h | 3 + 4 files changed, 173 insertions(+), 27 deletions(-) -- 2.25.1