aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2009-06-14 17:37:39 +0200
committerJohn W. Linville <linville@tuxdriver.com>2009-06-15 15:05:57 -0400
commitdb2e6bd4e966a36c6b2f1921feb3537e8254415c (patch)
tree65e36578e232897b5cf5158d6fd450a86b5efa15 /net/mac80211/ieee80211_i.h
parentath9k: port to cfg80211 rfkill (diff)
downloadlinux-dev-db2e6bd4e966a36c6b2f1921feb3537e8254415c.tar.xz
linux-dev-db2e6bd4e966a36c6b2f1921feb3537e8254415c.zip
mac80211: add queue debugfs file
I suspect that some driver bugs can cause queues to be stopped while they shouldn't be, but it's hard to find out whether that is the case or not without having any visible information about the queues. This adds a file to debugfs that allows us to see the queues' statuses. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 4dbc28964196..f41fe1f1430c 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -783,6 +783,7 @@ struct ieee80211_local {
struct dentry *total_ps_buffered;
struct dentry *wep_iv;
struct dentry *tsf;
+ struct dentry *queues;
struct dentry *reset;
struct dentry *noack;
struct dentry *statistics;