blob: f90b5db741cf74c6784a9dc0a6a100d2b7a59f08 [file] [log] [blame]
Kalle Valobdcd8172011-07-18 00:22:30 +03001
2/*
3 * Copyright (c) 2011 Atheros Communications Inc.
Vasanthakumar Thiagarajan1b2df402012-02-06 20:15:53 +05304 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
Kalle Valobdcd8172011-07-18 00:22:30 +03005 *
6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *
10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */
18
Joe Perches516304b2012-03-18 17:30:52 -070019#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
20
Stephen Rothwellc6efe5782011-09-28 18:32:34 +100021#include <linux/moduleparam.h>
Sangwook Leef7830202011-10-26 16:28:38 +010022#include <linux/errno.h>
Kalle Valod6a434d2012-01-17 20:09:36 +020023#include <linux/export.h>
Sam Leffler92ecbff2011-09-07 10:55:16 +030024#include <linux/of.h>
Kalle Valobdcd8172011-07-18 00:22:30 +030025#include <linux/mmc/sdio_func.h>
Vivek Natarajan84377542012-03-28 19:21:25 +053026#include <linux/vmalloc.h>
Kalle Valod6a434d2012-01-17 20:09:36 +020027
Kalle Valobdcd8172011-07-18 00:22:30 +030028#include "core.h"
29#include "cfg80211.h"
30#include "target.h"
31#include "debug.h"
32#include "hif-ops.h"
Kalle Valoe76ac2bf2012-03-25 17:15:27 +030033#include "htc-ops.h"
Kalle Valobdcd8172011-07-18 00:22:30 +030034
Kalle Valo856f4b312011-11-14 19:30:29 +020035static const struct ath6kl_hw hw_list[] = {
36 {
Kalle Valo0d0192ba2011-11-14 19:31:07 +020037 .id = AR6003_HW_2_0_VERSION,
Kalle Valo293badf2011-11-14 19:30:54 +020038 .name = "ar6003 hw 2.0",
Kalle Valo856f4b312011-11-14 19:30:29 +020039 .dataset_patch_addr = 0x57e884,
40 .app_load_addr = 0x543180,
41 .board_ext_data_addr = 0x57e500,
42 .reserved_ram_size = 6912,
Ryan Hsu39586bf2011-12-13 17:11:07 +080043 .refclk_hz = 26000000,
44 .uarttx_pin = 8,
Bala Shanmugam06e360a2012-05-22 13:23:12 +053045 .flags = 0,
Kalle Valo856f4b312011-11-14 19:30:29 +020046
47 /* hw2.0 needs override address hardcoded */
48 .app_start_override_addr = 0x944C00,
Kalle Valod1a94212011-11-14 19:31:23 +020049
Kalle Valoc0038972011-12-16 20:53:31 +020050 .fw = {
51 .dir = AR6003_HW_2_0_FW_DIR,
52 .otp = AR6003_HW_2_0_OTP_FILE,
53 .fw = AR6003_HW_2_0_FIRMWARE_FILE,
54 .tcmd = AR6003_HW_2_0_TCMD_FIRMWARE_FILE,
55 .patch = AR6003_HW_2_0_PATCH_FILE,
Kalle Valoc0038972011-12-16 20:53:31 +020056 },
57
Kalle Valod1a94212011-11-14 19:31:23 +020058 .fw_board = AR6003_HW_2_0_BOARD_DATA_FILE,
59 .fw_default_board = AR6003_HW_2_0_DEFAULT_BOARD_DATA_FILE,
Kalle Valo856f4b312011-11-14 19:30:29 +020060 },
61 {
Kalle Valo0d0192ba2011-11-14 19:31:07 +020062 .id = AR6003_HW_2_1_1_VERSION,
Kalle Valo293badf2011-11-14 19:30:54 +020063 .name = "ar6003 hw 2.1.1",
Kalle Valo856f4b312011-11-14 19:30:29 +020064 .dataset_patch_addr = 0x57ff74,
65 .app_load_addr = 0x1234,
66 .board_ext_data_addr = 0x542330,
67 .reserved_ram_size = 512,
Ryan Hsu39586bf2011-12-13 17:11:07 +080068 .refclk_hz = 26000000,
69 .uarttx_pin = 8,
Alex Yangcd23c1c2012-01-17 15:32:29 +020070 .testscript_addr = 0x57ef74,
Bala Shanmugam06e360a2012-05-22 13:23:12 +053071 .flags = 0,
Kalle Valod1a94212011-11-14 19:31:23 +020072
Kalle Valoc0038972011-12-16 20:53:31 +020073 .fw = {
74 .dir = AR6003_HW_2_1_1_FW_DIR,
75 .otp = AR6003_HW_2_1_1_OTP_FILE,
76 .fw = AR6003_HW_2_1_1_FIRMWARE_FILE,
77 .tcmd = AR6003_HW_2_1_1_TCMD_FIRMWARE_FILE,
78 .patch = AR6003_HW_2_1_1_PATCH_FILE,
Alex Yangcd23c1c2012-01-17 15:32:29 +020079 .utf = AR6003_HW_2_1_1_UTF_FIRMWARE_FILE,
80 .testscript = AR6003_HW_2_1_1_TESTSCRIPT_FILE,
Kalle Valoc0038972011-12-16 20:53:31 +020081 },
82
Kalle Valod1a94212011-11-14 19:31:23 +020083 .fw_board = AR6003_HW_2_1_1_BOARD_DATA_FILE,
Kalle Valo05aab172012-03-07 20:04:00 +020084 .fw_default_board = AR6003_HW_2_1_1_DEFAULT_BOARD_DATA_FILE,
Kalle Valo856f4b312011-11-14 19:30:29 +020085 },
86 {
Kalle Valo0d0192ba2011-11-14 19:31:07 +020087 .id = AR6004_HW_1_0_VERSION,
Kalle Valo293badf2011-11-14 19:30:54 +020088 .name = "ar6004 hw 1.0",
Kalle Valo856f4b312011-11-14 19:30:29 +020089 .dataset_patch_addr = 0x57e884,
90 .app_load_addr = 0x1234,
91 .board_ext_data_addr = 0x437000,
92 .reserved_ram_size = 19456,
Kalle Valo0d4d72b2011-11-14 19:30:39 +020093 .board_addr = 0x433900,
Ryan Hsu39586bf2011-12-13 17:11:07 +080094 .refclk_hz = 26000000,
95 .uarttx_pin = 11,
Bala Shanmugam06e360a2012-05-22 13:23:12 +053096 .flags = ATH6KL_HW_FLAG_64BIT_RATES,
Kalle Valod1a94212011-11-14 19:31:23 +020097
Kalle Valoc0038972011-12-16 20:53:31 +020098 .fw = {
99 .dir = AR6004_HW_1_0_FW_DIR,
100 .fw = AR6004_HW_1_0_FIRMWARE_FILE,
Kalle Valoc0038972011-12-16 20:53:31 +0200101 },
102
Kalle Valod1a94212011-11-14 19:31:23 +0200103 .fw_board = AR6004_HW_1_0_BOARD_DATA_FILE,
104 .fw_default_board = AR6004_HW_1_0_DEFAULT_BOARD_DATA_FILE,
Kalle Valo856f4b312011-11-14 19:30:29 +0200105 },
106 {
Kalle Valo0d0192ba2011-11-14 19:31:07 +0200107 .id = AR6004_HW_1_1_VERSION,
Kalle Valo293badf2011-11-14 19:30:54 +0200108 .name = "ar6004 hw 1.1",
Kalle Valo856f4b312011-11-14 19:30:29 +0200109 .dataset_patch_addr = 0x57e884,
110 .app_load_addr = 0x1234,
111 .board_ext_data_addr = 0x437000,
112 .reserved_ram_size = 11264,
Kalle Valo0d4d72b2011-11-14 19:30:39 +0200113 .board_addr = 0x43d400,
Ryan Hsu39586bf2011-12-13 17:11:07 +0800114 .refclk_hz = 40000000,
115 .uarttx_pin = 11,
Bala Shanmugam06e360a2012-05-22 13:23:12 +0530116 .flags = ATH6KL_HW_FLAG_64BIT_RATES,
Kalle Valod1a94212011-11-14 19:31:23 +0200117
Kalle Valoc0038972011-12-16 20:53:31 +0200118 .fw = {
119 .dir = AR6004_HW_1_1_FW_DIR,
120 .fw = AR6004_HW_1_1_FIRMWARE_FILE,
Kalle Valoc0038972011-12-16 20:53:31 +0200121 },
122
Kalle Valod1a94212011-11-14 19:31:23 +0200123 .fw_board = AR6004_HW_1_1_BOARD_DATA_FILE,
124 .fw_default_board = AR6004_HW_1_1_DEFAULT_BOARD_DATA_FILE,
Kalle Valo856f4b312011-11-14 19:30:29 +0200125 },
Ray Chen6146ca62012-04-11 10:03:13 +0800126 {
127 .id = AR6004_HW_1_2_VERSION,
128 .name = "ar6004 hw 1.2",
129 .dataset_patch_addr = 0x436ecc,
130 .app_load_addr = 0x1234,
131 .board_ext_data_addr = 0x437000,
132 .reserved_ram_size = 9216,
133 .board_addr = 0x435c00,
134 .refclk_hz = 40000000,
135 .uarttx_pin = 11,
Bala Shanmugam06e360a2012-05-22 13:23:12 +0530136 .flags = ATH6KL_HW_FLAG_64BIT_RATES,
Ray Chen6146ca62012-04-11 10:03:13 +0800137
138 .fw = {
139 .dir = AR6004_HW_1_2_FW_DIR,
140 .fw = AR6004_HW_1_2_FIRMWARE_FILE,
141 },
142 .fw_board = AR6004_HW_1_2_BOARD_DATA_FILE,
143 .fw_default_board = AR6004_HW_1_2_DEFAULT_BOARD_DATA_FILE,
144 },
Kalle Valo856f4b312011-11-14 19:30:29 +0200145};
146
Kalle Valobdcd8172011-07-18 00:22:30 +0300147/*
148 * Include definitions here that can be used to tune the WLAN module
149 * behavior. Different customers can tune the behavior as per their needs,
150 * here.
151 */
152
153/*
154 * This configuration item enable/disable keepalive support.
155 * Keepalive support: In the absence of any data traffic to AP, null
156 * frames will be sent to the AP at periodic interval, to keep the association
157 * active. This configuration item defines the periodic interval.
158 * Use value of zero to disable keepalive support
159 * Default: 60 seconds
160 */
161#define WLAN_CONFIG_KEEP_ALIVE_INTERVAL 60
162
163/*
164 * This configuration item sets the value of disconnect timeout
165 * Firmware delays sending the disconnec event to the host for this
166 * timeout after is gets disconnected from the current AP.
167 * If the firmware successly roams within the disconnect timeout
168 * it sends a new connect event
169 */
170#define WLAN_CONFIG_DISCONNECT_TIMEOUT 10
171
Kalle Valobdcd8172011-07-18 00:22:30 +0300172
Kalle Valobdcd8172011-07-18 00:22:30 +0300173#define ATH6KL_DATA_OFFSET 64
174struct sk_buff *ath6kl_buf_alloc(int size)
175{
176 struct sk_buff *skb;
177 u16 reserved;
178
179 /* Add chacheline space at front and back of buffer */
180 reserved = (2 * L1_CACHE_BYTES) + ATH6KL_DATA_OFFSET +
Vasanthakumar Thiagarajan1df94a82011-08-17 18:45:10 +0530181 sizeof(struct htc_packet) + ATH6KL_HTC_ALIGN_BYTES;
Kalle Valobdcd8172011-07-18 00:22:30 +0300182 skb = dev_alloc_skb(size + reserved);
183
184 if (skb)
185 skb_reserve(skb, reserved - L1_CACHE_BYTES);
186 return skb;
187}
188
Vasanthakumar Thiagarajane29f25f2011-10-25 19:34:15 +0530189void ath6kl_init_profile_info(struct ath6kl_vif *vif)
Kalle Valobdcd8172011-07-18 00:22:30 +0300190{
Vasanthakumar Thiagarajan34503342011-10-25 19:34:02 +0530191 vif->ssid_len = 0;
192 memset(vif->ssid, 0, sizeof(vif->ssid));
193
194 vif->dot11_auth_mode = OPEN_AUTH;
195 vif->auth_mode = NONE_AUTH;
196 vif->prwise_crypto = NONE_CRYPT;
197 vif->prwise_crypto_len = 0;
198 vif->grp_crypto = NONE_CRYPT;
199 vif->grp_crypto_len = 0;
Vasanthakumar Thiagarajan6f2a73f2011-10-25 19:34:06 +0530200 memset(vif->wep_key_list, 0, sizeof(vif->wep_key_list));
Vasanthakumar Thiagarajan8c8b65e2011-10-25 19:34:04 +0530201 memset(vif->req_bssid, 0, sizeof(vif->req_bssid));
202 memset(vif->bssid, 0, sizeof(vif->bssid));
Vasanthakumar Thiagarajanf74bac52011-10-25 19:34:05 +0530203 vif->bss_ch = 0;
Kalle Valobdcd8172011-07-18 00:22:30 +0300204}
205
Kalle Valobdcd8172011-07-18 00:22:30 +0300206static int ath6kl_set_host_app_area(struct ath6kl *ar)
207{
208 u32 address, data;
209 struct host_app_area host_app_area;
210
211 /* Fetch the address of the host_app_area_s
212 * instance in the host interest area */
213 address = ath6kl_get_hi_item_addr(ar, HI_ITEM(hi_app_host_interest));
Kevin Fang31024d92011-07-11 17:14:13 +0800214 address = TARG_VTOP(ar->target_type, address);
Kalle Valobdcd8172011-07-18 00:22:30 +0300215
Kalle Valoaddb44b2011-09-02 10:32:05 +0300216 if (ath6kl_diag_read32(ar, address, &data))
Kalle Valobdcd8172011-07-18 00:22:30 +0300217 return -EIO;
218
Kevin Fang31024d92011-07-11 17:14:13 +0800219 address = TARG_VTOP(ar->target_type, data);
Kalle Valocbf49a62011-10-05 12:23:17 +0300220 host_app_area.wmi_protocol_ver = cpu_to_le32(WMI_PROTOCOL_VERSION);
Kalle Valoaddb44b2011-09-02 10:32:05 +0300221 if (ath6kl_diag_write(ar, address, (u8 *) &host_app_area,
222 sizeof(struct host_app_area)))
Kalle Valobdcd8172011-07-18 00:22:30 +0300223 return -EIO;
224
225 return 0;
226}
227
228static inline void set_ac2_ep_map(struct ath6kl *ar,
229 u8 ac,
230 enum htc_endpoint_id ep)
231{
232 ar->ac2ep_map[ac] = ep;
233 ar->ep2ac_map[ep] = ac;
234}
235
236/* connect to a service */
237static int ath6kl_connectservice(struct ath6kl *ar,
238 struct htc_service_connect_req *con_req,
239 char *desc)
240{
241 int status;
242 struct htc_service_connect_resp response;
243
244 memset(&response, 0, sizeof(response));
245
Kalle Vaload226ec2011-08-10 09:49:12 +0300246 status = ath6kl_htc_conn_service(ar->htc_target, con_req, &response);
Kalle Valobdcd8172011-07-18 00:22:30 +0300247 if (status) {
248 ath6kl_err("failed to connect to %s service status:%d\n",
249 desc, status);
250 return status;
251 }
252
253 switch (con_req->svc_id) {
254 case WMI_CONTROL_SVC:
255 if (test_bit(WMI_ENABLED, &ar->flag))
256 ath6kl_wmi_set_control_ep(ar->wmi, response.endpoint);
257 ar->ctrl_ep = response.endpoint;
258 break;
259 case WMI_DATA_BE_SVC:
260 set_ac2_ep_map(ar, WMM_AC_BE, response.endpoint);
261 break;
262 case WMI_DATA_BK_SVC:
263 set_ac2_ep_map(ar, WMM_AC_BK, response.endpoint);
264 break;
265 case WMI_DATA_VI_SVC:
266 set_ac2_ep_map(ar, WMM_AC_VI, response.endpoint);
267 break;
268 case WMI_DATA_VO_SVC:
269 set_ac2_ep_map(ar, WMM_AC_VO, response.endpoint);
270 break;
271 default:
272 ath6kl_err("service id is not mapped %d\n", con_req->svc_id);
273 return -EINVAL;
274 }
275
276 return 0;
277}
278
279static int ath6kl_init_service_ep(struct ath6kl *ar)
280{
281 struct htc_service_connect_req connect;
282
283 memset(&connect, 0, sizeof(connect));
284
285 /* these fields are the same for all service endpoints */
Kalle Valo900d6b32012-03-25 17:15:23 +0300286 connect.ep_cb.tx_comp_multi = ath6kl_tx_complete;
Kalle Valobdcd8172011-07-18 00:22:30 +0300287 connect.ep_cb.rx = ath6kl_rx;
288 connect.ep_cb.rx_refill = ath6kl_rx_refill;
289 connect.ep_cb.tx_full = ath6kl_tx_queue_full;
290
291 /*
292 * Set the max queue depth so that our ath6kl_tx_queue_full handler
293 * gets called.
294 */
295 connect.max_txq_depth = MAX_DEFAULT_SEND_QUEUE_DEPTH;
296 connect.ep_cb.rx_refill_thresh = ATH6KL_MAX_RX_BUFFERS / 4;
297 if (!connect.ep_cb.rx_refill_thresh)
298 connect.ep_cb.rx_refill_thresh++;
299
300 /* connect to control service */
301 connect.svc_id = WMI_CONTROL_SVC;
302 if (ath6kl_connectservice(ar, &connect, "WMI CONTROL"))
303 return -EIO;
304
305 connect.flags |= HTC_FLGS_TX_BNDL_PAD_EN;
306
307 /*
308 * Limit the HTC message size on the send path, although e can
309 * receive A-MSDU frames of 4K, we will only send ethernet-sized
310 * (802.3) frames on the send path.
311 */
312 connect.max_rxmsg_sz = WMI_MAX_TX_DATA_FRAME_LENGTH;
313
314 /*
315 * To reduce the amount of committed memory for larger A_MSDU
316 * frames, use the recv-alloc threshold mechanism for larger
317 * packets.
318 */
319 connect.ep_cb.rx_alloc_thresh = ATH6KL_BUFFER_SIZE;
320 connect.ep_cb.rx_allocthresh = ath6kl_alloc_amsdu_rxbuf;
321
322 /*
323 * For the remaining data services set the connection flag to
324 * reduce dribbling, if configured to do so.
325 */
326 connect.conn_flags |= HTC_CONN_FLGS_REDUCE_CRED_DRIB;
327 connect.conn_flags &= ~HTC_CONN_FLGS_THRESH_MASK;
328 connect.conn_flags |= HTC_CONN_FLGS_THRESH_LVL_HALF;
329
330 connect.svc_id = WMI_DATA_BE_SVC;
331
332 if (ath6kl_connectservice(ar, &connect, "WMI DATA BE"))
333 return -EIO;
334
335 /* connect to back-ground map this to WMI LOW_PRI */
336 connect.svc_id = WMI_DATA_BK_SVC;
337 if (ath6kl_connectservice(ar, &connect, "WMI DATA BK"))
338 return -EIO;
339
340 /* connect to Video service, map this to to HI PRI */
341 connect.svc_id = WMI_DATA_VI_SVC;
342 if (ath6kl_connectservice(ar, &connect, "WMI DATA VI"))
343 return -EIO;
344
345 /*
346 * Connect to VO service, this is currently not mapped to a WMI
347 * priority stream due to historical reasons. WMI originally
348 * defined 3 priorities over 3 mailboxes We can change this when
349 * WMI is reworked so that priorities are not dependent on
350 * mailboxes.
351 */
352 connect.svc_id = WMI_DATA_VO_SVC;
353 if (ath6kl_connectservice(ar, &connect, "WMI DATA VO"))
354 return -EIO;
355
356 return 0;
357}
358
Vasanthakumar Thiagarajane29f25f2011-10-25 19:34:15 +0530359void ath6kl_init_control_info(struct ath6kl_vif *vif)
Kalle Valobdcd8172011-07-18 00:22:30 +0300360{
Vasanthakumar Thiagarajane29f25f2011-10-25 19:34:15 +0530361 ath6kl_init_profile_info(vif);
Vasanthakumar Thiagarajan34503342011-10-25 19:34:02 +0530362 vif->def_txkey_index = 0;
Vasanthakumar Thiagarajan6f2a73f2011-10-25 19:34:06 +0530363 memset(vif->wep_key_list, 0, sizeof(vif->wep_key_list));
Vasanthakumar Thiagarajanf74bac52011-10-25 19:34:05 +0530364 vif->ch_hint = 0;
Kalle Valobdcd8172011-07-18 00:22:30 +0300365}
366
367/*
368 * Set HTC/Mbox operational parameters, this can only be called when the
369 * target is in the BMI phase.
370 */
371static int ath6kl_set_htc_params(struct ath6kl *ar, u32 mbox_isr_yield_val,
372 u8 htc_ctrl_buf)
373{
374 int status;
375 u32 blk_size;
376
377 blk_size = ar->mbox_info.block_size;
378
379 if (htc_ctrl_buf)
380 blk_size |= ((u32)htc_ctrl_buf) << 16;
381
382 /* set the host interest area for the block size */
Kalle Valo24fc32b2012-03-07 20:03:58 +0200383 status = ath6kl_bmi_write_hi32(ar, hi_mbox_io_block_sz, blk_size);
Kalle Valobdcd8172011-07-18 00:22:30 +0300384 if (status) {
385 ath6kl_err("bmi_write_memory for IO block size failed\n");
386 goto out;
387 }
388
389 ath6kl_dbg(ATH6KL_DBG_TRC, "block size set: %d (target addr:0x%X)\n",
390 blk_size,
391 ath6kl_get_hi_item_addr(ar, HI_ITEM(hi_mbox_io_block_sz)));
392
393 if (mbox_isr_yield_val) {
394 /* set the host interest area for the mbox ISR yield limit */
Kalle Valo24fc32b2012-03-07 20:03:58 +0200395 status = ath6kl_bmi_write_hi32(ar, hi_mbox_isr_yield_limit,
396 mbox_isr_yield_val);
Kalle Valobdcd8172011-07-18 00:22:30 +0300397 if (status) {
398 ath6kl_err("bmi_write_memory for yield limit failed\n");
399 goto out;
400 }
401 }
402
403out:
404 return status;
405}
406
Vasanthakumar Thiagarajan0ce59442011-10-25 19:34:25 +0530407static int ath6kl_target_config_wlan_params(struct ath6kl *ar, int idx)
Kalle Valobdcd8172011-07-18 00:22:30 +0300408{
Jouni Malinen4dea08e2011-08-30 21:57:57 +0300409 int ret;
Kalle Valobdcd8172011-07-18 00:22:30 +0300410
411 /*
412 * Configure the device for rx dot11 header rules. "0,0" are the
413 * default values. Required if checksum offload is needed. Set
414 * RxMetaVersion to 2.
415 */
Kalle Valo1ca4d0b2012-03-07 20:03:59 +0200416 ret = ath6kl_wmi_set_rx_frame_format_cmd(ar->wmi, idx,
417 ar->rx_meta_ver, 0, 0);
418 if (ret) {
419 ath6kl_err("unable to set the rx frame format: %d\n", ret);
420 return ret;
Kalle Valobdcd8172011-07-18 00:22:30 +0300421 }
422
Kalle Valo1ca4d0b2012-03-07 20:03:59 +0200423 if (ar->conf_flags & ATH6KL_CONF_IGNORE_PS_FAIL_EVT_IN_SCAN) {
424 ret = ath6kl_wmi_pmparams_cmd(ar->wmi, idx, 0, 1, 0, 0, 1,
Kalle Valo05aab172012-03-07 20:04:00 +0200425 IGNORE_PS_FAIL_DURING_SCAN);
Kalle Valo1ca4d0b2012-03-07 20:03:59 +0200426 if (ret) {
427 ath6kl_err("unable to set power save fail event policy: %d\n",
428 ret);
429 return ret;
Kalle Valobdcd8172011-07-18 00:22:30 +0300430 }
Kalle Valobdcd8172011-07-18 00:22:30 +0300431 }
432
Kalle Valo1ca4d0b2012-03-07 20:03:59 +0200433 if (!(ar->conf_flags & ATH6KL_CONF_IGNORE_ERP_BARKER)) {
434 ret = ath6kl_wmi_set_lpreamble_cmd(ar->wmi, idx, 0,
Kalle Valo05aab172012-03-07 20:04:00 +0200435 WMI_FOLLOW_BARKER_IN_ERP);
Kalle Valo1ca4d0b2012-03-07 20:03:59 +0200436 if (ret) {
437 ath6kl_err("unable to set barker preamble policy: %d\n",
438 ret);
439 return ret;
440 }
Kalle Valobdcd8172011-07-18 00:22:30 +0300441 }
442
Kalle Valo1ca4d0b2012-03-07 20:03:59 +0200443 ret = ath6kl_wmi_set_keepalive_cmd(ar->wmi, idx,
444 WLAN_CONFIG_KEEP_ALIVE_INTERVAL);
445 if (ret) {
446 ath6kl_err("unable to set keep alive interval: %d\n", ret);
447 return ret;
448 }
449
450 ret = ath6kl_wmi_disctimeout_cmd(ar->wmi, idx,
451 WLAN_CONFIG_DISCONNECT_TIMEOUT);
452 if (ret) {
453 ath6kl_err("unable to set disconnect timeout: %d\n", ret);
454 return ret;
455 }
456
457 if (!(ar->conf_flags & ATH6KL_CONF_ENABLE_TX_BURST)) {
458 ret = ath6kl_wmi_set_wmm_txop(ar->wmi, idx, WMI_TXOP_DISABLED);
459 if (ret) {
460 ath6kl_err("unable to set txop bursting: %d\n", ret);
461 return ret;
Kalle Valobdcd8172011-07-18 00:22:30 +0300462 }
Kalle Valo1ca4d0b2012-03-07 20:03:59 +0200463 }
Kalle Valobdcd8172011-07-18 00:22:30 +0300464
Vasanthakumar Thiagarajanb64de352011-11-18 10:05:28 +0530465 if (ar->p2p && (ar->vif_max == 1 || idx)) {
Vasanthakumar Thiagarajan0ce59442011-10-25 19:34:25 +0530466 ret = ath6kl_wmi_info_req_cmd(ar->wmi, idx,
Jouni Malinen6bbc7c32011-09-05 17:38:47 +0300467 P2P_FLAG_CAPABILITIES_REQ |
468 P2P_FLAG_MACADDR_REQ |
469 P2P_FLAG_HMODEL_REQ);
470 if (ret) {
Kalle Valocdeb8602012-04-12 11:02:18 +0300471 ath6kl_dbg(ATH6KL_DBG_TRC,
472 "failed to request P2P capabilities (%d) - assuming P2P not supported\n",
473 ret);
Rusty Russell3db1cd52011-12-19 13:56:45 +0000474 ar->p2p = false;
Jouni Malinen6bbc7c32011-09-05 17:38:47 +0300475 }
476 }
477
Vasanthakumar Thiagarajanb64de352011-11-18 10:05:28 +0530478 if (ar->p2p && (ar->vif_max == 1 || idx)) {
Jouni Malinen6bbc7c32011-09-05 17:38:47 +0300479 /* Enable Probe Request reporting for P2P */
Vasanthakumar Thiagarajan0ce59442011-10-25 19:34:25 +0530480 ret = ath6kl_wmi_probe_report_req_cmd(ar->wmi, idx, true);
Jouni Malinen6bbc7c32011-09-05 17:38:47 +0300481 if (ret) {
Kalle Valocdeb8602012-04-12 11:02:18 +0300482 ath6kl_dbg(ATH6KL_DBG_TRC,
483 "failed to enable Probe Request reporting (%d)\n",
484 ret);
Jouni Malinen6bbc7c32011-09-05 17:38:47 +0300485 }
Jouni Malinen4dea08e2011-08-30 21:57:57 +0300486 }
487
Kalle Valo1ca4d0b2012-03-07 20:03:59 +0200488 return ret;
Kalle Valobdcd8172011-07-18 00:22:30 +0300489}
490
491int ath6kl_configure_target(struct ath6kl *ar)
492{
493 u32 param, ram_reserved_size;
Vasanthakumar Thiagarajan3226f68a2011-10-25 19:34:24 +0530494 u8 fw_iftype, fw_mode = 0, fw_submode = 0;
Ryan Hsu39586bf2011-12-13 17:11:07 +0800495 int i, status;
Kalle Valobdcd8172011-07-18 00:22:30 +0300496
Kalle Valof29af972012-01-17 20:08:56 +0200497 param = !!(ar->conf_flags & ATH6KL_CONF_UART_DEBUG);
Kalle Valo24fc32b2012-03-07 20:03:58 +0200498 if (ath6kl_bmi_write_hi32(ar, hi_serial_enable, param)) {
Vasanthakumar Thiagarajana10e2f22011-12-29 16:05:38 +0530499 ath6kl_err("bmi_write_memory for uart debug failed\n");
500 return -EIO;
501 }
502
Vasanthakumar Thiagarajan7b858322011-10-25 19:34:22 +0530503 /*
504 * Note: Even though the firmware interface type is
505 * chosen as BSS_STA for all three interfaces, can
506 * be configured to IBSS/AP as long as the fw submode
507 * remains normal mode (0 - AP, STA and IBSS). But
508 * due to an target assert in firmware only one interface is
509 * configured for now.
510 */
Vasanthakumar Thiagarajandd3751f2011-10-25 19:33:59 +0530511 fw_iftype = HI_OPTION_FW_MODE_BSS_STA;
Kalle Valobdcd8172011-07-18 00:22:30 +0300512
Kalle Valo71f96ee2011-11-14 19:31:30 +0200513 for (i = 0; i < ar->vif_max; i++)
Vasanthakumar Thiagarajan7b858322011-10-25 19:34:22 +0530514 fw_mode |= fw_iftype << (i * HI_OPTION_FW_MODE_BITS);
515
516 /*
Vasanthakumar Thiagarajan1e8d13b2012-04-06 20:24:30 +0530517 * Submodes when fw does not support dynamic interface
518 * switching:
Vasanthakumar Thiagarajan3226f68a2011-10-25 19:34:24 +0530519 * vif[0] - AP/STA/IBSS
520 * vif[1] - "P2P dev"/"P2P GO"/"P2P Client"
521 * vif[2] - "P2P dev"/"P2P GO"/"P2P Client"
Vasanthakumar Thiagarajan1e8d13b2012-04-06 20:24:30 +0530522 * Otherwise, All the interface are initialized to p2p dev.
Vasanthakumar Thiagarajan7b858322011-10-25 19:34:22 +0530523 */
Vasanthakumar Thiagarajan3226f68a2011-10-25 19:34:24 +0530524
Vasanthakumar Thiagarajan1e8d13b2012-04-06 20:24:30 +0530525 if (test_bit(ATH6KL_FW_CAPABILITY_STA_P2PDEV_DUPLEX,
526 ar->fw_capabilities)) {
527 for (i = 0; i < ar->vif_max; i++)
528 fw_submode |= HI_OPTION_FW_SUBMODE_P2PDEV <<
529 (i * HI_OPTION_FW_SUBMODE_BITS);
530 } else {
531 for (i = 0; i < ar->max_norm_iface; i++)
532 fw_submode |= HI_OPTION_FW_SUBMODE_NONE <<
533 (i * HI_OPTION_FW_SUBMODE_BITS);
Vasanthakumar Thiagarajan3226f68a2011-10-25 19:34:24 +0530534
Vasanthakumar Thiagarajan1e8d13b2012-04-06 20:24:30 +0530535 for (i = ar->max_norm_iface; i < ar->vif_max; i++)
536 fw_submode |= HI_OPTION_FW_SUBMODE_P2PDEV <<
537 (i * HI_OPTION_FW_SUBMODE_BITS);
Vasanthakumar Thiagarajan7b858322011-10-25 19:34:22 +0530538
Vasanthakumar Thiagarajan1e8d13b2012-04-06 20:24:30 +0530539 if (ar->p2p && ar->vif_max == 1)
540 fw_submode = HI_OPTION_FW_SUBMODE_P2PDEV;
541 }
Vasanthakumar Thiagarajan7b858322011-10-25 19:34:22 +0530542
Kalle Valo24fc32b2012-03-07 20:03:58 +0200543 if (ath6kl_bmi_write_hi32(ar, hi_app_host_interest,
544 HTC_PROTOCOL_VERSION) != 0) {
Kalle Valobdcd8172011-07-18 00:22:30 +0300545 ath6kl_err("bmi_write_memory for htc version failed\n");
546 return -EIO;
547 }
548
549 /* set the firmware mode to STA/IBSS/AP */
550 param = 0;
551
Kalle Valo80fb26862012-03-07 20:03:59 +0200552 if (ath6kl_bmi_read_hi32(ar, hi_option_flag, &param) != 0) {
Kalle Valobdcd8172011-07-18 00:22:30 +0300553 ath6kl_err("bmi_read_memory for setting fwmode failed\n");
554 return -EIO;
555 }
556
Kalle Valo71f96ee2011-11-14 19:31:30 +0200557 param |= (ar->vif_max << HI_OPTION_NUM_DEV_SHIFT);
Vasanthakumar Thiagarajan7b858322011-10-25 19:34:22 +0530558 param |= fw_mode << HI_OPTION_FW_MODE_SHIFT;
559 param |= fw_submode << HI_OPTION_FW_SUBMODE_SHIFT;
560
Kalle Valobdcd8172011-07-18 00:22:30 +0300561 param |= (0 << HI_OPTION_MAC_ADDR_METHOD_SHIFT);
562 param |= (0 << HI_OPTION_FW_BRIDGE_SHIFT);
563
Kalle Valo24fc32b2012-03-07 20:03:58 +0200564 if (ath6kl_bmi_write_hi32(ar, hi_option_flag, param) != 0) {
Kalle Valobdcd8172011-07-18 00:22:30 +0300565 ath6kl_err("bmi_write_memory for setting fwmode failed\n");
566 return -EIO;
567 }
568
569 ath6kl_dbg(ATH6KL_DBG_TRC, "firmware mode set\n");
570
571 /*
572 * Hardcode the address use for the extended board data
573 * Ideally this should be pre-allocate by the OS at boot time
574 * But since it is a new feature and board data is loaded
575 * at init time, we have to workaround this from host.
576 * It is difficult to patch the firmware boot code,
577 * but possible in theory.
578 */
579
Kalle Valo6b42d302012-03-25 17:15:21 +0300580 if (ar->target_type == TARGET_TYPE_AR6003) {
581 param = ar->hw.board_ext_data_addr;
582 ram_reserved_size = ar->hw.reserved_ram_size;
Kalle Valobdcd8172011-07-18 00:22:30 +0300583
Kalle Valo6b42d302012-03-25 17:15:21 +0300584 if (ath6kl_bmi_write_hi32(ar, hi_board_ext_data, param) != 0) {
585 ath6kl_err("bmi_write_memory for hi_board_ext_data failed\n");
586 return -EIO;
587 }
Kalle Valo991b27e2011-09-07 10:55:17 +0300588
Kalle Valo6b42d302012-03-25 17:15:21 +0300589 if (ath6kl_bmi_write_hi32(ar, hi_end_ram_reserve_sz,
590 ram_reserved_size) != 0) {
591 ath6kl_err("bmi_write_memory for hi_end_ram_reserve_sz failed\n");
592 return -EIO;
593 }
Kalle Valobdcd8172011-07-18 00:22:30 +0300594 }
595
596 /* set the block size for the target */
597 if (ath6kl_set_htc_params(ar, MBOX_YIELD_LIMIT, 0))
598 /* use default number of control buffers */
599 return -EIO;
600
Ryan Hsu39586bf2011-12-13 17:11:07 +0800601 /* Configure GPIO AR600x UART */
Kalle Valo24fc32b2012-03-07 20:03:58 +0200602 status = ath6kl_bmi_write_hi32(ar, hi_dbg_uart_txpin,
603 ar->hw.uarttx_pin);
Ryan Hsu39586bf2011-12-13 17:11:07 +0800604 if (status)
605 return status;
606
607 /* Configure target refclk_hz */
Kalle Valo24fc32b2012-03-07 20:03:58 +0200608 status = ath6kl_bmi_write_hi32(ar, hi_refclk_hz, ar->hw.refclk_hz);
Ryan Hsu39586bf2011-12-13 17:11:07 +0800609 if (status)
610 return status;
611
Kalle Valobdcd8172011-07-18 00:22:30 +0300612 return 0;
613}
614
Kalle Valobdcd8172011-07-18 00:22:30 +0300615/* firmware upload */
Kalle Valobdcd8172011-07-18 00:22:30 +0300616static int ath6kl_get_fw(struct ath6kl *ar, const char *filename,
617 u8 **fw, size_t *fw_len)
618{
619 const struct firmware *fw_entry;
620 int ret;
621
622 ret = request_firmware(&fw_entry, filename, ar->dev);
623 if (ret)
624 return ret;
625
626 *fw_len = fw_entry->size;
627 *fw = kmemdup(fw_entry->data, fw_entry->size, GFP_KERNEL);
628
629 if (*fw == NULL)
630 ret = -ENOMEM;
631
632 release_firmware(fw_entry);
633
634 return ret;
635}
636
Sam Leffler92ecbff2011-09-07 10:55:16 +0300637#ifdef CONFIG_OF
Sam Leffler92ecbff2011-09-07 10:55:16 +0300638/*
639 * Check the device tree for a board-id and use it to construct
640 * the pathname to the firmware file. Used (for now) to find a
641 * fallback to the "bdata.bin" file--typically a symlink to the
642 * appropriate board-specific file.
643 */
644static bool check_device_tree(struct ath6kl *ar)
645{
646 static const char *board_id_prop = "atheros,board-id";
647 struct device_node *node;
648 char board_filename[64];
649 const char *board_id;
650 int ret;
651
652 for_each_compatible_node(node, NULL, "atheros,ath6kl") {
653 board_id = of_get_property(node, board_id_prop, NULL);
654 if (board_id == NULL) {
655 ath6kl_warn("No \"%s\" property on %s node.\n",
656 board_id_prop, node->name);
657 continue;
658 }
659 snprintf(board_filename, sizeof(board_filename),
Kalle Valoc0038972011-12-16 20:53:31 +0200660 "%s/bdata.%s.bin", ar->hw.fw.dir, board_id);
Sam Leffler92ecbff2011-09-07 10:55:16 +0300661
662 ret = ath6kl_get_fw(ar, board_filename, &ar->fw_board,
663 &ar->fw_board_len);
664 if (ret) {
665 ath6kl_err("Failed to get DT board file %s: %d\n",
666 board_filename, ret);
667 continue;
668 }
669 return true;
670 }
671 return false;
672}
673#else
674static bool check_device_tree(struct ath6kl *ar)
675{
676 return false;
677}
678#endif /* CONFIG_OF */
679
Kalle Valobdcd8172011-07-18 00:22:30 +0300680static int ath6kl_fetch_board_file(struct ath6kl *ar)
681{
682 const char *filename;
683 int ret;
684
Kalle Valo772c31e2011-09-07 10:55:16 +0300685 if (ar->fw_board != NULL)
686 return 0;
687
Kalle Valod1a94212011-11-14 19:31:23 +0200688 if (WARN_ON(ar->hw.fw_board == NULL))
689 return -EINVAL;
690
691 filename = ar->hw.fw_board;
Kalle Valobdcd8172011-07-18 00:22:30 +0300692
693 ret = ath6kl_get_fw(ar, filename, &ar->fw_board,
694 &ar->fw_board_len);
695 if (ret == 0) {
696 /* managed to get proper board file */
697 return 0;
698 }
699
Sam Leffler92ecbff2011-09-07 10:55:16 +0300700 if (check_device_tree(ar)) {
701 /* got board file from device tree */
702 return 0;
703 }
704
Kalle Valobdcd8172011-07-18 00:22:30 +0300705 /* there was no proper board file, try to use default instead */
706 ath6kl_warn("Failed to get board file %s (%d), trying to find default board file.\n",
707 filename, ret);
708
Kalle Valod1a94212011-11-14 19:31:23 +0200709 filename = ar->hw.fw_default_board;
Kalle Valobdcd8172011-07-18 00:22:30 +0300710
711 ret = ath6kl_get_fw(ar, filename, &ar->fw_board,
712 &ar->fw_board_len);
713 if (ret) {
714 ath6kl_err("Failed to get default board file %s: %d\n",
715 filename, ret);
716 return ret;
717 }
718
719 ath6kl_warn("WARNING! No proper board file was not found, instead using a default board file.\n");
720 ath6kl_warn("Most likely your hardware won't work as specified. Install correct board file!\n");
721
722 return 0;
723}
724
Kalle Valo772c31e2011-09-07 10:55:16 +0300725static int ath6kl_fetch_otp_file(struct ath6kl *ar)
726{
Kalle Valoc0038972011-12-16 20:53:31 +0200727 char filename[100];
Kalle Valo772c31e2011-09-07 10:55:16 +0300728 int ret;
729
730 if (ar->fw_otp != NULL)
731 return 0;
732
Kalle Valoc0038972011-12-16 20:53:31 +0200733 if (ar->hw.fw.otp == NULL) {
Kalle Valod1a94212011-11-14 19:31:23 +0200734 ath6kl_dbg(ATH6KL_DBG_BOOT,
735 "no OTP file configured for this hw\n");
Kalle Valo772c31e2011-09-07 10:55:16 +0300736 return 0;
Kalle Valo772c31e2011-09-07 10:55:16 +0300737 }
738
Kalle Valoc0038972011-12-16 20:53:31 +0200739 snprintf(filename, sizeof(filename), "%s/%s",
740 ar->hw.fw.dir, ar->hw.fw.otp);
Kalle Valod1a94212011-11-14 19:31:23 +0200741
Kalle Valo772c31e2011-09-07 10:55:16 +0300742 ret = ath6kl_get_fw(ar, filename, &ar->fw_otp,
743 &ar->fw_otp_len);
744 if (ret) {
745 ath6kl_err("Failed to get OTP file %s: %d\n",
746 filename, ret);
747 return ret;
748 }
749
750 return 0;
751}
752
Kalle Valo5f1127f2012-01-24 13:50:16 +0200753static int ath6kl_fetch_testmode_file(struct ath6kl *ar)
754{
755 char filename[100];
756 int ret;
757
758 if (ar->testmode == 0)
759 return 0;
760
761 ath6kl_dbg(ATH6KL_DBG_BOOT, "testmode %d\n", ar->testmode);
762
763 if (ar->testmode == 2) {
764 if (ar->hw.fw.utf == NULL) {
765 ath6kl_warn("testmode 2 not supported\n");
766 return -EOPNOTSUPP;
767 }
768
769 snprintf(filename, sizeof(filename), "%s/%s",
770 ar->hw.fw.dir, ar->hw.fw.utf);
771 } else {
772 if (ar->hw.fw.tcmd == NULL) {
773 ath6kl_warn("testmode 1 not supported\n");
774 return -EOPNOTSUPP;
775 }
776
777 snprintf(filename, sizeof(filename), "%s/%s",
778 ar->hw.fw.dir, ar->hw.fw.tcmd);
779 }
780
781 set_bit(TESTMODE, &ar->flag);
782
783 ret = ath6kl_get_fw(ar, filename, &ar->fw, &ar->fw_len);
784 if (ret) {
785 ath6kl_err("Failed to get testmode %d firmware file %s: %d\n",
786 ar->testmode, filename, ret);
787 return ret;
788 }
789
790 return 0;
791}
792
Kalle Valo772c31e2011-09-07 10:55:16 +0300793static int ath6kl_fetch_fw_file(struct ath6kl *ar)
794{
Kalle Valoc0038972011-12-16 20:53:31 +0200795 char filename[100];
Kalle Valo772c31e2011-09-07 10:55:16 +0300796 int ret;
797
798 if (ar->fw != NULL)
799 return 0;
800
Kalle Valoc0038972011-12-16 20:53:31 +0200801 /* FIXME: remove WARN_ON() as we won't support FW API 1 for long */
802 if (WARN_ON(ar->hw.fw.fw == NULL))
Kalle Valod1a94212011-11-14 19:31:23 +0200803 return -EINVAL;
804
Kalle Valoc0038972011-12-16 20:53:31 +0200805 snprintf(filename, sizeof(filename), "%s/%s",
806 ar->hw.fw.dir, ar->hw.fw.fw);
Kalle Valo772c31e2011-09-07 10:55:16 +0300807
Kalle Valo772c31e2011-09-07 10:55:16 +0300808 ret = ath6kl_get_fw(ar, filename, &ar->fw, &ar->fw_len);
809 if (ret) {
810 ath6kl_err("Failed to get firmware file %s: %d\n",
811 filename, ret);
812 return ret;
813 }
814
815 return 0;
816}
817
818static int ath6kl_fetch_patch_file(struct ath6kl *ar)
819{
Kalle Valoc0038972011-12-16 20:53:31 +0200820 char filename[100];
Kalle Valo772c31e2011-09-07 10:55:16 +0300821 int ret;
822
Kalle Valod1a94212011-11-14 19:31:23 +0200823 if (ar->fw_patch != NULL)
Kalle Valo772c31e2011-09-07 10:55:16 +0300824 return 0;
Kalle Valo772c31e2011-09-07 10:55:16 +0300825
Kalle Valoc0038972011-12-16 20:53:31 +0200826 if (ar->hw.fw.patch == NULL)
Kalle Valod1a94212011-11-14 19:31:23 +0200827 return 0;
828
Kalle Valoc0038972011-12-16 20:53:31 +0200829 snprintf(filename, sizeof(filename), "%s/%s",
830 ar->hw.fw.dir, ar->hw.fw.patch);
Kalle Valod1a94212011-11-14 19:31:23 +0200831
832 ret = ath6kl_get_fw(ar, filename, &ar->fw_patch,
833 &ar->fw_patch_len);
834 if (ret) {
835 ath6kl_err("Failed to get patch file %s: %d\n",
836 filename, ret);
837 return ret;
Kalle Valo772c31e2011-09-07 10:55:16 +0300838 }
839
840 return 0;
841}
842
Alex Yangcd23c1c2012-01-17 15:32:29 +0200843static int ath6kl_fetch_testscript_file(struct ath6kl *ar)
844{
845 char filename[100];
846 int ret;
847
Kalle Valo5f1127f2012-01-24 13:50:16 +0200848 if (ar->testmode != 2)
Alex Yangcd23c1c2012-01-17 15:32:29 +0200849 return 0;
850
851 if (ar->fw_testscript != NULL)
852 return 0;
853
854 if (ar->hw.fw.testscript == NULL)
855 return 0;
856
857 snprintf(filename, sizeof(filename), "%s/%s",
Kalle Valo96f1fad2012-03-07 20:03:57 +0200858 ar->hw.fw.dir, ar->hw.fw.testscript);
Alex Yangcd23c1c2012-01-17 15:32:29 +0200859
860 ret = ath6kl_get_fw(ar, filename, &ar->fw_testscript,
861 &ar->fw_testscript_len);
862 if (ret) {
863 ath6kl_err("Failed to get testscript file %s: %d\n",
Kalle Valo96f1fad2012-03-07 20:03:57 +0200864 filename, ret);
Alex Yangcd23c1c2012-01-17 15:32:29 +0200865 return ret;
866 }
867
868 return 0;
869}
870
Kalle Valo50d41232011-09-07 10:55:17 +0300871static int ath6kl_fetch_fw_api1(struct ath6kl *ar)
Kalle Valo772c31e2011-09-07 10:55:16 +0300872{
873 int ret;
874
Kalle Valo772c31e2011-09-07 10:55:16 +0300875 ret = ath6kl_fetch_otp_file(ar);
876 if (ret)
877 return ret;
878
879 ret = ath6kl_fetch_fw_file(ar);
880 if (ret)
881 return ret;
882
883 ret = ath6kl_fetch_patch_file(ar);
884 if (ret)
885 return ret;
886
Alex Yangcd23c1c2012-01-17 15:32:29 +0200887 ret = ath6kl_fetch_testscript_file(ar);
888 if (ret)
889 return ret;
890
Kalle Valo772c31e2011-09-07 10:55:16 +0300891 return 0;
892}
Kalle Valobdcd8172011-07-18 00:22:30 +0300893
Kalle Valo65a8b4c2011-12-16 20:53:41 +0200894static int ath6kl_fetch_fw_apin(struct ath6kl *ar, const char *name)
Kalle Valo50d41232011-09-07 10:55:17 +0300895{
896 size_t magic_len, len, ie_len;
897 const struct firmware *fw;
898 struct ath6kl_fw_ie *hdr;
Kalle Valoc0038972011-12-16 20:53:31 +0200899 char filename[100];
Kalle Valo50d41232011-09-07 10:55:17 +0300900 const u8 *data;
Kalle Valo97e04962011-09-12 13:47:34 +0300901 int ret, ie_id, i, index, bit;
Kalle Valo8a137482011-09-07 10:55:17 +0300902 __le32 *val;
Kalle Valo50d41232011-09-07 10:55:17 +0300903
Kalle Valo65a8b4c2011-12-16 20:53:41 +0200904 snprintf(filename, sizeof(filename), "%s/%s", ar->hw.fw.dir, name);
Kalle Valo50d41232011-09-07 10:55:17 +0300905
906 ret = request_firmware(&fw, filename, ar->dev);
907 if (ret)
908 return ret;
909
910 data = fw->data;
911 len = fw->size;
912
913 /* magic also includes the null byte, check that as well */
914 magic_len = strlen(ATH6KL_FIRMWARE_MAGIC) + 1;
915
916 if (len < magic_len) {
917 ret = -EINVAL;
918 goto out;
919 }
920
921 if (memcmp(data, ATH6KL_FIRMWARE_MAGIC, magic_len) != 0) {
922 ret = -EINVAL;
923 goto out;
924 }
925
926 len -= magic_len;
927 data += magic_len;
928
929 /* loop elements */
930 while (len > sizeof(struct ath6kl_fw_ie)) {
931 /* hdr is unaligned! */
932 hdr = (struct ath6kl_fw_ie *) data;
933
934 ie_id = le32_to_cpup(&hdr->id);
935 ie_len = le32_to_cpup(&hdr->len);
936
937 len -= sizeof(*hdr);
938 data += sizeof(*hdr);
939
940 if (len < ie_len) {
941 ret = -EINVAL;
942 goto out;
943 }
944
945 switch (ie_id) {
Naveen Singhb5b6f6a2012-06-07 00:44:02 -0700946 case ATH6KL_FW_IE_FW_VERSION:
947 strlcpy(ar->wiphy->fw_version, data,
948 sizeof(ar->wiphy->fw_version));
949
950 ath6kl_dbg(ATH6KL_DBG_BOOT,
951 "found fw version %s\n",
952 ar->wiphy->fw_version);
953 break;
Kalle Valo50d41232011-09-07 10:55:17 +0300954 case ATH6KL_FW_IE_OTP_IMAGE:
Kalle Valoef548622011-10-01 09:43:09 +0300955 ath6kl_dbg(ATH6KL_DBG_BOOT, "found otp image ie (%zd B)\n",
Kalle Valo96f1fad2012-03-07 20:03:57 +0200956 ie_len);
Kalle Valo6bc36432011-09-27 14:31:11 +0300957
Kalle Valo50d41232011-09-07 10:55:17 +0300958 ar->fw_otp = kmemdup(data, ie_len, GFP_KERNEL);
959
960 if (ar->fw_otp == NULL) {
961 ret = -ENOMEM;
962 goto out;
963 }
964
965 ar->fw_otp_len = ie_len;
966 break;
967 case ATH6KL_FW_IE_FW_IMAGE:
Kalle Valoef548622011-10-01 09:43:09 +0300968 ath6kl_dbg(ATH6KL_DBG_BOOT, "found fw image ie (%zd B)\n",
Kalle Valo96f1fad2012-03-07 20:03:57 +0200969 ie_len);
Kalle Valo6bc36432011-09-27 14:31:11 +0300970
Kalle Valo5f1127f2012-01-24 13:50:16 +0200971 /* in testmode we already might have a fw file */
972 if (ar->fw != NULL)
973 break;
974
Vivek Natarajan84377542012-03-28 19:21:25 +0530975 ar->fw = vmalloc(ie_len);
Kalle Valo50d41232011-09-07 10:55:17 +0300976
977 if (ar->fw == NULL) {
978 ret = -ENOMEM;
979 goto out;
980 }
981
Vivek Natarajan84377542012-03-28 19:21:25 +0530982 memcpy(ar->fw, data, ie_len);
Kalle Valo50d41232011-09-07 10:55:17 +0300983 ar->fw_len = ie_len;
984 break;
985 case ATH6KL_FW_IE_PATCH_IMAGE:
Kalle Valoef548622011-10-01 09:43:09 +0300986 ath6kl_dbg(ATH6KL_DBG_BOOT, "found patch image ie (%zd B)\n",
Kalle Valo96f1fad2012-03-07 20:03:57 +0200987 ie_len);
Kalle Valo6bc36432011-09-27 14:31:11 +0300988
Kalle Valo50d41232011-09-07 10:55:17 +0300989 ar->fw_patch = kmemdup(data, ie_len, GFP_KERNEL);
990
991 if (ar->fw_patch == NULL) {
992 ret = -ENOMEM;
993 goto out;
994 }
995
996 ar->fw_patch_len = ie_len;
997 break;
Kalle Valo8a137482011-09-07 10:55:17 +0300998 case ATH6KL_FW_IE_RESERVED_RAM_SIZE:
999 val = (__le32 *) data;
1000 ar->hw.reserved_ram_size = le32_to_cpup(val);
Kalle Valo6bc36432011-09-27 14:31:11 +03001001
1002 ath6kl_dbg(ATH6KL_DBG_BOOT,
1003 "found reserved ram size ie 0x%d\n",
1004 ar->hw.reserved_ram_size);
Kalle Valo8a137482011-09-07 10:55:17 +03001005 break;
Kalle Valo97e04962011-09-12 13:47:34 +03001006 case ATH6KL_FW_IE_CAPABILITIES:
Kalle Valo6bc36432011-09-27 14:31:11 +03001007 ath6kl_dbg(ATH6KL_DBG_BOOT,
Kalle Valoef548622011-10-01 09:43:09 +03001008 "found firmware capabilities ie (%zd B)\n",
Kalle Valo6bc36432011-09-27 14:31:11 +03001009 ie_len);
1010
Kalle Valo97e04962011-09-12 13:47:34 +03001011 for (i = 0; i < ATH6KL_FW_CAPABILITY_MAX; i++) {
Kalle Valo277d90f2011-12-13 14:51:58 +02001012 index = i / 8;
Kalle Valo97e04962011-09-12 13:47:34 +03001013 bit = i % 8;
1014
Thomas Pedersenc85251f2012-06-11 13:36:12 -07001015 if (index == ie_len)
1016 break;
1017
Kalle Valo97e04962011-09-12 13:47:34 +03001018 if (data[index] & (1 << bit))
1019 __set_bit(i, ar->fw_capabilities);
1020 }
Kalle Valo6bc36432011-09-27 14:31:11 +03001021
1022 ath6kl_dbg_dump(ATH6KL_DBG_BOOT, "capabilities", "",
1023 ar->fw_capabilities,
1024 sizeof(ar->fw_capabilities));
Kalle Valo97e04962011-09-12 13:47:34 +03001025 break;
Kalle Valo1b4304d2011-09-27 11:05:26 +03001026 case ATH6KL_FW_IE_PATCH_ADDR:
1027 if (ie_len != sizeof(*val))
1028 break;
1029
1030 val = (__le32 *) data;
1031 ar->hw.dataset_patch_addr = le32_to_cpup(val);
Kalle Valo6bc36432011-09-27 14:31:11 +03001032
1033 ath6kl_dbg(ATH6KL_DBG_BOOT,
Kalle Valo03ef0252011-11-14 19:30:47 +02001034 "found patch address ie 0x%x\n",
Kalle Valo6bc36432011-09-27 14:31:11 +03001035 ar->hw.dataset_patch_addr);
Kalle Valo1b4304d2011-09-27 11:05:26 +03001036 break;
Kalle Valo03ef0252011-11-14 19:30:47 +02001037 case ATH6KL_FW_IE_BOARD_ADDR:
1038 if (ie_len != sizeof(*val))
1039 break;
1040
1041 val = (__le32 *) data;
1042 ar->hw.board_addr = le32_to_cpup(val);
1043
1044 ath6kl_dbg(ATH6KL_DBG_BOOT,
1045 "found board address ie 0x%x\n",
1046 ar->hw.board_addr);
1047 break;
Kalle Valo368b1b02011-11-14 19:31:38 +02001048 case ATH6KL_FW_IE_VIF_MAX:
1049 if (ie_len != sizeof(*val))
1050 break;
1051
1052 val = (__le32 *) data;
1053 ar->vif_max = min_t(unsigned int, le32_to_cpup(val),
1054 ATH6KL_VIF_MAX);
1055
Vasanthakumar Thiagarajanf1433792011-11-18 10:05:27 +05301056 if (ar->vif_max > 1 && !ar->p2p)
1057 ar->max_norm_iface = 2;
1058
Kalle Valo368b1b02011-11-14 19:31:38 +02001059 ath6kl_dbg(ATH6KL_DBG_BOOT,
1060 "found vif max ie %d\n", ar->vif_max);
1061 break;
Kalle Valo50d41232011-09-07 10:55:17 +03001062 default:
Kalle Valo6bc36432011-09-27 14:31:11 +03001063 ath6kl_dbg(ATH6KL_DBG_BOOT, "Unknown fw ie: %u\n",
Kalle Valo50d41232011-09-07 10:55:17 +03001064 le32_to_cpup(&hdr->id));
1065 break;
1066 }
1067
1068 len -= ie_len;
1069 data += ie_len;
1070 };
1071
1072 ret = 0;
1073out:
1074 release_firmware(fw);
1075
1076 return ret;
1077}
1078
Kalle Valo45eaa782012-01-17 20:09:05 +02001079int ath6kl_init_fetch_firmwares(struct ath6kl *ar)
Kalle Valo50d41232011-09-07 10:55:17 +03001080{
1081 int ret;
1082
1083 ret = ath6kl_fetch_board_file(ar);
1084 if (ret)
1085 return ret;
1086
Kalle Valo5f1127f2012-01-24 13:50:16 +02001087 ret = ath6kl_fetch_testmode_file(ar);
1088 if (ret)
1089 return ret;
1090
Kalle Valo65a8b4c2011-12-16 20:53:41 +02001091 ret = ath6kl_fetch_fw_apin(ar, ATH6KL_FW_API3_FILE);
Kalle Valo6bc36432011-09-27 14:31:11 +03001092 if (ret == 0) {
Kalle Valo65a8b4c2011-12-16 20:53:41 +02001093 ar->fw_api = 3;
1094 goto out;
1095 }
1096
1097 ret = ath6kl_fetch_fw_apin(ar, ATH6KL_FW_API2_FILE);
1098 if (ret == 0) {
1099 ar->fw_api = 2;
1100 goto out;
Kalle Valo6bc36432011-09-27 14:31:11 +03001101 }
Kalle Valo50d41232011-09-07 10:55:17 +03001102
1103 ret = ath6kl_fetch_fw_api1(ar);
1104 if (ret)
1105 return ret;
1106
Kalle Valo65a8b4c2011-12-16 20:53:41 +02001107 ar->fw_api = 1;
1108
1109out:
1110 ath6kl_dbg(ATH6KL_DBG_BOOT, "using fw api %d\n", ar->fw_api);
Kalle Valo6bc36432011-09-27 14:31:11 +03001111
Kalle Valo50d41232011-09-07 10:55:17 +03001112 return 0;
1113}
1114
Kalle Valobdcd8172011-07-18 00:22:30 +03001115static int ath6kl_upload_board_file(struct ath6kl *ar)
1116{
1117 u32 board_address, board_ext_address, param;
Kevin Fang31024d92011-07-11 17:14:13 +08001118 u32 board_data_size, board_ext_data_size;
Kalle Valobdcd8172011-07-18 00:22:30 +03001119 int ret;
1120
Kalle Valo772c31e2011-09-07 10:55:16 +03001121 if (WARN_ON(ar->fw_board == NULL))
1122 return -ENOENT;
Kalle Valobdcd8172011-07-18 00:22:30 +03001123
Kevin Fang31024d92011-07-11 17:14:13 +08001124 /*
1125 * Determine where in Target RAM to write Board Data.
1126 * For AR6004, host determine Target RAM address for
1127 * writing board data.
1128 */
Kalle Valo0d4d72b2011-11-14 19:30:39 +02001129 if (ar->hw.board_addr != 0) {
Kalle Valob0fc7c12012-03-12 13:22:54 +02001130 board_address = ar->hw.board_addr;
Kalle Valo24fc32b2012-03-07 20:03:58 +02001131 ath6kl_bmi_write_hi32(ar, hi_board_data,
Kalle Valob0fc7c12012-03-12 13:22:54 +02001132 board_address);
Kevin Fang31024d92011-07-11 17:14:13 +08001133 } else {
Kalle Valo80fb26862012-03-07 20:03:59 +02001134 ath6kl_bmi_read_hi32(ar, hi_board_data, &board_address);
Kevin Fang31024d92011-07-11 17:14:13 +08001135 }
1136
Kalle Valobdcd8172011-07-18 00:22:30 +03001137 /* determine where in target ram to write extended board data */
Kalle Valo80fb26862012-03-07 20:03:59 +02001138 ath6kl_bmi_read_hi32(ar, hi_board_ext_data, &board_ext_address);
Kalle Valobdcd8172011-07-18 00:22:30 +03001139
Kalle Valo50e27402011-11-11 12:18:06 +02001140 if (ar->target_type == TARGET_TYPE_AR6003 &&
1141 board_ext_address == 0) {
Kalle Valobdcd8172011-07-18 00:22:30 +03001142 ath6kl_err("Failed to get board file target address.\n");
1143 return -EINVAL;
1144 }
1145
Kevin Fang31024d92011-07-11 17:14:13 +08001146 switch (ar->target_type) {
1147 case TARGET_TYPE_AR6003:
1148 board_data_size = AR6003_BOARD_DATA_SZ;
1149 board_ext_data_size = AR6003_BOARD_EXT_DATA_SZ;
Prasanna Kumarfb1ac2e2012-02-07 14:58:54 -08001150 if (ar->fw_board_len > (board_data_size + board_ext_data_size))
1151 board_ext_data_size = AR6003_BOARD_EXT_DATA_SZ_V2;
Kevin Fang31024d92011-07-11 17:14:13 +08001152 break;
1153 case TARGET_TYPE_AR6004:
1154 board_data_size = AR6004_BOARD_DATA_SZ;
1155 board_ext_data_size = AR6004_BOARD_EXT_DATA_SZ;
1156 break;
1157 default:
1158 WARN_ON(1);
1159 return -EINVAL;
1160 break;
1161 }
1162
Kalle Valo50e27402011-11-11 12:18:06 +02001163 if (board_ext_address &&
1164 ar->fw_board_len == (board_data_size + board_ext_data_size)) {
Kevin Fang31024d92011-07-11 17:14:13 +08001165
Kalle Valobdcd8172011-07-18 00:22:30 +03001166 /* write extended board data */
Kalle Valo6bc36432011-09-27 14:31:11 +03001167 ath6kl_dbg(ATH6KL_DBG_BOOT,
1168 "writing extended board data to 0x%x (%d B)\n",
1169 board_ext_address, board_ext_data_size);
1170
Kalle Valobdcd8172011-07-18 00:22:30 +03001171 ret = ath6kl_bmi_write(ar, board_ext_address,
Kevin Fang31024d92011-07-11 17:14:13 +08001172 ar->fw_board + board_data_size,
1173 board_ext_data_size);
Kalle Valobdcd8172011-07-18 00:22:30 +03001174 if (ret) {
1175 ath6kl_err("Failed to write extended board data: %d\n",
1176 ret);
1177 return ret;
1178 }
1179
1180 /* record that extended board data is initialized */
Kevin Fang31024d92011-07-11 17:14:13 +08001181 param = (board_ext_data_size << 16) | 1;
1182
Kalle Valo24fc32b2012-03-07 20:03:58 +02001183 ath6kl_bmi_write_hi32(ar, hi_board_ext_data_config, param);
Kalle Valobdcd8172011-07-18 00:22:30 +03001184 }
1185
Kevin Fang31024d92011-07-11 17:14:13 +08001186 if (ar->fw_board_len < board_data_size) {
Kalle Valobdcd8172011-07-18 00:22:30 +03001187 ath6kl_err("Too small board file: %zu\n", ar->fw_board_len);
1188 ret = -EINVAL;
1189 return ret;
1190 }
1191
Kalle Valo6bc36432011-09-27 14:31:11 +03001192 ath6kl_dbg(ATH6KL_DBG_BOOT, "writing board file to 0x%x (%d B)\n",
1193 board_address, board_data_size);
1194
Kalle Valobdcd8172011-07-18 00:22:30 +03001195 ret = ath6kl_bmi_write(ar, board_address, ar->fw_board,
Kevin Fang31024d92011-07-11 17:14:13 +08001196 board_data_size);
Kalle Valobdcd8172011-07-18 00:22:30 +03001197
1198 if (ret) {
1199 ath6kl_err("Board file bmi write failed: %d\n", ret);
1200 return ret;
1201 }
1202
1203 /* record the fact that Board Data IS initialized */
Kalle Valo24fc32b2012-03-07 20:03:58 +02001204 ath6kl_bmi_write_hi32(ar, hi_board_data_initialized, 1);
Kalle Valobdcd8172011-07-18 00:22:30 +03001205
1206 return ret;
1207}
1208
1209static int ath6kl_upload_otp(struct ath6kl *ar)
1210{
Kalle Valobdcd8172011-07-18 00:22:30 +03001211 u32 address, param;
Kalle Valobef26a72011-10-12 09:58:28 +03001212 bool from_hw = false;
Kalle Valobdcd8172011-07-18 00:22:30 +03001213 int ret;
1214
Kalle Valo50e27402011-11-11 12:18:06 +02001215 if (ar->fw_otp == NULL)
1216 return 0;
Kalle Valobdcd8172011-07-18 00:22:30 +03001217
Kalle Valoa01ac412011-09-07 10:55:17 +03001218 address = ar->hw.app_load_addr;
Kalle Valobdcd8172011-07-18 00:22:30 +03001219
Kalle Valoef548622011-10-01 09:43:09 +03001220 ath6kl_dbg(ATH6KL_DBG_BOOT, "writing otp to 0x%x (%zd B)\n", address,
Kalle Valo6bc36432011-09-27 14:31:11 +03001221 ar->fw_otp_len);
1222
Kalle Valobdcd8172011-07-18 00:22:30 +03001223 ret = ath6kl_bmi_fast_download(ar, address, ar->fw_otp,
1224 ar->fw_otp_len);
1225 if (ret) {
1226 ath6kl_err("Failed to upload OTP file: %d\n", ret);
1227 return ret;
1228 }
1229
Kalle Valo639d0b82011-09-12 12:48:09 +03001230 /* read firmware start address */
Kalle Valo80fb26862012-03-07 20:03:59 +02001231 ret = ath6kl_bmi_read_hi32(ar, hi_app_start, &address);
Kalle Valo639d0b82011-09-12 12:48:09 +03001232
1233 if (ret) {
1234 ath6kl_err("Failed to read hi_app_start: %d\n", ret);
1235 return ret;
1236 }
1237
Kalle Valobef26a72011-10-12 09:58:28 +03001238 if (ar->hw.app_start_override_addr == 0) {
1239 ar->hw.app_start_override_addr = address;
1240 from_hw = true;
1241 }
Kalle Valo639d0b82011-09-12 12:48:09 +03001242
Kalle Valobef26a72011-10-12 09:58:28 +03001243 ath6kl_dbg(ATH6KL_DBG_BOOT, "app_start_override_addr%s 0x%x\n",
1244 from_hw ? " (from hw)" : "",
Kalle Valo6bc36432011-09-27 14:31:11 +03001245 ar->hw.app_start_override_addr);
1246
Kalle Valobdcd8172011-07-18 00:22:30 +03001247 /* execute the OTP code */
Kalle Valobef26a72011-10-12 09:58:28 +03001248 ath6kl_dbg(ATH6KL_DBG_BOOT, "executing OTP at 0x%x\n",
1249 ar->hw.app_start_override_addr);
Kalle Valobdcd8172011-07-18 00:22:30 +03001250 param = 0;
Kalle Valobef26a72011-10-12 09:58:28 +03001251 ath6kl_bmi_execute(ar, ar->hw.app_start_override_addr, &param);
Kalle Valobdcd8172011-07-18 00:22:30 +03001252
1253 return ret;
1254}
1255
1256static int ath6kl_upload_firmware(struct ath6kl *ar)
1257{
Kalle Valobdcd8172011-07-18 00:22:30 +03001258 u32 address;
1259 int ret;
1260
Kalle Valo772c31e2011-09-07 10:55:16 +03001261 if (WARN_ON(ar->fw == NULL))
Kalle Valo50e27402011-11-11 12:18:06 +02001262 return 0;
Kalle Valobdcd8172011-07-18 00:22:30 +03001263
Kalle Valoa01ac412011-09-07 10:55:17 +03001264 address = ar->hw.app_load_addr;
Kalle Valobdcd8172011-07-18 00:22:30 +03001265
Kalle Valoef548622011-10-01 09:43:09 +03001266 ath6kl_dbg(ATH6KL_DBG_BOOT, "writing firmware to 0x%x (%zd B)\n",
Kalle Valo6bc36432011-09-27 14:31:11 +03001267 address, ar->fw_len);
1268
Kalle Valobdcd8172011-07-18 00:22:30 +03001269 ret = ath6kl_bmi_fast_download(ar, address, ar->fw, ar->fw_len);
1270
1271 if (ret) {
1272 ath6kl_err("Failed to write firmware: %d\n", ret);
1273 return ret;
1274 }
1275
Kevin Fang31024d92011-07-11 17:14:13 +08001276 /*
1277 * Set starting address for firmware
1278 * Don't need to setup app_start override addr on AR6004
1279 */
1280 if (ar->target_type != TARGET_TYPE_AR6004) {
Kalle Valoa01ac412011-09-07 10:55:17 +03001281 address = ar->hw.app_start_override_addr;
Kevin Fang31024d92011-07-11 17:14:13 +08001282 ath6kl_bmi_set_app_start(ar, address);
1283 }
Kalle Valobdcd8172011-07-18 00:22:30 +03001284 return ret;
1285}
1286
1287static int ath6kl_upload_patch(struct ath6kl *ar)
1288{
Kalle Valo24fc32b2012-03-07 20:03:58 +02001289 u32 address;
Kalle Valobdcd8172011-07-18 00:22:30 +03001290 int ret;
1291
Kalle Valo50e27402011-11-11 12:18:06 +02001292 if (ar->fw_patch == NULL)
1293 return 0;
Kalle Valobdcd8172011-07-18 00:22:30 +03001294
Kalle Valoa01ac412011-09-07 10:55:17 +03001295 address = ar->hw.dataset_patch_addr;
Kalle Valobdcd8172011-07-18 00:22:30 +03001296
Kalle Valoef548622011-10-01 09:43:09 +03001297 ath6kl_dbg(ATH6KL_DBG_BOOT, "writing patch to 0x%x (%zd B)\n",
Kalle Valo6bc36432011-09-27 14:31:11 +03001298 address, ar->fw_patch_len);
1299
Kalle Valobdcd8172011-07-18 00:22:30 +03001300 ret = ath6kl_bmi_write(ar, address, ar->fw_patch, ar->fw_patch_len);
1301 if (ret) {
1302 ath6kl_err("Failed to write patch file: %d\n", ret);
1303 return ret;
1304 }
1305
Kalle Valo24fc32b2012-03-07 20:03:58 +02001306 ath6kl_bmi_write_hi32(ar, hi_dset_list_head, address);
Kalle Valobdcd8172011-07-18 00:22:30 +03001307
1308 return 0;
1309}
1310
Alex Yangcd23c1c2012-01-17 15:32:29 +02001311static int ath6kl_upload_testscript(struct ath6kl *ar)
1312{
Kalle Valo24fc32b2012-03-07 20:03:58 +02001313 u32 address;
Alex Yangcd23c1c2012-01-17 15:32:29 +02001314 int ret;
1315
Kalle Valo5f1127f2012-01-24 13:50:16 +02001316 if (ar->testmode != 2)
Alex Yangcd23c1c2012-01-17 15:32:29 +02001317 return 0;
1318
1319 if (ar->fw_testscript == NULL)
1320 return 0;
1321
1322 address = ar->hw.testscript_addr;
1323
1324 ath6kl_dbg(ATH6KL_DBG_BOOT, "writing testscript to 0x%x (%zd B)\n",
Kalle Valo96f1fad2012-03-07 20:03:57 +02001325 address, ar->fw_testscript_len);
Alex Yangcd23c1c2012-01-17 15:32:29 +02001326
1327 ret = ath6kl_bmi_write(ar, address, ar->fw_testscript,
1328 ar->fw_testscript_len);
1329 if (ret) {
1330 ath6kl_err("Failed to write testscript file: %d\n", ret);
1331 return ret;
1332 }
1333
Kalle Valo24fc32b2012-03-07 20:03:58 +02001334 ath6kl_bmi_write_hi32(ar, hi_ota_testscript, address);
1335 ath6kl_bmi_write_hi32(ar, hi_end_ram_reserve_sz, 4096);
1336 ath6kl_bmi_write_hi32(ar, hi_test_apps_related, 1);
Alex Yangcd23c1c2012-01-17 15:32:29 +02001337
1338 return 0;
1339}
1340
Kalle Valobdcd8172011-07-18 00:22:30 +03001341static int ath6kl_init_upload(struct ath6kl *ar)
1342{
1343 u32 param, options, sleep, address;
1344 int status = 0;
1345
Kevin Fang31024d92011-07-11 17:14:13 +08001346 if (ar->target_type != TARGET_TYPE_AR6003 &&
Kalle Valo96f1fad2012-03-07 20:03:57 +02001347 ar->target_type != TARGET_TYPE_AR6004)
Kalle Valobdcd8172011-07-18 00:22:30 +03001348 return -EINVAL;
1349
1350 /* temporarily disable system sleep */
1351 address = MBOX_BASE_ADDRESS + LOCAL_SCRATCH_ADDRESS;
1352 status = ath6kl_bmi_reg_read(ar, address, &param);
1353 if (status)
1354 return status;
1355
1356 options = param;
1357
1358 param |= ATH6KL_OPTION_SLEEP_DISABLE;
1359 status = ath6kl_bmi_reg_write(ar, address, param);
1360 if (status)
1361 return status;
1362
1363 address = RTC_BASE_ADDRESS + SYSTEM_SLEEP_ADDRESS;
1364 status = ath6kl_bmi_reg_read(ar, address, &param);
1365 if (status)
1366 return status;
1367
1368 sleep = param;
1369
1370 param |= SM(SYSTEM_SLEEP_DISABLE, 1);
1371 status = ath6kl_bmi_reg_write(ar, address, param);
1372 if (status)
1373 return status;
1374
1375 ath6kl_dbg(ATH6KL_DBG_TRC, "old options: %d, old sleep: %d\n",
1376 options, sleep);
1377
1378 /* program analog PLL register */
Kevin Fang31024d92011-07-11 17:14:13 +08001379 /* no need to control 40/44MHz clock on AR6004 */
1380 if (ar->target_type != TARGET_TYPE_AR6004) {
1381 status = ath6kl_bmi_reg_write(ar, ATH6KL_ANALOG_PLL_REGISTER,
1382 0xF9104001);
Kalle Valobdcd8172011-07-18 00:22:30 +03001383
Kevin Fang31024d92011-07-11 17:14:13 +08001384 if (status)
1385 return status;
Kalle Valobdcd8172011-07-18 00:22:30 +03001386
Kevin Fang31024d92011-07-11 17:14:13 +08001387 /* Run at 80/88MHz by default */
1388 param = SM(CPU_CLOCK_STANDARD, 1);
1389
1390 address = RTC_BASE_ADDRESS + CPU_CLOCK_ADDRESS;
1391 status = ath6kl_bmi_reg_write(ar, address, param);
1392 if (status)
1393 return status;
1394 }
Kalle Valobdcd8172011-07-18 00:22:30 +03001395
1396 param = 0;
1397 address = RTC_BASE_ADDRESS + LPO_CAL_ADDRESS;
1398 param = SM(LPO_CAL_ENABLE, 1);
1399 status = ath6kl_bmi_reg_write(ar, address, param);
1400 if (status)
1401 return status;
1402
1403 /* WAR to avoid SDIO CRC err */
Raja Mani4480bb52012-02-22 12:03:51 +05301404 if (ar->version.target_ver == AR6003_HW_2_0_VERSION ||
1405 ar->version.target_ver == AR6003_HW_2_1_1_VERSION) {
Kalle Valobdcd8172011-07-18 00:22:30 +03001406 ath6kl_err("temporary war to avoid sdio crc error\n");
1407
Vasanthakumar Thiagarajanfa338be2012-05-22 12:52:48 +05301408 param = 0x28;
1409 address = GPIO_BASE_ADDRESS + GPIO_PIN9_ADDRESS;
1410 status = ath6kl_bmi_reg_write(ar, address, param);
1411 if (status)
1412 return status;
1413
Kalle Valobdcd8172011-07-18 00:22:30 +03001414 param = 0x20;
1415
1416 address = GPIO_BASE_ADDRESS + GPIO_PIN10_ADDRESS;
1417 status = ath6kl_bmi_reg_write(ar, address, param);
1418 if (status)
1419 return status;
1420
1421 address = GPIO_BASE_ADDRESS + GPIO_PIN11_ADDRESS;
1422 status = ath6kl_bmi_reg_write(ar, address, param);
1423 if (status)
1424 return status;
1425
1426 address = GPIO_BASE_ADDRESS + GPIO_PIN12_ADDRESS;
1427 status = ath6kl_bmi_reg_write(ar, address, param);
1428 if (status)
1429 return status;
1430
1431 address = GPIO_BASE_ADDRESS + GPIO_PIN13_ADDRESS;
1432 status = ath6kl_bmi_reg_write(ar, address, param);
1433 if (status)
1434 return status;
1435 }
1436
1437 /* write EEPROM data to Target RAM */
1438 status = ath6kl_upload_board_file(ar);
1439 if (status)
1440 return status;
1441
1442 /* transfer One time Programmable data */
1443 status = ath6kl_upload_otp(ar);
1444 if (status)
1445 return status;
1446
1447 /* Download Target firmware */
1448 status = ath6kl_upload_firmware(ar);
1449 if (status)
1450 return status;
1451
1452 status = ath6kl_upload_patch(ar);
1453 if (status)
1454 return status;
1455
Alex Yangcd23c1c2012-01-17 15:32:29 +02001456 /* Download the test script */
1457 status = ath6kl_upload_testscript(ar);
1458 if (status)
1459 return status;
1460
Kalle Valobdcd8172011-07-18 00:22:30 +03001461 /* Restore system sleep */
1462 address = RTC_BASE_ADDRESS + SYSTEM_SLEEP_ADDRESS;
1463 status = ath6kl_bmi_reg_write(ar, address, sleep);
1464 if (status)
1465 return status;
1466
1467 address = MBOX_BASE_ADDRESS + LOCAL_SCRATCH_ADDRESS;
1468 param = options | 0x20;
1469 status = ath6kl_bmi_reg_write(ar, address, param);
1470 if (status)
1471 return status;
1472
Kalle Valobdcd8172011-07-18 00:22:30 +03001473 return status;
1474}
1475
Kalle Valo45eaa782012-01-17 20:09:05 +02001476int ath6kl_init_hw_params(struct ath6kl *ar)
Kalle Valoa01ac412011-09-07 10:55:17 +03001477{
Kalle Valo1b46dc042012-01-31 21:26:22 +02001478 const struct ath6kl_hw *uninitialized_var(hw);
Kalle Valo856f4b312011-11-14 19:30:29 +02001479 int i;
Kalle Valobef26a72011-10-12 09:58:28 +03001480
Kalle Valo856f4b312011-11-14 19:30:29 +02001481 for (i = 0; i < ARRAY_SIZE(hw_list); i++) {
1482 hw = &hw_list[i];
Kalle Valobef26a72011-10-12 09:58:28 +03001483
Kalle Valo856f4b312011-11-14 19:30:29 +02001484 if (hw->id == ar->version.target_ver)
1485 break;
1486 }
1487
1488 if (i == ARRAY_SIZE(hw_list)) {
Kalle Valoa01ac412011-09-07 10:55:17 +03001489 ath6kl_err("Unsupported hardware version: 0x%x\n",
1490 ar->version.target_ver);
1491 return -EINVAL;
1492 }
1493
Kalle Valo856f4b312011-11-14 19:30:29 +02001494 ar->hw = *hw;
1495
Kalle Valo6bc36432011-09-27 14:31:11 +03001496 ath6kl_dbg(ATH6KL_DBG_BOOT,
1497 "target_ver 0x%x target_type 0x%x dataset_patch 0x%x app_load_addr 0x%x\n",
1498 ar->version.target_ver, ar->target_type,
1499 ar->hw.dataset_patch_addr, ar->hw.app_load_addr);
1500 ath6kl_dbg(ATH6KL_DBG_BOOT,
1501 "app_start_override_addr 0x%x board_ext_data_addr 0x%x reserved_ram_size 0x%x",
1502 ar->hw.app_start_override_addr, ar->hw.board_ext_data_addr,
1503 ar->hw.reserved_ram_size);
Ryan Hsu39586bf2011-12-13 17:11:07 +08001504 ath6kl_dbg(ATH6KL_DBG_BOOT,
1505 "refclk_hz %d uarttx_pin %d",
1506 ar->hw.refclk_hz, ar->hw.uarttx_pin);
Kalle Valo6bc36432011-09-27 14:31:11 +03001507
Kalle Valoa01ac412011-09-07 10:55:17 +03001508 return 0;
1509}
1510
Kalle Valo293badf2011-11-14 19:30:54 +02001511static const char *ath6kl_init_get_hif_name(enum ath6kl_hif_type type)
1512{
1513 switch (type) {
1514 case ATH6KL_HIF_TYPE_SDIO:
1515 return "sdio";
1516 case ATH6KL_HIF_TYPE_USB:
1517 return "usb";
1518 }
1519
1520 return NULL;
1521}
1522
Kalle Valo5fe4dff2011-10-30 21:16:15 +02001523int ath6kl_init_hw_start(struct ath6kl *ar)
Kalle Valo20459ee2011-10-27 18:48:37 +03001524{
1525 long timeleft;
1526 int ret, i;
1527
Kalle Valo5fe4dff2011-10-30 21:16:15 +02001528 ath6kl_dbg(ATH6KL_DBG_BOOT, "hw start\n");
1529
Kalle Valo20459ee2011-10-27 18:48:37 +03001530 ret = ath6kl_hif_power_on(ar);
1531 if (ret)
1532 return ret;
1533
1534 ret = ath6kl_configure_target(ar);
1535 if (ret)
1536 goto err_power_off;
1537
1538 ret = ath6kl_init_upload(ar);
1539 if (ret)
1540 goto err_power_off;
1541
1542 /* Do we need to finish the BMI phase */
1543 /* FIXME: return error from ath6kl_bmi_done() */
1544 if (ath6kl_bmi_done(ar)) {
1545 ret = -EIO;
1546 goto err_power_off;
1547 }
1548
1549 /*
1550 * The reason we have to wait for the target here is that the
1551 * driver layer has to init BMI in order to set the host block
1552 * size.
1553 */
1554 if (ath6kl_htc_wait_target(ar->htc_target)) {
1555 ret = -EIO;
1556 goto err_power_off;
1557 }
1558
1559 if (ath6kl_init_service_ep(ar)) {
1560 ret = -EIO;
1561 goto err_cleanup_scatter;
1562 }
1563
1564 /* setup credit distribution */
Kalle Valoe76ac2bf2012-03-25 17:15:27 +03001565 ath6kl_htc_credit_setup(ar->htc_target, &ar->credit_state_info);
Kalle Valo20459ee2011-10-27 18:48:37 +03001566
1567 /* start HTC */
1568 ret = ath6kl_htc_start(ar->htc_target);
1569 if (ret) {
1570 /* FIXME: call this */
1571 ath6kl_cookie_cleanup(ar);
1572 goto err_cleanup_scatter;
1573 }
1574
1575 /* Wait for Wmi event to be ready */
1576 timeleft = wait_event_interruptible_timeout(ar->event_wq,
1577 test_bit(WMI_READY,
1578 &ar->flag),
1579 WMI_TIMEOUT);
1580
1581 ath6kl_dbg(ATH6KL_DBG_BOOT, "firmware booted\n");
1582
Kalle Valo293badf2011-11-14 19:30:54 +02001583
1584 if (test_and_clear_bit(FIRST_BOOT, &ar->flag)) {
Kalle Valo65a8b4c2011-12-16 20:53:41 +02001585 ath6kl_info("%s %s fw %s api %d%s\n",
Kalle Valo293badf2011-11-14 19:30:54 +02001586 ar->hw.name,
1587 ath6kl_init_get_hif_name(ar->hif_type),
1588 ar->wiphy->fw_version,
Kalle Valo65a8b4c2011-12-16 20:53:41 +02001589 ar->fw_api,
Kalle Valo293badf2011-11-14 19:30:54 +02001590 test_bit(TESTMODE, &ar->flag) ? " testmode" : "");
1591 }
1592
Kalle Valo20459ee2011-10-27 18:48:37 +03001593 if (ar->version.abi_ver != ATH6KL_ABI_VERSION) {
1594 ath6kl_err("abi version mismatch: host(0x%x), target(0x%x)\n",
1595 ATH6KL_ABI_VERSION, ar->version.abi_ver);
1596 ret = -EIO;
1597 goto err_htc_stop;
1598 }
1599
1600 if (!timeleft || signal_pending(current)) {
1601 ath6kl_err("wmi is not ready or wait was interrupted\n");
1602 ret = -EIO;
1603 goto err_htc_stop;
1604 }
1605
1606 ath6kl_dbg(ATH6KL_DBG_TRC, "%s: wmi is ready\n", __func__);
1607
1608 /* communicate the wmi protocol verision to the target */
1609 /* FIXME: return error */
1610 if ((ath6kl_set_host_app_area(ar)) != 0)
1611 ath6kl_err("unable to set the host app area\n");
1612
Kalle Valo71f96ee2011-11-14 19:31:30 +02001613 for (i = 0; i < ar->vif_max; i++) {
Kalle Valo20459ee2011-10-27 18:48:37 +03001614 ret = ath6kl_target_config_wlan_params(ar, i);
1615 if (ret)
1616 goto err_htc_stop;
1617 }
1618
Kalle Valo76a9fbe2011-11-01 08:44:28 +02001619 ar->state = ATH6KL_STATE_ON;
1620
Kalle Valo20459ee2011-10-27 18:48:37 +03001621 return 0;
1622
1623err_htc_stop:
1624 ath6kl_htc_stop(ar->htc_target);
1625err_cleanup_scatter:
1626 ath6kl_hif_cleanup_scatter(ar);
1627err_power_off:
1628 ath6kl_hif_power_off(ar);
1629
1630 return ret;
1631}
1632
Kalle Valo5fe4dff2011-10-30 21:16:15 +02001633int ath6kl_init_hw_stop(struct ath6kl *ar)
1634{
1635 int ret;
1636
1637 ath6kl_dbg(ATH6KL_DBG_BOOT, "hw stop\n");
1638
1639 ath6kl_htc_stop(ar->htc_target);
1640
1641 ath6kl_hif_stop(ar);
1642
1643 ath6kl_bmi_reset(ar);
1644
1645 ret = ath6kl_hif_power_off(ar);
1646 if (ret)
1647 ath6kl_warn("failed to power off hif: %d\n", ret);
1648
Kalle Valo76a9fbe2011-11-01 08:44:28 +02001649 ar->state = ATH6KL_STATE_OFF;
1650
Kalle Valo5fe4dff2011-10-30 21:16:15 +02001651 return 0;
1652}
1653
Kalle Valoc25889e2012-01-17 20:08:27 +02001654/* FIXME: move this to cfg80211.c and rename to ath6kl_cfg80211_vif_stop() */
Vasanthakumar Thiagarajan55055972011-10-25 19:34:23 +05301655void ath6kl_cleanup_vif(struct ath6kl_vif *vif, bool wmi_ready)
Vasanthakumar Thiagarajan6db8fa52011-10-25 19:34:16 +05301656{
1657 static u8 bcast_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
1658 bool discon_issued;
1659
1660 netif_stop_queue(vif->ndev);
1661
1662 clear_bit(WLAN_ENABLED, &vif->flags);
1663
1664 if (wmi_ready) {
1665 discon_issued = test_bit(CONNECTED, &vif->flags) ||
1666 test_bit(CONNECT_PEND, &vif->flags);
1667 ath6kl_disconnect(vif);
1668 del_timer(&vif->disconnect_timer);
1669
1670 if (discon_issued)
1671 ath6kl_disconnect_event(vif, DISCONNECT_CMD,
1672 (vif->nw_type & AP_NETWORK) ?
1673 bcast_mac : vif->bssid,
1674 0, NULL, 0);
1675 }
1676
1677 if (vif->scan_req) {
1678 cfg80211_scan_done(vif->scan_req, true);
1679 vif->scan_req = NULL;
1680 }
Thomas Pedersenc422d52d2012-05-15 00:09:23 -07001681
1682 /* need to clean up enhanced bmiss detection fw state */
1683 ath6kl_cfg80211_sta_bmiss_enhance(vif, false);
Vasanthakumar Thiagarajan6db8fa52011-10-25 19:34:16 +05301684}
1685
Kalle Valobdcd8172011-07-18 00:22:30 +03001686void ath6kl_stop_txrx(struct ath6kl *ar)
1687{
Vasanthakumar Thiagarajan990bd912011-10-25 19:34:20 +05301688 struct ath6kl_vif *vif, *tmp_vif;
Vasanthakumar Thiagarajan1d2a4452012-01-21 15:22:53 +05301689 int i;
Kalle Valobdcd8172011-07-18 00:22:30 +03001690
1691 set_bit(DESTROY_IN_PROGRESS, &ar->flag);
1692
1693 if (down_interruptible(&ar->sem)) {
1694 ath6kl_err("down_interruptible failed\n");
1695 return;
1696 }
1697
Vasanthakumar Thiagarajan1d2a4452012-01-21 15:22:53 +05301698 for (i = 0; i < AP_MAX_NUM_STA; i++)
1699 aggr_reset_state(ar->sta_list[i].aggr_conn);
1700
Vasanthakumar Thiagarajan11f6e402011-11-01 16:38:50 +05301701 spin_lock_bh(&ar->list_lock);
Vasanthakumar Thiagarajan990bd912011-10-25 19:34:20 +05301702 list_for_each_entry_safe(vif, tmp_vif, &ar->vif_list, list) {
1703 list_del(&vif->list);
Vasanthakumar Thiagarajan11f6e402011-11-01 16:38:50 +05301704 spin_unlock_bh(&ar->list_lock);
Vasanthakumar Thiagarajan990bd912011-10-25 19:34:20 +05301705 ath6kl_cleanup_vif(vif, test_bit(WMI_READY, &ar->flag));
Vasanthakumar Thiagarajan27929722011-10-25 19:34:21 +05301706 rtnl_lock();
Kalle Valoc25889e2012-01-17 20:08:27 +02001707 ath6kl_cfg80211_vif_cleanup(vif);
Vasanthakumar Thiagarajan27929722011-10-25 19:34:21 +05301708 rtnl_unlock();
Vasanthakumar Thiagarajan11f6e402011-11-01 16:38:50 +05301709 spin_lock_bh(&ar->list_lock);
Vasanthakumar Thiagarajan990bd912011-10-25 19:34:20 +05301710 }
Vasanthakumar Thiagarajan11f6e402011-11-01 16:38:50 +05301711 spin_unlock_bh(&ar->list_lock);
Kalle Valobdcd8172011-07-18 00:22:30 +03001712
Vasanthakumar Thiagarajan6db8fa52011-10-25 19:34:16 +05301713 clear_bit(WMI_READY, &ar->flag);
Kalle Valobdcd8172011-07-18 00:22:30 +03001714
Vasanthakumar Thiagarajan6db8fa52011-10-25 19:34:16 +05301715 /*
1716 * After wmi_shudown all WMI events will be dropped. We
1717 * need to cleanup the buffers allocated in AP mode and
1718 * give disconnect notification to stack, which usually
1719 * happens in the disconnect_event. Simulate the disconnect
1720 * event by calling the function directly. Sometimes
1721 * disconnect_event will be received when the debug logs
1722 * are collected.
1723 */
1724 ath6kl_wmi_shutdown(ar->wmi);
Kalle Valobdcd8172011-07-18 00:22:30 +03001725
Vasanthakumar Thiagarajan6db8fa52011-10-25 19:34:16 +05301726 clear_bit(WMI_ENABLED, &ar->flag);
1727 if (ar->htc_target) {
1728 ath6kl_dbg(ATH6KL_DBG_TRC, "%s: shut down htc\n", __func__);
1729 ath6kl_htc_stop(ar->htc_target);
Kalle Valobdcd8172011-07-18 00:22:30 +03001730 }
1731
Vasanthakumar Thiagarajan6db8fa52011-10-25 19:34:16 +05301732 /*
1733 * Try to reset the device if we can. The driver may have been
1734 * configure NOT to reset the target during a debug session.
1735 */
1736 ath6kl_dbg(ATH6KL_DBG_TRC,
Kalle Valo96f1fad2012-03-07 20:03:57 +02001737 "attempting to reset target on instance destroy\n");
Vasanthakumar Thiagarajan6db8fa52011-10-25 19:34:16 +05301738 ath6kl_reset_device(ar, ar->target_type, true, true);
Kalle Valobdcd8172011-07-18 00:22:30 +03001739
Vasanthakumar Thiagarajan6db8fa52011-10-25 19:34:16 +05301740 clear_bit(WLAN_ENABLED, &ar->flag);
Vasanthakumar Thiagarajane8ad9a02012-02-14 20:32:59 +05301741
1742 up(&ar->sem);
Kalle Valobdcd8172011-07-18 00:22:30 +03001743}
Kalle Valod6a434d2012-01-17 20:09:36 +02001744EXPORT_SYMBOL(ath6kl_stop_txrx);