aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2009-10-16 17:25:52 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-10-27 16:48:31 -0400
commit3ab312a893bbfc0fad7b1b644b3d477905773b1a (patch)
tree97b407213c41b152e7740ff576805ccf7d8b9353
parent32b7e244f2b1082ac0a1cda1b088574f2d590496 (diff)
iwlwifi: fix incorrect otp blocks number for 6x50 series
For 6x50 series, number of OTP blocks is different from 6x00 series Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-6000.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c
index e74dad3280cc..887e4e3674cf 100644
--- a/drivers/net/wireless/iwlwifi/iwl-6000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-6000.c
@@ -408,7 +408,7 @@ struct iwl_cfg iwl6050_2agn_cfg = {
408 .valid_rx_ant = ANT_AB, 408 .valid_rx_ant = ANT_AB,
409 .need_pll_cfg = false, 409 .need_pll_cfg = false,
410 .pa_type = IWL_PA_SYSTEM, 410 .pa_type = IWL_PA_SYSTEM,
411 .max_ll_items = OTP_MAX_LL_ITEMS_6x00, 411 .max_ll_items = OTP_MAX_LL_ITEMS_6x50,
412 .shadow_ram_support = true, 412 .shadow_ram_support = true,
413 .ht_greenfield_support = true, 413 .ht_greenfield_support = true,
414 .led_compensation = 51, 414 .led_compensation = 51,
@@ -434,7 +434,7 @@ struct iwl_cfg iwl6050_2abg_cfg = {
434 .valid_rx_ant = ANT_AB, 434 .valid_rx_ant = ANT_AB,
435 .need_pll_cfg = false, 435 .need_pll_cfg = false,
436 .pa_type = IWL_PA_SYSTEM, 436 .pa_type = IWL_PA_SYSTEM,
437 .max_ll_items = OTP_MAX_LL_ITEMS_6x00, 437 .max_ll_items = OTP_MAX_LL_ITEMS_6x50,
438 .shadow_ram_support = true, 438 .shadow_ram_support = true,
439 .ht_greenfield_support = true, 439 .ht_greenfield_support = true,
440 .led_compensation = 51, 440 .led_compensation = 51,
@@ -485,7 +485,7 @@ struct iwl_cfg iwl6050_3agn_cfg = {
485 .valid_rx_ant = ANT_ABC, 485 .valid_rx_ant = ANT_ABC,
486 .need_pll_cfg = false, 486 .need_pll_cfg = false,
487 .pa_type = IWL_PA_SYSTEM, 487 .pa_type = IWL_PA_SYSTEM,
488 .max_ll_items = OTP_MAX_LL_ITEMS_6x00, 488 .max_ll_items = OTP_MAX_LL_ITEMS_6x50,
489 .shadow_ram_support = true, 489 .shadow_ram_support = true,
490 .ht_greenfield_support = true, 490 .ht_greenfield_support = true,
491 .led_compensation = 51, 491 .led_compensation = 51,