angler: dumpstate: Add wlan entry for driver and fw version

Bug: 24329095

Change-Id: I2f9cda8272c2114ddbfa017b4df6968723779dfb
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/dumpstate/dumpstate.cpp b/dumpstate/dumpstate.cpp
index 2e08525..8298620 100644
--- a/dumpstate/dumpstate.cpp
+++ b/dumpstate/dumpstate.cpp
@@ -26,6 +26,7 @@
     dump_file("SMD PKT Log", "/d/ipc_logging/smd_pkt/log");
     dump_file("IPC Router Log", "/d/ipc_logging/ipc_router/log");
     dump_file("Enabled Clocks", "/d/clk/enabled_clocks");
+    dump_file("wlan", "/sys/module/bcmdhd/parameters/info_string");
     run_command("ION HEAPS", 5, SU_PATH, "root", "/system/bin/sh", "-c", "for d in $(ls -d /d/ion/*); do for f in $(ls $d); do echo --- $d/$f; cat $d/$f; done; done", NULL);
     run_command("Temperatures", 5, SU_PATH, "root", "/system/bin/sh", "-c", "for f in die_temp emmc_therm msm_therm pa_therm1 quiet_therm ; do echo -n \"$f : \" ; cat /sys/class/hwmon/hwmon1/device/$f ; done ; for f in `ls /sys/class/thermal` ; do type=`cat /sys/class/thermal/$f/type` ; temp=`cat /sys/class/thermal/$f/temp` ; echo \"$type: $temp\" ; done", NULL);
     dump_file("dmesg-ramoops-0", "/sys/fs/pstore/dmesg-ramoops-0");