aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Coelho <coelho@ti.com>2011-05-10 07:47:45 -0400
committerLuciano Coelho <coelho@ti.com>2011-05-12 17:06:33 -0400
commitd3eff81de6048d8af8f95f52f0f06625980f2efb (patch)
treee296bf1811d48558ebe52f13c5d647a87b9905ae
parent33c2c06cd2d766387cf919d0afd432cc5796c369 (diff)
wl12xx: export scheduled scan state in debugfs
Add the sched_scanning value to the driver_status debugfs entry. Signed-off-by: Luciano Coelho <coelho@ti.com>
-rw-r--r--drivers/net/wireless/wl12xx/debugfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/debugfs.c b/drivers/net/wireless/wl12xx/debugfs.c
index b2f692babed7..f1f8df9b6cd7 100644
--- a/drivers/net/wireless/wl12xx/debugfs.c
+++ b/drivers/net/wireless/wl12xx/debugfs.c
@@ -377,6 +377,7 @@ static ssize_t driver_state_read(struct file *file, char __user *user_buf,
377 DRIVER_STATE_PRINT_HEX(platform_quirks); 377 DRIVER_STATE_PRINT_HEX(platform_quirks);
378 DRIVER_STATE_PRINT_HEX(chip.id); 378 DRIVER_STATE_PRINT_HEX(chip.id);
379 DRIVER_STATE_PRINT_STR(chip.fw_ver_str); 379 DRIVER_STATE_PRINT_STR(chip.fw_ver_str);
380 DRIVER_STATE_PRINT_INT(sched_scanning);
380 381
381#undef DRIVER_STATE_PRINT_INT 382#undef DRIVER_STATE_PRINT_INT
382#undef DRIVER_STATE_PRINT_LONG 383#undef DRIVER_STATE_PRINT_LONG