aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-core.h
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2011-07-18 19:58:58 -0400
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2011-07-21 10:32:38 -0400
commitd62b39e105e427510f8996c03db9ce1bf83fcad8 (patch)
tree383db5419c1eb90895260d35ee98937e1a0bf4e9 /drivers/net/wireless/iwlwifi/iwl-core.h
parente1b1c0875daa8ef396593270b5d3ec0b8483c1ea (diff)
iwlagn: remove "disable otp refresh" W/A
Remove the "disable otp refresh" work-around, not needed anymore. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@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, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h
index c2d58dfb573c..3e6bb734dcb7 100644
--- a/drivers/net/wireless/iwlwifi/iwl-core.h
+++ b/drivers/net/wireless/iwlwifi/iwl-core.h
@@ -212,7 +212,6 @@ struct iwl_ht_params {
212 * @rx_with_siso_diversity: 1x1 device with rx antenna diversity 212 * @rx_with_siso_diversity: 1x1 device with rx antenna diversity
213 * @internal_wimax_coex: internal wifi/wimax combo device 213 * @internal_wimax_coex: internal wifi/wimax combo device
214 * @iq_invert: I/Q inversion 214 * @iq_invert: I/Q inversion
215 * @disable_otp_refresh: disable OTP refresh current limit
216 * 215 *
217 * We enable the driver to be backward compatible wrt API version. The 216 * We enable the driver to be backward compatible wrt API version. The
218 * driver specifies which APIs it supports (with @ucode_api_max being the 217 * driver specifies which APIs it supports (with @ucode_api_max being the
@@ -258,7 +257,6 @@ struct iwl_cfg {
258 const bool rx_with_siso_diversity; 257 const bool rx_with_siso_diversity;
259 const bool internal_wimax_coex; 258 const bool internal_wimax_coex;
260 const bool iq_invert; 259 const bool iq_invert;
261 const bool disable_otp_refresh;
262}; 260};
263 261
264/*************************** 262/***************************