diff options
author | Winkler, Tomas <tomas.winkler@intel.com> | 2008-12-21 22:31:20 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 15:58:44 -0500 |
commit | 2ddfa129bbf3dca708ffb0eb29d08de32cacd547 (patch) | |
tree | fd67976edea02db4c130ef514036d8bac9f268be /drivers/net/wireless/iwlwifi/iwl-debug.h | |
parent | 29701e5abf155d76fc8ab785a172c4ccf6cf47ee (diff) |
iwlwifi: move sysfs status entry to debugfs
This patch moves priv->status sysfs entry to debugfs. It is for
debugging only anyway.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-debug.h b/drivers/net/wireless/iwlwifi/iwl-debug.h index 56c13b458de7..7c4ee0cd81c6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-debug.h +++ b/drivers/net/wireless/iwlwifi/iwl-debug.h | |||
@@ -61,6 +61,7 @@ struct iwl_debugfs { | |||
61 | struct dentry *file_tx_statistics; | 61 | struct dentry *file_tx_statistics; |
62 | struct dentry *file_log_event; | 62 | struct dentry *file_log_event; |
63 | struct dentry *file_channels; | 63 | struct dentry *file_channels; |
64 | struct dentry *file_status; | ||
64 | } dbgfs_data_files; | 65 | } dbgfs_data_files; |
65 | struct dir_rf_files { | 66 | struct dir_rf_files { |
66 | struct dentry *file_disable_sensitivity; | 67 | struct dentry *file_disable_sensitivity; |