aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-debug.h
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2009-08-07 18:41:43 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-08-14 09:13:48 -0400
commit5225935b53ce1eafb222c644230d03ad6011d357 (patch)
tree32a6993f8cb22af972228e5773e3aa3047a6e41b /drivers/net/wireless/iwlwifi/iwl-debug.h
parente8fe59aecb9020b06305be4f8c67d73cbf49cbd2 (diff)
iwlwifi: Display sensitivity and chain noise information
Display sensitivity and chain noise data to help understand the current environment and RF condition. The data is feeded by statistics notification and Beacon from uCode; then used by sensitivity calibration and chain noise calibration to determine how DSP should react to the environment changes 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-debug.h b/drivers/net/wireless/iwlwifi/iwl-debug.h
index 18b8cf792130..82befb7ce997 100644
--- a/drivers/net/wireless/iwlwifi/iwl-debug.h
+++ b/drivers/net/wireless/iwlwifi/iwl-debug.h
@@ -103,6 +103,8 @@ struct iwl_debugfs {
103 struct dentry *file_ucode_rx_stats; 103 struct dentry *file_ucode_rx_stats;
104 struct dentry *file_ucode_tx_stats; 104 struct dentry *file_ucode_tx_stats;
105 struct dentry *file_ucode_general_stats; 105 struct dentry *file_ucode_general_stats;
106 struct dentry *file_sensitivity;
107 struct dentry *file_chain_noise;
106 } dbgfs_debug_files; 108 } dbgfs_debug_files;
107 u32 sram_offset; 109 u32 sram_offset;
108 u32 sram_len; 110 u32 sram_len;