diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2009-08-07 18:41:42 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-14 09:13:47 -0400 |
commit | e8fe59aecb9020b06305be4f8c67d73cbf49cbd2 (patch) | |
tree | b5b1121cb625775294244458ee64274e9f4f2f9e /drivers/net/wireless/iwlwifi/iwl-debug.h | |
parent | 141b03e07a54af68fc099459bf780a182b240b45 (diff) |
iwlwifi: uCode statistics notification counter
Display statistics notification information
The information break down into
uCode_tx_stats
uCode_rx_stats
uCode_general_stats
and can be found in /sys/kernel/debug/ieee80211/phy0/iwlagn/debug
directory
The statistic information display in debugFs is based on the last
statistics notification from uCode; it might not reflect the current
uCode activity. Using "watch" command to monitor the uCode
activity should give up-to-date statistics provided by uCode.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-debug.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-debug.h b/drivers/net/wireless/iwlwifi/iwl-debug.h index cad5e27fe8b0..18b8cf792130 100644 --- a/drivers/net/wireless/iwlwifi/iwl-debug.h +++ b/drivers/net/wireless/iwlwifi/iwl-debug.h | |||
@@ -100,6 +100,9 @@ struct iwl_debugfs { | |||
100 | struct dentry *file_traffic_log; | 100 | struct dentry *file_traffic_log; |
101 | struct dentry *file_rx_queue; | 101 | struct dentry *file_rx_queue; |
102 | struct dentry *file_tx_queue; | 102 | struct dentry *file_tx_queue; |
103 | struct dentry *file_ucode_rx_stats; | ||
104 | struct dentry *file_ucode_tx_stats; | ||
105 | struct dentry *file_ucode_general_stats; | ||
103 | } dbgfs_debug_files; | 106 | } dbgfs_debug_files; |
104 | u32 sram_offset; | 107 | u32 sram_offset; |
105 | u32 sram_len; | 108 | u32 sram_len; |