Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
[sfrench/cifs-2.6.git] / drivers / net / wireless / ath / ath11k / pci.c
index ec40adc1cb235bfd6132b8fef45cd2353ff1b6c2..a5aa1857ec14bebb64244ed8e3ae5c19d20a8cc2 100644 (file)
@@ -15,6 +15,7 @@
 #include "mhi.h"
 #include "debug.h"
 #include "pcic.h"
+#include "qmi.h"
 
 #define ATH11K_PCI_BAR_NUM             0
 #define ATH11K_PCI_DMA_MASK            32
@@ -899,6 +900,7 @@ unsupported_wcn6855_soc:
                ath11k_err(ab, "failed to init core: %d\n", ret);
                goto err_irq_affinity_cleanup;
        }
+       ath11k_qmi_fwreset_from_cold_boot(ab);
        return 0;
 
 err_irq_affinity_cleanup:
@@ -1036,7 +1038,7 @@ static void ath11k_pci_exit(void)
 
 module_exit(ath11k_pci_exit);
 
-MODULE_DESCRIPTION("Driver support for Qualcomm Technologies 802.11ax WLAN PCIe devices");
+MODULE_DESCRIPTION("Driver support for Qualcomm Technologies PCIe 802.11ax WLAN devices");
 MODULE_LICENSE("Dual BSD/GPL");
 
 /* firmware files */