diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2009-07-31 17:28:08 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-04 16:44:22 -0400 |
commit | a11c4d000b84f7f49ebefc018c24bbfa3c9c0f3b (patch) | |
tree | 4570eb7adf90f2661c1ff202f9796bac865ed7ae /drivers/net/wireless/iwlwifi/iwl-6000.c | |
parent | 65b7998a9be418482493e9448bb83ff2914ed050 (diff) |
iwlwifi: remove deprecated 6000 series adapters
Remove the support for deprecated devices. These devices are
engineering samples and no longer supported by the uCode.
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>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index 052a704f2364..4450943d3dac 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -150,22 +150,6 @@ static struct iwl_ops iwl6000_ops = { | |||
150 | .utils = &iwl6000_hcmd_utils, | 150 | .utils = &iwl6000_hcmd_utils, |
151 | }; | 151 | }; |
152 | 152 | ||
153 | struct iwl_cfg iwl6000_2ag_cfg = { | ||
154 | .name = "6000 Series 2x2 AG", | ||
155 | .fw_name_pre = IWL6000_FW_PRE, | ||
156 | .ucode_api_max = IWL6000_UCODE_API_MAX, | ||
157 | .ucode_api_min = IWL6000_UCODE_API_MIN, | ||
158 | .sku = IWL_SKU_A|IWL_SKU_G, | ||
159 | .ops = &iwl6000_ops, | ||
160 | .eeprom_size = IWL_5000_EEPROM_IMG_SIZE, | ||
161 | .eeprom_ver = EEPROM_5000_EEPROM_VERSION, | ||
162 | .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION, | ||
163 | .mod_params = &iwl50_mod_params, | ||
164 | .valid_tx_ant = ANT_BC, | ||
165 | .valid_rx_ant = ANT_BC, | ||
166 | .need_pll_cfg = false, | ||
167 | .pa_type = IWL_PA_SYSTEM, | ||
168 | }; | ||
169 | 153 | ||
170 | /* | 154 | /* |
171 | * "h": Hybrid configuration, use both internal and external Power Amplifier | 155 | * "h": Hybrid configuration, use both internal and external Power Amplifier |