diff options
author | Bruno Randolf <br1@einfach.org> | 2010-06-07 00:11:40 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-08 09:31:21 -0400 |
commit | 3cfd43f484c8d4bcb38db83f7be19fbd4ac8440c (patch) | |
tree | 55c9fdabb0c0e9b02c3b634859e338d8c3023370 /drivers/net/wireless/ath/ath5k/debug.h | |
parent | 20fbed21e934355ee00850f6dead22be3147893f (diff) |
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.h | 1 |
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 bd165872914..606ae94a915 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 { | |||
77 | struct dentry *debugfs_antenna; | 77 | struct dentry *debugfs_antenna; |
78 | struct dentry *debugfs_frameerrors; | 78 | struct dentry *debugfs_frameerrors; |
79 | struct dentry *debugfs_ani; | 79 | struct dentry *debugfs_ani; |
80 | struct dentry *debugfs_queue; | ||
80 | }; | 81 | }; |
81 | 82 | ||
82 | /** | 83 | /** |