diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2008-06-11 21:46:52 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-14 12:18:04 -0400 |
commit | 16e727e866d739d7f02790c794410f6d9f1d720b (patch) | |
tree | 88a6bbf3e8e3135bfc6b3f4a58c6421c2a81643c /drivers/net/wireless/iwlwifi/Kconfig | |
parent | a78a83255651acff8234975b5c7b6cd19d717f3f (diff) |
iwlwifi: removes the RUN_TIME_CALIB ifdef
This patch removes the possibility not to compile the run time
calibrations. It also renames priv->sensitivity_work to
priv->run_time_calib_work, and moves bg_run_time_calib to iwl4965_base
since it is common to both: 4965 and 5000.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
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/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index b992428ab4db..a382c0078923 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
@@ -14,15 +14,6 @@ config IWLWIFI_LEDS | |||
14 | bool | 14 | bool |
15 | default n | 15 | default n |
16 | 16 | ||
17 | config IWLWIFI_RUN_TIME_CALIB | ||
18 | bool | ||
19 | depends on IWLCORE | ||
20 | default n | ||
21 | ---help--- | ||
22 | This option will enable run time calibration for the iwlwifi driver. | ||
23 | These calibrations are Sensitivity and Chain Noise. | ||
24 | |||
25 | |||
26 | config IWLWIFI_RFKILL | 17 | config IWLWIFI_RFKILL |
27 | boolean "IWLWIFI RF kill support" | 18 | boolean "IWLWIFI RF kill support" |
28 | depends on IWLCORE | 19 | depends on IWLCORE |
@@ -68,15 +59,6 @@ config IWL4965_SPECTRUM_MEASUREMENT | |||
68 | ---help--- | 59 | ---help--- |
69 | This option will enable spectrum measurement for the iwl4965 driver. | 60 | This option will enable spectrum measurement for the iwl4965 driver. |
70 | 61 | ||
71 | config IWL4965_RUN_TIME_CALIB | ||
72 | bool "Enable run time Calibration for 4965 NIC" | ||
73 | select IWLWIFI_RUN_TIME_CALIB | ||
74 | depends on IWL4965 | ||
75 | default y | ||
76 | ---help--- | ||
77 | This option will enable run time calibration for the iwl4965 driver. | ||
78 | These calibrations are Sensitivity and Chain Noise. If unsure, say yes | ||
79 | |||
80 | config IWLWIFI_DEBUG | 62 | config IWLWIFI_DEBUG |
81 | bool "Enable full debugging output in iwl4965 driver" | 63 | bool "Enable full debugging output in iwl4965 driver" |
82 | depends on IWL4965 | 64 | depends on IWL4965 |
@@ -110,16 +92,6 @@ config IWL5000 | |||
110 | This option enables support for Intel Wireless WiFi Link 5000AGN Family | 92 | This option enables support for Intel Wireless WiFi Link 5000AGN Family |
111 | Dependency on 4965 is temporary | 93 | Dependency on 4965 is temporary |
112 | 94 | ||
113 | config IWL5000_RUN_TIME_CALIB | ||
114 | bool "Enable run time Calibration for 5000 NIC" | ||
115 | select IWLWIFI_RUN_TIME_CALIB | ||
116 | depends on IWL5000 | ||
117 | default y | ||
118 | ---help--- | ||
119 | This option will enable run time calibration for the iwl5000 driver. | ||
120 | These calibrations are Sensitivity and Chain Noise. If unsure, say yes | ||
121 | |||
122 | |||
123 | config IWLWIFI_DEBUGFS | 95 | config IWLWIFI_DEBUGFS |
124 | bool "Iwlwifi debugfs support" | 96 | bool "Iwlwifi debugfs support" |
125 | depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS | 97 | depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS |