iwlwifi: add Intel Mobile Communications copyright
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-7000.c
1 /******************************************************************************
2 *
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
5 *
6 * GPL LICENSE SUMMARY
7 *
8 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
9 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of version 2 of the GNU General Public License as
13 * published by the Free Software Foundation.
14 *
15 * This program is distributed in the hope that it will be useful, but
16 * WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
23 * USA
24 *
25 * The full GNU General Public License is included in this distribution
26 * in the file called COPYING.
27 *
28 * Contact Information:
29 * Intel Linux Wireless <ilw@linux.intel.com>
30 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
31 *
32 * BSD LICENSE
33 *
34 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
35 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
36 * All rights reserved.
37 *
38 * Redistribution and use in source and binary forms, with or without
39 * modification, are permitted provided that the following conditions
40 * are met:
41 *
42 * * Redistributions of source code must retain the above copyright
43 * notice, this list of conditions and the following disclaimer.
44 * * Redistributions in binary form must reproduce the above copyright
45 * notice, this list of conditions and the following disclaimer in
46 * the documentation and/or other materials provided with the
47 * distribution.
48 * * Neither the name Intel Corporation nor the names of its
49 * contributors may be used to endorse or promote products derived
50 * from this software without specific prior written permission.
51 *
52 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
53 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
54 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
55 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
56 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
57 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
58 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
59 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
60 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
61 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63 *
64 *****************************************************************************/
65
66 #include <linux/module.h>
67 #include <linux/stringify.h>
68 #include "iwl-config.h"
69 #include "iwl-agn-hw.h"
70
71 /* Highest firmware API version supported */
72 #define IWL7260_UCODE_API_MAX 9
73 #define IWL3160_UCODE_API_MAX 9
74
75 /* Oldest version we won't warn about */
76 #define IWL7260_UCODE_API_OK 9
77 #define IWL3160_UCODE_API_OK 9
78
79 /* Lowest firmware API version supported */
80 #define IWL7260_UCODE_API_MIN 8
81 #define IWL3160_UCODE_API_MIN 8
82
83 /* NVM versions */
84 #define IWL7260_NVM_VERSION 0x0a1d
85 #define IWL7260_TX_POWER_VERSION 0xffff /* meaningless */
86 #define IWL3160_NVM_VERSION 0x709
87 #define IWL3160_TX_POWER_VERSION 0xffff /* meaningless */
88 #define IWL7265_NVM_VERSION 0x0a1d
89 #define IWL7265_TX_POWER_VERSION 0xffff /* meaningless */
90
91 #define IWL7260_FW_PRE "iwlwifi-7260-"
92 #define IWL7260_MODULE_FIRMWARE(api) IWL7260_FW_PRE __stringify(api) ".ucode"
93
94 #define IWL3160_FW_PRE "iwlwifi-3160-"
95 #define IWL3160_MODULE_FIRMWARE(api) IWL3160_FW_PRE __stringify(api) ".ucode"
96
97 #define IWL7265_FW_PRE "iwlwifi-7265-"
98 #define IWL7265_MODULE_FIRMWARE(api) IWL7265_FW_PRE __stringify(api) ".ucode"
99
100 #define NVM_HW_SECTION_NUM_FAMILY_7000 0
101
102 static const struct iwl_base_params iwl7000_base_params = {
103 .eeprom_size = OTP_LOW_IMAGE_SIZE_FAMILY_7000,
104 .num_of_queues = IWLAGN_NUM_QUEUES,
105 .pll_cfg_val = 0,
106 .shadow_ram_support = true,
107 .led_compensation = 57,
108 .wd_timeout = IWL_LONG_WD_TIMEOUT,
109 .max_event_log_size = 512,
110 .shadow_reg_enable = true,
111 .pcie_l1_allowed = true,
112 .apmg_wake_up_wa = true,
113 };
114
115 static const struct iwl_ht_params iwl7000_ht_params = {
116 .stbc = true,
117 .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),
118 };
119
120 #define IWL_DEVICE_7000 \
121 .ucode_api_max = IWL7260_UCODE_API_MAX, \
122 .ucode_api_ok = IWL7260_UCODE_API_OK, \
123 .ucode_api_min = IWL7260_UCODE_API_MIN, \
124 .device_family = IWL_DEVICE_FAMILY_7000, \
125 .max_inst_size = IWL60_RTC_INST_SIZE, \
126 .max_data_size = IWL60_RTC_DATA_SIZE, \
127 .base_params = &iwl7000_base_params, \
128 .led_mode = IWL_LED_RF_STATE, \
129 .nvm_hw_section_num = NVM_HW_SECTION_NUM_FAMILY_7000
130
131
132 const struct iwl_cfg iwl7260_2ac_cfg = {
133 .name = "Intel(R) Dual Band Wireless AC 7260",
134 .fw_name_pre = IWL7260_FW_PRE,
135 IWL_DEVICE_7000,
136 .ht_params = &iwl7000_ht_params,
137 .nvm_ver = IWL7260_NVM_VERSION,
138 .nvm_calib_ver = IWL7260_TX_POWER_VERSION,
139 .host_interrupt_operation_mode = true,
140 .lp_xtal_workaround = true,
141 };
142
143 const struct iwl_cfg iwl7260_2ac_cfg_high_temp = {
144 .name = "Intel(R) Dual Band Wireless AC 7260",
145 .fw_name_pre = IWL7260_FW_PRE,
146 IWL_DEVICE_7000,
147 .ht_params = &iwl7000_ht_params,
148 .nvm_ver = IWL7260_NVM_VERSION,
149 .nvm_calib_ver = IWL7260_TX_POWER_VERSION,
150 .high_temp = true,
151 .host_interrupt_operation_mode = true,
152 .lp_xtal_workaround = true,
153 };
154
155 const struct iwl_cfg iwl7260_2n_cfg = {
156 .name = "Intel(R) Dual Band Wireless N 7260",
157 .fw_name_pre = IWL7260_FW_PRE,
158 IWL_DEVICE_7000,
159 .ht_params = &iwl7000_ht_params,
160 .nvm_ver = IWL7260_NVM_VERSION,
161 .nvm_calib_ver = IWL7260_TX_POWER_VERSION,
162 .host_interrupt_operation_mode = true,
163 .lp_xtal_workaround = true,
164 };
165
166 const struct iwl_cfg iwl7260_n_cfg = {
167 .name = "Intel(R) Wireless N 7260",
168 .fw_name_pre = IWL7260_FW_PRE,
169 IWL_DEVICE_7000,
170 .ht_params = &iwl7000_ht_params,
171 .nvm_ver = IWL7260_NVM_VERSION,
172 .nvm_calib_ver = IWL7260_TX_POWER_VERSION,
173 .host_interrupt_operation_mode = true,
174 .lp_xtal_workaround = true,
175 };
176
177 const struct iwl_cfg iwl3160_2ac_cfg = {
178 .name = "Intel(R) Dual Band Wireless AC 3160",
179 .fw_name_pre = IWL3160_FW_PRE,
180 IWL_DEVICE_7000,
181 .ht_params = &iwl7000_ht_params,
182 .nvm_ver = IWL3160_NVM_VERSION,
183 .nvm_calib_ver = IWL3160_TX_POWER_VERSION,
184 .host_interrupt_operation_mode = true,
185 };
186
187 const struct iwl_cfg iwl3160_2n_cfg = {
188 .name = "Intel(R) Dual Band Wireless N 3160",
189 .fw_name_pre = IWL3160_FW_PRE,
190 IWL_DEVICE_7000,
191 .ht_params = &iwl7000_ht_params,
192 .nvm_ver = IWL3160_NVM_VERSION,
193 .nvm_calib_ver = IWL3160_TX_POWER_VERSION,
194 .host_interrupt_operation_mode = true,
195 };
196
197 const struct iwl_cfg iwl3160_n_cfg = {
198 .name = "Intel(R) Wireless N 3160",
199 .fw_name_pre = IWL3160_FW_PRE,
200 IWL_DEVICE_7000,
201 .ht_params = &iwl7000_ht_params,
202 .nvm_ver = IWL3160_NVM_VERSION,
203 .nvm_calib_ver = IWL3160_TX_POWER_VERSION,
204 .host_interrupt_operation_mode = true,
205 };
206
207 static const struct iwl_pwr_tx_backoff iwl7265_pwr_tx_backoffs[] = {
208 {.pwr = 1600, .backoff = 0},
209 {.pwr = 1300, .backoff = 467},
210 {.pwr = 900, .backoff = 1900},
211 {.pwr = 800, .backoff = 2630},
212 {.pwr = 700, .backoff = 3720},
213 {.pwr = 600, .backoff = 5550},
214 {.pwr = 500, .backoff = 9350},
215 {0},
216 };
217
218 const struct iwl_cfg iwl7265_2ac_cfg = {
219 .name = "Intel(R) Dual Band Wireless AC 7265",
220 .fw_name_pre = IWL7265_FW_PRE,
221 IWL_DEVICE_7000,
222 .ht_params = &iwl7000_ht_params,
223 .nvm_ver = IWL7265_NVM_VERSION,
224 .nvm_calib_ver = IWL7265_TX_POWER_VERSION,
225 .pwr_tx_backoffs = iwl7265_pwr_tx_backoffs,
226 };
227
228 const struct iwl_cfg iwl7265_2n_cfg = {
229 .name = "Intel(R) Dual Band Wireless N 7265",
230 .fw_name_pre = IWL7265_FW_PRE,
231 IWL_DEVICE_7000,
232 .ht_params = &iwl7000_ht_params,
233 .nvm_ver = IWL7265_NVM_VERSION,
234 .nvm_calib_ver = IWL7265_TX_POWER_VERSION,
235 .pwr_tx_backoffs = iwl7265_pwr_tx_backoffs,
236 };
237
238 const struct iwl_cfg iwl7265_n_cfg = {
239 .name = "Intel(R) Wireless N 7265",
240 .fw_name_pre = IWL7265_FW_PRE,
241 IWL_DEVICE_7000,
242 .ht_params = &iwl7000_ht_params,
243 .nvm_ver = IWL7265_NVM_VERSION,
244 .nvm_calib_ver = IWL7265_TX_POWER_VERSION,
245 .pwr_tx_backoffs = iwl7265_pwr_tx_backoffs,
246 };
247
248 MODULE_FIRMWARE(IWL7260_MODULE_FIRMWARE(IWL7260_UCODE_API_OK));
249 MODULE_FIRMWARE(IWL3160_MODULE_FIRMWARE(IWL3160_UCODE_API_OK));
250 MODULE_FIRMWARE(IWL7265_MODULE_FIRMWARE(IWL7260_UCODE_API_OK));
This page took 0.05917 seconds and 5 git commands to generate.