diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2012-07-31 10:20:13 -0700 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2012-07-31 10:20:13 -0700 |
| commit | a7fc96138547a63a3cf7d7f3eefca70746e9bb18 (patch) | |
| tree | 311a92550b3005377300bb1ca4d1cf86c58011c5 /dumpstate | |
| parent | 5b589d12cb2425b6ed4ef8648fda527ccef941b8 (diff) | |
nakasi: dumpstate: Add wlan identification output
Change-Id: I21bfbfc5a01bede29c007c8db84695e669a07c56
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'dumpstate')
| -rw-r--r-- | dumpstate/dumpstate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dumpstate/dumpstate.c b/dumpstate/dumpstate.c index 4b1d7d1..8f8a3bb 100644 --- a/dumpstate/dumpstate.c +++ b/dumpstate/dumpstate.c @@ -30,6 +30,7 @@ void dumpstate_board() dump_file("emmc capacity", "/sys/devices/platform/sdhci-tegra.3/mmc_host/mmc0/mmc0:0001/" "sec_count"); + dump_file("wlan", "/sys/module/bcmdhd/parameters/info_string"); dump_file("touch panel vendor and firmware version", "/sys/class/switch/touch/name"); }; |
