diff options
author | Luciano Coelho <coelho@ti.com> | 2012-05-10 12:14:09 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 15:58:16 +0300 |
commit | 8c0ea1021c38cfd2f0ba5d8fdd48a9e9827bbc03 (patch) | |
tree | 9541d699617c718fe0519ed44190ad1bcb848604 /drivers/net/wireless/ti/wl12xx | |
parent | 10b1e8a27a45559df7d02c864081e929369d83bf (diff) | |
download | blackbird-op-linux-8c0ea1021c38cfd2f0ba5d8fdd48a9e9827bbc03.tar.gz blackbird-op-linux-8c0ea1021c38cfd2f0ba5d8fdd48a9e9827bbc03.zip |
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 @@ #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) |