aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-4965.h
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2008-03-12 19:58:52 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-03-25 16:41:47 -0400
commit712b6cf57a53da608a682b5f782c5785bda76001 (patch)
tree895f6b079b1fca450a644b58b04cb728e656f557 /drivers/net/wireless/iwlwifi/iwl-4965.h
parent19758bef09abe9d2a14575ffb6f686947e97fcb1 (diff)
iwlwifi: Add debugfs to iwl core
This patch adds debugfs support to iwl core currently only iwl4965 is supported Signed-off-by: Tomas Winkler <tomas.winkler@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-4965.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-4965.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h
index aded6010ce20..cec62ba803b5 100644
--- a/drivers/net/wireless/iwlwifi/iwl-4965.h
+++ b/drivers/net/wireless/iwlwifi/iwl-4965.h
@@ -1212,7 +1212,11 @@ struct iwl_priv {
1212 /* debugging info */ 1212 /* debugging info */
1213 u32 framecnt_to_us; 1213 u32 framecnt_to_us;
1214 atomic_t restrict_refcnt; 1214 atomic_t restrict_refcnt;
1215#endif 1215#ifdef CONFIG_IWLWIFI_DEBUGFS
1216 /* debugfs */
1217 struct iwl_debugfs *dbgfs;
1218#endif /* CONFIG_IWLWIFI_DEBUGFS */
1219#endif /* CONFIG_IWLWIFI_DEBUG */
1216 1220
1217 struct work_struct txpower_work; 1221 struct work_struct txpower_work;
1218#ifdef CONFIG_IWL4965_SENSITIVITY 1222#ifdef CONFIG_IWL4965_SENSITIVITY