diff options
author | Alina Friedrichsen <x-alina@gmx.net> | 2009-01-22 23:33:37 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 16:01:20 -0500 |
commit | ae54c985cc7daa502da6e7eb3b223a30fbbf4cfb (patch) | |
tree | 5413843c91821e3115a6014f70d761705260efd4 /net/mac80211/ieee80211_i.h | |
parent | 5f8e077c0adc0dc7cfad64cdc05276e1961a1394 (diff) |
mac80211: Read the TSF via debugfs
This patch adds an low-level driver independent entry to read the TSF value into the debugfs of mac80211. This makes debugging the IBSS handling of wifi drivers easier.
Signed-off-by: Alina Friedrichsen <x-alina@gmx.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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 70366efc792e..927cbde8c19c 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -744,6 +744,7 @@ struct ieee80211_local { | |||
744 | struct dentry *long_retry_limit; | 744 | struct dentry *long_retry_limit; |
745 | struct dentry *total_ps_buffered; | 745 | struct dentry *total_ps_buffered; |
746 | struct dentry *wep_iv; | 746 | struct dentry *wep_iv; |
747 | struct dentry *tsf; | ||
747 | struct dentry *statistics; | 748 | struct dentry *statistics; |
748 | struct local_debugfsdentries_statsdentries { | 749 | struct local_debugfsdentries_statsdentries { |
749 | struct dentry *transmitted_fragment_count; | 750 | struct dentry *transmitted_fragment_count; |