projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0769b27
)
mwifiex: dump driver information for PCIe interface
author
Amitkumar Karwar
<akarwar@marvell.com>
Tue, 26 May 2015 13:34:29 +0000
(06:34 -0700)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 2 Jun 2015 20:15:57 +0000
(23:15 +0300)
Currently we are dumping driver information only for SDIO
interface. This patch adds missing mwifiex_dump_drv_info()
call for PCIe interface.
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/mwifiex/pcie.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/mwifiex/pcie.c
b/drivers/net/wireless/mwifiex/pcie.c
index 7219243e9994790250998c102a32835f90251a6e..86ed396c88ea7072f9908bb03dcd732ea6ee69cf 100644
(file)
--- a/
drivers/net/wireless/mwifiex/pcie.c
+++ b/
drivers/net/wireless/mwifiex/pcie.c
@@
-2316,6
+2316,8
@@
static void mwifiex_pcie_fw_dump_work(struct mwifiex_adapter *adapter)
int ret;
static char *env[] = { "DRIVER=mwifiex_pcie", "EVENT=fw_dump", NULL };
+ mwifiex_dump_drv_info(adapter);
+
if (!card->pcie.can_dump_fw)
return;