提交 d3eff81d 编写于 作者: L Luciano Coelho

wl12xx: export scheduled scan state in debugfs

Add the sched_scanning value to the driver_status debugfs entry.
Signed-off-by: NLuciano Coelho <coelho@ti.com>
上级 33c2c06c
......@@ -377,6 +377,7 @@ static ssize_t driver_state_read(struct file *file, char __user *user_buf,
DRIVER_STATE_PRINT_HEX(platform_quirks);
DRIVER_STATE_PRINT_HEX(chip.id);
DRIVER_STATE_PRINT_STR(chip.fw_ver_str);
DRIVER_STATE_PRINT_INT(sched_scanning);
#undef DRIVER_STATE_PRINT_INT
#undef DRIVER_STATE_PRINT_LONG
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册