mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
wil6210: export FW/HW versions through debugfs
Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
6508281b0b
commit
6f55007d0e
1 changed files with 2 additions and 0 deletions
|
@ -986,6 +986,8 @@ int wil6210_debugfs_init(struct wil6210_priv *wil)
|
|||
&wil->secure_pcp);
|
||||
wil_debugfs_create_ulong("status", S_IRUGO | S_IWUSR, dbg,
|
||||
&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,
|
||||
HOSTADDR(RGF_USER_USER_ICR));
|
||||
|
|
Loading…
Add table
Reference in a new issue