ethtool: Make more commands available to unprivileged processes
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / iwlwifi / pcie / 6000.c
1 /******************************************************************************
2  *
3  * Copyright(c) 2008 - 2012 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/module.h>
28 #include <linux/stringify.h>
29 #include "iwl-config.h"
30 #include "iwl-agn-hw.h"
31 #include "cfg.h"
32 #include "dvm/commands.h" /* needed for BT for now */
33
34 /* Highest firmware API version supported */
35 #define IWL6000_UCODE_API_MAX 6
36 #define IWL6050_UCODE_API_MAX 5
37 #define IWL6000G2_UCODE_API_MAX 6
38
39 /* Oldest version we won't warn about */
40 #define IWL6000_UCODE_API_OK 4
41 #define IWL6000G2_UCODE_API_OK 5
42 #define IWL6050_UCODE_API_OK 5
43 #define IWL6000G2B_UCODE_API_OK 6
44
45 /* Lowest firmware API version supported */
46 #define IWL6000_UCODE_API_MIN 4
47 #define IWL6050_UCODE_API_MIN 4
48 #define IWL6000G2_UCODE_API_MIN 4
49
50 /* EEPROM versions */
51 #define EEPROM_6000_TX_POWER_VERSION    (4)
52 #define EEPROM_6000_EEPROM_VERSION      (0x423)
53 #define EEPROM_6050_TX_POWER_VERSION    (4)
54 #define EEPROM_6050_EEPROM_VERSION      (0x532)
55 #define EEPROM_6150_TX_POWER_VERSION    (6)
56 #define EEPROM_6150_EEPROM_VERSION      (0x553)
57 #define EEPROM_6005_TX_POWER_VERSION    (6)
58 #define EEPROM_6005_EEPROM_VERSION      (0x709)
59 #define EEPROM_6030_TX_POWER_VERSION    (6)
60 #define EEPROM_6030_EEPROM_VERSION      (0x709)
61 #define EEPROM_6035_TX_POWER_VERSION    (6)
62 #define EEPROM_6035_EEPROM_VERSION      (0x753)
63
64 #define IWL6000_FW_PRE "iwlwifi-6000-"
65 #define IWL6000_MODULE_FIRMWARE(api) IWL6000_FW_PRE __stringify(api) ".ucode"
66
67 #define IWL6050_FW_PRE "iwlwifi-6050-"
68 #define IWL6050_MODULE_FIRMWARE(api) IWL6050_FW_PRE __stringify(api) ".ucode"
69
70 #define IWL6005_FW_PRE "iwlwifi-6000g2a-"
71 #define IWL6005_MODULE_FIRMWARE(api) IWL6005_FW_PRE __stringify(api) ".ucode"
72
73 #define IWL6030_FW_PRE "iwlwifi-6000g2b-"
74 #define IWL6030_MODULE_FIRMWARE(api) IWL6030_FW_PRE __stringify(api) ".ucode"
75
76 static const struct iwl_base_params iwl6000_base_params = {
77         .eeprom_size = OTP_LOW_IMAGE_SIZE,
78         .num_of_queues = IWLAGN_NUM_QUEUES,
79         .pll_cfg_val = 0,
80         .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
81         .shadow_ram_support = true,
82         .led_compensation = 51,
83         .adv_thermal_throttle = true,
84         .support_ct_kill_exit = true,
85         .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
86         .chain_noise_scale = 1000,
87         .wd_timeout = IWL_DEF_WD_TIMEOUT,
88         .max_event_log_size = 512,
89         .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
90 };
91
92 static const struct iwl_base_params iwl6050_base_params = {
93         .eeprom_size = OTP_LOW_IMAGE_SIZE,
94         .num_of_queues = IWLAGN_NUM_QUEUES,
95         .pll_cfg_val = 0,
96         .max_ll_items = OTP_MAX_LL_ITEMS_6x50,
97         .shadow_ram_support = true,
98         .led_compensation = 51,
99         .adv_thermal_throttle = true,
100         .support_ct_kill_exit = true,
101         .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
102         .chain_noise_scale = 1500,
103         .wd_timeout = IWL_DEF_WD_TIMEOUT,
104         .max_event_log_size = 1024,
105         .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
106 };
107
108 static const struct iwl_base_params iwl6000_g2_base_params = {
109         .eeprom_size = OTP_LOW_IMAGE_SIZE,
110         .num_of_queues = IWLAGN_NUM_QUEUES,
111         .pll_cfg_val = 0,
112         .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
113         .shadow_ram_support = true,
114         .led_compensation = 57,
115         .adv_thermal_throttle = true,
116         .support_ct_kill_exit = true,
117         .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
118         .chain_noise_scale = 1000,
119         .wd_timeout = IWL_LONG_WD_TIMEOUT,
120         .max_event_log_size = 512,
121         .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
122 };
123
124 static const struct iwl_ht_params iwl6000_ht_params = {
125         .ht_greenfield_support = true,
126         .use_rts_for_aggregation = true, /* use rts/cts protection */
127         .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),
128 };
129
130 static const struct iwl_bt_params iwl6000_bt_params = {
131         /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
132         .advanced_bt_coexist = true,
133         .agg_time_limit = BT_AGG_THRESHOLD_DEF,
134         .bt_init_traffic_load = IWL_BT_COEX_TRAFFIC_LOAD_NONE,
135         .bt_prio_boost = IWLAGN_BT_PRIO_BOOST_DEFAULT,
136         .bt_sco_disable = true,
137 };
138
139 static const struct iwl_eeprom_params iwl6000_eeprom_params = {
140         .regulatory_bands = {
141                 EEPROM_REG_BAND_1_CHANNELS,
142                 EEPROM_REG_BAND_2_CHANNELS,
143                 EEPROM_REG_BAND_3_CHANNELS,
144                 EEPROM_REG_BAND_4_CHANNELS,
145                 EEPROM_REG_BAND_5_CHANNELS,
146                 EEPROM_6000_REG_BAND_24_HT40_CHANNELS,
147                 EEPROM_REG_BAND_52_HT40_CHANNELS
148         },
149         .enhanced_txpower = true,
150 };
151
152 #define IWL_DEVICE_6005                                         \
153         .fw_name_pre = IWL6005_FW_PRE,                          \
154         .ucode_api_max = IWL6000G2_UCODE_API_MAX,               \
155         .ucode_api_ok = IWL6000G2_UCODE_API_OK,                 \
156         .ucode_api_min = IWL6000G2_UCODE_API_MIN,               \
157         .device_family = IWL_DEVICE_FAMILY_6005,                \
158         .max_inst_size = IWL60_RTC_INST_SIZE,                   \
159         .max_data_size = IWL60_RTC_DATA_SIZE,                   \
160         .eeprom_ver = EEPROM_6005_EEPROM_VERSION,               \
161         .eeprom_calib_ver = EEPROM_6005_TX_POWER_VERSION,       \
162         .base_params = &iwl6000_g2_base_params,                 \
163         .eeprom_params = &iwl6000_eeprom_params,                \
164         .need_temp_offset_calib = true,                         \
165         .led_mode = IWL_LED_RF_STATE
166
167 const struct iwl_cfg iwl6005_2agn_cfg = {
168         .name = "Intel(R) Centrino(R) Advanced-N 6205 AGN",
169         IWL_DEVICE_6005,
170         .ht_params = &iwl6000_ht_params,
171 };
172
173 const struct iwl_cfg iwl6005_2abg_cfg = {
174         .name = "Intel(R) Centrino(R) Advanced-N 6205 ABG",
175         IWL_DEVICE_6005,
176 };
177
178 const struct iwl_cfg iwl6005_2bg_cfg = {
179         .name = "Intel(R) Centrino(R) Advanced-N 6205 BG",
180         IWL_DEVICE_6005,
181 };
182
183 const struct iwl_cfg iwl6005_2agn_sff_cfg = {
184         .name = "Intel(R) Centrino(R) Advanced-N 6205S AGN",
185         IWL_DEVICE_6005,
186         .ht_params = &iwl6000_ht_params,
187 };
188
189 const struct iwl_cfg iwl6005_2agn_d_cfg = {
190         .name = "Intel(R) Centrino(R) Advanced-N 6205D AGN",
191         IWL_DEVICE_6005,
192         .ht_params = &iwl6000_ht_params,
193 };
194
195 const struct iwl_cfg iwl6005_2agn_mow1_cfg = {
196         .name = "Intel(R) Centrino(R) Advanced-N 6206 AGN",
197         IWL_DEVICE_6005,
198         .ht_params = &iwl6000_ht_params,
199 };
200
201 const struct iwl_cfg iwl6005_2agn_mow2_cfg = {
202         .name = "Intel(R) Centrino(R) Advanced-N 6207 AGN",
203         IWL_DEVICE_6005,
204         .ht_params = &iwl6000_ht_params,
205 };
206
207 #define IWL_DEVICE_6030                                         \
208         .fw_name_pre = IWL6030_FW_PRE,                          \
209         .ucode_api_max = IWL6000G2_UCODE_API_MAX,               \
210         .ucode_api_ok = IWL6000G2B_UCODE_API_OK,                \
211         .ucode_api_min = IWL6000G2_UCODE_API_MIN,               \
212         .device_family = IWL_DEVICE_FAMILY_6030,                \
213         .max_inst_size = IWL60_RTC_INST_SIZE,                   \
214         .max_data_size = IWL60_RTC_DATA_SIZE,                   \
215         .eeprom_ver = EEPROM_6030_EEPROM_VERSION,               \
216         .eeprom_calib_ver = EEPROM_6030_TX_POWER_VERSION,       \
217         .base_params = &iwl6000_g2_base_params,                 \
218         .bt_params = &iwl6000_bt_params,                        \
219         .eeprom_params = &iwl6000_eeprom_params,                \
220         .need_temp_offset_calib = true,                         \
221         .led_mode = IWL_LED_RF_STATE,                           \
222         .adv_pm = true                                          \
223
224 const struct iwl_cfg iwl6030_2agn_cfg = {
225         .name = "Intel(R) Centrino(R) Advanced-N 6230 AGN",
226         IWL_DEVICE_6030,
227         .ht_params = &iwl6000_ht_params,
228 };
229
230 const struct iwl_cfg iwl6030_2abg_cfg = {
231         .name = "Intel(R) Centrino(R) Advanced-N 6230 ABG",
232         IWL_DEVICE_6030,
233 };
234
235 const struct iwl_cfg iwl6030_2bgn_cfg = {
236         .name = "Intel(R) Centrino(R) Advanced-N 6230 BGN",
237         IWL_DEVICE_6030,
238         .ht_params = &iwl6000_ht_params,
239 };
240
241 const struct iwl_cfg iwl6030_2bg_cfg = {
242         .name = "Intel(R) Centrino(R) Advanced-N 6230 BG",
243         IWL_DEVICE_6030,
244 };
245
246 const struct iwl_cfg iwl6035_2agn_cfg = {
247         .name = "Intel(R) Centrino(R) Advanced-N 6235 AGN",
248         IWL_DEVICE_6030,
249         .ht_params = &iwl6000_ht_params,
250 };
251
252 const struct iwl_cfg iwl1030_bgn_cfg = {
253         .name = "Intel(R) Centrino(R) Wireless-N 1030 BGN",
254         IWL_DEVICE_6030,
255         .ht_params = &iwl6000_ht_params,
256 };
257
258 const struct iwl_cfg iwl1030_bg_cfg = {
259         .name = "Intel(R) Centrino(R) Wireless-N 1030 BG",
260         IWL_DEVICE_6030,
261 };
262
263 const struct iwl_cfg iwl130_bgn_cfg = {
264         .name = "Intel(R) Centrino(R) Wireless-N 130 BGN",
265         IWL_DEVICE_6030,
266         .ht_params = &iwl6000_ht_params,
267         .rx_with_siso_diversity = true,
268 };
269
270 const struct iwl_cfg iwl130_bg_cfg = {
271         .name = "Intel(R) Centrino(R) Wireless-N 130 BG",
272         IWL_DEVICE_6030,
273         .rx_with_siso_diversity = true,
274 };
275
276 /*
277  * "i": Internal configuration, use internal Power Amplifier
278  */
279 #define IWL_DEVICE_6000i                                        \
280         .fw_name_pre = IWL6000_FW_PRE,                          \
281         .ucode_api_max = IWL6000_UCODE_API_MAX,                 \
282         .ucode_api_ok = IWL6000_UCODE_API_OK,                   \
283         .ucode_api_min = IWL6000_UCODE_API_MIN,                 \
284         .device_family = IWL_DEVICE_FAMILY_6000i,               \
285         .max_inst_size = IWL60_RTC_INST_SIZE,                   \
286         .max_data_size = IWL60_RTC_DATA_SIZE,                   \
287         .valid_tx_ant = ANT_BC,         /* .cfg overwrite */    \
288         .valid_rx_ant = ANT_BC,         /* .cfg overwrite */    \
289         .eeprom_ver = EEPROM_6000_EEPROM_VERSION,               \
290         .eeprom_calib_ver = EEPROM_6000_TX_POWER_VERSION,       \
291         .base_params = &iwl6000_base_params,                    \
292         .eeprom_params = &iwl6000_eeprom_params,                \
293         .led_mode = IWL_LED_BLINK
294
295 const struct iwl_cfg iwl6000i_2agn_cfg = {
296         .name = "Intel(R) Centrino(R) Advanced-N 6200 AGN",
297         IWL_DEVICE_6000i,
298         .ht_params = &iwl6000_ht_params,
299 };
300
301 const struct iwl_cfg iwl6000i_2abg_cfg = {
302         .name = "Intel(R) Centrino(R) Advanced-N 6200 ABG",
303         IWL_DEVICE_6000i,
304 };
305
306 const struct iwl_cfg iwl6000i_2bg_cfg = {
307         .name = "Intel(R) Centrino(R) Advanced-N 6200 BG",
308         IWL_DEVICE_6000i,
309 };
310
311 #define IWL_DEVICE_6050                                         \
312         .fw_name_pre = IWL6050_FW_PRE,                          \
313         .ucode_api_max = IWL6050_UCODE_API_MAX,                 \
314         .ucode_api_min = IWL6050_UCODE_API_MIN,                 \
315         .device_family = IWL_DEVICE_FAMILY_6050,                \
316         .max_inst_size = IWL60_RTC_INST_SIZE,                   \
317         .max_data_size = IWL60_RTC_DATA_SIZE,                   \
318         .valid_tx_ant = ANT_AB,         /* .cfg overwrite */    \
319         .valid_rx_ant = ANT_AB,         /* .cfg overwrite */    \
320         .eeprom_ver = EEPROM_6050_EEPROM_VERSION,               \
321         .eeprom_calib_ver = EEPROM_6050_TX_POWER_VERSION,       \
322         .base_params = &iwl6050_base_params,                    \
323         .eeprom_params = &iwl6000_eeprom_params,                \
324         .led_mode = IWL_LED_BLINK,                              \
325         .internal_wimax_coex = true
326
327 const struct iwl_cfg iwl6050_2agn_cfg = {
328         .name = "Intel(R) Centrino(R) Advanced-N + WiMAX 6250 AGN",
329         IWL_DEVICE_6050,
330         .ht_params = &iwl6000_ht_params,
331 };
332
333 const struct iwl_cfg iwl6050_2abg_cfg = {
334         .name = "Intel(R) Centrino(R) Advanced-N + WiMAX 6250 ABG",
335         IWL_DEVICE_6050,
336 };
337
338 #define IWL_DEVICE_6150                                         \
339         .fw_name_pre = IWL6050_FW_PRE,                          \
340         .ucode_api_max = IWL6050_UCODE_API_MAX,                 \
341         .ucode_api_min = IWL6050_UCODE_API_MIN,                 \
342         .device_family = IWL_DEVICE_FAMILY_6150,                \
343         .max_inst_size = IWL60_RTC_INST_SIZE,                   \
344         .max_data_size = IWL60_RTC_DATA_SIZE,                   \
345         .eeprom_ver = EEPROM_6150_EEPROM_VERSION,               \
346         .eeprom_calib_ver = EEPROM_6150_TX_POWER_VERSION,       \
347         .base_params = &iwl6050_base_params,                    \
348         .eeprom_params = &iwl6000_eeprom_params,                \
349         .led_mode = IWL_LED_BLINK,                              \
350         .internal_wimax_coex = true
351
352 const struct iwl_cfg iwl6150_bgn_cfg = {
353         .name = "Intel(R) Centrino(R) Wireless-N + WiMAX 6150 BGN",
354         IWL_DEVICE_6150,
355         .ht_params = &iwl6000_ht_params,
356 };
357
358 const struct iwl_cfg iwl6150_bg_cfg = {
359         .name = "Intel(R) Centrino(R) Wireless-N + WiMAX 6150 BG",
360         IWL_DEVICE_6150,
361 };
362
363 const struct iwl_cfg iwl6000_3agn_cfg = {
364         .name = "Intel(R) Centrino(R) Ultimate-N 6300 AGN",
365         .fw_name_pre = IWL6000_FW_PRE,
366         .ucode_api_max = IWL6000_UCODE_API_MAX,
367         .ucode_api_ok = IWL6000_UCODE_API_OK,
368         .ucode_api_min = IWL6000_UCODE_API_MIN,
369         .device_family = IWL_DEVICE_FAMILY_6000,
370         .max_inst_size = IWL60_RTC_INST_SIZE,
371         .max_data_size = IWL60_RTC_DATA_SIZE,
372         .eeprom_ver = EEPROM_6000_EEPROM_VERSION,
373         .eeprom_calib_ver = EEPROM_6000_TX_POWER_VERSION,
374         .base_params = &iwl6000_base_params,
375         .eeprom_params = &iwl6000_eeprom_params,
376         .ht_params = &iwl6000_ht_params,
377         .led_mode = IWL_LED_BLINK,
378 };
379
380 MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_OK));
381 MODULE_FIRMWARE(IWL6050_MODULE_FIRMWARE(IWL6050_UCODE_API_OK));
382 MODULE_FIRMWARE(IWL6005_MODULE_FIRMWARE(IWL6000G2_UCODE_API_OK));
383 MODULE_FIRMWARE(IWL6030_MODULE_FIRMWARE(IWL6000G2B_UCODE_API_OK));