Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78a9cb4c authored by Kalle Valo's avatar Kalle Valo
Browse files

ath10k: add module parameter values to the pci info print



Hopefully this makes it easier to debug problems in the future.

Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 50f87a67
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1955,7 +1955,9 @@ static int __ath10k_pci_hif_power_up(struct ath10k *ar, bool cold_reset)
		irq_mode = "legacy";

	if (!test_bit(ATH10K_FLAG_FIRST_BOOT_DONE, &ar->dev_flags))
		ath10k_info("pci irq %s\n", irq_mode);
		ath10k_info("pci irq %s irq_mode %d reset_mode %d\n",
			    irq_mode, ath10k_pci_irq_mode,
			    ath10k_pci_reset_mode);

	return 0;