summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wl12xx/debugfs.c
diff options
context:
space:
mode:
authorLuciano Coelho <coelho@ti.com>2012-05-10 13:14:09 +0400
committerLuciano Coelho <coelho@ti.com>2012-06-05 16:58:16 +0400
commit8c0ea1021c38cfd2f0ba5d8fdd48a9e9827bbc03 (patch)
tree9541d699617c718fe0519ed44190ad1bcb848604 /drivers/net/wireless/ti/wl12xx/debugfs.c
parent10b1e8a27a45559df7d02c864081e929369d83bf (diff)
downloadlinux-8c0ea1021c38cfd2f0ba5d8fdd48a9e9827bbc03.tar.xz
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/debugfs.c')
-rw-r--r--drivers/net/wireless/ti/wl12xx/debugfs.c1
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 @@
#include "wl12xx.h"
#include "acx.h"
+#include "debugfs.h"
#define WL12XX_DEBUGFS_FWSTATS_FILE(a, b, c) \
DEBUGFS_FWSTATS_FILE(a, b, c, wl12xx_acx_statistics)