aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-core.h
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2010-04-25 18:41:43 -0400
committerReinette Chatre <reinette.chatre@intel.com>2010-05-10 18:08:48 -0400
commit65d1f89682acf4d61dec7a8b771ed34afb7c17d9 (patch)
treecf050f3e3056eef5e87545c3c44cc41166e1b05c /drivers/net/wireless/iwlwifi/iwl-core.h
parent6e5c800e75fad95f2a12d45d9b548b23834a13ff (diff)
iwlwifi: use cfg to configure calibration operation
sensitivity calibration and chain noise calibration are not available for all the devices; use .cfg to configure the availability of those calibration functions Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h
index 5034dc0037a..88c641202c2 100644
--- a/drivers/net/wireless/iwlwifi/iwl-core.h
+++ b/drivers/net/wireless/iwlwifi/iwl-core.h
@@ -321,6 +321,8 @@ struct iwl_cfg {
321 u32 max_event_log_size; 321 u32 max_event_log_size;
322 const bool tx_power_by_driver; 322 const bool tx_power_by_driver;
323 const bool ucode_tracing; 323 const bool ucode_tracing;
324 const bool sensitivity_calib_by_driver;
325 const bool chain_noise_calib_by_driver;
324 u8 scan_antennas[IEEE80211_NUM_BANDS]; 326 u8 scan_antennas[IEEE80211_NUM_BANDS];
325}; 327};
326 328