diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.h | 6 |
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 |