Commit 6f55007d authored by Vladimir Kondratiev's avatar Vladimir Kondratiev Committed by John W. Linville

wil6210: export FW/HW versions through debugfs

Signed-off-by: default avatarVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 6508281b
...@@ -986,6 +986,8 @@ int wil6210_debugfs_init(struct wil6210_priv *wil) ...@@ -986,6 +986,8 @@ int wil6210_debugfs_init(struct wil6210_priv *wil)
&wil->secure_pcp); &wil->secure_pcp);
wil_debugfs_create_ulong("status", S_IRUGO | S_IWUSR, dbg, wil_debugfs_create_ulong("status", S_IRUGO | S_IWUSR, dbg,
&wil->status); &wil->status);
debugfs_create_u32("fw_version", S_IRUGO, dbg, &wil->fw_version);
debugfs_create_x32("hw_version", S_IRUGO, dbg, &wil->hw_version);
wil6210_debugfs_create_ISR(wil, "USER_ICR", dbg, wil6210_debugfs_create_ISR(wil, "USER_ICR", dbg,
HOSTADDR(RGF_USER_USER_ICR)); HOSTADDR(RGF_USER_USER_ICR));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment