diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-06-17 11:28:45 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 14:57:54 -0400 |
commit | 386aa23dd5f94b810210b9f849807946a5100b57 (patch) | |
tree | a098184eef6203e84739780c08614cb55796a9c7 /net/mac80211/sta_info.h | |
parent | f1d58c2521eb160178b2151d6326d8dc5d7c8560 (diff) |
mac80211: improve per-sta debugfs
We had code for a number of files, that we didn't publish
in debugfs, fix that. Also make the agg_status file layout
more readable and add more information to it.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 49a1a1f76511..4ecf10a9bd00 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -308,6 +308,23 @@ struct sta_info { | |||
308 | struct dentry *inactive_ms; | 308 | struct dentry *inactive_ms; |
309 | struct dentry *last_seq_ctrl; | 309 | struct dentry *last_seq_ctrl; |
310 | struct dentry *agg_status; | 310 | struct dentry *agg_status; |
311 | struct dentry *aid; | ||
312 | struct dentry *dev; | ||
313 | struct dentry *rx_packets; | ||
314 | struct dentry *tx_packets; | ||
315 | struct dentry *rx_bytes; | ||
316 | struct dentry *tx_bytes; | ||
317 | struct dentry *rx_duplicates; | ||
318 | struct dentry *rx_fragments; | ||
319 | struct dentry *rx_dropped; | ||
320 | struct dentry *tx_fragments; | ||
321 | struct dentry *tx_filtered; | ||
322 | struct dentry *tx_retry_failed; | ||
323 | struct dentry *tx_retry_count; | ||
324 | struct dentry *last_signal; | ||
325 | struct dentry *last_qual; | ||
326 | struct dentry *last_noise; | ||
327 | struct dentry *wep_weak_iv_count; | ||
311 | bool add_has_run; | 328 | bool add_has_run; |
312 | } debugfs; | 329 | } debugfs; |
313 | #endif | 330 | #endif |