blob: 052a704f2364fab7efb5d92a22e548d9759507f0 [file] [log] [blame]
Jay Sternberge1228372009-01-19 15:30:34 -08001/******************************************************************************
2 *
3 * Copyright(c) 2008-2009 Intel Corporation. All rights reserved.
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of version 2 of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 * You should have received a copy of the GNU General Public License along with
15 * this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17 *
18 * The full GNU General Public License is included in this distribution in the
19 * file called LICENSE.
20 *
21 * Contact Information:
22 * Intel Linux Wireless <ilw@linux.intel.com>
23 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
24 *
25 *****************************************************************************/
26
27#include <linux/kernel.h>
28#include <linux/module.h>
29#include <linux/init.h>
30#include <linux/pci.h>
31#include <linux/dma-mapping.h>
32#include <linux/delay.h>
33#include <linux/skbuff.h>
34#include <linux/netdevice.h>
35#include <linux/wireless.h>
36#include <net/mac80211.h>
37#include <linux/etherdevice.h>
38#include <asm/unaligned.h>
39
40#include "iwl-eeprom.h"
41#include "iwl-dev.h"
42#include "iwl-core.h"
43#include "iwl-io.h"
44#include "iwl-sta.h"
45#include "iwl-helpers.h"
46#include "iwl-5000-hw.h"
47
48/* Highest firmware API version supported */
Jay Sternbergcc0f5552009-07-17 09:30:16 -070049#define IWL6000_UCODE_API_MAX 3
50#define IWL6050_UCODE_API_MAX 3
Jay Sternberge1228372009-01-19 15:30:34 -080051
52/* Lowest firmware API version supported */
53#define IWL6000_UCODE_API_MIN 1
54#define IWL6050_UCODE_API_MIN 1
55
56#define IWL6000_FW_PRE "iwlwifi-6000-"
57#define _IWL6000_MODULE_FIRMWARE(api) IWL6000_FW_PRE #api ".ucode"
58#define IWL6000_MODULE_FIRMWARE(api) _IWL6000_MODULE_FIRMWARE(api)
59
60#define IWL6050_FW_PRE "iwlwifi-6050-"
61#define _IWL6050_MODULE_FIRMWARE(api) IWL6050_FW_PRE #api ".ucode"
62#define IWL6050_MODULE_FIRMWARE(api) _IWL6050_MODULE_FIRMWARE(api)
63
Wey-Yi Guy672639d2009-07-24 11:13:01 -070064static void iwl6000_set_ct_threshold(struct iwl_priv *priv)
65{
66 /* want Celsius */
67 priv->hw_params.ct_kill_threshold = CT_KILL_THRESHOLD;
68 priv->hw_params.ct_kill_exit_threshold = CT_KILL_EXIT_THRESHOLD;
69}
70
Wey-Yi Guy65b79982009-07-31 14:28:07 -070071/* NIC configuration for 6000 series */
72static void iwl6000_nic_config(struct iwl_priv *priv)
73{
74 iwl5000_nic_config(priv);
75
76 /* no locking required for register write */
77 if (priv->cfg->pa_type == IWL_PA_HYBRID) {
78 /* 2x2 hybrid phy type */
79 iwl_write32(priv, CSR_GP_DRIVER_REG,
80 CSR_GP_DRIVER_REG_BIT_RADIO_SKU_2x2_HYB);
81 } else if (priv->cfg->pa_type == IWL_PA_INTERNAL) {
82 /* 2x2 IPA phy type */
83 iwl_write32(priv, CSR_GP_DRIVER_REG,
84 CSR_GP_DRIVER_REG_BIT_RADIO_SKU_2x2_IPA);
85 }
86 /* else do nothing, uCode configured */
87}
88
Wey-Yi Guy672639d2009-07-24 11:13:01 -070089static struct iwl_lib_ops iwl6000_lib = {
90 .set_hw_params = iwl5000_hw_set_hw_params,
91 .txq_update_byte_cnt_tbl = iwl5000_txq_update_byte_cnt_tbl,
92 .txq_inval_byte_cnt_tbl = iwl5000_txq_inval_byte_cnt_tbl,
93 .txq_set_sched = iwl5000_txq_set_sched,
94 .txq_agg_enable = iwl5000_txq_agg_enable,
95 .txq_agg_disable = iwl5000_txq_agg_disable,
96 .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd,
97 .txq_free_tfd = iwl_hw_txq_free_tfd,
98 .txq_init = iwl_hw_tx_queue_init,
99 .rx_handler_setup = iwl5000_rx_handler_setup,
100 .setup_deferred_work = iwl5000_setup_deferred_work,
101 .is_valid_rtc_data_addr = iwl5000_hw_valid_rtc_data_addr,
102 .load_ucode = iwl5000_load_ucode,
103 .init_alive_start = iwl5000_init_alive_start,
104 .alive_notify = iwl5000_alive_notify,
105 .send_tx_power = iwl5000_send_tx_power,
106 .update_chain_flags = iwl_update_chain_flags,
107 .apm_ops = {
108 .init = iwl5000_apm_init,
109 .reset = iwl5000_apm_reset,
110 .stop = iwl5000_apm_stop,
Wey-Yi Guy65b79982009-07-31 14:28:07 -0700111 .config = iwl6000_nic_config,
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700112 .set_pwr_src = iwl_set_pwr_src,
113 },
114 .eeprom_ops = {
115 .regulatory_bands = {
116 EEPROM_5000_REG_BAND_1_CHANNELS,
117 EEPROM_5000_REG_BAND_2_CHANNELS,
118 EEPROM_5000_REG_BAND_3_CHANNELS,
119 EEPROM_5000_REG_BAND_4_CHANNELS,
120 EEPROM_5000_REG_BAND_5_CHANNELS,
121 EEPROM_5000_REG_BAND_24_FAT_CHANNELS,
122 EEPROM_5000_REG_BAND_52_FAT_CHANNELS
123 },
124 .verify_signature = iwlcore_eeprom_verify_signature,
125 .acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
126 .release_semaphore = iwlcore_eeprom_release_semaphore,
127 .calib_version = iwl5000_eeprom_calib_version,
128 .query_addr = iwl5000_eeprom_query_addr,
129 },
130 .post_associate = iwl_post_associate,
131 .isr = iwl_isr_ict,
132 .config_ap = iwl_config_ap,
133 .temp_ops = {
134 .temperature = iwl5000_temperature,
135 .set_ct_kill = iwl6000_set_ct_threshold,
136 },
137};
138
Jay Sternberg29f35c12009-01-29 11:09:16 -0800139static struct iwl_hcmd_utils_ops iwl6000_hcmd_utils = {
140 .get_hcmd_size = iwl5000_get_hcmd_size,
141 .build_addsta_hcmd = iwl5000_build_addsta_hcmd,
142 .rts_tx_cmd_flag = iwl5000_rts_tx_cmd_flag,
143 .calc_rssi = iwl5000_calc_rssi,
144};
145
146static struct iwl_ops iwl6000_ops = {
Jay Sternbergcc0f5552009-07-17 09:30:16 -0700147 .ucode = &iwl5000_ucode,
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700148 .lib = &iwl6000_lib,
Jay Sternberg29f35c12009-01-29 11:09:16 -0800149 .hcmd = &iwl5000_hcmd,
150 .utils = &iwl6000_hcmd_utils,
151};
152
Jay Sternberge1228372009-01-19 15:30:34 -0800153struct 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,
Jay Sternberg29f35c12009-01-29 11:09:16 -0800159 .ops = &iwl6000_ops,
Jay Sternberge1228372009-01-19 15:30:34 -0800160 .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,
Jay Sternbergc0bac762009-02-02 16:21:14 -0800164 .valid_tx_ant = ANT_BC,
165 .valid_rx_ant = ANT_BC,
Jay Sternberg050681b2009-01-29 11:09:13 -0800166 .need_pll_cfg = false,
Wey-Yi Guy65b79982009-07-31 14:28:07 -0700167 .pa_type = IWL_PA_SYSTEM,
Jay Sternberge1228372009-01-19 15:30:34 -0800168};
169
Wey-Yi Guy65b79982009-07-31 14:28:07 -0700170/*
171 * "h": Hybrid configuration, use both internal and external Power Amplifier
172 */
173struct iwl_cfg iwl6000h_2agn_cfg = {
Jay Sternberge1228372009-01-19 15:30:34 -0800174 .name = "6000 Series 2x2 AGN",
175 .fw_name_pre = IWL6000_FW_PRE,
176 .ucode_api_max = IWL6000_UCODE_API_MAX,
177 .ucode_api_min = IWL6000_UCODE_API_MIN,
178 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
Jay Sternberg29f35c12009-01-29 11:09:16 -0800179 .ops = &iwl6000_ops,
Jay Sternberge1228372009-01-19 15:30:34 -0800180 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
181 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
182 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
183 .mod_params = &iwl50_mod_params,
Jay Sternberg542cc792009-05-08 13:44:46 -0700184 .valid_tx_ant = ANT_AB,
185 .valid_rx_ant = ANT_AB,
Jay Sternberg050681b2009-01-29 11:09:13 -0800186 .need_pll_cfg = false,
Wey-Yi Guy65b79982009-07-31 14:28:07 -0700187 .pa_type = IWL_PA_HYBRID,
188};
189
190/*
191 * "i": Internal configuration, use internal Power Amplifier
192 */
193struct iwl_cfg iwl6000i_2agn_cfg = {
194 .name = "6000 Series 2x2 AGN",
195 .fw_name_pre = IWL6000_FW_PRE,
196 .ucode_api_max = IWL6000_UCODE_API_MAX,
197 .ucode_api_min = IWL6000_UCODE_API_MIN,
198 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
199 .ops = &iwl6000_ops,
200 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
201 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
202 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
203 .mod_params = &iwl50_mod_params,
204 .valid_tx_ant = ANT_BC,
205 .valid_rx_ant = ANT_BC,
206 .need_pll_cfg = false,
207 .pa_type = IWL_PA_INTERNAL,
Jay Sternberge1228372009-01-19 15:30:34 -0800208};
209
210struct iwl_cfg iwl6050_2agn_cfg = {
211 .name = "6050 Series 2x2 AGN",
212 .fw_name_pre = IWL6050_FW_PRE,
213 .ucode_api_max = IWL6050_UCODE_API_MAX,
214 .ucode_api_min = IWL6050_UCODE_API_MIN,
215 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
Jay Sternberg29f35c12009-01-29 11:09:16 -0800216 .ops = &iwl6000_ops,
Jay Sternberge1228372009-01-19 15:30:34 -0800217 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
218 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
219 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
220 .mod_params = &iwl50_mod_params,
Jay Sternberg542cc792009-05-08 13:44:46 -0700221 .valid_tx_ant = ANT_AB,
222 .valid_rx_ant = ANT_AB,
Jay Sternberg050681b2009-01-29 11:09:13 -0800223 .need_pll_cfg = false,
Wey-Yi Guy65b79982009-07-31 14:28:07 -0700224 .pa_type = IWL_PA_SYSTEM,
Jay Sternberge1228372009-01-19 15:30:34 -0800225};
226
227struct iwl_cfg iwl6000_3agn_cfg = {
228 .name = "6000 Series 3x3 AGN",
229 .fw_name_pre = IWL6000_FW_PRE,
230 .ucode_api_max = IWL6000_UCODE_API_MAX,
231 .ucode_api_min = IWL6000_UCODE_API_MIN,
232 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
Jay Sternberg29f35c12009-01-29 11:09:16 -0800233 .ops = &iwl6000_ops,
Jay Sternberge1228372009-01-19 15:30:34 -0800234 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
235 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
236 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
237 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -0800238 .valid_tx_ant = ANT_ABC,
239 .valid_rx_ant = ANT_ABC,
Jay Sternberg050681b2009-01-29 11:09:13 -0800240 .need_pll_cfg = false,
Wey-Yi Guy65b79982009-07-31 14:28:07 -0700241 .pa_type = IWL_PA_SYSTEM,
Jay Sternberge1228372009-01-19 15:30:34 -0800242};
243
244struct iwl_cfg iwl6050_3agn_cfg = {
245 .name = "6050 Series 3x3 AGN",
246 .fw_name_pre = IWL6050_FW_PRE,
247 .ucode_api_max = IWL6050_UCODE_API_MAX,
248 .ucode_api_min = IWL6050_UCODE_API_MIN,
249 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
Jay Sternberg29f35c12009-01-29 11:09:16 -0800250 .ops = &iwl6000_ops,
Jay Sternberge1228372009-01-19 15:30:34 -0800251 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
252 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
253 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
254 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -0800255 .valid_tx_ant = ANT_ABC,
256 .valid_rx_ant = ANT_ABC,
Jay Sternberg050681b2009-01-29 11:09:13 -0800257 .need_pll_cfg = false,
Wey-Yi Guy65b79982009-07-31 14:28:07 -0700258 .pa_type = IWL_PA_SYSTEM,
Jay Sternberge1228372009-01-19 15:30:34 -0800259};
260
261MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX));
262MODULE_FIRMWARE(IWL6050_MODULE_FIRMWARE(IWL6050_UCODE_API_MAX));