diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-debug.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-debug.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-debug.h b/drivers/net/wireless/iwlwifi/iwl-debug.h index 2f24594c5fea..c3f8e90c5ba7 100644 --- a/drivers/net/wireless/iwlwifi/iwl-debug.h +++ b/drivers/net/wireless/iwlwifi/iwl-debug.h | |||
@@ -45,13 +45,20 @@ struct iwl_debugfs { | |||
45 | const char *name; | 45 | const char *name; |
46 | struct dentry *dir_drv; | 46 | struct dentry *dir_drv; |
47 | struct dentry *dir_data; | 47 | struct dentry *dir_data; |
48 | struct dir_data_files{ | 48 | struct dentry *dir_rf; |
49 | struct dir_data_files { | ||
49 | struct dentry *file_sram; | 50 | struct dentry *file_sram; |
50 | struct dentry *file_eeprom; | 51 | struct dentry *file_eeprom; |
51 | struct dentry *file_stations; | 52 | struct dentry *file_stations; |
52 | struct dentry *file_rx_statistics; | 53 | struct dentry *file_rx_statistics; |
53 | struct dentry *file_tx_statistics; | 54 | struct dentry *file_tx_statistics; |
54 | } dbgfs_data_files; | 55 | } dbgfs_data_files; |
56 | struct dir_rf_files { | ||
57 | #ifdef CONFIG_IWLWIFI_RUN_TIME_CALIB | ||
58 | struct dentry *file_disable_sensitivity; | ||
59 | struct dentry *file_disable_chain_noise; | ||
60 | #endif /* CONFIG_IWLWIFI_RUN_TIME_CALIB */ | ||
61 | } dbgfs_rf_files; | ||
55 | u32 sram_offset; | 62 | u32 sram_offset; |
56 | u32 sram_len; | 63 | u32 sram_len; |
57 | }; | 64 | }; |