blob: 7869c3c99e6d701d00614e0226ac32e3b5686fe9 [file] [log] [blame]
Luciano Coelho9a1a6992012-05-10 12:13:06 +03001/*
2 * This file is part of wl18xx
3 *
4 * Copyright (C) 2011 Texas Instruments
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * version 2 as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
18 * 02110-1301 USA
19 *
20 */
21
22#include <linux/module.h>
23#include <linux/platform_device.h>
Arik Nemtsov2fc28de2012-05-10 12:13:27 +030024#include <linux/ip.h>
Luciano Coelho640dfb9b2012-06-07 23:39:28 +030025#include <linux/firmware.h>
Luciano Coelhobc2ab3b2013-05-08 12:54:56 +030026#include <linux/etherdevice.h>
Eyal Reizerbd763482015-04-29 17:50:03 +030027#include <linux/irq.h>
Luciano Coelho9a1a6992012-05-10 12:13:06 +030028
29#include "../wlcore/wlcore.h"
30#include "../wlcore/debug.h"
Luciano Coelho46a1d512012-05-10 12:13:12 +030031#include "../wlcore/io.h"
32#include "../wlcore/acx.h"
Arik Nemtsovfb0f2e42012-05-10 12:13:18 +030033#include "../wlcore/tx.h"
Arik Nemtsov9c809f82012-05-10 12:13:23 +030034#include "../wlcore/rx.h"
Luciano Coelho46a1d512012-05-10 12:13:12 +030035#include "../wlcore/boot.h"
Luciano Coelho9a1a6992012-05-10 12:13:06 +030036
Luciano Coelho5d4a9fa2012-05-10 12:13:10 +030037#include "reg.h"
Luciano Coelho46a1d512012-05-10 12:13:12 +030038#include "conf.h"
Eliad Pellerfcab1892012-11-22 18:06:18 +020039#include "cmd.h"
Luciano Coelhob8422dc2012-05-10 12:13:26 +030040#include "acx.h"
Arik Nemtsov872b3452012-05-10 12:13:25 +030041#include "tx.h"
Luciano Coelho274c66c2012-05-10 12:13:13 +030042#include "wl18xx.h"
Luciano Coelhobe652022012-05-10 12:13:41 +030043#include "io.h"
Eliad Peller78e28062012-11-22 18:06:15 +020044#include "scan.h"
Eliad Pellerc50a2822012-11-22 18:06:19 +020045#include "event.h"
Luciano Coelho8c0ea102012-05-10 12:14:09 +030046#include "debugfs.h"
Arik Nemtsov1349c422012-05-10 12:13:16 +030047
Arik Nemtsov169da042012-05-10 12:13:28 +030048#define WL18XX_RX_CHECKSUM_MASK 0x40
49
Yair Shapirac68cc0f2012-07-05 15:11:30 +000050static char *ht_mode_param = NULL;
51static char *board_type_param = NULL;
Assaf Azulay3d62eb52012-05-10 12:14:23 +030052static bool checksum_param = false;
Arik Nemtsov09aad142012-06-10 22:57:30 +030053static int num_rx_desc_param = -1;
Arik Nemtsov17d97712012-05-29 12:44:12 +030054
55/* phy paramters */
56static int dc2dc_param = -1;
57static int n_antennas_2_param = -1;
58static int n_antennas_5_param = -1;
59static int low_band_component_param = -1;
60static int low_band_component_type_param = -1;
61static int high_band_component_param = -1;
62static int high_band_component_type_param = -1;
63static int pwr_limit_reference_11_abg_param = -1;
Arik Nemtsov3a8ddb62012-05-10 12:13:36 +030064
Arik Nemtsovf648eab2012-05-10 12:13:20 +030065static const u8 wl18xx_rate_to_idx_2ghz[] = {
66 /* MCS rates are used only with 11n */
67 15, /* WL18XX_CONF_HW_RXTX_RATE_MCS15 */
68 14, /* WL18XX_CONF_HW_RXTX_RATE_MCS14 */
69 13, /* WL18XX_CONF_HW_RXTX_RATE_MCS13 */
70 12, /* WL18XX_CONF_HW_RXTX_RATE_MCS12 */
71 11, /* WL18XX_CONF_HW_RXTX_RATE_MCS11 */
72 10, /* WL18XX_CONF_HW_RXTX_RATE_MCS10 */
73 9, /* WL18XX_CONF_HW_RXTX_RATE_MCS9 */
74 8, /* WL18XX_CONF_HW_RXTX_RATE_MCS8 */
75 7, /* WL18XX_CONF_HW_RXTX_RATE_MCS7 */
76 6, /* WL18XX_CONF_HW_RXTX_RATE_MCS6 */
77 5, /* WL18XX_CONF_HW_RXTX_RATE_MCS5 */
78 4, /* WL18XX_CONF_HW_RXTX_RATE_MCS4 */
79 3, /* WL18XX_CONF_HW_RXTX_RATE_MCS3 */
80 2, /* WL18XX_CONF_HW_RXTX_RATE_MCS2 */
81 1, /* WL18XX_CONF_HW_RXTX_RATE_MCS1 */
82 0, /* WL18XX_CONF_HW_RXTX_RATE_MCS0 */
83
84 11, /* WL18XX_CONF_HW_RXTX_RATE_54 */
85 10, /* WL18XX_CONF_HW_RXTX_RATE_48 */
86 9, /* WL18XX_CONF_HW_RXTX_RATE_36 */
87 8, /* WL18XX_CONF_HW_RXTX_RATE_24 */
88
89 /* TI-specific rate */
90 CONF_HW_RXTX_RATE_UNSUPPORTED, /* WL18XX_CONF_HW_RXTX_RATE_22 */
91
92 7, /* WL18XX_CONF_HW_RXTX_RATE_18 */
93 6, /* WL18XX_CONF_HW_RXTX_RATE_12 */
94 3, /* WL18XX_CONF_HW_RXTX_RATE_11 */
95 5, /* WL18XX_CONF_HW_RXTX_RATE_9 */
96 4, /* WL18XX_CONF_HW_RXTX_RATE_6 */
97 2, /* WL18XX_CONF_HW_RXTX_RATE_5_5 */
98 1, /* WL18XX_CONF_HW_RXTX_RATE_2 */
99 0 /* WL18XX_CONF_HW_RXTX_RATE_1 */
100};
101
102static const u8 wl18xx_rate_to_idx_5ghz[] = {
103 /* MCS rates are used only with 11n */
104 15, /* WL18XX_CONF_HW_RXTX_RATE_MCS15 */
105 14, /* WL18XX_CONF_HW_RXTX_RATE_MCS14 */
106 13, /* WL18XX_CONF_HW_RXTX_RATE_MCS13 */
107 12, /* WL18XX_CONF_HW_RXTX_RATE_MCS12 */
108 11, /* WL18XX_CONF_HW_RXTX_RATE_MCS11 */
109 10, /* WL18XX_CONF_HW_RXTX_RATE_MCS10 */
110 9, /* WL18XX_CONF_HW_RXTX_RATE_MCS9 */
111 8, /* WL18XX_CONF_HW_RXTX_RATE_MCS8 */
112 7, /* WL18XX_CONF_HW_RXTX_RATE_MCS7 */
113 6, /* WL18XX_CONF_HW_RXTX_RATE_MCS6 */
114 5, /* WL18XX_CONF_HW_RXTX_RATE_MCS5 */
115 4, /* WL18XX_CONF_HW_RXTX_RATE_MCS4 */
116 3, /* WL18XX_CONF_HW_RXTX_RATE_MCS3 */
117 2, /* WL18XX_CONF_HW_RXTX_RATE_MCS2 */
118 1, /* WL18XX_CONF_HW_RXTX_RATE_MCS1 */
119 0, /* WL18XX_CONF_HW_RXTX_RATE_MCS0 */
120
121 7, /* WL18XX_CONF_HW_RXTX_RATE_54 */
122 6, /* WL18XX_CONF_HW_RXTX_RATE_48 */
123 5, /* WL18XX_CONF_HW_RXTX_RATE_36 */
124 4, /* WL18XX_CONF_HW_RXTX_RATE_24 */
125
126 /* TI-specific rate */
127 CONF_HW_RXTX_RATE_UNSUPPORTED, /* WL18XX_CONF_HW_RXTX_RATE_22 */
128
129 3, /* WL18XX_CONF_HW_RXTX_RATE_18 */
130 2, /* WL18XX_CONF_HW_RXTX_RATE_12 */
131 CONF_HW_RXTX_RATE_UNSUPPORTED, /* WL18XX_CONF_HW_RXTX_RATE_11 */
132 1, /* WL18XX_CONF_HW_RXTX_RATE_9 */
133 0, /* WL18XX_CONF_HW_RXTX_RATE_6 */
134 CONF_HW_RXTX_RATE_UNSUPPORTED, /* WL18XX_CONF_HW_RXTX_RATE_5_5 */
135 CONF_HW_RXTX_RATE_UNSUPPORTED, /* WL18XX_CONF_HW_RXTX_RATE_2 */
136 CONF_HW_RXTX_RATE_UNSUPPORTED, /* WL18XX_CONF_HW_RXTX_RATE_1 */
137};
138
139static const u8 *wl18xx_band_rate_to_idx[] = {
140 [IEEE80211_BAND_2GHZ] = wl18xx_rate_to_idx_2ghz,
141 [IEEE80211_BAND_5GHZ] = wl18xx_rate_to_idx_5ghz
142};
143
144enum wl18xx_hw_rates {
145 WL18XX_CONF_HW_RXTX_RATE_MCS15 = 0,
146 WL18XX_CONF_HW_RXTX_RATE_MCS14,
147 WL18XX_CONF_HW_RXTX_RATE_MCS13,
148 WL18XX_CONF_HW_RXTX_RATE_MCS12,
149 WL18XX_CONF_HW_RXTX_RATE_MCS11,
150 WL18XX_CONF_HW_RXTX_RATE_MCS10,
151 WL18XX_CONF_HW_RXTX_RATE_MCS9,
152 WL18XX_CONF_HW_RXTX_RATE_MCS8,
153 WL18XX_CONF_HW_RXTX_RATE_MCS7,
154 WL18XX_CONF_HW_RXTX_RATE_MCS6,
155 WL18XX_CONF_HW_RXTX_RATE_MCS5,
156 WL18XX_CONF_HW_RXTX_RATE_MCS4,
157 WL18XX_CONF_HW_RXTX_RATE_MCS3,
158 WL18XX_CONF_HW_RXTX_RATE_MCS2,
159 WL18XX_CONF_HW_RXTX_RATE_MCS1,
160 WL18XX_CONF_HW_RXTX_RATE_MCS0,
161 WL18XX_CONF_HW_RXTX_RATE_54,
162 WL18XX_CONF_HW_RXTX_RATE_48,
163 WL18XX_CONF_HW_RXTX_RATE_36,
164 WL18XX_CONF_HW_RXTX_RATE_24,
165 WL18XX_CONF_HW_RXTX_RATE_22,
166 WL18XX_CONF_HW_RXTX_RATE_18,
167 WL18XX_CONF_HW_RXTX_RATE_12,
168 WL18XX_CONF_HW_RXTX_RATE_11,
169 WL18XX_CONF_HW_RXTX_RATE_9,
170 WL18XX_CONF_HW_RXTX_RATE_6,
171 WL18XX_CONF_HW_RXTX_RATE_5_5,
172 WL18XX_CONF_HW_RXTX_RATE_2,
173 WL18XX_CONF_HW_RXTX_RATE_1,
174 WL18XX_CONF_HW_RXTX_RATE_MAX,
175};
176
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300177static struct wlcore_conf wl18xx_conf = {
178 .sg = {
179 .params = {
Guy Mishol133b7322015-12-02 10:28:22 +0200180 [WL18XX_CONF_SG_PARAM_0] = 0,
181 /* Configuartion Parameters */
182 [WL18XX_CONF_SG_ANTENNA_CONFIGURATION] = 0,
183 [WL18XX_CONF_SG_ZIGBEE_COEX] = 0,
184 [WL18XX_CONF_SG_TIME_SYNC] = 0,
185 [WL18XX_CONF_SG_PARAM_4] = 0,
186 [WL18XX_CONF_SG_PARAM_5] = 0,
187 [WL18XX_CONF_SG_PARAM_6] = 0,
188 [WL18XX_CONF_SG_PARAM_7] = 0,
189 [WL18XX_CONF_SG_PARAM_8] = 0,
190 [WL18XX_CONF_SG_PARAM_9] = 0,
191 [WL18XX_CONF_SG_PARAM_10] = 0,
192 [WL18XX_CONF_SG_PARAM_11] = 0,
193 [WL18XX_CONF_SG_PARAM_12] = 0,
194 [WL18XX_CONF_SG_PARAM_13] = 0,
195 [WL18XX_CONF_SG_PARAM_14] = 0,
196 [WL18XX_CONF_SG_PARAM_15] = 0,
197 [WL18XX_CONF_SG_PARAM_16] = 0,
198 [WL18XX_CONF_SG_PARAM_17] = 0,
199 [WL18XX_CONF_SG_PARAM_18] = 0,
200 [WL18XX_CONF_SG_PARAM_19] = 0,
201 [WL18XX_CONF_SG_PARAM_20] = 0,
202 [WL18XX_CONF_SG_PARAM_21] = 0,
203 [WL18XX_CONF_SG_PARAM_22] = 0,
204 [WL18XX_CONF_SG_PARAM_23] = 0,
205 [WL18XX_CONF_SG_PARAM_24] = 0,
206 [WL18XX_CONF_SG_PARAM_25] = 0,
207 /* Active Scan Parameters */
208 [WL18XX_CONF_SG_AUTO_SCAN_PROBE_REQ] = 170,
209 [WL18XX_CONF_SG_ACTIVE_SCAN_DURATION_FACTOR_HV3] = 50,
210 [WL18XX_CONF_SG_PARAM_28] = 0,
211 /* Passive Scan Parameters */
212 [WL18XX_CONF_SG_PARAM_29] = 0,
213 [WL18XX_CONF_SG_PARAM_30] = 0,
214 [WL18XX_CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_HV3] = 200,
215 /* Passive Scan in Dual Antenna Parameters */
216 [WL18XX_CONF_SG_CONSECUTIVE_HV3_IN_PASSIVE_SCAN] = 0,
217 [WL18XX_CONF_SG_BEACON_HV3_COLL_TH_IN_PASSIVE_SCAN] = 0,
218 [WL18XX_CONF_SG_TX_RX_PROTECT_BW_IN_PASSIVE_SCAN] = 0,
219 /* General Parameters */
220 [WL18XX_CONF_SG_STA_FORCE_PS_IN_BT_SCO] = 1,
221 [WL18XX_CONF_SG_PARAM_36] = 0,
222 [WL18XX_CONF_SG_BEACON_MISS_PERCENT] = 60,
223 [WL18XX_CONF_SG_PARAM_38] = 0,
224 [WL18XX_CONF_SG_RXT] = 1200,
225 [WL18XX_CONF_SG_UNUSED] = 0,
226 [WL18XX_CONF_SG_ADAPTIVE_RXT_TXT] = 1,
227 [WL18XX_CONF_SG_GENERAL_USAGE_BIT_MAP] = 3,
228 [WL18XX_CONF_SG_HV3_MAX_SERVED] = 6,
229 [WL18XX_CONF_SG_PARAM_44] = 0,
230 [WL18XX_CONF_SG_PARAM_45] = 0,
231 [WL18XX_CONF_SG_CONSECUTIVE_CTS_THRESHOLD] = 2,
232 [WL18XX_CONF_SG_GEMINI_PARAM_47] = 0,
233 [WL18XX_CONF_SG_STA_CONNECTION_PROTECTION_TIME] = 0,
234 /* AP Parameters */
235 [WL18XX_CONF_SG_AP_BEACON_MISS_TX] = 3,
236 [WL18XX_CONF_SG_PARAM_50] = 0,
237 [WL18XX_CONF_SG_AP_BEACON_WINDOW_INTERVAL] = 2,
238 [WL18XX_CONF_SG_AP_CONNECTION_PROTECTION_TIME] = 30,
239 [WL18XX_CONF_SG_PARAM_53] = 0,
240 [WL18XX_CONF_SG_PARAM_54] = 0,
241 /* CTS Diluting Parameters */
242 [WL18XX_CONF_SG_CTS_DILUTED_BAD_RX_PACKETS_TH] = 0,
243 [WL18XX_CONF_SG_CTS_CHOP_IN_DUAL_ANT_SCO_MASTER] = 0,
244 [WL18XX_CONF_SG_TEMP_PARAM_1] = 0,
245 [WL18XX_CONF_SG_TEMP_PARAM_2] = 0,
246 [WL18XX_CONF_SG_TEMP_PARAM_3] = 0,
247 [WL18XX_CONF_SG_TEMP_PARAM_4] = 0,
248 [WL18XX_CONF_SG_TEMP_PARAM_5] = 0,
249 [WL18XX_CONF_SG_TEMP_PARAM_6] = 0,
250 [WL18XX_CONF_SG_TEMP_PARAM_7] = 0,
251 [WL18XX_CONF_SG_TEMP_PARAM_8] = 0,
252 [WL18XX_CONF_SG_TEMP_PARAM_9] = 0,
253 [WL18XX_CONF_SG_TEMP_PARAM_10] = 0,
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300254 },
255 .state = CONF_SG_PROTECTIVE,
256 },
257 .rx = {
258 .rx_msdu_life_time = 512000,
259 .packet_detection_threshold = 0,
260 .ps_poll_timeout = 15,
261 .upsd_timeout = 15,
262 .rts_threshold = IEEE80211_MAX_RTS_THRESHOLD,
263 .rx_cca_threshold = 0,
264 .irq_blk_threshold = 0xFFFF,
265 .irq_pkt_threshold = 0,
266 .irq_timeout = 600,
267 .queue_type = CONF_RX_QUEUE_TYPE_LOW_PRIORITY,
268 },
269 .tx = {
270 .tx_energy_detection = 0,
271 .sta_rc_conf = {
272 .enabled_rates = 0,
273 .short_retry_limit = 10,
274 .long_retry_limit = 10,
275 .aflags = 0,
276 },
277 .ac_conf_count = 4,
278 .ac_conf = {
279 [CONF_TX_AC_BE] = {
280 .ac = CONF_TX_AC_BE,
281 .cw_min = 15,
282 .cw_max = 63,
283 .aifsn = 3,
284 .tx_op_limit = 0,
285 },
286 [CONF_TX_AC_BK] = {
287 .ac = CONF_TX_AC_BK,
288 .cw_min = 15,
289 .cw_max = 63,
290 .aifsn = 7,
291 .tx_op_limit = 0,
292 },
293 [CONF_TX_AC_VI] = {
294 .ac = CONF_TX_AC_VI,
295 .cw_min = 15,
296 .cw_max = 63,
297 .aifsn = CONF_TX_AIFS_PIFS,
298 .tx_op_limit = 3008,
299 },
300 [CONF_TX_AC_VO] = {
301 .ac = CONF_TX_AC_VO,
302 .cw_min = 15,
303 .cw_max = 63,
304 .aifsn = CONF_TX_AIFS_PIFS,
305 .tx_op_limit = 1504,
306 },
307 },
308 .max_tx_retries = 100,
309 .ap_aging_period = 300,
310 .tid_conf_count = 4,
311 .tid_conf = {
312 [CONF_TX_AC_BE] = {
313 .queue_id = CONF_TX_AC_BE,
314 .channel_type = CONF_CHANNEL_TYPE_EDCF,
315 .tsid = CONF_TX_AC_BE,
316 .ps_scheme = CONF_PS_SCHEME_LEGACY,
317 .ack_policy = CONF_ACK_POLICY_LEGACY,
318 .apsd_conf = {0, 0},
319 },
320 [CONF_TX_AC_BK] = {
321 .queue_id = CONF_TX_AC_BK,
322 .channel_type = CONF_CHANNEL_TYPE_EDCF,
323 .tsid = CONF_TX_AC_BK,
324 .ps_scheme = CONF_PS_SCHEME_LEGACY,
325 .ack_policy = CONF_ACK_POLICY_LEGACY,
326 .apsd_conf = {0, 0},
327 },
328 [CONF_TX_AC_VI] = {
329 .queue_id = CONF_TX_AC_VI,
330 .channel_type = CONF_CHANNEL_TYPE_EDCF,
331 .tsid = CONF_TX_AC_VI,
332 .ps_scheme = CONF_PS_SCHEME_LEGACY,
333 .ack_policy = CONF_ACK_POLICY_LEGACY,
334 .apsd_conf = {0, 0},
335 },
336 [CONF_TX_AC_VO] = {
337 .queue_id = CONF_TX_AC_VO,
338 .channel_type = CONF_CHANNEL_TYPE_EDCF,
339 .tsid = CONF_TX_AC_VO,
340 .ps_scheme = CONF_PS_SCHEME_LEGACY,
341 .ack_policy = CONF_ACK_POLICY_LEGACY,
342 .apsd_conf = {0, 0},
343 },
344 },
345 .frag_threshold = IEEE80211_MAX_FRAG_THRESHOLD,
346 .tx_compl_timeout = 350,
347 .tx_compl_threshold = 10,
348 .basic_rate = CONF_HW_BIT_RATE_1MBPS,
349 .basic_rate_5 = CONF_HW_BIT_RATE_6MBPS,
350 .tmpl_short_retry_limit = 10,
351 .tmpl_long_retry_limit = 10,
352 .tx_watchdog_timeout = 5000,
Arik Nemtsov0e810472012-11-27 08:45:00 +0200353 .slow_link_thold = 3,
354 .fast_link_thold = 30,
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300355 },
356 .conn = {
357 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM,
358 .listen_interval = 1,
359 .suspend_wake_up_event = CONF_WAKE_UP_EVENT_N_DTIM,
360 .suspend_listen_interval = 3,
361 .bcn_filt_mode = CONF_BCN_FILT_MODE_ENABLED,
Eliad Peller186b5a72012-05-15 16:35:20 +0300362 .bcn_filt_ie_count = 3,
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300363 .bcn_filt_ie = {
364 [0] = {
365 .ie = WLAN_EID_CHANNEL_SWITCH,
366 .rule = CONF_BCN_RULE_PASS_ON_APPEARANCE,
367 },
368 [1] = {
369 .ie = WLAN_EID_HT_OPERATION,
370 .rule = CONF_BCN_RULE_PASS_ON_CHANGE,
371 },
Eliad Peller186b5a72012-05-15 16:35:20 +0300372 [2] = {
373 .ie = WLAN_EID_ERP_INFO,
374 .rule = CONF_BCN_RULE_PASS_ON_CHANGE,
375 },
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300376 },
Igal Chernobelsky7b052212012-05-15 17:08:57 +0300377 .synch_fail_thold = 12,
378 .bss_lose_timeout = 400,
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300379 .beacon_rx_timeout = 10000,
380 .broadcast_timeout = 20000,
381 .rx_broadcast_in_ps = 1,
382 .ps_poll_threshold = 10,
383 .bet_enable = CONF_BET_MODE_ENABLE,
384 .bet_max_consecutive = 50,
385 .psm_entry_retries = 8,
386 .psm_exit_retries = 16,
387 .psm_entry_nullfunc_retries = 3,
Arik Nemtsov0fc1d2e2012-07-03 11:34:43 +0300388 .dynamic_ps_timeout = 1500,
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300389 .forced_ps = false,
390 .keep_alive_interval = 55000,
391 .max_listen_interval = 20,
Arik Nemtsov66340e52012-06-10 17:09:22 +0300392 .sta_sleep_auth = WL1271_PSM_ILLEGAL,
Ram Amrani6d5a7482014-12-29 08:24:04 +0200393 .suspend_rx_ba_activity = 0,
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300394 },
395 .itrim = {
396 .enable = false,
397 .timeout = 50000,
398 },
399 .pm_config = {
400 .host_clk_settling_time = 5000,
Luciano Coelho648f6ed2012-06-07 23:39:24 +0300401 .host_fast_wakeup_support = CONF_FAST_WAKEUP_DISABLE,
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300402 },
403 .roam_trigger = {
404 .trigger_pacing = 1,
405 .avg_weight_rssi_beacon = 20,
406 .avg_weight_rssi_data = 10,
407 .avg_weight_snr_beacon = 20,
408 .avg_weight_snr_data = 10,
409 },
410 .scan = {
411 .min_dwell_time_active = 7500,
412 .max_dwell_time_active = 30000,
Eyal Shapira5d3a1602012-12-08 02:58:23 +0200413 .min_dwell_time_active_long = 25000,
414 .max_dwell_time_active_long = 50000,
Eliad Peller7c482c12012-11-26 18:05:40 +0200415 .dwell_time_passive = 100000,
416 .dwell_time_dfs = 150000,
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300417 .num_probe_reqs = 2,
418 .split_scan_timeout = 50000,
419 },
420 .sched_scan = {
421 /*
422 * Values are in TU/1000 but since sched scan FW command
423 * params are in TUs rounding up may occur.
424 */
425 .base_dwell_time = 7500,
426 .max_dwell_time_delta = 22500,
427 /* based on 250bits per probe @1Mbps */
428 .dwell_time_delta_per_probe = 2000,
429 /* based on 250bits per probe @6Mbps (plus a bit more) */
430 .dwell_time_delta_per_probe_5 = 350,
431 .dwell_time_passive = 100000,
432 .dwell_time_dfs = 150000,
433 .num_probe_reqs = 2,
434 .rssi_threshold = -90,
435 .snr_threshold = 0,
Eliad Peller8698a3a2015-07-30 22:38:20 +0300436 .num_short_intervals = SCAN_MAX_SHORT_INTERVALS,
437 .long_interval = 30000,
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300438 },
439 .ht = {
Ido Reis9ae48ae2012-06-25 18:51:54 +0300440 .rx_ba_win_size = 32,
Luciano Coelho3507efa2012-05-10 12:14:21 +0300441 .tx_ba_win_size = 64,
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300442 .inactivity_timeout = 10000,
443 .tx_ba_tid_bitmap = CONF_TX_BA_ENABLED_TID_BITMAP,
444 },
445 .mem = {
446 .num_stations = 1,
447 .ssid_profiles = 1,
448 .rx_block_num = 40,
449 .tx_min_block_num = 40,
450 .dynamic_memory = 1,
451 .min_req_tx_blocks = 45,
452 .min_req_rx_blocks = 22,
453 .tx_min = 27,
454 },
455 .fm_coex = {
456 .enable = true,
457 .swallow_period = 5,
458 .n_divider_fref_set_1 = 0xff, /* default */
459 .n_divider_fref_set_2 = 12,
Victor Goldenshtein461b9582012-05-15 17:15:40 +0300460 .m_divider_fref_set_1 = 0xffff,
461 .m_divider_fref_set_2 = 148, /* default */
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300462 .coex_pll_stabilization_time = 0xffffffff, /* default */
463 .ldo_stabilization_time = 0xffff, /* default */
464 .fm_disturbed_band_margin = 0xff, /* default */
465 .swallow_clk_diff = 0xff, /* default */
466 },
467 .rx_streaming = {
468 .duration = 150,
469 .queues = 0x1,
470 .interval = 20,
471 .always = 0,
472 },
473 .fwlog = {
Ido Reis9d8146d2013-09-09 12:24:37 +0300474 .mode = WL12XX_FWLOG_CONTINUOUS,
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300475 .mem_blocks = 2,
476 .severity = 0,
477 .timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED,
Ido Reis9d8146d2013-09-09 12:24:37 +0300478 .output = WL12XX_FWLOG_OUTPUT_DBG_PINS,
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300479 .threshold = 0,
480 },
481 .rate = {
482 .rate_retry_score = 32000,
483 .per_add = 8192,
484 .per_th1 = 2048,
485 .per_th2 = 4096,
486 .max_per = 8100,
487 .inverse_curiosity_factor = 5,
488 .tx_fail_low_th = 4,
489 .tx_fail_high_th = 10,
490 .per_alpha_shift = 4,
491 .per_add_shift = 13,
492 .per_beta1_shift = 10,
493 .per_beta2_shift = 8,
494 .rate_check_up = 2,
495 .rate_check_down = 12,
496 .rate_retry_policy = {
497 0x00, 0x00, 0x00, 0x00, 0x00,
498 0x00, 0x00, 0x00, 0x00, 0x00,
499 0x00, 0x00, 0x00,
500 },
501 },
502 .hangover = {
503 .recover_time = 0,
504 .hangover_period = 20,
505 .dynamic_mode = 1,
506 .early_termination_mode = 1,
507 .max_period = 20,
508 .min_period = 1,
509 .increase_delta = 1,
510 .decrease_delta = 2,
511 .quiet_time = 4,
512 .increase_time = 1,
513 .window_size = 16,
514 },
Yair Shapira72303412012-11-26 18:05:50 +0200515 .recovery = {
516 .bug_on_recovery = 0,
517 .no_recovery = 0,
518 },
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300519};
520
521static struct wl18xx_priv_conf wl18xx_default_priv_conf = {
Yair Shapirac68cc0f2012-07-05 15:11:30 +0000522 .ht = {
Igal Chernobelsky50e4c902013-09-09 12:24:32 +0300523 .mode = HT_MODE_WIDE,
Yair Shapirac68cc0f2012-07-05 15:11:30 +0000524 },
Luciano Coelho46a1d512012-05-10 12:13:12 +0300525 .phy = {
526 .phy_standalone = 0x00,
527 .primary_clock_setting_time = 0x05,
528 .clock_valid_on_wake_up = 0x00,
529 .secondary_clock_setting_time = 0x05,
Yair Shapirac68cc0f2012-07-05 15:11:30 +0000530 .board_type = BOARD_TYPE_HDK_18XX,
Luciano Coelho46a1d512012-05-10 12:13:12 +0300531 .auto_detect = 0x00,
532 .dedicated_fem = FEM_NONE,
Ido Reise1c497c2012-07-13 00:12:08 +0300533 .low_band_component = COMPONENT_3_WAY_SWITCH,
Igal Chernobelsky50e4c902013-09-09 12:24:32 +0300534 .low_band_component_type = 0x05,
Luciano Coelho46a1d512012-05-10 12:13:12 +0300535 .high_band_component = COMPONENT_2_WAY_SWITCH,
536 .high_band_component_type = 0x09,
Luciano Coelho46a1d512012-05-10 12:13:12 +0300537 .tcxo_ldo_voltage = 0x00,
538 .xtal_itrim_val = 0x04,
539 .srf_state = 0x00,
540 .io_configuration = 0x01,
541 .sdio_configuration = 0x00,
542 .settings = 0x00,
543 .enable_clpc = 0x00,
544 .enable_tx_low_pwr_on_siso_rdl = 0x00,
545 .rx_profile = 0x00,
Yair Shapirad88949b2012-11-27 08:44:43 +0200546 .pwr_limit_reference_11_abg = 0x64,
547 .per_chan_pwr_limit_arr_11abg = {
548 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
549 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
550 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
551 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
552 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
553 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
554 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
555 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
556 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
557 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
558 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
559 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
560 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
561 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
562 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
563 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
564 0xff, 0xff, 0xff, 0xff, 0xff, 0xff },
565 .pwr_limit_reference_11p = 0x64,
Victor Goldenshtein1d614662012-12-27 15:49:47 +0200566 .per_chan_bo_mode_11_abg = { 0x00, 0x00, 0x00, 0x00,
567 0x00, 0x00, 0x00, 0x00,
568 0x00, 0x00, 0x00, 0x00,
569 0x00 },
570 .per_chan_bo_mode_11_p = { 0x00, 0x00, 0x00, 0x00 },
Yair Shapirad88949b2012-11-27 08:44:43 +0200571 .per_chan_pwr_limit_arr_11p = { 0xff, 0xff, 0xff, 0xff,
572 0xff, 0xff, 0xff },
Ido Reis16ea4732012-04-23 16:49:19 +0300573 .psat = 0,
Arik Nemtsov17d97712012-05-29 12:44:12 +0300574 .external_pa_dc2dc = 0,
Yair Shapirad88949b2012-11-27 08:44:43 +0200575 .number_of_assembled_ant2_4 = 2,
Arik Nemtsov17d97712012-05-29 12:44:12 +0300576 .number_of_assembled_ant5 = 1,
Igal Chernobelsky50e4c902013-09-09 12:24:32 +0300577 .low_power_val = 0xff,
578 .med_power_val = 0xff,
579 .high_power_val = 0xff,
580 .low_power_val_2nd = 0xff,
581 .med_power_val_2nd = 0xff,
582 .high_power_val_2nd = 0xff,
Ido Reisec4f4b72012-11-27 08:44:42 +0200583 .tx_rf_margin = 1,
Luciano Coelho46a1d512012-05-10 12:13:12 +0300584 },
Kobi Le2f1e502014-12-29 08:24:06 +0200585 .ap_sleep = { /* disabled by default */
586 .idle_duty_cycle = 0,
587 .connected_duty_cycle = 0,
588 .max_stations_thresh = 0,
589 .idle_conn_thresh = 0,
590 },
Luciano Coelho46a1d512012-05-10 12:13:12 +0300591};
Luciano Coelho5d4a9fa2012-05-10 12:13:10 +0300592
Luciano Coelho82b890c2012-05-10 12:13:09 +0300593static const struct wlcore_partition_set wl18xx_ptable[PART_TABLE_LEN] = {
594 [PART_TOP_PRCM_ELP_SOC] = {
Eyal Reizerbd763482015-04-29 17:50:03 +0300595 .mem = { .start = 0x00A00000, .size = 0x00012000 },
Luciano Coelho82b890c2012-05-10 12:13:09 +0300596 .reg = { .start = 0x00807000, .size = 0x00005000 },
597 .mem2 = { .start = 0x00800000, .size = 0x0000B000 },
598 .mem3 = { .start = 0x00000000, .size = 0x00000000 },
599 },
600 [PART_DOWN] = {
601 .mem = { .start = 0x00000000, .size = 0x00014000 },
602 .reg = { .start = 0x00810000, .size = 0x0000BFFF },
603 .mem2 = { .start = 0x00000000, .size = 0x00000000 },
604 .mem3 = { .start = 0x00000000, .size = 0x00000000 },
605 },
606 [PART_BOOT] = {
607 .mem = { .start = 0x00700000, .size = 0x0000030c },
608 .reg = { .start = 0x00802000, .size = 0x00014578 },
609 .mem2 = { .start = 0x00B00404, .size = 0x00001000 },
610 .mem3 = { .start = 0x00C00000, .size = 0x00000400 },
611 },
612 [PART_WORK] = {
613 .mem = { .start = 0x00800000, .size = 0x000050FC },
614 .reg = { .start = 0x00B00404, .size = 0x00001000 },
615 .mem2 = { .start = 0x00C00000, .size = 0x00000400 },
616 .mem3 = { .start = 0x00000000, .size = 0x00000000 },
617 },
618 [PART_PHY_INIT] = {
Ido Reise3b8bbb2012-11-27 08:44:51 +0200619 .mem = { .start = WL18XX_PHY_INIT_MEM_ADDR,
620 .size = WL18XX_PHY_INIT_MEM_SIZE },
Luciano Coelho82b890c2012-05-10 12:13:09 +0300621 .reg = { .start = 0x00000000, .size = 0x00000000 },
622 .mem2 = { .start = 0x00000000, .size = 0x00000000 },
623 .mem3 = { .start = 0x00000000, .size = 0x00000000 },
624 },
625};
626
Luciano Coelho5d4a9fa2012-05-10 12:13:10 +0300627static const int wl18xx_rtable[REG_TABLE_LEN] = {
628 [REG_ECPU_CONTROL] = WL18XX_REG_ECPU_CONTROL,
629 [REG_INTERRUPT_NO_CLEAR] = WL18XX_REG_INTERRUPT_NO_CLEAR,
630 [REG_INTERRUPT_ACK] = WL18XX_REG_INTERRUPT_ACK,
631 [REG_COMMAND_MAILBOX_PTR] = WL18XX_REG_COMMAND_MAILBOX_PTR,
632 [REG_EVENT_MAILBOX_PTR] = WL18XX_REG_EVENT_MAILBOX_PTR,
633 [REG_INTERRUPT_TRIG] = WL18XX_REG_INTERRUPT_TRIG_H,
634 [REG_INTERRUPT_MASK] = WL18XX_REG_INTERRUPT_MASK,
Arik Nemtsov1c351da2012-05-10 12:13:39 +0300635 [REG_PC_ON_RECOVERY] = WL18XX_SCR_PAD4,
Luciano Coelho5d4a9fa2012-05-10 12:13:10 +0300636 [REG_CHIP_ID_B] = WL18XX_REG_CHIP_ID_B,
637 [REG_CMD_MBOX_ADDRESS] = WL18XX_CMD_MBOX_ADDRESS,
638
639 /* data access memory addresses, used with partition translation */
640 [REG_SLV_MEM_DATA] = WL18XX_SLV_MEM_DATA,
641 [REG_SLV_REG_DATA] = WL18XX_SLV_REG_DATA,
642
643 /* raw data access memory addresses */
644 [REG_RAW_FW_STATUS_ADDR] = WL18XX_FW_STATUS_ADDR,
645};
646
Victor Goldenshteinef47d322013-09-17 18:41:28 +0300647static const struct wl18xx_clk_cfg wl18xx_clk_table_coex[NUM_CLOCK_CONFIGS] = {
648 [CLOCK_CONFIG_16_2_M] = { 8, 121, 0, 0, false },
649 [CLOCK_CONFIG_16_368_M] = { 8, 120, 0, 0, false },
650 [CLOCK_CONFIG_16_8_M] = { 8, 117, 0, 0, false },
651 [CLOCK_CONFIG_19_2_M] = { 10, 128, 0, 0, false },
652 [CLOCK_CONFIG_26_M] = { 11, 104, 0, 0, false },
653 [CLOCK_CONFIG_32_736_M] = { 8, 120, 0, 0, false },
654 [CLOCK_CONFIG_33_6_M] = { 8, 117, 0, 0, false },
655 [CLOCK_CONFIG_38_468_M] = { 10, 128, 0, 0, false },
656 [CLOCK_CONFIG_52_M] = { 11, 104, 0, 0, false },
657};
658
Luciano Coelhobe652022012-05-10 12:13:41 +0300659static const struct wl18xx_clk_cfg wl18xx_clk_table[NUM_CLOCK_CONFIGS] = {
660 [CLOCK_CONFIG_16_2_M] = { 7, 104, 801, 4, true },
661 [CLOCK_CONFIG_16_368_M] = { 9, 132, 3751, 4, true },
662 [CLOCK_CONFIG_16_8_M] = { 7, 100, 0, 0, false },
663 [CLOCK_CONFIG_19_2_M] = { 8, 100, 0, 0, false },
664 [CLOCK_CONFIG_26_M] = { 13, 120, 0, 0, false },
665 [CLOCK_CONFIG_32_736_M] = { 9, 132, 3751, 4, true },
666 [CLOCK_CONFIG_33_6_M] = { 7, 100, 0, 0, false },
667 [CLOCK_CONFIG_38_468_M] = { 8, 100, 0, 0, false },
668 [CLOCK_CONFIG_52_M] = { 13, 120, 0, 0, false },
669};
670
Luciano Coelho0cd65432012-05-10 12:13:11 +0300671/* TODO: maybe move to a new header file? */
Eliad Peller750e9d12014-12-29 08:24:07 +0200672#define WL18XX_FW_NAME "ti-connectivity/wl18xx-fw-4.bin"
Luciano Coelho0cd65432012-05-10 12:13:11 +0300673
674static int wl18xx_identify_chip(struct wl1271 *wl)
675{
676 int ret = 0;
677
678 switch (wl->chip.id) {
Ido Reis73395a792012-04-22 20:45:52 +0300679 case CHIP_ID_185x_PG20:
680 wl1271_debug(DEBUG_BOOT, "chip id 0x%x (185x PG20)",
681 wl->chip.id);
682 wl->sr_fw_name = WL18XX_FW_NAME;
683 /* wl18xx uses the same firmware for PLT */
684 wl->plt_fw_name = WL18XX_FW_NAME;
Eliad Peller2718bf42012-11-27 08:44:47 +0200685 wl->quirks |= WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN |
Arik Nemtsovbf7c46a2012-06-11 10:41:08 +0300686 WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN |
Victor Goldenshtein01b3c0e2012-06-14 09:47:40 +0300687 WLCORE_QUIRK_NO_SCHED_SCAN_WHILE_CONN |
Eliad Peller78e28062012-11-22 18:06:15 +0200688 WLCORE_QUIRK_TX_PAD_LAST_FRAME |
Victor Goldenshtein6b70e7e2012-11-25 18:26:59 +0200689 WLCORE_QUIRK_REGDOMAIN_CONF |
Eliad Peller78e28062012-11-22 18:06:15 +0200690 WLCORE_QUIRK_DUAL_PROBE_TMPL;
Arik Nemtsov4a1ccce2012-06-25 17:46:40 +0300691
Luciano Coelho8675f9a2012-11-27 15:52:00 +0200692 wlcore_set_min_fw_ver(wl, WL18XX_CHIP_VER,
693 WL18XX_IFTYPE_VER, WL18XX_MAJOR_VER,
694 WL18XX_SUBTYPE_VER, WL18XX_MINOR_VER,
695 /* there's no separate multi-role FW */
696 0, 0, 0, 0);
Ido Reis73395a792012-04-22 20:45:52 +0300697 break;
Luciano Coelho0cd65432012-05-10 12:13:11 +0300698 case CHIP_ID_185x_PG10:
Luciano Coelhoe59bec12012-06-25 14:15:55 +0300699 wl1271_warning("chip id 0x%x (185x PG10) is deprecated",
700 wl->chip.id);
701 ret = -ENODEV;
702 goto out;
Luciano Coelho0cd65432012-05-10 12:13:11 +0300703
Luciano Coelho0cd65432012-05-10 12:13:11 +0300704 default:
705 wl1271_warning("unsupported chip id: 0x%x", wl->chip.id);
706 ret = -ENODEV;
707 goto out;
708 }
709
Igal Chernobelskyc83cb802013-09-09 12:24:38 +0300710 wl->fw_mem_block_size = 272;
711 wl->fwlog_end = 0x40000000;
712
Eliad Peller78e28062012-11-22 18:06:15 +0200713 wl->scan_templ_id_2_4 = CMD_TEMPL_CFG_PROBE_REQ_2_4;
714 wl->scan_templ_id_5 = CMD_TEMPL_CFG_PROBE_REQ_5;
715 wl->sched_scan_templ_id_2_4 = CMD_TEMPL_PROBE_REQ_2_4_PERIODIC;
716 wl->sched_scan_templ_id_5 = CMD_TEMPL_PROBE_REQ_5_PERIODIC;
Eliad Peller0a1c7202012-11-22 18:06:16 +0200717 wl->max_channels_5 = WL18XX_MAX_CHANNELS_5GHZ;
Igal Chernobelskyd21553f2013-03-12 17:19:35 +0200718 wl->ba_rx_session_count_max = WL18XX_RX_BA_MAX_SESSIONS;
Luciano Coelho0cd65432012-05-10 12:13:11 +0300719out:
720 return ret;
721}
722
Ido Yariv61343232012-06-18 15:50:21 +0300723static int wl18xx_set_clk(struct wl1271 *wl)
Luciano Coelho46a1d512012-05-10 12:13:12 +0300724{
Ido Yariv61343232012-06-18 15:50:21 +0300725 u16 clk_freq;
726 int ret;
Luciano Coelhod5b59272012-05-10 12:13:38 +0300727
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300728 ret = wlcore_set_partition(wl, &wl->ptable[PART_TOP_PRCM_ELP_SOC]);
729 if (ret < 0)
730 goto out;
Luciano Coelhobe652022012-05-10 12:13:41 +0300731
732 /* TODO: PG2: apparently we need to read the clk type */
733
Ido Yariv61343232012-06-18 15:50:21 +0300734 ret = wl18xx_top_reg_read(wl, PRIMARY_CLK_DETECT, &clk_freq);
735 if (ret < 0)
736 goto out;
737
Luciano Coelhobe652022012-05-10 12:13:41 +0300738 wl1271_debug(DEBUG_BOOT, "clock freq %d (%d, %d, %d, %d, %s)", clk_freq,
739 wl18xx_clk_table[clk_freq].n, wl18xx_clk_table[clk_freq].m,
740 wl18xx_clk_table[clk_freq].p, wl18xx_clk_table[clk_freq].q,
741 wl18xx_clk_table[clk_freq].swallow ? "swallow" : "spit");
742
Victor Goldenshteinef47d322013-09-17 18:41:28 +0300743 /* coex PLL configuration */
744 ret = wl18xx_top_reg_write(wl, PLLSH_COEX_PLL_N,
745 wl18xx_clk_table_coex[clk_freq].n);
746 if (ret < 0)
747 goto out;
748
749 ret = wl18xx_top_reg_write(wl, PLLSH_COEX_PLL_M,
750 wl18xx_clk_table_coex[clk_freq].m);
751 if (ret < 0)
752 goto out;
753
754 /* bypass the swallowing logic */
755 ret = wl18xx_top_reg_write(wl, PLLSH_COEX_PLL_SWALLOW_EN,
756 PLLSH_COEX_PLL_SWALLOW_EN_VAL1);
757 if (ret < 0)
758 goto out;
759
Ido Yariv61343232012-06-18 15:50:21 +0300760 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_N,
761 wl18xx_clk_table[clk_freq].n);
762 if (ret < 0)
763 goto out;
764
765 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_M,
766 wl18xx_clk_table[clk_freq].m);
767 if (ret < 0)
768 goto out;
Luciano Coelhobe652022012-05-10 12:13:41 +0300769
770 if (wl18xx_clk_table[clk_freq].swallow) {
771 /* first the 16 lower bits */
Ido Yariv61343232012-06-18 15:50:21 +0300772 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_Q_FACTOR_CFG_1,
773 wl18xx_clk_table[clk_freq].q &
774 PLLSH_WCS_PLL_Q_FACTOR_CFG_1_MASK);
775 if (ret < 0)
776 goto out;
777
Luciano Coelhobe652022012-05-10 12:13:41 +0300778 /* then the 16 higher bits, masked out */
Ido Yariv61343232012-06-18 15:50:21 +0300779 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_Q_FACTOR_CFG_2,
780 (wl18xx_clk_table[clk_freq].q >> 16) &
781 PLLSH_WCS_PLL_Q_FACTOR_CFG_2_MASK);
782 if (ret < 0)
783 goto out;
Luciano Coelhobe652022012-05-10 12:13:41 +0300784
785 /* first the 16 lower bits */
Ido Yariv61343232012-06-18 15:50:21 +0300786 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_P_FACTOR_CFG_1,
787 wl18xx_clk_table[clk_freq].p &
788 PLLSH_WCS_PLL_P_FACTOR_CFG_1_MASK);
789 if (ret < 0)
790 goto out;
791
Luciano Coelhobe652022012-05-10 12:13:41 +0300792 /* then the 16 higher bits, masked out */
Ido Yariv61343232012-06-18 15:50:21 +0300793 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_P_FACTOR_CFG_2,
794 (wl18xx_clk_table[clk_freq].p >> 16) &
795 PLLSH_WCS_PLL_P_FACTOR_CFG_2_MASK);
Luciano Coelhobe652022012-05-10 12:13:41 +0300796 } else {
Ido Yariv61343232012-06-18 15:50:21 +0300797 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_SWALLOW_EN,
798 PLLSH_WCS_PLL_SWALLOW_EN_VAL2);
Luciano Coelhobe652022012-05-10 12:13:41 +0300799 }
Ido Yariv61343232012-06-18 15:50:21 +0300800
Victor Goldenshteinef47d322013-09-17 18:41:28 +0300801 /* choose WCS PLL */
802 ret = wl18xx_top_reg_write(wl, PLLSH_WL_PLL_SEL,
803 PLLSH_WL_PLL_SEL_WCS_PLL);
804 if (ret < 0)
805 goto out;
806
807 /* enable both PLLs */
808 ret = wl18xx_top_reg_write(wl, PLLSH_WL_PLL_EN, PLLSH_WL_PLL_EN_VAL1);
809 if (ret < 0)
810 goto out;
811
812 udelay(1000);
813
814 /* disable coex PLL */
815 ret = wl18xx_top_reg_write(wl, PLLSH_WL_PLL_EN, PLLSH_WL_PLL_EN_VAL2);
816 if (ret < 0)
817 goto out;
818
819 /* reset the swallowing logic */
820 ret = wl18xx_top_reg_write(wl, PLLSH_COEX_PLL_SWALLOW_EN,
821 PLLSH_COEX_PLL_SWALLOW_EN_VAL2);
822 if (ret < 0)
823 goto out;
824
Ido Yariv61343232012-06-18 15:50:21 +0300825out:
826 return ret;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300827}
828
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300829static int wl18xx_boot_soft_reset(struct wl1271 *wl)
Luciano Coelho46a1d512012-05-10 12:13:12 +0300830{
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300831 int ret;
832
Luciano Coelho46a1d512012-05-10 12:13:12 +0300833 /* disable Rx/Tx */
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300834 ret = wlcore_write32(wl, WL18XX_ENABLE, 0x0);
835 if (ret < 0)
836 goto out;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300837
838 /* disable auto calibration on start*/
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300839 ret = wlcore_write32(wl, WL18XX_SPARE_A2, 0xffff);
840
841out:
842 return ret;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300843}
844
845static int wl18xx_pre_boot(struct wl1271 *wl)
846{
Ido Yariv61343232012-06-18 15:50:21 +0300847 int ret;
848
849 ret = wl18xx_set_clk(wl);
850 if (ret < 0)
851 goto out;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300852
853 /* Continue the ELP wake up sequence */
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300854 ret = wlcore_write32(wl, WL18XX_WELP_ARM_COMMAND, WELP_ARM_COMMAND_VAL);
855 if (ret < 0)
856 goto out;
857
Luciano Coelho46a1d512012-05-10 12:13:12 +0300858 udelay(500);
859
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300860 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]);
861 if (ret < 0)
862 goto out;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300863
864 /* Disable interrupts */
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300865 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, WL1271_ACX_INTR_ALL);
866 if (ret < 0)
867 goto out;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300868
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300869 ret = wl18xx_boot_soft_reset(wl);
Luciano Coelho46a1d512012-05-10 12:13:12 +0300870
Ido Yariv61343232012-06-18 15:50:21 +0300871out:
872 return ret;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300873}
874
Ido Yariv61343232012-06-18 15:50:21 +0300875static int wl18xx_pre_upload(struct wl1271 *wl)
Luciano Coelho46a1d512012-05-10 12:13:12 +0300876{
877 u32 tmp;
Ido Yariv61343232012-06-18 15:50:21 +0300878 int ret;
Eyal Reizerbd763482015-04-29 17:50:03 +0300879 u16 irq_invert;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300880
Ido Reise3b8bbb2012-11-27 08:44:51 +0200881 BUILD_BUG_ON(sizeof(struct wl18xx_mac_and_phy_params) >
882 WL18XX_PHY_INIT_MEM_SIZE);
883
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300884 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]);
885 if (ret < 0)
886 goto out;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300887
888 /* TODO: check if this is all needed */
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300889 ret = wlcore_write32(wl, WL18XX_EEPROMLESS_IND, WL18XX_EEPROMLESS_IND);
890 if (ret < 0)
891 goto out;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300892
Ido Yariv61343232012-06-18 15:50:21 +0300893 ret = wlcore_read_reg(wl, REG_CHIP_ID_B, &tmp);
894 if (ret < 0)
895 goto out;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300896
897 wl1271_debug(DEBUG_BOOT, "chip id 0x%x", tmp);
898
Ido Yariv61343232012-06-18 15:50:21 +0300899 ret = wlcore_read32(wl, WL18XX_SCR_PAD2, &tmp);
Ido Reise3b8bbb2012-11-27 08:44:51 +0200900 if (ret < 0)
901 goto out;
902
903 /*
904 * Workaround for FDSP code RAM corruption (needed for PG2.1
905 * and newer; for older chips it's a NOP). Change FDSP clock
906 * settings so that it's muxed to the ATGP clock instead of
907 * its own clock.
908 */
909
910 ret = wlcore_set_partition(wl, &wl->ptable[PART_PHY_INIT]);
911 if (ret < 0)
912 goto out;
913
914 /* disable FDSP clock */
915 ret = wlcore_write32(wl, WL18XX_PHY_FPGA_SPARE_1,
916 MEM_FDSP_CLK_120_DISABLE);
917 if (ret < 0)
918 goto out;
919
920 /* set ATPG clock toward FDSP Code RAM rather than its own clock */
921 ret = wlcore_write32(wl, WL18XX_PHY_FPGA_SPARE_1,
922 MEM_FDSP_CODERAM_FUNC_CLK_SEL);
923 if (ret < 0)
924 goto out;
925
926 /* re-enable FDSP clock */
927 ret = wlcore_write32(wl, WL18XX_PHY_FPGA_SPARE_1,
928 MEM_FDSP_CLK_120_ENABLE);
Eyal Reizerbd763482015-04-29 17:50:03 +0300929 if (ret < 0)
930 goto out;
931
932 ret = irq_get_trigger_type(wl->irq);
933 if ((ret == IRQ_TYPE_LEVEL_LOW) || (ret == IRQ_TYPE_EDGE_FALLING)) {
934 wl1271_info("using inverted interrupt logic: %d", ret);
935 ret = wlcore_set_partition(wl,
936 &wl->ptable[PART_TOP_PRCM_ELP_SOC]);
937 if (ret < 0)
938 goto out;
939
940 ret = wl18xx_top_reg_read(wl, TOP_FN0_CCCR_REG_32, &irq_invert);
941 if (ret < 0)
942 goto out;
943
944 irq_invert |= BIT(1);
945 ret = wl18xx_top_reg_write(wl, TOP_FN0_CCCR_REG_32, irq_invert);
946 if (ret < 0)
947 goto out;
948
949 ret = wlcore_set_partition(wl, &wl->ptable[PART_PHY_INIT]);
950 }
Ido Yariv61343232012-06-18 15:50:21 +0300951
952out:
953 return ret;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300954}
955
Ido Yariveb96f842012-06-18 13:21:55 +0300956static int wl18xx_set_mac_and_phy(struct wl1271 *wl)
Luciano Coelho46a1d512012-05-10 12:13:12 +0300957{
Luciano Coelho23ee9bf2012-05-10 12:13:29 +0300958 struct wl18xx_priv *priv = wl->priv;
Arik Nemtsov45777c42012-07-05 17:30:58 +0300959 struct wl18xx_mac_and_phy_params *params;
Ido Yariveb96f842012-06-18 13:21:55 +0300960 int ret;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300961
Arik Nemtsov45777c42012-07-05 17:30:58 +0300962 params = kmemdup(&priv->conf.phy, sizeof(*params), GFP_KERNEL);
963 if (!params) {
964 ret = -ENOMEM;
965 goto out;
966 }
967
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300968 ret = wlcore_set_partition(wl, &wl->ptable[PART_PHY_INIT]);
969 if (ret < 0)
970 goto out;
971
Arik Nemtsov45777c42012-07-05 17:30:58 +0300972 ret = wlcore_write(wl, WL18XX_PHY_INIT_MEM_ADDR, params,
973 sizeof(*params), false);
Ido Yariveb96f842012-06-18 13:21:55 +0300974
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300975out:
Arik Nemtsov45777c42012-07-05 17:30:58 +0300976 kfree(params);
Ido Yariveb96f842012-06-18 13:21:55 +0300977 return ret;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300978}
979
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300980static int wl18xx_enable_interrupts(struct wl1271 *wl)
Luciano Coelho46a1d512012-05-10 12:13:12 +0300981{
Ido Reisf5755fe2012-04-23 17:35:25 +0300982 u32 event_mask, intr_mask;
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300983 int ret;
Ido Reisf5755fe2012-04-23 17:35:25 +0300984
Luciano Coelhoe59bec12012-06-25 14:15:55 +0300985 event_mask = WL18XX_ACX_EVENTS_VECTOR;
986 intr_mask = WL18XX_INTR_MASK;
Ido Reisf5755fe2012-04-23 17:35:25 +0300987
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300988 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, event_mask);
989 if (ret < 0)
990 goto out;
Luciano Coelho46a1d512012-05-10 12:13:12 +0300991
992 wlcore_enable_interrupts(wl);
Ido Yarivb0f0ad32012-06-20 00:48:23 +0300993
994 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK,
995 WL1271_ACX_INTR_ALL & ~intr_mask);
Ido Yariva8311c82012-08-15 18:29:04 +0300996 if (ret < 0)
997 goto disable_interrupts;
998
999 return ret;
1000
1001disable_interrupts:
1002 wlcore_disable_interrupts(wl);
Ido Yarivb0f0ad32012-06-20 00:48:23 +03001003
1004out:
1005 return ret;
Luciano Coelho46a1d512012-05-10 12:13:12 +03001006}
1007
1008static int wl18xx_boot(struct wl1271 *wl)
1009{
1010 int ret;
1011
1012 ret = wl18xx_pre_boot(wl);
1013 if (ret < 0)
1014 goto out;
1015
Ido Yariv61343232012-06-18 15:50:21 +03001016 ret = wl18xx_pre_upload(wl);
1017 if (ret < 0)
1018 goto out;
Luciano Coelho46a1d512012-05-10 12:13:12 +03001019
1020 ret = wlcore_boot_upload_firmware(wl);
1021 if (ret < 0)
1022 goto out;
1023
Ido Yariveb96f842012-06-18 13:21:55 +03001024 ret = wl18xx_set_mac_and_phy(wl);
1025 if (ret < 0)
1026 goto out;
Luciano Coelho46a1d512012-05-10 12:13:12 +03001027
Eliad Pellerc50a2822012-11-22 18:06:19 +02001028 wl->event_mask = BSS_LOSS_EVENT_ID |
1029 SCAN_COMPLETE_EVENT_ID |
Eliad Peller750e9d12014-12-29 08:24:07 +02001030 RADAR_DETECTED_EVENT_ID |
Eliad Pellerc50a2822012-11-22 18:06:19 +02001031 RSSI_SNR_TRIGGER_0_EVENT_ID |
1032 PERIODIC_SCAN_COMPLETE_EVENT_ID |
Eyal Shapira0b700782012-11-28 11:42:47 +02001033 PERIODIC_SCAN_REPORT_EVENT_ID |
Eliad Pellerc50a2822012-11-22 18:06:19 +02001034 DUMMY_PACKET_EVENT_ID |
1035 PEER_REMOVE_COMPLETE_EVENT_ID |
1036 BA_SESSION_RX_CONSTRAINT_EVENT_ID |
1037 REMAIN_ON_CHANNEL_COMPLETE_EVENT_ID |
1038 INACTIVE_STA_EVENT_ID |
Victor Goldenshtein6b70e7e2012-11-25 18:26:59 +02001039 CHANNEL_SWITCH_COMPLETE_EVENT_ID |
Eliad Pellere93e15f2014-07-11 03:01:33 +03001040 DFS_CHANNELS_CONFIG_COMPLETE_EVENT |
1041 SMART_CONFIG_SYNC_EVENT_ID |
Machani, Yaniv6d5c8982015-07-30 22:38:19 +03001042 SMART_CONFIG_DECODE_EVENT_ID |
1043 TIME_SYNC_EVENT_ID;
Eliad Pellerc50a2822012-11-22 18:06:19 +02001044
Eliad Peller71e996b2013-09-09 12:24:34 +03001045 wl->ap_event_mask = MAX_TX_FAILURE_EVENT_ID;
1046
Luciano Coelho46a1d512012-05-10 12:13:12 +03001047 ret = wlcore_boot_run_firmware(wl);
1048 if (ret < 0)
1049 goto out;
1050
Ido Yarivb0f0ad32012-06-20 00:48:23 +03001051 ret = wl18xx_enable_interrupts(wl);
Luciano Coelho46a1d512012-05-10 12:13:12 +03001052
1053out:
1054 return ret;
1055}
1056
Ido Yariveb96f842012-06-18 13:21:55 +03001057static int wl18xx_trigger_cmd(struct wl1271 *wl, int cmd_box_addr,
Luciano Coelho274c66c2012-05-10 12:13:13 +03001058 void *buf, size_t len)
1059{
1060 struct wl18xx_priv *priv = wl->priv;
1061
1062 memcpy(priv->cmd_buf, buf, len);
1063 memset(priv->cmd_buf + len, 0, WL18XX_CMD_MAX_SIZE - len);
1064
Ido Yariveb96f842012-06-18 13:21:55 +03001065 return wlcore_write(wl, cmd_box_addr, priv->cmd_buf,
1066 WL18XX_CMD_MAX_SIZE, false);
Luciano Coelho274c66c2012-05-10 12:13:13 +03001067}
1068
Ido Yarivb0f0ad32012-06-20 00:48:23 +03001069static int wl18xx_ack_event(struct wl1271 *wl)
Luciano Coelho274c66c2012-05-10 12:13:13 +03001070{
Ido Yarivb0f0ad32012-06-20 00:48:23 +03001071 return wlcore_write_reg(wl, REG_INTERRUPT_TRIG,
1072 WL18XX_INTR_TRIG_EVENT_ACK);
Luciano Coelho274c66c2012-05-10 12:13:13 +03001073}
1074
Arik Nemtsov624845b2012-05-10 12:13:17 +03001075static u32 wl18xx_calc_tx_blocks(struct wl1271 *wl, u32 len, u32 spare_blks)
1076{
1077 u32 blk_size = WL18XX_TX_HW_BLOCK_SIZE;
1078 return (len + blk_size - 1) / blk_size + spare_blks;
1079}
1080
Arik Nemtsovfb0f2e42012-05-10 12:13:18 +03001081static void
1082wl18xx_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc,
1083 u32 blks, u32 spare_blks)
1084{
1085 desc->wl18xx_mem.total_mem_blocks = blks;
Arik Nemtsovfb0f2e42012-05-10 12:13:18 +03001086}
1087
Arik Nemtsovd2361c52012-05-10 12:13:19 +03001088static void
1089wl18xx_set_tx_desc_data_len(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc,
1090 struct sk_buff *skb)
1091{
1092 desc->length = cpu_to_le16(skb->len);
1093
Ido Reis9fccc822012-05-13 14:53:40 +03001094 /* if only the last frame is to be padded, we unset this bit on Tx */
1095 if (wl->quirks & WLCORE_QUIRK_TX_PAD_LAST_FRAME)
1096 desc->wl18xx_mem.ctrl = WL18XX_TX_CTRL_NOT_PADDED;
1097 else
1098 desc->wl18xx_mem.ctrl = 0;
1099
Arik Nemtsovd2361c52012-05-10 12:13:19 +03001100 wl1271_debug(DEBUG_TX, "tx_fill_hdr: hlid: %d "
1101 "len: %d life: %d mem: %d", desc->hlid,
1102 le16_to_cpu(desc->length),
1103 le16_to_cpu(desc->life_time),
1104 desc->wl18xx_mem.total_mem_blocks);
1105}
1106
Arik Nemtsov9c809f82012-05-10 12:13:23 +03001107static enum wl_rx_buf_align
1108wl18xx_get_rx_buf_align(struct wl1271 *wl, u32 rx_desc)
1109{
1110 if (rx_desc & RX_BUF_PADDED_PAYLOAD)
1111 return WLCORE_RX_BUF_PADDED;
1112
1113 return WLCORE_RX_BUF_ALIGNED;
1114}
1115
Arik Nemtsov30e2dd72012-05-10 12:13:24 +03001116static u32 wl18xx_get_rx_packet_len(struct wl1271 *wl, void *rx_data,
1117 u32 data_len)
1118{
1119 struct wl1271_rx_descriptor *desc = rx_data;
1120
1121 /* invalid packet */
1122 if (data_len < sizeof(*desc))
1123 return 0;
1124
1125 return data_len - sizeof(*desc);
1126}
Arik Nemtsov9c809f82012-05-10 12:13:23 +03001127
Arik Nemtsov872b3452012-05-10 12:13:25 +03001128static void wl18xx_tx_immediate_completion(struct wl1271 *wl)
1129{
1130 wl18xx_tx_immediate_complete(wl);
1131}
1132
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001133static int wl18xx_set_host_cfg_bitmap(struct wl1271 *wl, u32 extra_mem_blk)
Luciano Coelhob8422dc2012-05-10 12:13:26 +03001134{
1135 int ret;
Luciano Coelhob8422dc2012-05-10 12:13:26 +03001136 u32 sdio_align_size = 0;
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001137 u32 host_cfg_bitmap = HOST_IF_CFG_RX_FIFO_ENABLE |
1138 HOST_IF_CFG_ADD_RX_ALIGNMENT;
Arik Nemtsovf2baf072012-05-10 12:13:46 +03001139
Luciano Coelhob8422dc2012-05-10 12:13:26 +03001140 /* Enable Tx SDIO padding */
1141 if (wl->quirks & WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN) {
1142 host_cfg_bitmap |= HOST_IF_CFG_TX_PAD_TO_SDIO_BLK;
1143 sdio_align_size = WL12XX_BUS_BLOCK_SIZE;
1144 }
1145
1146 /* Enable Rx SDIO padding */
1147 if (wl->quirks & WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN) {
1148 host_cfg_bitmap |= HOST_IF_CFG_RX_PAD_TO_SDIO_BLK;
1149 sdio_align_size = WL12XX_BUS_BLOCK_SIZE;
1150 }
1151
1152 ret = wl18xx_acx_host_if_cfg_bitmap(wl, host_cfg_bitmap,
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001153 sdio_align_size, extra_mem_blk,
Luciano Coelhob8422dc2012-05-10 12:13:26 +03001154 WL18XX_HOST_IF_LEN_SIZE_FIELD);
1155 if (ret < 0)
1156 return ret;
1157
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001158 return 0;
1159}
1160
1161static int wl18xx_hw_init(struct wl1271 *wl)
1162{
1163 int ret;
1164 struct wl18xx_priv *priv = wl->priv;
1165
1166 /* (re)init private structures. Relevant on recovery as well. */
1167 priv->last_fw_rls_idx = 0;
Arik Nemtsov2fd8a3b2012-11-28 11:42:48 +02001168 priv->extra_spare_key_count = 0;
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001169
1170 /* set the default amount of spare blocks in the bitmap */
1171 ret = wl18xx_set_host_cfg_bitmap(wl, WL18XX_TX_HW_BLOCK_SPARE);
1172 if (ret < 0)
1173 return ret;
1174
Guy Mishold1c54092015-07-27 09:46:02 +03001175 /* set the dynamic fw traces bitmap */
1176 ret = wl18xx_acx_dynamic_fw_traces(wl);
1177 if (ret < 0)
1178 return ret;
1179
Luciano Coelho102165c2012-05-10 12:13:53 +03001180 if (checksum_param) {
1181 ret = wl18xx_acx_set_checksum_state(wl);
1182 if (ret != 0)
1183 return ret;
1184 }
Arik Nemtsov2fc28de2012-05-10 12:13:27 +03001185
Luciano Coelhob8422dc2012-05-10 12:13:26 +03001186 return ret;
1187}
1188
Eliad Peller75fb4df2014-02-10 13:47:21 +02001189static void wl18xx_convert_fw_status(struct wl1271 *wl, void *raw_fw_status,
1190 struct wl_fw_status *fw_status)
1191{
1192 struct wl18xx_fw_status *int_fw_status = raw_fw_status;
1193
1194 fw_status->intr = le32_to_cpu(int_fw_status->intr);
1195 fw_status->fw_rx_counter = int_fw_status->fw_rx_counter;
1196 fw_status->drv_rx_counter = int_fw_status->drv_rx_counter;
1197 fw_status->tx_results_counter = int_fw_status->tx_results_counter;
1198 fw_status->rx_pkt_descs = int_fw_status->rx_pkt_descs;
1199
1200 fw_status->fw_localtime = le32_to_cpu(int_fw_status->fw_localtime);
1201 fw_status->link_ps_bitmap = le32_to_cpu(int_fw_status->link_ps_bitmap);
1202 fw_status->link_fast_bitmap =
1203 le32_to_cpu(int_fw_status->link_fast_bitmap);
1204 fw_status->total_released_blks =
1205 le32_to_cpu(int_fw_status->total_released_blks);
1206 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total);
1207
1208 fw_status->counters.tx_released_pkts =
1209 int_fw_status->counters.tx_released_pkts;
1210 fw_status->counters.tx_lnk_free_pkts =
1211 int_fw_status->counters.tx_lnk_free_pkts;
1212 fw_status->counters.tx_voice_released_blks =
1213 int_fw_status->counters.tx_voice_released_blks;
1214 fw_status->counters.tx_last_rate =
1215 int_fw_status->counters.tx_last_rate;
1216
1217 fw_status->log_start_addr = le32_to_cpu(int_fw_status->log_start_addr);
1218
1219 fw_status->priv = &int_fw_status->priv;
1220}
1221
Arik Nemtsov2fc28de2012-05-10 12:13:27 +03001222static void wl18xx_set_tx_desc_csum(struct wl1271 *wl,
1223 struct wl1271_tx_hw_descr *desc,
1224 struct sk_buff *skb)
1225{
1226 u32 ip_hdr_offset;
1227 struct iphdr *ip_hdr;
1228
Luciano Coelho102165c2012-05-10 12:13:53 +03001229 if (!checksum_param) {
1230 desc->wl18xx_checksum_data = 0;
1231 return;
1232 }
1233
Arik Nemtsov2fc28de2012-05-10 12:13:27 +03001234 if (skb->ip_summed != CHECKSUM_PARTIAL) {
1235 desc->wl18xx_checksum_data = 0;
1236 return;
1237 }
1238
1239 ip_hdr_offset = skb_network_header(skb) - skb_mac_header(skb);
1240 if (WARN_ON(ip_hdr_offset >= (1<<7))) {
1241 desc->wl18xx_checksum_data = 0;
1242 return;
1243 }
1244
1245 desc->wl18xx_checksum_data = ip_hdr_offset << 1;
1246
1247 /* FW is interested only in the LSB of the protocol TCP=0 UDP=1 */
1248 ip_hdr = (void *)skb_network_header(skb);
1249 desc->wl18xx_checksum_data |= (ip_hdr->protocol & 0x01);
1250}
1251
Arik Nemtsov169da042012-05-10 12:13:28 +03001252static void wl18xx_set_rx_csum(struct wl1271 *wl,
1253 struct wl1271_rx_descriptor *desc,
1254 struct sk_buff *skb)
1255{
1256 if (desc->status & WL18XX_RX_CHECKSUM_MASK)
1257 skb->ip_summed = CHECKSUM_UNNECESSARY;
1258}
1259
Arik Nemtsovcc31a3c2012-07-12 12:29:46 +03001260static bool wl18xx_is_mimo_supported(struct wl1271 *wl)
1261{
1262 struct wl18xx_priv *priv = wl->priv;
1263
Arik Nemtsovc80daad2012-11-28 11:42:46 +02001264 /* only support MIMO with multiple antennas, and when SISO
1265 * is not forced through config
1266 */
1267 return (priv->conf.phy.number_of_assembled_ant2_4 >= 2) &&
1268 (priv->conf.ht.mode != HT_MODE_WIDE) &&
1269 (priv->conf.ht.mode != HT_MODE_SISO20);
Arik Nemtsovcc31a3c2012-07-12 12:29:46 +03001270}
1271
Luciano Coelho7ae25da2012-05-10 12:14:03 +03001272/*
1273 * TODO: instead of having these two functions to get the rate mask,
1274 * we should modify the wlvif->rate_set instead
1275 */
Arik Nemtsovf13af342012-05-10 12:13:32 +03001276static u32 wl18xx_sta_get_ap_rate_mask(struct wl1271 *wl,
1277 struct wl12xx_vif *wlvif)
1278{
1279 u32 hw_rate_set = wlvif->rate_set;
1280
1281 if (wlvif->channel_type == NL80211_CHAN_HT40MINUS ||
1282 wlvif->channel_type == NL80211_CHAN_HT40PLUS) {
1283 wl1271_debug(DEBUG_ACX, "using wide channel rate mask");
1284 hw_rate_set |= CONF_TX_RATE_USE_WIDE_CHAN;
1285
1286 /* we don't support MIMO in wide-channel mode */
1287 hw_rate_set &= ~CONF_TX_MIMO_RATES;
Arik Nemtsovcc31a3c2012-07-12 12:29:46 +03001288 } else if (wl18xx_is_mimo_supported(wl)) {
1289 wl1271_debug(DEBUG_ACX, "using MIMO channel rate mask");
1290 hw_rate_set |= CONF_TX_MIMO_RATES;
Arik Nemtsovf13af342012-05-10 12:13:32 +03001291 }
1292
1293 return hw_rate_set;
1294}
1295
Arik Nemtsovebc7e572012-05-10 12:13:34 +03001296static u32 wl18xx_ap_get_mimo_wide_rate_mask(struct wl1271 *wl,
1297 struct wl12xx_vif *wlvif)
1298{
Arik Nemtsov0344dcd2012-07-05 15:23:02 +03001299 if (wlvif->channel_type == NL80211_CHAN_HT40MINUS ||
1300 wlvif->channel_type == NL80211_CHAN_HT40PLUS) {
1301 wl1271_debug(DEBUG_ACX, "using wide channel rate mask");
1302
1303 /* sanity check - we don't support this */
1304 if (WARN_ON(wlvif->band != IEEE80211_BAND_5GHZ))
1305 return 0;
1306
1307 return CONF_TX_RATE_USE_WIDE_CHAN;
Arik Nemtsovcc31a3c2012-07-12 12:29:46 +03001308 } else if (wl18xx_is_mimo_supported(wl) &&
Arik Nemtsov0344dcd2012-07-05 15:23:02 +03001309 wlvif->band == IEEE80211_BAND_2GHZ) {
1310 wl1271_debug(DEBUG_ACX, "using MIMO rate mask");
1311 /*
1312 * we don't care about HT channel here - if a peer doesn't
1313 * support MIMO, we won't enable it in its rates
1314 */
Arik Nemtsovebc7e572012-05-10 12:13:34 +03001315 return CONF_TX_MIMO_RATES;
Luciano Coelho174a7302012-05-10 12:14:13 +03001316 } else {
1317 return 0;
Arik Nemtsovebc7e572012-05-10 12:13:34 +03001318 }
1319}
1320
Victor Goldenshtein1f8a1892013-09-17 18:41:29 +03001321static const char *wl18xx_rdl_name(enum wl18xx_rdl_num rdl_num)
1322{
1323 switch (rdl_num) {
1324 case RDL_1_HP:
1325 return "183xH";
1326 case RDL_2_SP:
1327 return "183x or 180x";
1328 case RDL_3_HP:
1329 return "187xH";
1330 case RDL_4_SP:
1331 return "187x";
1332 case RDL_5_SP:
1333 return "RDL11 - Not Supported";
1334 case RDL_6_SP:
1335 return "180xD";
1336 case RDL_7_SP:
1337 return "RDL13 - Not Supported (1893Q)";
1338 case RDL_8_SP:
1339 return "18xxQ";
1340 case RDL_NONE:
1341 return "UNTRIMMED";
1342 default:
1343 return "UNKNOWN";
1344 }
1345}
1346
Ido Yariv61343232012-06-18 15:50:21 +03001347static int wl18xx_get_pg_ver(struct wl1271 *wl, s8 *ver)
Arik Nemtsov54956292012-05-10 12:13:44 +03001348{
1349 u32 fuse;
Victor Goldenshtein1f8a1892013-09-17 18:41:29 +03001350 s8 rom = 0, metal = 0, pg_ver = 0, rdl_ver = 0, package_type = 0;
Ido Yariv61343232012-06-18 15:50:21 +03001351 int ret;
Arik Nemtsov54956292012-05-10 12:13:44 +03001352
Ido Yarivb0f0ad32012-06-20 00:48:23 +03001353 ret = wlcore_set_partition(wl, &wl->ptable[PART_TOP_PRCM_ELP_SOC]);
1354 if (ret < 0)
1355 goto out;
Arik Nemtsov54956292012-05-10 12:13:44 +03001356
Victor Goldenshtein1f8a1892013-09-17 18:41:29 +03001357 ret = wlcore_read32(wl, WL18XX_REG_FUSE_DATA_2_3, &fuse);
1358 if (ret < 0)
1359 goto out;
1360
1361 package_type = (fuse >> WL18XX_PACKAGE_TYPE_OFFSET) & 1;
1362
Ido Yariv61343232012-06-18 15:50:21 +03001363 ret = wlcore_read32(wl, WL18XX_REG_FUSE_DATA_1_3, &fuse);
1364 if (ret < 0)
1365 goto out;
1366
Victor Goldenshteinf9ae0852013-03-12 17:19:42 +02001367 pg_ver = (fuse & WL18XX_PG_VER_MASK) >> WL18XX_PG_VER_OFFSET;
1368 rom = (fuse & WL18XX_ROM_VER_MASK) >> WL18XX_ROM_VER_OFFSET;
1369
Victor Goldenshtein1f8a1892013-09-17 18:41:29 +03001370 if ((rom <= 0xE) && (package_type == WL18XX_PACKAGE_TYPE_WSP))
Victor Goldenshteinf9ae0852013-03-12 17:19:42 +02001371 metal = (fuse & WL18XX_METAL_VER_MASK) >>
1372 WL18XX_METAL_VER_OFFSET;
1373 else
1374 metal = (fuse & WL18XX_NEW_METAL_VER_MASK) >>
1375 WL18XX_NEW_METAL_VER_OFFSET;
1376
1377 ret = wlcore_read32(wl, WL18XX_REG_FUSE_DATA_2_3, &fuse);
1378 if (ret < 0)
1379 goto out;
1380
1381 rdl_ver = (fuse & WL18XX_RDL_VER_MASK) >> WL18XX_RDL_VER_OFFSET;
Victor Goldenshteinf9ae0852013-03-12 17:19:42 +02001382
Victor Goldenshtein1f8a1892013-09-17 18:41:29 +03001383 wl1271_info("wl18xx HW: %s, PG %d.%d (ROM 0x%x)",
1384 wl18xx_rdl_name(rdl_ver), pg_ver, metal, rom);
Victor Goldenshteinf9ae0852013-03-12 17:19:42 +02001385
Ido Yariv61343232012-06-18 15:50:21 +03001386 if (ver)
Victor Goldenshteinf9ae0852013-03-12 17:19:42 +02001387 *ver = pg_ver;
Arik Nemtsov54956292012-05-10 12:13:44 +03001388
Ido Yarivb0f0ad32012-06-20 00:48:23 +03001389 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]);
Arik Nemtsov54956292012-05-10 12:13:44 +03001390
Ido Yariv61343232012-06-18 15:50:21 +03001391out:
1392 return ret;
Arik Nemtsov54956292012-05-10 12:13:44 +03001393}
1394
Luciano Coelho640dfb9b2012-06-07 23:39:28 +03001395#define WL18XX_CONF_FILE_NAME "ti-connectivity/wl18xx-conf.bin"
Eliad Peller6f157ed2015-05-06 11:29:54 +03001396
1397static int wl18xx_load_conf_file(struct device *dev, struct wlcore_conf *conf,
1398 struct wl18xx_priv_conf *priv_conf)
Luciano Coelho23ee9bf2012-05-10 12:13:29 +03001399{
Luciano Coelho640dfb9b2012-06-07 23:39:28 +03001400 struct wlcore_conf_file *conf_file;
1401 const struct firmware *fw;
1402 int ret;
1403
1404 ret = request_firmware(&fw, WL18XX_CONF_FILE_NAME, dev);
1405 if (ret < 0) {
1406 wl1271_error("could not get configuration binary %s: %d",
1407 WL18XX_CONF_FILE_NAME, ret);
Eliad Peller6f157ed2015-05-06 11:29:54 +03001408 return ret;
Luciano Coelho640dfb9b2012-06-07 23:39:28 +03001409 }
1410
1411 if (fw->size != WL18XX_CONF_SIZE) {
Luciano Coelho41844072012-06-21 15:33:10 +03001412 wl1271_error("configuration binary file size is wrong, expected %zu got %zu",
1413 WL18XX_CONF_SIZE, fw->size);
Luciano Coelho640dfb9b2012-06-07 23:39:28 +03001414 ret = -EINVAL;
Eliad Peller6f157ed2015-05-06 11:29:54 +03001415 goto out_release;
Luciano Coelho640dfb9b2012-06-07 23:39:28 +03001416 }
1417
1418 conf_file = (struct wlcore_conf_file *) fw->data;
1419
1420 if (conf_file->header.magic != cpu_to_le32(WL18XX_CONF_MAGIC)) {
1421 wl1271_error("configuration binary file magic number mismatch, "
1422 "expected 0x%0x got 0x%0x", WL18XX_CONF_MAGIC,
1423 conf_file->header.magic);
1424 ret = -EINVAL;
Eliad Peller6f157ed2015-05-06 11:29:54 +03001425 goto out_release;
Luciano Coelho640dfb9b2012-06-07 23:39:28 +03001426 }
1427
1428 if (conf_file->header.version != cpu_to_le32(WL18XX_CONF_VERSION)) {
1429 wl1271_error("configuration binary file version not supported, "
1430 "expected 0x%08x got 0x%08x",
1431 WL18XX_CONF_VERSION, conf_file->header.version);
1432 ret = -EINVAL;
Eliad Peller6f157ed2015-05-06 11:29:54 +03001433 goto out_release;
Luciano Coelho640dfb9b2012-06-07 23:39:28 +03001434 }
1435
Eliad Peller6f157ed2015-05-06 11:29:54 +03001436 memcpy(conf, &conf_file->core, sizeof(*conf));
1437 memcpy(priv_conf, &conf_file->priv, sizeof(*priv_conf));
Luciano Coelho640dfb9b2012-06-07 23:39:28 +03001438
Eliad Peller6f157ed2015-05-06 11:29:54 +03001439out_release:
Luciano Coelho640dfb9b2012-06-07 23:39:28 +03001440 release_firmware(fw);
1441 return ret;
Luciano Coelho23ee9bf2012-05-10 12:13:29 +03001442}
1443
Eliad Peller6f157ed2015-05-06 11:29:54 +03001444static int wl18xx_conf_init(struct wl1271 *wl, struct device *dev)
1445{
1446 struct wl18xx_priv *priv = wl->priv;
1447
1448 if (wl18xx_load_conf_file(dev, &wl->conf, &priv->conf) < 0) {
1449 wl1271_warning("falling back to default config");
1450
1451 /* apply driver default configuration */
1452 memcpy(&wl->conf, &wl18xx_conf, sizeof(wl->conf));
1453 /* apply default private configuration */
1454 memcpy(&priv->conf, &wl18xx_default_priv_conf,
1455 sizeof(priv->conf));
1456 }
1457
1458 return 0;
1459}
1460
Luciano Coelhobe42aee2012-05-10 12:13:50 +03001461static int wl18xx_plt_init(struct wl1271 *wl)
1462{
Ido Yarivb0f0ad32012-06-20 00:48:23 +03001463 int ret;
1464
Yair Shapira16bc10c32012-07-11 18:48:05 +03001465 /* calibrator based auto/fem detect not supported for 18xx */
1466 if (wl->plt_mode == PLT_FEM_DETECT) {
1467 wl1271_error("wl18xx_plt_init: PLT FEM_DETECT not supported");
1468 return -EINVAL;
1469 }
1470
Ido Yarivb0f0ad32012-06-20 00:48:23 +03001471 ret = wlcore_write32(wl, WL18XX_SCR_PAD8, WL18XX_SCR_PAD8_PLT);
1472 if (ret < 0)
1473 return ret;
Luciano Coelhobe42aee2012-05-10 12:13:50 +03001474
1475 return wl->ops->boot(wl);
1476}
1477
Ido Yariv61343232012-06-18 15:50:21 +03001478static int wl18xx_get_mac(struct wl1271 *wl)
Luciano Coelhoa5114d92012-05-10 12:13:55 +03001479{
1480 u32 mac1, mac2;
Ido Yariv61343232012-06-18 15:50:21 +03001481 int ret;
Luciano Coelhoa5114d92012-05-10 12:13:55 +03001482
Ido Yarivb0f0ad32012-06-20 00:48:23 +03001483 ret = wlcore_set_partition(wl, &wl->ptable[PART_TOP_PRCM_ELP_SOC]);
1484 if (ret < 0)
1485 goto out;
Luciano Coelhoa5114d92012-05-10 12:13:55 +03001486
Ido Yariv61343232012-06-18 15:50:21 +03001487 ret = wlcore_read32(wl, WL18XX_REG_FUSE_BD_ADDR_1, &mac1);
1488 if (ret < 0)
1489 goto out;
1490
1491 ret = wlcore_read32(wl, WL18XX_REG_FUSE_BD_ADDR_2, &mac2);
1492 if (ret < 0)
1493 goto out;
Luciano Coelhoa5114d92012-05-10 12:13:55 +03001494
1495 /* these are the two parts of the BD_ADDR */
1496 wl->fuse_oui_addr = ((mac2 & 0xffff) << 8) +
1497 ((mac1 & 0xff000000) >> 24);
1498 wl->fuse_nic_addr = (mac1 & 0xffffff);
1499
Luciano Coelhobc2ab3b2013-05-08 12:54:56 +03001500 if (!wl->fuse_oui_addr && !wl->fuse_nic_addr) {
1501 u8 mac[ETH_ALEN];
1502
1503 eth_random_addr(mac);
1504
1505 wl->fuse_oui_addr = (mac[0] << 16) + (mac[1] << 8) + mac[2];
1506 wl->fuse_nic_addr = (mac[3] << 16) + (mac[4] << 8) + mac[5];
1507 wl1271_warning("MAC address from fuse not available, using random locally administered addresses.");
1508 }
1509
Ido Yarivb0f0ad32012-06-20 00:48:23 +03001510 ret = wlcore_set_partition(wl, &wl->ptable[PART_DOWN]);
Ido Yariv61343232012-06-18 15:50:21 +03001511
1512out:
1513 return ret;
Luciano Coelhoa5114d92012-05-10 12:13:55 +03001514}
1515
Luciano Coelho283e8c42012-05-10 12:14:11 +03001516static int wl18xx_handle_static_data(struct wl1271 *wl,
1517 struct wl1271_static_data *static_data)
1518{
1519 struct wl18xx_static_data_priv *static_data_priv =
1520 (struct wl18xx_static_data_priv *) static_data->priv;
1521
Yair Shapira1defbeb2012-08-07 17:38:21 +03001522 strncpy(wl->chip.phy_fw_ver_str, static_data_priv->phy_version,
1523 sizeof(wl->chip.phy_fw_ver_str));
1524
1525 /* make sure the string is NULL-terminated */
1526 wl->chip.phy_fw_ver_str[sizeof(wl->chip.phy_fw_ver_str) - 1] = '\0';
1527
Luciano Coelho283e8c42012-05-10 12:14:11 +03001528 wl1271_info("PHY firmware version: %s", static_data_priv->phy_version);
1529
1530 return 0;
1531}
1532
Arik Nemtsov32bb2c02012-05-18 07:46:37 +03001533static int wl18xx_get_spare_blocks(struct wl1271 *wl, bool is_gem)
1534{
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001535 struct wl18xx_priv *priv = wl->priv;
1536
Arik Nemtsov2fd8a3b2012-11-28 11:42:48 +02001537 /* If we have keys requiring extra spare, indulge them */
1538 if (priv->extra_spare_key_count)
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001539 return WL18XX_TX_HW_EXTRA_BLOCK_SPARE;
1540
1541 return WL18XX_TX_HW_BLOCK_SPARE;
1542}
1543
1544static int wl18xx_set_key(struct wl1271 *wl, enum set_key_cmd cmd,
1545 struct ieee80211_vif *vif,
1546 struct ieee80211_sta *sta,
1547 struct ieee80211_key_conf *key_conf)
1548{
1549 struct wl18xx_priv *priv = wl->priv;
Arik Nemtsov2fd8a3b2012-11-28 11:42:48 +02001550 bool change_spare = false, special_enc;
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001551 int ret;
1552
Arik Nemtsov2fd8a3b2012-11-28 11:42:48 +02001553 wl1271_debug(DEBUG_CRYPT, "extra spare keys before: %d",
1554 priv->extra_spare_key_count);
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001555
Arik Nemtsov2fd8a3b2012-11-28 11:42:48 +02001556 special_enc = key_conf->cipher == WL1271_CIPHER_SUITE_GEM ||
1557 key_conf->cipher == WLAN_CIPHER_SUITE_TKIP;
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001558
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001559 ret = wlcore_set_key(wl, cmd, vif, sta, key_conf);
1560 if (ret < 0)
1561 goto out;
1562
Arik Nemtsov2fd8a3b2012-11-28 11:42:48 +02001563 /*
1564 * when adding the first or removing the last GEM/TKIP key,
1565 * we have to adjust the number of spare blocks.
1566 */
1567 if (special_enc) {
1568 if (cmd == SET_KEY) {
1569 /* first key */
1570 change_spare = (priv->extra_spare_key_count == 0);
1571 priv->extra_spare_key_count++;
1572 } else if (cmd == DISABLE_KEY) {
1573 /* last key */
1574 change_spare = (priv->extra_spare_key_count == 1);
1575 priv->extra_spare_key_count--;
1576 }
1577 }
1578
1579 wl1271_debug(DEBUG_CRYPT, "extra spare keys after: %d",
1580 priv->extra_spare_key_count);
1581
1582 if (!change_spare)
1583 goto out;
1584
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001585 /* key is now set, change the spare blocks */
Arik Nemtsov2fd8a3b2012-11-28 11:42:48 +02001586 if (priv->extra_spare_key_count)
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001587 ret = wl18xx_set_host_cfg_bitmap(wl,
1588 WL18XX_TX_HW_EXTRA_BLOCK_SPARE);
Arik Nemtsov2fd8a3b2012-11-28 11:42:48 +02001589 else
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001590 ret = wl18xx_set_host_cfg_bitmap(wl,
1591 WL18XX_TX_HW_BLOCK_SPARE);
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001592
1593out:
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001594 return ret;
Arik Nemtsov32bb2c02012-05-18 07:46:37 +03001595}
1596
Ido Reis9fccc822012-05-13 14:53:40 +03001597static u32 wl18xx_pre_pkt_send(struct wl1271 *wl,
1598 u32 buf_offset, u32 last_len)
1599{
1600 if (wl->quirks & WLCORE_QUIRK_TX_PAD_LAST_FRAME) {
1601 struct wl1271_tx_hw_descr *last_desc;
1602
1603 /* get the last TX HW descriptor written to the aggr buf */
1604 last_desc = (struct wl1271_tx_hw_descr *)(wl->aggr_buf +
1605 buf_offset - last_len);
1606
1607 /* the last frame is padded up to an SDIO block */
1608 last_desc->wl18xx_mem.ctrl &= ~WL18XX_TX_CTRL_NOT_PADDED;
1609 return ALIGN(buf_offset, WL12XX_BUS_BLOCK_SIZE);
1610 }
1611
1612 /* no modifications */
1613 return buf_offset;
1614}
1615
Arik Nemtsov5f9b6772012-11-26 18:05:41 +02001616static void wl18xx_sta_rc_update(struct wl1271 *wl,
Eliad Peller7d3b29e2014-12-29 08:24:03 +02001617 struct wl12xx_vif *wlvif)
Arik Nemtsov5f9b6772012-11-26 18:05:41 +02001618{
Eliad Peller7d3b29e2014-12-29 08:24:03 +02001619 bool wide = wlvif->rc_update_bw >= IEEE80211_STA_RX_BW_40;
Arik Nemtsov5f9b6772012-11-26 18:05:41 +02001620
1621 wl1271_debug(DEBUG_MAC80211, "mac80211 sta_rc_update wide %d", wide);
1622
Arik Nemtsov5f9b6772012-11-26 18:05:41 +02001623 /* sanity */
1624 if (WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS))
Eliad Peller7d3b29e2014-12-29 08:24:03 +02001625 return;
Arik Nemtsov5f9b6772012-11-26 18:05:41 +02001626
1627 /* ignore the change before association */
1628 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
Eliad Peller7d3b29e2014-12-29 08:24:03 +02001629 return;
Arik Nemtsov5f9b6772012-11-26 18:05:41 +02001630
1631 /*
1632 * If we started out as wide, we can change the operation mode. If we
1633 * thought this was a 20mhz AP, we have to reconnect
1634 */
1635 if (wlvif->sta.role_chan_type == NL80211_CHAN_HT40MINUS ||
1636 wlvif->sta.role_chan_type == NL80211_CHAN_HT40PLUS)
1637 wl18xx_acx_peer_ht_operation_mode(wl, wlvif->sta.hlid, wide);
1638 else
1639 ieee80211_connection_loss(wl12xx_wlvif_to_vif(wlvif));
Arik Nemtsov5f9b6772012-11-26 18:05:41 +02001640}
1641
Eliad Peller530abe12012-11-28 11:42:31 +02001642static int wl18xx_set_peer_cap(struct wl1271 *wl,
1643 struct ieee80211_sta_ht_cap *ht_cap,
1644 bool allow_ht_operation,
1645 u32 rate_set, u8 hlid)
1646{
1647 return wl18xx_acx_set_peer_cap(wl, ht_cap, allow_ht_operation,
1648 rate_set, hlid);
1649}
Arik Nemtsov5f9b6772012-11-26 18:05:41 +02001650
Arik Nemtsovf1626fd2012-11-28 11:42:40 +02001651static bool wl18xx_lnk_high_prio(struct wl1271 *wl, u8 hlid,
1652 struct wl1271_link *lnk)
1653{
1654 u8 thold;
1655 struct wl18xx_fw_status_priv *status_priv =
Eliad Peller75fb4df2014-02-10 13:47:21 +02001656 (struct wl18xx_fw_status_priv *)wl->fw_status->priv;
Eliad Peller5e74b3a2014-07-11 03:01:39 +03001657 unsigned long suspend_bitmap;
Eliad Peller9bccb8a2014-07-11 03:01:38 +03001658
1659 /* if we don't have the link map yet, assume they all low prio */
1660 if (!status_priv)
1661 return false;
Arik Nemtsovf1626fd2012-11-28 11:42:40 +02001662
1663 /* suspended links are never high priority */
Eliad Peller9bccb8a2014-07-11 03:01:38 +03001664 suspend_bitmap = le32_to_cpu(status_priv->link_suspend_bitmap);
Eliad Peller5e74b3a2014-07-11 03:01:39 +03001665 if (test_bit(hlid, &suspend_bitmap))
Arik Nemtsovf1626fd2012-11-28 11:42:40 +02001666 return false;
1667
1668 /* the priority thresholds are taken from FW */
Eliad Peller5e74b3a2014-07-11 03:01:39 +03001669 if (test_bit(hlid, &wl->fw_fast_lnk_map) &&
1670 !test_bit(hlid, &wl->ap_fw_ps_map))
Arik Nemtsovf1626fd2012-11-28 11:42:40 +02001671 thold = status_priv->tx_fast_link_prio_threshold;
1672 else
1673 thold = status_priv->tx_slow_link_prio_threshold;
1674
1675 return lnk->allocated_pkts < thold;
1676}
1677
1678static bool wl18xx_lnk_low_prio(struct wl1271 *wl, u8 hlid,
1679 struct wl1271_link *lnk)
1680{
1681 u8 thold;
1682 struct wl18xx_fw_status_priv *status_priv =
Eliad Peller75fb4df2014-02-10 13:47:21 +02001683 (struct wl18xx_fw_status_priv *)wl->fw_status->priv;
Eliad Peller5e74b3a2014-07-11 03:01:39 +03001684 unsigned long suspend_bitmap;
Arik Nemtsovf1626fd2012-11-28 11:42:40 +02001685
Eliad Peller9bccb8a2014-07-11 03:01:38 +03001686 /* if we don't have the link map yet, assume they all low prio */
1687 if (!status_priv)
1688 return true;
1689
1690 suspend_bitmap = le32_to_cpu(status_priv->link_suspend_bitmap);
Eliad Peller5e74b3a2014-07-11 03:01:39 +03001691 if (test_bit(hlid, &suspend_bitmap))
Arik Nemtsovf1626fd2012-11-28 11:42:40 +02001692 thold = status_priv->tx_suspend_threshold;
Eliad Peller5e74b3a2014-07-11 03:01:39 +03001693 else if (test_bit(hlid, &wl->fw_fast_lnk_map) &&
1694 !test_bit(hlid, &wl->ap_fw_ps_map))
Arik Nemtsovf1626fd2012-11-28 11:42:40 +02001695 thold = status_priv->tx_fast_stop_threshold;
1696 else
1697 thold = status_priv->tx_slow_stop_threshold;
1698
1699 return lnk->allocated_pkts < thold;
1700}
1701
Igal Chernobelskyc83cb802013-09-09 12:24:38 +03001702static u32 wl18xx_convert_hwaddr(struct wl1271 *wl, u32 hwaddr)
1703{
1704 return hwaddr & ~0x80000000;
1705}
1706
Ido Yariv3992eb22012-09-02 12:29:27 +03001707static int wl18xx_setup(struct wl1271 *wl);
1708
Luciano Coelho0cd65432012-05-10 12:13:11 +03001709static struct wlcore_ops wl18xx_ops = {
Ido Yariv3992eb22012-09-02 12:29:27 +03001710 .setup = wl18xx_setup,
Luciano Coelho46a1d512012-05-10 12:13:12 +03001711 .identify_chip = wl18xx_identify_chip,
1712 .boot = wl18xx_boot,
Luciano Coelhobe42aee2012-05-10 12:13:50 +03001713 .plt_init = wl18xx_plt_init,
Luciano Coelho274c66c2012-05-10 12:13:13 +03001714 .trigger_cmd = wl18xx_trigger_cmd,
1715 .ack_event = wl18xx_ack_event,
Eliad Pellerc50a2822012-11-22 18:06:19 +02001716 .wait_for_event = wl18xx_wait_for_event,
1717 .process_mailbox_events = wl18xx_process_mailbox_events,
Arik Nemtsov624845b2012-05-10 12:13:17 +03001718 .calc_tx_blocks = wl18xx_calc_tx_blocks,
Arik Nemtsovfb0f2e42012-05-10 12:13:18 +03001719 .set_tx_desc_blocks = wl18xx_set_tx_desc_blocks,
Arik Nemtsovd2361c52012-05-10 12:13:19 +03001720 .set_tx_desc_data_len = wl18xx_set_tx_desc_data_len,
Arik Nemtsov9c809f82012-05-10 12:13:23 +03001721 .get_rx_buf_align = wl18xx_get_rx_buf_align,
Arik Nemtsov30e2dd72012-05-10 12:13:24 +03001722 .get_rx_packet_len = wl18xx_get_rx_packet_len,
Arik Nemtsov872b3452012-05-10 12:13:25 +03001723 .tx_immediate_compl = wl18xx_tx_immediate_completion,
1724 .tx_delayed_compl = NULL,
Luciano Coelhob8422dc2012-05-10 12:13:26 +03001725 .hw_init = wl18xx_hw_init,
Eliad Peller75fb4df2014-02-10 13:47:21 +02001726 .convert_fw_status = wl18xx_convert_fw_status,
Arik Nemtsov2fc28de2012-05-10 12:13:27 +03001727 .set_tx_desc_csum = wl18xx_set_tx_desc_csum,
Arik Nemtsov54956292012-05-10 12:13:44 +03001728 .get_pg_ver = wl18xx_get_pg_ver,
Arik Nemtsov169da042012-05-10 12:13:28 +03001729 .set_rx_csum = wl18xx_set_rx_csum,
Arik Nemtsovf13af342012-05-10 12:13:32 +03001730 .sta_get_ap_rate_mask = wl18xx_sta_get_ap_rate_mask,
Arik Nemtsovebc7e572012-05-10 12:13:34 +03001731 .ap_get_mimo_wide_rate_mask = wl18xx_ap_get_mimo_wide_rate_mask,
Luciano Coelhoa5114d92012-05-10 12:13:55 +03001732 .get_mac = wl18xx_get_mac,
Luciano Coelhoad62d812012-05-10 12:14:19 +03001733 .debugfs_init = wl18xx_debugfs_add_files,
Eliad Peller78e28062012-11-22 18:06:15 +02001734 .scan_start = wl18xx_scan_start,
1735 .scan_stop = wl18xx_scan_stop,
Eliad Peller78e28062012-11-22 18:06:15 +02001736 .sched_scan_start = wl18xx_sched_scan_start,
1737 .sched_scan_stop = wl18xx_scan_sched_scan_stop,
Luciano Coelho283e8c42012-05-10 12:14:11 +03001738 .handle_static_data = wl18xx_handle_static_data,
Arik Nemtsov32bb2c02012-05-18 07:46:37 +03001739 .get_spare_blocks = wl18xx_get_spare_blocks,
Arik Nemtsova1c597f2012-05-18 07:46:40 +03001740 .set_key = wl18xx_set_key,
Eliad Pellerfcab1892012-11-22 18:06:18 +02001741 .channel_switch = wl18xx_cmd_channel_switch,
Ido Reis9fccc822012-05-13 14:53:40 +03001742 .pre_pkt_send = wl18xx_pre_pkt_send,
Arik Nemtsov5f9b6772012-11-26 18:05:41 +02001743 .sta_rc_update = wl18xx_sta_rc_update,
Eliad Peller530abe12012-11-28 11:42:31 +02001744 .set_peer_cap = wl18xx_set_peer_cap,
Igal Chernobelskyc83cb802013-09-09 12:24:38 +03001745 .convert_hwaddr = wl18xx_convert_hwaddr,
Arik Nemtsovf1626fd2012-11-28 11:42:40 +02001746 .lnk_high_prio = wl18xx_lnk_high_prio,
1747 .lnk_low_prio = wl18xx_lnk_low_prio,
Eliad Pellerccb1df92014-07-11 03:01:31 +03001748 .smart_config_start = wl18xx_cmd_smart_config_start,
1749 .smart_config_stop = wl18xx_cmd_smart_config_stop,
1750 .smart_config_set_group_key = wl18xx_cmd_smart_config_set_group_key,
Ram Amrani6d5a7482014-12-29 08:24:04 +02001751 .interrupt_notify = wl18xx_acx_interrupt_notify_config,
1752 .rx_ba_filter = wl18xx_acx_rx_ba_filter,
Kobi Le2f1e502014-12-29 08:24:06 +02001753 .ap_sleep = wl18xx_acx_ap_sleep,
Eliad Peller750e9d12014-12-29 08:24:07 +02001754 .set_cac = wl18xx_cmd_set_cac,
Eliad Peller830513a2014-12-29 08:24:10 +02001755 .dfs_master_restart = wl18xx_cmd_dfs_master_restart,
Luciano Coelho0cd65432012-05-10 12:13:11 +03001756};
1757
Arik Nemtsov93fb19b2012-06-13 19:09:26 +03001758/* HT cap appropriate for wide channels in 2Ghz */
1759static struct ieee80211_sta_ht_cap wl18xx_siso40_ht_cap_2ghz = {
Arik Nemtsov0e0f5a32012-05-10 12:13:35 +03001760 .cap = IEEE80211_HT_CAP_SGI_20 | IEEE80211_HT_CAP_SGI_40 |
Eliad Peller0330ee12012-11-27 08:44:49 +02001761 IEEE80211_HT_CAP_SUP_WIDTH_20_40 | IEEE80211_HT_CAP_DSSSCCK40 |
1762 IEEE80211_HT_CAP_GRN_FLD,
Arik Nemtsov0e0f5a32012-05-10 12:13:35 +03001763 .ht_supported = true,
1764 .ampdu_factor = IEEE80211_HT_MAX_AMPDU_16K,
1765 .ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
1766 .mcs = {
1767 .rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, },
1768 .rx_highest = cpu_to_le16(150),
1769 .tx_params = IEEE80211_HT_MCS_TX_DEFINED,
1770 },
1771};
1772
Arik Nemtsov93fb19b2012-06-13 19:09:26 +03001773/* HT cap appropriate for wide channels in 5Ghz */
1774static struct ieee80211_sta_ht_cap wl18xx_siso40_ht_cap_5ghz = {
1775 .cap = IEEE80211_HT_CAP_SGI_20 | IEEE80211_HT_CAP_SGI_40 |
Eliad Peller0330ee12012-11-27 08:44:49 +02001776 IEEE80211_HT_CAP_SUP_WIDTH_20_40 |
1777 IEEE80211_HT_CAP_GRN_FLD,
Arik Nemtsov93fb19b2012-06-13 19:09:26 +03001778 .ht_supported = true,
1779 .ampdu_factor = IEEE80211_HT_MAX_AMPDU_16K,
1780 .ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
1781 .mcs = {
1782 .rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, },
1783 .rx_highest = cpu_to_le16(150),
1784 .tx_params = IEEE80211_HT_MCS_TX_DEFINED,
1785 },
1786};
1787
Luciano Coelho83342712012-05-10 12:14:15 +03001788/* HT cap appropriate for SISO 20 */
1789static struct ieee80211_sta_ht_cap wl18xx_siso20_ht_cap = {
Eliad Peller0330ee12012-11-27 08:44:49 +02001790 .cap = IEEE80211_HT_CAP_SGI_20 |
1791 IEEE80211_HT_CAP_GRN_FLD,
Luciano Coelho83342712012-05-10 12:14:15 +03001792 .ht_supported = true,
1793 .ampdu_factor = IEEE80211_HT_MAX_AMPDU_16K,
1794 .ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
1795 .mcs = {
1796 .rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, },
1797 .rx_highest = cpu_to_le16(72),
1798 .tx_params = IEEE80211_HT_MCS_TX_DEFINED,
1799 },
1800};
1801
Arik Nemtsov3a8ddb62012-05-10 12:13:36 +03001802/* HT cap appropriate for MIMO rates in 20mhz channel */
Eliad Pellerbfb92ca2012-05-15 17:09:00 +03001803static struct ieee80211_sta_ht_cap wl18xx_mimo_ht_cap_2ghz = {
Eliad Peller0330ee12012-11-27 08:44:49 +02001804 .cap = IEEE80211_HT_CAP_SGI_20 |
1805 IEEE80211_HT_CAP_GRN_FLD,
Arik Nemtsov3a8ddb62012-05-10 12:13:36 +03001806 .ht_supported = true,
1807 .ampdu_factor = IEEE80211_HT_MAX_AMPDU_16K,
1808 .ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
1809 .mcs = {
1810 .rx_mask = { 0xff, 0xff, 0, 0, 0, 0, 0, 0, 0, 0, },
1811 .rx_highest = cpu_to_le16(144),
1812 .tx_params = IEEE80211_HT_MCS_TX_DEFINED,
1813 },
1814};
1815
Eliad Pellerabf0b242014-02-10 13:47:24 +02001816static const struct ieee80211_iface_limit wl18xx_iface_limits[] = {
1817 {
Eliad Peller7845af32015-07-30 22:38:22 +03001818 .max = 2,
Eliad Pellerabf0b242014-02-10 13:47:24 +02001819 .types = BIT(NL80211_IFTYPE_STATION),
1820 },
1821 {
1822 .max = 1,
1823 .types = BIT(NL80211_IFTYPE_AP) |
1824 BIT(NL80211_IFTYPE_P2P_GO) |
1825 BIT(NL80211_IFTYPE_P2P_CLIENT),
1826 },
Eliad Peller7845af32015-07-30 22:38:22 +03001827 {
1828 .max = 1,
1829 .types = BIT(NL80211_IFTYPE_P2P_DEVICE),
1830 },
Eliad Pellerabf0b242014-02-10 13:47:24 +02001831};
1832
1833static const struct ieee80211_iface_limit wl18xx_iface_ap_limits[] = {
1834 {
1835 .max = 2,
1836 .types = BIT(NL80211_IFTYPE_AP),
1837 },
Eliad Peller7845af32015-07-30 22:38:22 +03001838 {
1839 .max = 1,
1840 .types = BIT(NL80211_IFTYPE_P2P_DEVICE),
1841 },
1842};
1843
1844static const struct ieee80211_iface_limit wl18xx_iface_ap_cl_limits[] = {
1845 {
1846 .max = 1,
1847 .types = BIT(NL80211_IFTYPE_STATION),
1848 },
1849 {
1850 .max = 1,
1851 .types = BIT(NL80211_IFTYPE_AP),
1852 },
1853 {
1854 .max = 1,
1855 .types = BIT(NL80211_IFTYPE_P2P_CLIENT),
1856 },
1857 {
1858 .max = 1,
1859 .types = BIT(NL80211_IFTYPE_P2P_DEVICE),
1860 },
1861};
1862
1863static const struct ieee80211_iface_limit wl18xx_iface_ap_go_limits[] = {
1864 {
1865 .max = 1,
1866 .types = BIT(NL80211_IFTYPE_STATION),
1867 },
1868 {
1869 .max = 1,
1870 .types = BIT(NL80211_IFTYPE_AP),
1871 },
1872 {
1873 .max = 1,
1874 .types = BIT(NL80211_IFTYPE_P2P_GO),
1875 },
1876 {
1877 .max = 1,
1878 .types = BIT(NL80211_IFTYPE_P2P_DEVICE),
1879 },
Eliad Pellerabf0b242014-02-10 13:47:24 +02001880};
1881
1882static const struct ieee80211_iface_combination
1883wl18xx_iface_combinations[] = {
1884 {
1885 .max_interfaces = 3,
1886 .limits = wl18xx_iface_limits,
1887 .n_limits = ARRAY_SIZE(wl18xx_iface_limits),
1888 .num_different_channels = 2,
1889 },
1890 {
1891 .max_interfaces = 2,
1892 .limits = wl18xx_iface_ap_limits,
1893 .n_limits = ARRAY_SIZE(wl18xx_iface_ap_limits),
1894 .num_different_channels = 1,
Eliad Peller86f2db862014-12-29 08:24:13 +02001895 .radar_detect_widths = BIT(NL80211_CHAN_NO_HT) |
1896 BIT(NL80211_CHAN_HT20) |
1897 BIT(NL80211_CHAN_HT40MINUS) |
1898 BIT(NL80211_CHAN_HT40PLUS),
Eliad Pellerabf0b242014-02-10 13:47:24 +02001899 }
1900};
1901
Ido Yariv3992eb22012-09-02 12:29:27 +03001902static int wl18xx_setup(struct wl1271 *wl)
Luciano Coelho9a1a6992012-05-10 12:13:06 +03001903{
Ido Yariv3992eb22012-09-02 12:29:27 +03001904 struct wl18xx_priv *priv = wl->priv;
Luciano Coelho640dfb9b2012-06-07 23:39:28 +03001905 int ret;
Luciano Coelho9a1a6992012-05-10 12:13:06 +03001906
Eliad Pellerda08fdf2014-02-10 13:47:22 +02001907 BUILD_BUG_ON(WL18XX_MAX_LINKS > WLCORE_MAX_LINKS);
Eliad Peller32f0fd52014-02-10 13:47:23 +02001908 BUILD_BUG_ON(WL18XX_MAX_AP_STATIONS > WL18XX_MAX_LINKS);
Guy Mishol133b7322015-12-02 10:28:22 +02001909 BUILD_BUG_ON(WL18XX_CONF_SG_PARAMS_MAX > WLCORE_CONF_SG_PARAMS_MAX);
Eliad Pellerda08fdf2014-02-10 13:47:22 +02001910
Luciano Coelho5d4a9fa2012-05-10 12:13:10 +03001911 wl->rtable = wl18xx_rtable;
Igal Chernobelskyf1c434d2012-07-31 14:48:46 +03001912 wl->num_tx_desc = WL18XX_NUM_TX_DESCRIPTORS;
Yair Shapirac91ec5f2012-11-28 11:42:39 +02001913 wl->num_rx_desc = WL18XX_NUM_RX_DESCRIPTORS;
Eliad Pellerda08fdf2014-02-10 13:47:22 +02001914 wl->num_links = WL18XX_MAX_LINKS;
Eliad Peller32f0fd52014-02-10 13:47:23 +02001915 wl->max_ap_stations = WL18XX_MAX_AP_STATIONS;
Eliad Pellerabf0b242014-02-10 13:47:24 +02001916 wl->iface_combinations = wl18xx_iface_combinations;
1917 wl->n_iface_combinations = ARRAY_SIZE(wl18xx_iface_combinations);
Arik Nemtsovf4afbed2012-08-02 20:37:21 +03001918 wl->num_mac_addr = WL18XX_NUM_MAC_ADDRESSES;
Arik Nemtsovf648eab2012-05-10 12:13:20 +03001919 wl->band_rate_to_idx = wl18xx_band_rate_to_idx;
1920 wl->hw_tx_rate_tbl_size = WL18XX_CONF_HW_RXTX_RATE_MAX;
1921 wl->hw_min_ht_rate = WL18XX_CONF_HW_RXTX_RATE_MCS0;
Eliad Peller75fb4df2014-02-10 13:47:21 +02001922 wl->fw_status_len = sizeof(struct wl18xx_fw_status);
Arik Nemtsov1fab39d2012-05-10 12:13:21 +03001923 wl->fw_status_priv_len = sizeof(struct wl18xx_fw_status_priv);
Luciano Coelho8c0ea102012-05-10 12:14:09 +03001924 wl->stats.fw_stats_len = sizeof(struct wl18xx_acx_statistics);
Luciano Coelho283e8c42012-05-10 12:14:11 +03001925 wl->static_data_priv_len = sizeof(struct wl18xx_static_data_priv);
Luciano Coelho83342712012-05-10 12:14:15 +03001926
Arik Nemtsov09aad142012-06-10 22:57:30 +03001927 if (num_rx_desc_param != -1)
1928 wl->num_rx_desc = num_rx_desc_param;
1929
Ido Yariv3992eb22012-09-02 12:29:27 +03001930 ret = wl18xx_conf_init(wl, wl->dev);
Luciano Coelho640dfb9b2012-06-07 23:39:28 +03001931 if (ret < 0)
Ido Yariv3992eb22012-09-02 12:29:27 +03001932 return ret;
Luciano Coelho776f0302012-05-10 12:13:58 +03001933
Yair Shapirac68cc0f2012-07-05 15:11:30 +00001934 /* If the module param is set, update it in conf */
1935 if (board_type_param) {
1936 if (!strcmp(board_type_param, "fpga")) {
1937 priv->conf.phy.board_type = BOARD_TYPE_FPGA_18XX;
1938 } else if (!strcmp(board_type_param, "hdk")) {
1939 priv->conf.phy.board_type = BOARD_TYPE_HDK_18XX;
1940 } else if (!strcmp(board_type_param, "dvp")) {
1941 priv->conf.phy.board_type = BOARD_TYPE_DVP_18XX;
1942 } else if (!strcmp(board_type_param, "evb")) {
1943 priv->conf.phy.board_type = BOARD_TYPE_EVB_18XX;
1944 } else if (!strcmp(board_type_param, "com8")) {
1945 priv->conf.phy.board_type = BOARD_TYPE_COM8_18XX;
1946 } else {
1947 wl1271_error("invalid board type '%s'",
1948 board_type_param);
Ido Yariv3992eb22012-09-02 12:29:27 +03001949 return -EINVAL;
Yair Shapirac68cc0f2012-07-05 15:11:30 +00001950 }
1951 }
1952
Ido Reise1c497c2012-07-13 00:12:08 +03001953 if (priv->conf.phy.board_type >= NUM_BOARD_TYPES) {
Yair Shapirac68cc0f2012-07-05 15:11:30 +00001954 wl1271_error("invalid board type '%d'",
1955 priv->conf.phy.board_type);
Ido Yariv3992eb22012-09-02 12:29:27 +03001956 return -EINVAL;
Luciano Coelhoa9c130d2012-05-10 12:13:37 +03001957 }
1958
Arik Nemtsov17d97712012-05-29 12:44:12 +03001959 if (low_band_component_param != -1)
1960 priv->conf.phy.low_band_component = low_band_component_param;
1961 if (low_band_component_type_param != -1)
Luciano Coelho858403a2012-05-10 12:14:17 +03001962 priv->conf.phy.low_band_component_type =
Arik Nemtsov17d97712012-05-29 12:44:12 +03001963 low_band_component_type_param;
1964 if (high_band_component_param != -1)
1965 priv->conf.phy.high_band_component = high_band_component_param;
1966 if (high_band_component_type_param != -1)
Luciano Coelho858403a2012-05-10 12:14:17 +03001967 priv->conf.phy.high_band_component_type =
Arik Nemtsov17d97712012-05-29 12:44:12 +03001968 high_band_component_type_param;
1969 if (pwr_limit_reference_11_abg_param != -1)
Luciano Coelho7b03c302012-05-10 12:14:18 +03001970 priv->conf.phy.pwr_limit_reference_11_abg =
Arik Nemtsov17d97712012-05-29 12:44:12 +03001971 pwr_limit_reference_11_abg_param;
1972 if (n_antennas_2_param != -1)
1973 priv->conf.phy.number_of_assembled_ant2_4 = n_antennas_2_param;
1974 if (n_antennas_5_param != -1)
1975 priv->conf.phy.number_of_assembled_ant5 = n_antennas_5_param;
1976 if (dc2dc_param != -1)
1977 priv->conf.phy.external_pa_dc2dc = dc2dc_param;
Luciano Coelho7b03c302012-05-10 12:14:18 +03001978
Yair Shapirac68cc0f2012-07-05 15:11:30 +00001979 if (ht_mode_param) {
1980 if (!strcmp(ht_mode_param, "default"))
1981 priv->conf.ht.mode = HT_MODE_DEFAULT;
1982 else if (!strcmp(ht_mode_param, "wide"))
1983 priv->conf.ht.mode = HT_MODE_WIDE;
1984 else if (!strcmp(ht_mode_param, "siso20"))
1985 priv->conf.ht.mode = HT_MODE_SISO20;
1986 else {
1987 wl1271_error("invalid ht_mode '%s'", ht_mode_param);
Ido Yariv3992eb22012-09-02 12:29:27 +03001988 return -EINVAL;
Yair Shapirac68cc0f2012-07-05 15:11:30 +00001989 }
1990 }
1991
1992 if (priv->conf.ht.mode == HT_MODE_DEFAULT) {
Arik Nemtsovfa2adfc2012-06-13 19:09:25 +03001993 /*
1994 * Only support mimo with multiple antennas. Fall back to
Arik Nemtsov8c5dab12012-08-15 19:11:43 +03001995 * siso40.
Arik Nemtsovfa2adfc2012-06-13 19:09:25 +03001996 */
Arik Nemtsovcc31a3c2012-07-12 12:29:46 +03001997 if (wl18xx_is_mimo_supported(wl))
Arik Nemtsovfa2adfc2012-06-13 19:09:25 +03001998 wlcore_set_ht_cap(wl, IEEE80211_BAND_2GHZ,
1999 &wl18xx_mimo_ht_cap_2ghz);
2000 else
2001 wlcore_set_ht_cap(wl, IEEE80211_BAND_2GHZ,
Arik Nemtsov8c5dab12012-08-15 19:11:43 +03002002 &wl18xx_siso40_ht_cap_2ghz);
Arik Nemtsovfa2adfc2012-06-13 19:09:25 +03002003
2004 /* 5Ghz is always wide */
2005 wlcore_set_ht_cap(wl, IEEE80211_BAND_5GHZ,
Arik Nemtsov93fb19b2012-06-13 19:09:26 +03002006 &wl18xx_siso40_ht_cap_5ghz);
Yair Shapirac68cc0f2012-07-05 15:11:30 +00002007 } else if (priv->conf.ht.mode == HT_MODE_WIDE) {
Arik Nemtsovfa2adfc2012-06-13 19:09:25 +03002008 wlcore_set_ht_cap(wl, IEEE80211_BAND_2GHZ,
Arik Nemtsov93fb19b2012-06-13 19:09:26 +03002009 &wl18xx_siso40_ht_cap_2ghz);
Arik Nemtsovfa2adfc2012-06-13 19:09:25 +03002010 wlcore_set_ht_cap(wl, IEEE80211_BAND_5GHZ,
Arik Nemtsov93fb19b2012-06-13 19:09:26 +03002011 &wl18xx_siso40_ht_cap_5ghz);
Yair Shapirac68cc0f2012-07-05 15:11:30 +00002012 } else if (priv->conf.ht.mode == HT_MODE_SISO20) {
Arik Nemtsovfa2adfc2012-06-13 19:09:25 +03002013 wlcore_set_ht_cap(wl, IEEE80211_BAND_2GHZ,
2014 &wl18xx_siso20_ht_cap);
2015 wlcore_set_ht_cap(wl, IEEE80211_BAND_5GHZ,
2016 &wl18xx_siso20_ht_cap);
Arik Nemtsovfa2adfc2012-06-13 19:09:25 +03002017 }
2018
Luciano Coelho102165c2012-05-10 12:13:53 +03002019 if (!checksum_param) {
2020 wl18xx_ops.set_rx_csum = NULL;
2021 wl18xx_ops.init_vif = NULL;
2022 }
2023
Yair Shapirae166de52012-08-05 16:51:16 +03002024 /* Enable 11a Band only if we have 5G antennas */
2025 wl->enable_11a = (priv->conf.phy.number_of_assembled_ant5 != 0);
Luciano Coelho1ddbc7d2012-05-10 12:13:56 +03002026
Ido Yariv3992eb22012-09-02 12:29:27 +03002027 return 0;
2028}
2029
Bill Pembertonb74324d2012-12-03 09:56:42 -05002030static int wl18xx_probe(struct platform_device *pdev)
Ido Yariv3992eb22012-09-02 12:29:27 +03002031{
2032 struct wl1271 *wl;
2033 struct ieee80211_hw *hw;
2034 int ret;
2035
2036 hw = wlcore_alloc_hw(sizeof(struct wl18xx_priv),
Eliad Pellerc50a2822012-11-22 18:06:19 +02002037 WL18XX_AGGR_BUFFER_SIZE,
2038 sizeof(struct wl18xx_event_mailbox));
Ido Yariv3992eb22012-09-02 12:29:27 +03002039 if (IS_ERR(hw)) {
2040 wl1271_error("can't allocate hw");
2041 ret = PTR_ERR(hw);
2042 goto out;
2043 }
2044
2045 wl = hw->priv;
2046 wl->ops = &wl18xx_ops;
2047 wl->ptable = wl18xx_ptable;
2048 ret = wlcore_probe(wl, pdev);
2049 if (ret)
2050 goto out_free;
2051
2052 return ret;
Luciano Coelho83342712012-05-10 12:14:15 +03002053
2054out_free:
2055 wlcore_free_hw(wl);
Luciano Coelho640dfb9b2012-06-07 23:39:28 +03002056out:
2057 return ret;
Luciano Coelho9a1a6992012-05-10 12:13:06 +03002058}
2059
Bill Pembertonb74324d2012-12-03 09:56:42 -05002060static const struct platform_device_id wl18xx_id_table[] = {
Luciano Coelho9a1a6992012-05-10 12:13:06 +03002061 { "wl18xx", 0 },
2062 { } /* Terminating Entry */
2063};
2064MODULE_DEVICE_TABLE(platform, wl18xx_id_table);
2065
2066static struct platform_driver wl18xx_driver = {
2067 .probe = wl18xx_probe,
Bill Pembertonb74324d2012-12-03 09:56:42 -05002068 .remove = wlcore_remove,
Luciano Coelho9a1a6992012-05-10 12:13:06 +03002069 .id_table = wl18xx_id_table,
2070 .driver = {
2071 .name = "wl18xx_driver",
Luciano Coelho9a1a6992012-05-10 12:13:06 +03002072 }
2073};
2074
Devendra Naga77e7b302012-08-29 23:03:01 +05302075module_platform_driver(wl18xx_driver);
Arik Nemtsov3a8ddb62012-05-10 12:13:36 +03002076module_param_named(ht_mode, ht_mode_param, charp, S_IRUSR);
Arik Nemtsovfa2adfc2012-06-13 19:09:25 +03002077MODULE_PARM_DESC(ht_mode, "Force HT mode: wide or siso20");
Arik Nemtsov3a8ddb62012-05-10 12:13:36 +03002078
Luciano Coelhoa9c130d2012-05-10 12:13:37 +03002079module_param_named(board_type, board_type_param, charp, S_IRUSR);
Luciano Coelho4b9d2362012-05-10 12:13:59 +03002080MODULE_PARM_DESC(board_type, "Board type: fpga, hdk (default), evb, com8 or "
2081 "dvp");
Luciano Coelhoa9c130d2012-05-10 12:13:37 +03002082
Luciano Coelho102165c2012-05-10 12:13:53 +03002083module_param_named(checksum, checksum_param, bool, S_IRUSR);
Assaf Azulay3d62eb52012-05-10 12:14:23 +03002084MODULE_PARM_DESC(checksum, "Enable TCP checksum: boolean (defaults to false)");
Luciano Coelho102165c2012-05-10 12:13:53 +03002085
Arik Nemtsov17d97712012-05-29 12:44:12 +03002086module_param_named(dc2dc, dc2dc_param, int, S_IRUSR);
2087MODULE_PARM_DESC(dc2dc, "External DC2DC: u8 (defaults to 0)");
2088
2089module_param_named(n_antennas_2, n_antennas_2_param, int, S_IRUSR);
2090MODULE_PARM_DESC(n_antennas_2,
2091 "Number of installed 2.4GHz antennas: 1 (default) or 2");
2092
2093module_param_named(n_antennas_5, n_antennas_5_param, int, S_IRUSR);
2094MODULE_PARM_DESC(n_antennas_5,
2095 "Number of installed 5GHz antennas: 1 (default) or 2");
2096
2097module_param_named(low_band_component, low_band_component_param, int,
2098 S_IRUSR);
Luciano Coelho858403a2012-05-10 12:14:17 +03002099MODULE_PARM_DESC(low_band_component, "Low band component: u8 "
2100 "(default is 0x01)");
2101
Arik Nemtsov17d97712012-05-29 12:44:12 +03002102module_param_named(low_band_component_type, low_band_component_type_param,
2103 int, S_IRUSR);
Luciano Coelho858403a2012-05-10 12:14:17 +03002104MODULE_PARM_DESC(low_band_component_type, "Low band component type: u8 "
2105 "(default is 0x05 or 0x06 depending on the board_type)");
2106
Arik Nemtsov17d97712012-05-29 12:44:12 +03002107module_param_named(high_band_component, high_band_component_param, int,
2108 S_IRUSR);
Luciano Coelho858403a2012-05-10 12:14:17 +03002109MODULE_PARM_DESC(high_band_component, "High band component: u8, "
2110 "(default is 0x01)");
2111
Arik Nemtsov17d97712012-05-29 12:44:12 +03002112module_param_named(high_band_component_type, high_band_component_type_param,
2113 int, S_IRUSR);
Luciano Coelho858403a2012-05-10 12:14:17 +03002114MODULE_PARM_DESC(high_band_component_type, "High band component type: u8 "
2115 "(default is 0x09)");
2116
Arik Nemtsov17d97712012-05-29 12:44:12 +03002117module_param_named(pwr_limit_reference_11_abg,
2118 pwr_limit_reference_11_abg_param, int, S_IRUSR);
Luciano Coelho7b03c302012-05-10 12:14:18 +03002119MODULE_PARM_DESC(pwr_limit_reference_11_abg, "Power limit reference: u8 "
2120 "(default is 0xc8)");
2121
Arik Nemtsov09aad142012-06-10 22:57:30 +03002122module_param_named(num_rx_desc,
2123 num_rx_desc_param, int, S_IRUSR);
2124MODULE_PARM_DESC(num_rx_desc_param,
2125 "Number of Rx descriptors: u8 (default is 32)");
2126
Luciano Coelho9a1a6992012-05-10 12:13:06 +03002127MODULE_LICENSE("GPL v2");
2128MODULE_AUTHOR("Luciano Coelho <coelho@ti.com>");
Luciano Coelho0cd65432012-05-10 12:13:11 +03002129MODULE_FIRMWARE(WL18XX_FW_NAME);
Geoff Levand76ea6fd2015-09-02 16:56:42 -07002130MODULE_FIRMWARE(WL18XX_CONF_FILE_NAME);