diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-05-15 01:54:16 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-21 21:48:06 -0400 |
commit | 445c2dff409ef9de5d2f964d20917ab238fd266f (patch) | |
tree | fb4c9b7d31cd274a2a116aebd360ca1fedb27e43 /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | da6833cb05cd76f4367fa7e4a783bf358c096faf (diff) |
iwlwifi: add debugfs to disable/enable run time calibration
This patch adds functionality to debugfs to enable or disable chain
noise or sensitivity calibrations.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index b1ff0afd8286..820542bac443 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -1212,9 +1212,13 @@ struct iwl_priv { | |||
1212 | #endif /* CONFIG_IWLWIFI_DEBUG */ | 1212 | #endif /* CONFIG_IWLWIFI_DEBUG */ |
1213 | 1213 | ||
1214 | struct work_struct txpower_work; | 1214 | struct work_struct txpower_work; |
1215 | #ifdef CONFIG_IWLWIFI_RUN_TIME_CALIB | ||
1216 | u32 disable_sens_cal; | ||
1217 | u32 disable_chain_noise_cal; | ||
1218 | #endif /* CONFIG_IWLWIFI_RUN_TIME_CALIB */ | ||
1215 | #ifdef CONFIG_IWL4965_RUN_TIME_CALIB | 1219 | #ifdef CONFIG_IWL4965_RUN_TIME_CALIB |
1216 | struct work_struct sensitivity_work; | 1220 | struct work_struct sensitivity_work; |
1217 | #endif | 1221 | #endif /* CONFIG_IWL4965_RUN_TIME_CALIB */ |
1218 | struct timer_list statistics_periodic; | 1222 | struct timer_list statistics_periodic; |
1219 | }; /*iwl_priv */ | 1223 | }; /*iwl_priv */ |
1220 | 1224 | ||