summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/debug.h
diff options
context:
space:
mode:
authorBruno Randolf <br1@einfach.org>2010-06-07 13:11:40 +0900
committerJohn W. Linville <linville@tuxdriver.com>2010-06-08 09:31:21 -0400
commit3cfd43f484c8d4bcb38db83f7be19fbd4ac8440c (patch)
tree55c9fdabb0c0e9b02c3b634859e338d8c3023370 /drivers/net/wireless/ath/ath5k/debug.h
parent20fbed21e934355ee00850f6dead22be3147893f (diff)
downloadlinux-stable-3cfd43f484c8d4bcb38db83f7be19fbd4ac8440c.tar.gz
linux-stable-3cfd43f484c8d4bcb38db83f7be19fbd4ac8440c.tar.bz2
linux-stable-3cfd43f484c8d4bcb38db83f7be19fbd4ac8440c.zip
ath5k: add debugfs file for queue debugging
Signed-off-by: Bruno Randolf <br1@einfach.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/debug.h')
-rw-r--r--drivers/net/wireless/ath/ath5k/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/debug.h b/drivers/net/wireless/ath/ath5k/debug.h
index bd1658729141..606ae94a9157 100644
--- a/drivers/net/wireless/ath/ath5k/debug.h
+++ b/drivers/net/wireless/ath/ath5k/debug.h
@@ -77,6 +77,7 @@ struct ath5k_dbg_info {
struct dentry *debugfs_antenna;
struct dentry *debugfs_frameerrors;
struct dentry *debugfs_ani;
+ struct dentry *debugfs_queue;
};
/**