diff options
author | Luciano Coelho <coelho@ti.com> | 2012-05-10 05:14:09 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 08:58:16 -0400 |
commit | 8c0ea1021c38cfd2f0ba5d8fdd48a9e9827bbc03 (patch) | |
tree | 9541d699617c718fe0519ed44190ad1bcb848604 /drivers/net/wireless/ti/wl12xx | |
parent | 10b1e8a27a45559df7d02c864081e929369d83bf (diff) |
wl18xx: implement fw status debugfs entries
Implement the operations that are necessary to fetch the
wl18xx-specific FW statistics and export them in debugfs.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl12xx')
-rw-r--r-- | drivers/net/wireless/ti/wl12xx/debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl12xx/debugfs.c b/drivers/net/wireless/ti/wl12xx/debugfs.c index 9cc79d8e647b..311703d5af84 100644 --- a/drivers/net/wireless/ti/wl12xx/debugfs.c +++ b/drivers/net/wireless/ti/wl12xx/debugfs.c | |||
@@ -25,6 +25,7 @@ | |||
25 | 25 | ||
26 | #include "wl12xx.h" | 26 | #include "wl12xx.h" |
27 | #include "acx.h" | 27 | #include "acx.h" |
28 | #include "debugfs.h" | ||
28 | 29 | ||
29 | #define WL12XX_DEBUGFS_FWSTATS_FILE(a, b, c) \ | 30 | #define WL12XX_DEBUGFS_FWSTATS_FILE(a, b, c) \ |
30 | DEBUGFS_FWSTATS_FILE(a, b, c, wl12xx_acx_statistics) | 31 | DEBUGFS_FWSTATS_FILE(a, b, c, wl12xx_acx_statistics) |