diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2008-04-24 14:55:30 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-07 15:02:24 -0400 |
commit | 33fd503346ad86bd7470a0f8c4c3080393d14233 (patch) | |
tree | 5753cf92656fa885f80cb8cab2b8b14c4c45f085 /drivers/net/wireless/iwlwifi/Kconfig | |
parent | c031bf806fef4854b02266a4105f55ed31f2d1a8 (diff) |
iwlwifi-5000: add run time calibrations for 5000
This patch adds support for run time calibrations for the 5000 family HW.
Those calibrations are sensitivity calibration, and chain noise calibration.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index 2bc7a9bfc56..cc0006900b3 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
@@ -119,6 +119,15 @@ config IWL5000 | |||
119 | This option enables support for Intel Wireless WiFi Link 5000AGN Family | 119 | This option enables support for Intel Wireless WiFi Link 5000AGN Family |
120 | Dependency on 4965 is temporary | 120 | Dependency on 4965 is temporary |
121 | 121 | ||
122 | config IWL5000_RUN_TIME_CALIB | ||
123 | bool "Enable run time Calibration for 5000 NIC" | ||
124 | select IWLWIFI_RUN_TIME_CALIB | ||
125 | depends on IWL5000 | ||
126 | default y | ||
127 | ---help--- | ||
128 | This option will enable run time calibration for the iwl5000 driver. | ||
129 | These calibrations are Sensitivity and Chain Noise. If unsure, say yes | ||
130 | |||
122 | 131 | ||
123 | config IWLWIFI_DEBUGFS | 132 | config IWLWIFI_DEBUGFS |
124 | bool "Iwlwifi debugfs support" | 133 | bool "Iwlwifi debugfs support" |