diff options
author | Shanyu Zhao <shanyu.zhao@intel.com> | 2010-06-29 20:27:27 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-07-09 13:16:39 -0400 |
commit | 0326433995ad43b64ebabdd2390a5d11f33f025b (patch) | |
tree | 44e1357c740f1936c9990646df29a6a4c3cab17e /drivers/net/wireless/iwlwifi/iwl-6000.c | |
parent | 3cc7b544bde2f87da84a0bd3a8e2cd17a3024442 (diff) |
iwlwifi: enable 6050 series Gen2 devices
To enable 6050 series Gen 2 devices:
1) new PCI_IDs are added;
2) new EEPROM version and calibration version numbers defined;
3) new hardware REV number defined;
Signed-off-by: Shanyu Zhao <shanyu.zhao@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index 59681c5eeb9..095521952bb 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -829,6 +829,44 @@ struct iwl_cfg iwl6050_2agn_cfg = { | |||
829 | .need_dc_calib = true, | 829 | .need_dc_calib = true, |
830 | }; | 830 | }; |
831 | 831 | ||
832 | struct iwl_cfg iwl6050g2_bgn_cfg = { | ||
833 | .name = "6050 Series 1x2 BGN Gen2", | ||
834 | .fw_name_pre = IWL6050_FW_PRE, | ||
835 | .ucode_api_max = IWL6050_UCODE_API_MAX, | ||
836 | .ucode_api_min = IWL6050_UCODE_API_MIN, | ||
837 | .sku = IWL_SKU_G|IWL_SKU_N, | ||
838 | .ops = &iwl6000_ops, | ||
839 | .eeprom_size = OTP_LOW_IMAGE_SIZE, | ||
840 | .eeprom_ver = EEPROM_6050G2_EEPROM_VERSION, | ||
841 | .eeprom_calib_ver = EEPROM_6050G2_TX_POWER_VERSION, | ||
842 | .num_of_queues = IWLAGN_NUM_QUEUES, | ||
843 | .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES, | ||
844 | .mod_params = &iwlagn_mod_params, | ||
845 | .valid_tx_ant = ANT_A, | ||
846 | .valid_rx_ant = ANT_AB, | ||
847 | .pll_cfg_val = 0, | ||
848 | .set_l0s = true, | ||
849 | .use_bsm = false, | ||
850 | .pa_type = IWL_PA_SYSTEM, | ||
851 | .max_ll_items = OTP_MAX_LL_ITEMS_6x50, | ||
852 | .shadow_ram_support = true, | ||
853 | .ht_greenfield_support = true, | ||
854 | .led_compensation = 51, | ||
855 | .use_rts_for_ht = true, /* use rts/cts protection */ | ||
856 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | ||
857 | .supports_idle = true, | ||
858 | .adv_thermal_throttle = true, | ||
859 | .support_ct_kill_exit = true, | ||
860 | .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF, | ||
861 | .chain_noise_scale = 1500, | ||
862 | .monitor_recover_period = IWL_MONITORING_PERIOD, | ||
863 | .max_event_log_size = 1024, | ||
864 | .ucode_tracing = true, | ||
865 | .sensitivity_calib_by_driver = true, | ||
866 | .chain_noise_calib_by_driver = true, | ||
867 | .need_dc_calib = true, | ||
868 | }; | ||
869 | |||
832 | struct iwl_cfg iwl6050_2abg_cfg = { | 870 | struct iwl_cfg iwl6050_2abg_cfg = { |
833 | .name = "Intel(R) Centrino(R) Advanced-N + WiMAX 6250 ABG", | 871 | .name = "Intel(R) Centrino(R) Advanced-N + WiMAX 6250 ABG", |
834 | .fw_name_pre = IWL6050_FW_PRE, | 872 | .fw_name_pre = IWL6050_FW_PRE, |