projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50f87a6
)
ath10k: add module parameter values to the pci info print
author
Kalle Valo
<kvalo@qca.qualcomm.com>
Fri, 28 Mar 2014 07:32:58 +0000
(09:32 +0200)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Fri, 28 Mar 2014 12:22:45 +0000
(14:22 +0200)
Hopefully this makes it easier to debug problems in the future.
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/pci.c
b/drivers/net/wireless/ath/ath10k/pci.c
index a4e2da3251dc3c5d2a13db48fa69a27c7e8eafdd..dd34ac9a682fa45d96621de93b184788d27c8b2c 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/pci.c
+++ b/
drivers/net/wireless/ath/ath10k/pci.c
@@
-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;