summaryrefslogtreecommitdiff
path: root/dumpstate
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2014-11-11 16:07:35 -0800
committerIliyan Malchev <malchev@google.com>2014-11-12 00:23:31 +0000
commitedeb3f4a1d9e033c8b2f80c29698730c9a2148d8 (patch)
treedb360abee2876f97a92cbfe7a5ea16a6452c3a7a /dumpstate
parent1d17feab2ca554af4d5fef84f07254393d4ac458 (diff)
downloadshamu-edeb3f4a1d9e033c8b2f80c29698730c9a2148d8.tar.gz
shamu: Add wlan FW version to bugreport
Change-Id: I55178f6ba68086bc0a31836194d293cdb6fb0448 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'dumpstate')
-rw-r--r--dumpstate/dumpstate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dumpstate/dumpstate.c b/dumpstate/dumpstate.c
index cbac73f0..596afb82 100644
--- a/dumpstate/dumpstate.c
+++ b/dumpstate/dumpstate.c
@@ -27,6 +27,7 @@ void dumpstate_board()
dump_file("SMB135x Config Regs", "/d/smb135x/config_registers");
dump_file("SMB135x IRQ Count", "/d/smb135x/irq_count");
dump_file("SMB135x Status Regs", "/d/smb135x/status_registers");
+ dump_file("wlan", "/sys/module/bcmdhd/parameters/info_string");
dump_file("Battery Statistics", "/sys/class/power_supply/battery/uevent");
dump_file("PCIe IPC Logging", "/d/ipc_logging/pcie0/log");
dump_file("HSIC IPC Control Logging", "/d/xhci_msm_hsic_dbg/show_ctrl_events");