diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-debug.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-debug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-debug.h b/drivers/net/wireless/iwlwifi/iwl-debug.h index 65d1a7f2db9e..2cf014f523be 100644 --- a/drivers/net/wireless/iwlwifi/iwl-debug.h +++ b/drivers/net/wireless/iwlwifi/iwl-debug.h | |||
@@ -68,13 +68,14 @@ struct iwl_debugfs { | |||
68 | struct dentry *dir_rf; | 68 | struct dentry *dir_rf; |
69 | struct dir_data_files { | 69 | struct dir_data_files { |
70 | struct dentry *file_sram; | 70 | struct dentry *file_sram; |
71 | struct dentry *file_eeprom; | 71 | struct dentry *file_nvm; |
72 | struct dentry *file_stations; | 72 | struct dentry *file_stations; |
73 | struct dentry *file_rx_statistics; | 73 | struct dentry *file_rx_statistics; |
74 | struct dentry *file_tx_statistics; | 74 | struct dentry *file_tx_statistics; |
75 | struct dentry *file_log_event; | 75 | struct dentry *file_log_event; |
76 | struct dentry *file_channels; | 76 | struct dentry *file_channels; |
77 | struct dentry *file_status; | 77 | struct dentry *file_status; |
78 | struct dentry *file_interrupt; | ||
78 | } dbgfs_data_files; | 79 | } dbgfs_data_files; |
79 | struct dir_rf_files { | 80 | struct dir_rf_files { |
80 | struct dentry *file_disable_sensitivity; | 81 | struct dentry *file_disable_sensitivity; |