ath6kl: handle firmware names more dynamically
[deliverable/linux.git] / drivers / net / wireless / ath / ath6kl / init.c
CommitLineData
bdcd8170
KV
1
2/*
3 * Copyright (c) 2011 Atheros Communications Inc.
4 *
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */
17
c6efe578 18#include <linux/moduleparam.h>
f7830202 19#include <linux/errno.h>
92ecbff4 20#include <linux/of.h>
bdcd8170
KV
21#include <linux/mmc/sdio_func.h>
22#include "core.h"
23#include "cfg80211.h"
24#include "target.h"
25#include "debug.h"
26#include "hif-ops.h"
27
28unsigned int debug_mask;
003353b0 29static unsigned int testmode;
8277de15 30static bool suspend_cutpower;
bdcd8170
KV
31
32module_param(debug_mask, uint, 0644);
003353b0 33module_param(testmode, uint, 0644);
8277de15 34module_param(suspend_cutpower, bool, 0444);
bdcd8170 35
856f4b31
KV
36static const struct ath6kl_hw hw_list[] = {
37 {
0d0192ba 38 .id = AR6003_HW_2_0_VERSION,
293badf4 39 .name = "ar6003 hw 2.0",
856f4b31
KV
40 .dataset_patch_addr = 0x57e884,
41 .app_load_addr = 0x543180,
42 .board_ext_data_addr = 0x57e500,
43 .reserved_ram_size = 6912,
39586bf2
RH
44 .refclk_hz = 26000000,
45 .uarttx_pin = 8,
856f4b31
KV
46
47 /* hw2.0 needs override address hardcoded */
48 .app_start_override_addr = 0x944C00,
d1a9421d 49
c0038972
KV
50 .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,
56 .api2 = ATH6KL_FW_API2_FILE,
57 },
58
d1a9421d
KV
59 .fw_board = AR6003_HW_2_0_BOARD_DATA_FILE,
60 .fw_default_board = AR6003_HW_2_0_DEFAULT_BOARD_DATA_FILE,
856f4b31
KV
61 },
62 {
0d0192ba 63 .id = AR6003_HW_2_1_1_VERSION,
293badf4 64 .name = "ar6003 hw 2.1.1",
856f4b31
KV
65 .dataset_patch_addr = 0x57ff74,
66 .app_load_addr = 0x1234,
67 .board_ext_data_addr = 0x542330,
68 .reserved_ram_size = 512,
39586bf2
RH
69 .refclk_hz = 26000000,
70 .uarttx_pin = 8,
d1a9421d 71
c0038972
KV
72 .fw = {
73 .dir = AR6003_HW_2_1_1_FW_DIR,
74 .otp = AR6003_HW_2_1_1_OTP_FILE,
75 .fw = AR6003_HW_2_1_1_FIRMWARE_FILE,
76 .tcmd = AR6003_HW_2_1_1_TCMD_FIRMWARE_FILE,
77 .patch = AR6003_HW_2_1_1_PATCH_FILE,
78 .api2 = ATH6KL_FW_API2_FILE,
79 },
80
d1a9421d
KV
81 .fw_board = AR6003_HW_2_1_1_BOARD_DATA_FILE,
82 .fw_default_board = AR6003_HW_2_1_1_DEFAULT_BOARD_DATA_FILE,
856f4b31
KV
83 },
84 {
0d0192ba 85 .id = AR6004_HW_1_0_VERSION,
293badf4 86 .name = "ar6004 hw 1.0",
856f4b31
KV
87 .dataset_patch_addr = 0x57e884,
88 .app_load_addr = 0x1234,
89 .board_ext_data_addr = 0x437000,
90 .reserved_ram_size = 19456,
0d4d72bf 91 .board_addr = 0x433900,
39586bf2
RH
92 .refclk_hz = 26000000,
93 .uarttx_pin = 11,
d1a9421d 94
c0038972
KV
95 .fw = {
96 .dir = AR6004_HW_1_0_FW_DIR,
97 .fw = AR6004_HW_1_0_FIRMWARE_FILE,
98 .api2 = ATH6KL_FW_API2_FILE,
99 },
100
d1a9421d
KV
101 .fw_board = AR6004_HW_1_0_BOARD_DATA_FILE,
102 .fw_default_board = AR6004_HW_1_0_DEFAULT_BOARD_DATA_FILE,
856f4b31
KV
103 },
104 {
0d0192ba 105 .id = AR6004_HW_1_1_VERSION,
293badf4 106 .name = "ar6004 hw 1.1",
856f4b31
KV
107 .dataset_patch_addr = 0x57e884,
108 .app_load_addr = 0x1234,
109 .board_ext_data_addr = 0x437000,
110 .reserved_ram_size = 11264,
0d4d72bf 111 .board_addr = 0x43d400,
39586bf2
RH
112 .refclk_hz = 40000000,
113 .uarttx_pin = 11,
d1a9421d 114
c0038972
KV
115 .fw = {
116 .dir = AR6004_HW_1_1_FW_DIR,
117 .fw = AR6004_HW_1_1_FIRMWARE_FILE,
118 .api2 = ATH6KL_FW_API2_FILE,
119 },
120
d1a9421d
KV
121 .fw_board = AR6004_HW_1_1_BOARD_DATA_FILE,
122 .fw_default_board = AR6004_HW_1_1_DEFAULT_BOARD_DATA_FILE,
856f4b31
KV
123 },
124};
125
bdcd8170
KV
126/*
127 * Include definitions here that can be used to tune the WLAN module
128 * behavior. Different customers can tune the behavior as per their needs,
129 * here.
130 */
131
132/*
133 * This configuration item enable/disable keepalive support.
134 * Keepalive support: In the absence of any data traffic to AP, null
135 * frames will be sent to the AP at periodic interval, to keep the association
136 * active. This configuration item defines the periodic interval.
137 * Use value of zero to disable keepalive support
138 * Default: 60 seconds
139 */
140#define WLAN_CONFIG_KEEP_ALIVE_INTERVAL 60
141
142/*
143 * This configuration item sets the value of disconnect timeout
144 * Firmware delays sending the disconnec event to the host for this
145 * timeout after is gets disconnected from the current AP.
146 * If the firmware successly roams within the disconnect timeout
147 * it sends a new connect event
148 */
149#define WLAN_CONFIG_DISCONNECT_TIMEOUT 10
150
bdcd8170 151
bdcd8170
KV
152#define ATH6KL_DATA_OFFSET 64
153struct sk_buff *ath6kl_buf_alloc(int size)
154{
155 struct sk_buff *skb;
156 u16 reserved;
157
158 /* Add chacheline space at front and back of buffer */
159 reserved = (2 * L1_CACHE_BYTES) + ATH6KL_DATA_OFFSET +
1df94a85 160 sizeof(struct htc_packet) + ATH6KL_HTC_ALIGN_BYTES;
bdcd8170
KV
161 skb = dev_alloc_skb(size + reserved);
162
163 if (skb)
164 skb_reserve(skb, reserved - L1_CACHE_BYTES);
165 return skb;
166}
167
e29f25f5 168void ath6kl_init_profile_info(struct ath6kl_vif *vif)
bdcd8170 169{
3450334f
VT
170 vif->ssid_len = 0;
171 memset(vif->ssid, 0, sizeof(vif->ssid));
172
173 vif->dot11_auth_mode = OPEN_AUTH;
174 vif->auth_mode = NONE_AUTH;
175 vif->prwise_crypto = NONE_CRYPT;
176 vif->prwise_crypto_len = 0;
177 vif->grp_crypto = NONE_CRYPT;
178 vif->grp_crypto_len = 0;
6f2a73f9 179 memset(vif->wep_key_list, 0, sizeof(vif->wep_key_list));
8c8b65e3
VT
180 memset(vif->req_bssid, 0, sizeof(vif->req_bssid));
181 memset(vif->bssid, 0, sizeof(vif->bssid));
f74bac54 182 vif->bss_ch = 0;
bdcd8170
KV
183}
184
bdcd8170
KV
185static int ath6kl_set_host_app_area(struct ath6kl *ar)
186{
187 u32 address, data;
188 struct host_app_area host_app_area;
189
190 /* Fetch the address of the host_app_area_s
191 * instance in the host interest area */
192 address = ath6kl_get_hi_item_addr(ar, HI_ITEM(hi_app_host_interest));
31024d99 193 address = TARG_VTOP(ar->target_type, address);
bdcd8170 194
addb44be 195 if (ath6kl_diag_read32(ar, address, &data))
bdcd8170
KV
196 return -EIO;
197
31024d99 198 address = TARG_VTOP(ar->target_type, data);
cbf49a6f 199 host_app_area.wmi_protocol_ver = cpu_to_le32(WMI_PROTOCOL_VERSION);
addb44be
KV
200 if (ath6kl_diag_write(ar, address, (u8 *) &host_app_area,
201 sizeof(struct host_app_area)))
bdcd8170
KV
202 return -EIO;
203
204 return 0;
205}
206
207static inline void set_ac2_ep_map(struct ath6kl *ar,
208 u8 ac,
209 enum htc_endpoint_id ep)
210{
211 ar->ac2ep_map[ac] = ep;
212 ar->ep2ac_map[ep] = ac;
213}
214
215/* connect to a service */
216static int ath6kl_connectservice(struct ath6kl *ar,
217 struct htc_service_connect_req *con_req,
218 char *desc)
219{
220 int status;
221 struct htc_service_connect_resp response;
222
223 memset(&response, 0, sizeof(response));
224
ad226ec2 225 status = ath6kl_htc_conn_service(ar->htc_target, con_req, &response);
bdcd8170
KV
226 if (status) {
227 ath6kl_err("failed to connect to %s service status:%d\n",
228 desc, status);
229 return status;
230 }
231
232 switch (con_req->svc_id) {
233 case WMI_CONTROL_SVC:
234 if (test_bit(WMI_ENABLED, &ar->flag))
235 ath6kl_wmi_set_control_ep(ar->wmi, response.endpoint);
236 ar->ctrl_ep = response.endpoint;
237 break;
238 case WMI_DATA_BE_SVC:
239 set_ac2_ep_map(ar, WMM_AC_BE, response.endpoint);
240 break;
241 case WMI_DATA_BK_SVC:
242 set_ac2_ep_map(ar, WMM_AC_BK, response.endpoint);
243 break;
244 case WMI_DATA_VI_SVC:
245 set_ac2_ep_map(ar, WMM_AC_VI, response.endpoint);
246 break;
247 case WMI_DATA_VO_SVC:
248 set_ac2_ep_map(ar, WMM_AC_VO, response.endpoint);
249 break;
250 default:
251 ath6kl_err("service id is not mapped %d\n", con_req->svc_id);
252 return -EINVAL;
253 }
254
255 return 0;
256}
257
258static int ath6kl_init_service_ep(struct ath6kl *ar)
259{
260 struct htc_service_connect_req connect;
261
262 memset(&connect, 0, sizeof(connect));
263
264 /* these fields are the same for all service endpoints */
265 connect.ep_cb.rx = ath6kl_rx;
266 connect.ep_cb.rx_refill = ath6kl_rx_refill;
267 connect.ep_cb.tx_full = ath6kl_tx_queue_full;
268
269 /*
270 * Set the max queue depth so that our ath6kl_tx_queue_full handler
271 * gets called.
272 */
273 connect.max_txq_depth = MAX_DEFAULT_SEND_QUEUE_DEPTH;
274 connect.ep_cb.rx_refill_thresh = ATH6KL_MAX_RX_BUFFERS / 4;
275 if (!connect.ep_cb.rx_refill_thresh)
276 connect.ep_cb.rx_refill_thresh++;
277
278 /* connect to control service */
279 connect.svc_id = WMI_CONTROL_SVC;
280 if (ath6kl_connectservice(ar, &connect, "WMI CONTROL"))
281 return -EIO;
282
283 connect.flags |= HTC_FLGS_TX_BNDL_PAD_EN;
284
285 /*
286 * Limit the HTC message size on the send path, although e can
287 * receive A-MSDU frames of 4K, we will only send ethernet-sized
288 * (802.3) frames on the send path.
289 */
290 connect.max_rxmsg_sz = WMI_MAX_TX_DATA_FRAME_LENGTH;
291
292 /*
293 * To reduce the amount of committed memory for larger A_MSDU
294 * frames, use the recv-alloc threshold mechanism for larger
295 * packets.
296 */
297 connect.ep_cb.rx_alloc_thresh = ATH6KL_BUFFER_SIZE;
298 connect.ep_cb.rx_allocthresh = ath6kl_alloc_amsdu_rxbuf;
299
300 /*
301 * For the remaining data services set the connection flag to
302 * reduce dribbling, if configured to do so.
303 */
304 connect.conn_flags |= HTC_CONN_FLGS_REDUCE_CRED_DRIB;
305 connect.conn_flags &= ~HTC_CONN_FLGS_THRESH_MASK;
306 connect.conn_flags |= HTC_CONN_FLGS_THRESH_LVL_HALF;
307
308 connect.svc_id = WMI_DATA_BE_SVC;
309
310 if (ath6kl_connectservice(ar, &connect, "WMI DATA BE"))
311 return -EIO;
312
313 /* connect to back-ground map this to WMI LOW_PRI */
314 connect.svc_id = WMI_DATA_BK_SVC;
315 if (ath6kl_connectservice(ar, &connect, "WMI DATA BK"))
316 return -EIO;
317
318 /* connect to Video service, map this to to HI PRI */
319 connect.svc_id = WMI_DATA_VI_SVC;
320 if (ath6kl_connectservice(ar, &connect, "WMI DATA VI"))
321 return -EIO;
322
323 /*
324 * Connect to VO service, this is currently not mapped to a WMI
325 * priority stream due to historical reasons. WMI originally
326 * defined 3 priorities over 3 mailboxes We can change this when
327 * WMI is reworked so that priorities are not dependent on
328 * mailboxes.
329 */
330 connect.svc_id = WMI_DATA_VO_SVC;
331 if (ath6kl_connectservice(ar, &connect, "WMI DATA VO"))
332 return -EIO;
333
334 return 0;
335}
336
e29f25f5 337void ath6kl_init_control_info(struct ath6kl_vif *vif)
bdcd8170 338{
e29f25f5 339 ath6kl_init_profile_info(vif);
3450334f 340 vif->def_txkey_index = 0;
6f2a73f9 341 memset(vif->wep_key_list, 0, sizeof(vif->wep_key_list));
f74bac54 342 vif->ch_hint = 0;
bdcd8170
KV
343}
344
345/*
346 * Set HTC/Mbox operational parameters, this can only be called when the
347 * target is in the BMI phase.
348 */
349static int ath6kl_set_htc_params(struct ath6kl *ar, u32 mbox_isr_yield_val,
350 u8 htc_ctrl_buf)
351{
352 int status;
353 u32 blk_size;
354
355 blk_size = ar->mbox_info.block_size;
356
357 if (htc_ctrl_buf)
358 blk_size |= ((u32)htc_ctrl_buf) << 16;
359
360 /* set the host interest area for the block size */
361 status = ath6kl_bmi_write(ar,
362 ath6kl_get_hi_item_addr(ar,
363 HI_ITEM(hi_mbox_io_block_sz)),
364 (u8 *)&blk_size,
365 4);
366 if (status) {
367 ath6kl_err("bmi_write_memory for IO block size failed\n");
368 goto out;
369 }
370
371 ath6kl_dbg(ATH6KL_DBG_TRC, "block size set: %d (target addr:0x%X)\n",
372 blk_size,
373 ath6kl_get_hi_item_addr(ar, HI_ITEM(hi_mbox_io_block_sz)));
374
375 if (mbox_isr_yield_val) {
376 /* set the host interest area for the mbox ISR yield limit */
377 status = ath6kl_bmi_write(ar,
378 ath6kl_get_hi_item_addr(ar,
379 HI_ITEM(hi_mbox_isr_yield_limit)),
380 (u8 *)&mbox_isr_yield_val,
381 4);
382 if (status) {
383 ath6kl_err("bmi_write_memory for yield limit failed\n");
384 goto out;
385 }
386 }
387
388out:
389 return status;
390}
391
0ce59445 392static int ath6kl_target_config_wlan_params(struct ath6kl *ar, int idx)
bdcd8170
KV
393{
394 int status = 0;
4dea08e0 395 int ret;
bdcd8170
KV
396
397 /*
398 * Configure the device for rx dot11 header rules. "0,0" are the
399 * default values. Required if checksum offload is needed. Set
400 * RxMetaVersion to 2.
401 */
0ce59445 402 if (ath6kl_wmi_set_rx_frame_format_cmd(ar->wmi, idx,
bdcd8170
KV
403 ar->rx_meta_ver, 0, 0)) {
404 ath6kl_err("unable to set the rx frame format\n");
405 status = -EIO;
406 }
407
408 if (ar->conf_flags & ATH6KL_CONF_IGNORE_PS_FAIL_EVT_IN_SCAN)
0ce59445 409 if ((ath6kl_wmi_pmparams_cmd(ar->wmi, idx, 0, 1, 0, 0, 1,
bdcd8170
KV
410 IGNORE_POWER_SAVE_FAIL_EVENT_DURING_SCAN)) != 0) {
411 ath6kl_err("unable to set power save fail event policy\n");
412 status = -EIO;
413 }
414
415 if (!(ar->conf_flags & ATH6KL_CONF_IGNORE_ERP_BARKER))
0ce59445 416 if ((ath6kl_wmi_set_lpreamble_cmd(ar->wmi, idx, 0,
bdcd8170
KV
417 WMI_DONOT_IGNORE_BARKER_IN_ERP)) != 0) {
418 ath6kl_err("unable to set barker preamble policy\n");
419 status = -EIO;
420 }
421
0ce59445 422 if (ath6kl_wmi_set_keepalive_cmd(ar->wmi, idx,
bdcd8170
KV
423 WLAN_CONFIG_KEEP_ALIVE_INTERVAL)) {
424 ath6kl_err("unable to set keep alive interval\n");
425 status = -EIO;
426 }
427
0ce59445 428 if (ath6kl_wmi_disctimeout_cmd(ar->wmi, idx,
bdcd8170
KV
429 WLAN_CONFIG_DISCONNECT_TIMEOUT)) {
430 ath6kl_err("unable to set disconnect timeout\n");
431 status = -EIO;
432 }
433
434 if (!(ar->conf_flags & ATH6KL_CONF_ENABLE_TX_BURST))
0ce59445 435 if (ath6kl_wmi_set_wmm_txop(ar->wmi, idx, WMI_TXOP_DISABLED)) {
bdcd8170
KV
436 ath6kl_err("unable to set txop bursting\n");
437 status = -EIO;
438 }
439
b64de356 440 if (ar->p2p && (ar->vif_max == 1 || idx)) {
0ce59445 441 ret = ath6kl_wmi_info_req_cmd(ar->wmi, idx,
6bbc7c35
JM
442 P2P_FLAG_CAPABILITIES_REQ |
443 P2P_FLAG_MACADDR_REQ |
444 P2P_FLAG_HMODEL_REQ);
445 if (ret) {
446 ath6kl_dbg(ATH6KL_DBG_TRC, "failed to request P2P "
447 "capabilities (%d) - assuming P2P not "
448 "supported\n", ret);
449 ar->p2p = 0;
450 }
451 }
452
b64de356 453 if (ar->p2p && (ar->vif_max == 1 || idx)) {
6bbc7c35 454 /* Enable Probe Request reporting for P2P */
0ce59445 455 ret = ath6kl_wmi_probe_report_req_cmd(ar->wmi, idx, true);
6bbc7c35
JM
456 if (ret) {
457 ath6kl_dbg(ATH6KL_DBG_TRC, "failed to enable Probe "
458 "Request reporting (%d)\n", ret);
459 }
4dea08e0
JM
460 }
461
bdcd8170
KV
462 return status;
463}
464
465int ath6kl_configure_target(struct ath6kl *ar)
466{
467 u32 param, ram_reserved_size;
3226f68a 468 u8 fw_iftype, fw_mode = 0, fw_submode = 0;
39586bf2 469 int i, status;
bdcd8170 470
7b85832d
VT
471 /*
472 * Note: Even though the firmware interface type is
473 * chosen as BSS_STA for all three interfaces, can
474 * be configured to IBSS/AP as long as the fw submode
475 * remains normal mode (0 - AP, STA and IBSS). But
476 * due to an target assert in firmware only one interface is
477 * configured for now.
478 */
dd3751f7 479 fw_iftype = HI_OPTION_FW_MODE_BSS_STA;
bdcd8170 480
71f96ee6 481 for (i = 0; i < ar->vif_max; i++)
7b85832d
VT
482 fw_mode |= fw_iftype << (i * HI_OPTION_FW_MODE_BITS);
483
484 /*
3226f68a
VT
485 * By default, submodes :
486 * vif[0] - AP/STA/IBSS
487 * vif[1] - "P2P dev"/"P2P GO"/"P2P Client"
488 * vif[2] - "P2P dev"/"P2P GO"/"P2P Client"
7b85832d 489 */
3226f68a
VT
490
491 for (i = 0; i < ar->max_norm_iface; i++)
492 fw_submode |= HI_OPTION_FW_SUBMODE_NONE <<
493 (i * HI_OPTION_FW_SUBMODE_BITS);
494
71f96ee6 495 for (i = ar->max_norm_iface; i < ar->vif_max; i++)
3226f68a
VT
496 fw_submode |= HI_OPTION_FW_SUBMODE_P2PDEV <<
497 (i * HI_OPTION_FW_SUBMODE_BITS);
7b85832d 498
b64de356 499 if (ar->p2p && ar->vif_max == 1)
7b85832d 500 fw_submode = HI_OPTION_FW_SUBMODE_P2PDEV;
7b85832d 501
bdcd8170
KV
502 param = HTC_PROTOCOL_VERSION;
503 if (ath6kl_bmi_write(ar,
504 ath6kl_get_hi_item_addr(ar,
505 HI_ITEM(hi_app_host_interest)),
506 (u8 *)&param, 4) != 0) {
507 ath6kl_err("bmi_write_memory for htc version failed\n");
508 return -EIO;
509 }
510
511 /* set the firmware mode to STA/IBSS/AP */
512 param = 0;
513
514 if (ath6kl_bmi_read(ar,
515 ath6kl_get_hi_item_addr(ar,
516 HI_ITEM(hi_option_flag)),
517 (u8 *)&param, 4) != 0) {
518 ath6kl_err("bmi_read_memory for setting fwmode failed\n");
519 return -EIO;
520 }
521
71f96ee6 522 param |= (ar->vif_max << HI_OPTION_NUM_DEV_SHIFT);
7b85832d
VT
523 param |= fw_mode << HI_OPTION_FW_MODE_SHIFT;
524 param |= fw_submode << HI_OPTION_FW_SUBMODE_SHIFT;
525
bdcd8170
KV
526 param |= (0 << HI_OPTION_MAC_ADDR_METHOD_SHIFT);
527 param |= (0 << HI_OPTION_FW_BRIDGE_SHIFT);
528
529 if (ath6kl_bmi_write(ar,
530 ath6kl_get_hi_item_addr(ar,
531 HI_ITEM(hi_option_flag)),
532 (u8 *)&param,
533 4) != 0) {
534 ath6kl_err("bmi_write_memory for setting fwmode failed\n");
535 return -EIO;
536 }
537
538 ath6kl_dbg(ATH6KL_DBG_TRC, "firmware mode set\n");
539
540 /*
541 * Hardcode the address use for the extended board data
542 * Ideally this should be pre-allocate by the OS at boot time
543 * But since it is a new feature and board data is loaded
544 * at init time, we have to workaround this from host.
545 * It is difficult to patch the firmware boot code,
546 * but possible in theory.
547 */
548
991b27ea
KV
549 param = ar->hw.board_ext_data_addr;
550 ram_reserved_size = ar->hw.reserved_ram_size;
bdcd8170 551
991b27ea
KV
552 if (ath6kl_bmi_write(ar, ath6kl_get_hi_item_addr(ar,
553 HI_ITEM(hi_board_ext_data)),
554 (u8 *)&param, 4) != 0) {
555 ath6kl_err("bmi_write_memory for hi_board_ext_data failed\n");
556 return -EIO;
557 }
558
559 if (ath6kl_bmi_write(ar, ath6kl_get_hi_item_addr(ar,
560 HI_ITEM(hi_end_ram_reserve_sz)),
561 (u8 *)&ram_reserved_size, 4) != 0) {
562 ath6kl_err("bmi_write_memory for hi_end_ram_reserve_sz failed\n");
563 return -EIO;
bdcd8170
KV
564 }
565
566 /* set the block size for the target */
567 if (ath6kl_set_htc_params(ar, MBOX_YIELD_LIMIT, 0))
568 /* use default number of control buffers */
569 return -EIO;
570
39586bf2
RH
571 /* Configure GPIO AR600x UART */
572 param = ar->hw.uarttx_pin;
573 status = ath6kl_bmi_write(ar,
574 ath6kl_get_hi_item_addr(ar,
575 HI_ITEM(hi_dbg_uart_txpin)),
576 (u8 *)&param, 4);
577 if (status)
578 return status;
579
580 /* Configure target refclk_hz */
581 param = ar->hw.refclk_hz;
582 status = ath6kl_bmi_write(ar,
583 ath6kl_get_hi_item_addr(ar,
584 HI_ITEM(hi_refclk_hz)),
585 (u8 *)&param, 4);
586 if (status)
587 return status;
588
bdcd8170
KV
589 return 0;
590}
591
8dafb70e 592void ath6kl_core_free(struct ath6kl *ar)
bdcd8170 593{
8dafb70e 594 wiphy_free(ar->wiphy);
bdcd8170
KV
595}
596
6db8fa53 597void ath6kl_core_cleanup(struct ath6kl *ar)
bdcd8170 598{
b2e75698
KV
599 ath6kl_hif_power_off(ar);
600
6db8fa53 601 destroy_workqueue(ar->ath6kl_wq);
bdcd8170 602
6db8fa53
VT
603 if (ar->htc_target)
604 ath6kl_htc_cleanup(ar->htc_target);
605
606 ath6kl_cookie_cleanup(ar);
607
608 ath6kl_cleanup_amsdu_rxbufs(ar);
609
610 ath6kl_bmi_cleanup(ar);
611
612 ath6kl_debug_cleanup(ar);
613
614 kfree(ar->fw_board);
615 kfree(ar->fw_otp);
616 kfree(ar->fw);
617 kfree(ar->fw_patch);
618
619 ath6kl_deinit_ieee80211_hw(ar);
bdcd8170
KV
620}
621
622/* firmware upload */
bdcd8170
KV
623static int ath6kl_get_fw(struct ath6kl *ar, const char *filename,
624 u8 **fw, size_t *fw_len)
625{
626 const struct firmware *fw_entry;
627 int ret;
628
629 ret = request_firmware(&fw_entry, filename, ar->dev);
630 if (ret)
631 return ret;
632
633 *fw_len = fw_entry->size;
634 *fw = kmemdup(fw_entry->data, fw_entry->size, GFP_KERNEL);
635
636 if (*fw == NULL)
637 ret = -ENOMEM;
638
639 release_firmware(fw_entry);
640
641 return ret;
642}
643
92ecbff4 644#ifdef CONFIG_OF
92ecbff4
SL
645/*
646 * Check the device tree for a board-id and use it to construct
647 * the pathname to the firmware file. Used (for now) to find a
648 * fallback to the "bdata.bin" file--typically a symlink to the
649 * appropriate board-specific file.
650 */
651static bool check_device_tree(struct ath6kl *ar)
652{
653 static const char *board_id_prop = "atheros,board-id";
654 struct device_node *node;
655 char board_filename[64];
656 const char *board_id;
657 int ret;
658
659 for_each_compatible_node(node, NULL, "atheros,ath6kl") {
660 board_id = of_get_property(node, board_id_prop, NULL);
661 if (board_id == NULL) {
662 ath6kl_warn("No \"%s\" property on %s node.\n",
663 board_id_prop, node->name);
664 continue;
665 }
666 snprintf(board_filename, sizeof(board_filename),
c0038972 667 "%s/bdata.%s.bin", ar->hw.fw.dir, board_id);
92ecbff4
SL
668
669 ret = ath6kl_get_fw(ar, board_filename, &ar->fw_board,
670 &ar->fw_board_len);
671 if (ret) {
672 ath6kl_err("Failed to get DT board file %s: %d\n",
673 board_filename, ret);
674 continue;
675 }
676 return true;
677 }
678 return false;
679}
680#else
681static bool check_device_tree(struct ath6kl *ar)
682{
683 return false;
684}
685#endif /* CONFIG_OF */
686
bdcd8170
KV
687static int ath6kl_fetch_board_file(struct ath6kl *ar)
688{
689 const char *filename;
690 int ret;
691
772c31ee
KV
692 if (ar->fw_board != NULL)
693 return 0;
694
d1a9421d
KV
695 if (WARN_ON(ar->hw.fw_board == NULL))
696 return -EINVAL;
697
698 filename = ar->hw.fw_board;
bdcd8170
KV
699
700 ret = ath6kl_get_fw(ar, filename, &ar->fw_board,
701 &ar->fw_board_len);
702 if (ret == 0) {
703 /* managed to get proper board file */
704 return 0;
705 }
706
92ecbff4
SL
707 if (check_device_tree(ar)) {
708 /* got board file from device tree */
709 return 0;
710 }
711
bdcd8170
KV
712 /* there was no proper board file, try to use default instead */
713 ath6kl_warn("Failed to get board file %s (%d), trying to find default board file.\n",
714 filename, ret);
715
d1a9421d 716 filename = ar->hw.fw_default_board;
bdcd8170
KV
717
718 ret = ath6kl_get_fw(ar, filename, &ar->fw_board,
719 &ar->fw_board_len);
720 if (ret) {
721 ath6kl_err("Failed to get default board file %s: %d\n",
722 filename, ret);
723 return ret;
724 }
725
726 ath6kl_warn("WARNING! No proper board file was not found, instead using a default board file.\n");
727 ath6kl_warn("Most likely your hardware won't work as specified. Install correct board file!\n");
728
729 return 0;
730}
731
772c31ee
KV
732static int ath6kl_fetch_otp_file(struct ath6kl *ar)
733{
c0038972 734 char filename[100];
772c31ee
KV
735 int ret;
736
737 if (ar->fw_otp != NULL)
738 return 0;
739
c0038972 740 if (ar->hw.fw.otp == NULL) {
d1a9421d
KV
741 ath6kl_dbg(ATH6KL_DBG_BOOT,
742 "no OTP file configured for this hw\n");
772c31ee 743 return 0;
772c31ee
KV
744 }
745
c0038972
KV
746 snprintf(filename, sizeof(filename), "%s/%s",
747 ar->hw.fw.dir, ar->hw.fw.otp);
d1a9421d 748
772c31ee
KV
749 ret = ath6kl_get_fw(ar, filename, &ar->fw_otp,
750 &ar->fw_otp_len);
751 if (ret) {
752 ath6kl_err("Failed to get OTP file %s: %d\n",
753 filename, ret);
754 return ret;
755 }
756
757 return 0;
758}
759
760static int ath6kl_fetch_fw_file(struct ath6kl *ar)
761{
c0038972 762 char filename[100];
772c31ee
KV
763 int ret;
764
765 if (ar->fw != NULL)
766 return 0;
767
768 if (testmode) {
c0038972 769 if (ar->hw.fw.tcmd == NULL) {
d1a9421d 770 ath6kl_warn("testmode not supported\n");
772c31ee 771 return -EOPNOTSUPP;
772c31ee
KV
772 }
773
c0038972
KV
774 snprintf(filename, sizeof(filename), "%s/%s",
775 ar->hw.fw.dir, ar->hw.fw.tcmd);
d1a9421d 776
772c31ee
KV
777 set_bit(TESTMODE, &ar->flag);
778
779 goto get_fw;
780 }
781
c0038972
KV
782 /* FIXME: remove WARN_ON() as we won't support FW API 1 for long */
783 if (WARN_ON(ar->hw.fw.fw == NULL))
d1a9421d
KV
784 return -EINVAL;
785
c0038972
KV
786 snprintf(filename, sizeof(filename), "%s/%s",
787 ar->hw.fw.dir, ar->hw.fw.fw);
772c31ee
KV
788
789get_fw:
790 ret = ath6kl_get_fw(ar, filename, &ar->fw, &ar->fw_len);
791 if (ret) {
792 ath6kl_err("Failed to get firmware file %s: %d\n",
793 filename, ret);
794 return ret;
795 }
796
797 return 0;
798}
799
800static int ath6kl_fetch_patch_file(struct ath6kl *ar)
801{
c0038972 802 char filename[100];
772c31ee
KV
803 int ret;
804
d1a9421d 805 if (ar->fw_patch != NULL)
772c31ee 806 return 0;
772c31ee 807
c0038972 808 if (ar->hw.fw.patch == NULL)
d1a9421d
KV
809 return 0;
810
c0038972
KV
811 snprintf(filename, sizeof(filename), "%s/%s",
812 ar->hw.fw.dir, ar->hw.fw.patch);
d1a9421d
KV
813
814 ret = ath6kl_get_fw(ar, filename, &ar->fw_patch,
815 &ar->fw_patch_len);
816 if (ret) {
817 ath6kl_err("Failed to get patch file %s: %d\n",
818 filename, ret);
819 return ret;
772c31ee
KV
820 }
821
822 return 0;
823}
824
50d41234 825static int ath6kl_fetch_fw_api1(struct ath6kl *ar)
772c31ee
KV
826{
827 int ret;
828
772c31ee
KV
829 ret = ath6kl_fetch_otp_file(ar);
830 if (ret)
831 return ret;
832
833 ret = ath6kl_fetch_fw_file(ar);
834 if (ret)
835 return ret;
836
837 ret = ath6kl_fetch_patch_file(ar);
838 if (ret)
839 return ret;
840
841 return 0;
842}
bdcd8170 843
50d41234
KV
844static int ath6kl_fetch_fw_api2(struct ath6kl *ar)
845{
846 size_t magic_len, len, ie_len;
847 const struct firmware *fw;
848 struct ath6kl_fw_ie *hdr;
c0038972 849 char filename[100];
50d41234 850 const u8 *data;
97e0496d 851 int ret, ie_id, i, index, bit;
8a137480 852 __le32 *val;
50d41234 853
c0038972 854 if (ar->hw.fw.api2 == NULL)
50d41234 855 return -EOPNOTSUPP;
d1a9421d 856
c0038972
KV
857 snprintf(filename, sizeof(filename), "%s/%s",
858 ar->hw.fw.dir, ar->hw.fw.api2);
50d41234
KV
859
860 ret = request_firmware(&fw, filename, ar->dev);
861 if (ret)
862 return ret;
863
864 data = fw->data;
865 len = fw->size;
866
867 /* magic also includes the null byte, check that as well */
868 magic_len = strlen(ATH6KL_FIRMWARE_MAGIC) + 1;
869
870 if (len < magic_len) {
871 ret = -EINVAL;
872 goto out;
873 }
874
875 if (memcmp(data, ATH6KL_FIRMWARE_MAGIC, magic_len) != 0) {
876 ret = -EINVAL;
877 goto out;
878 }
879
880 len -= magic_len;
881 data += magic_len;
882
883 /* loop elements */
884 while (len > sizeof(struct ath6kl_fw_ie)) {
885 /* hdr is unaligned! */
886 hdr = (struct ath6kl_fw_ie *) data;
887
888 ie_id = le32_to_cpup(&hdr->id);
889 ie_len = le32_to_cpup(&hdr->len);
890
891 len -= sizeof(*hdr);
892 data += sizeof(*hdr);
893
894 if (len < ie_len) {
895 ret = -EINVAL;
896 goto out;
897 }
898
899 switch (ie_id) {
900 case ATH6KL_FW_IE_OTP_IMAGE:
ef548626 901 ath6kl_dbg(ATH6KL_DBG_BOOT, "found otp image ie (%zd B)\n",
6bc36431
KV
902 ie_len);
903
50d41234
KV
904 ar->fw_otp = kmemdup(data, ie_len, GFP_KERNEL);
905
906 if (ar->fw_otp == NULL) {
907 ret = -ENOMEM;
908 goto out;
909 }
910
911 ar->fw_otp_len = ie_len;
912 break;
913 case ATH6KL_FW_IE_FW_IMAGE:
ef548626 914 ath6kl_dbg(ATH6KL_DBG_BOOT, "found fw image ie (%zd B)\n",
6bc36431
KV
915 ie_len);
916
50d41234
KV
917 ar->fw = kmemdup(data, ie_len, GFP_KERNEL);
918
919 if (ar->fw == NULL) {
920 ret = -ENOMEM;
921 goto out;
922 }
923
924 ar->fw_len = ie_len;
925 break;
926 case ATH6KL_FW_IE_PATCH_IMAGE:
ef548626 927 ath6kl_dbg(ATH6KL_DBG_BOOT, "found patch image ie (%zd B)\n",
6bc36431
KV
928 ie_len);
929
50d41234
KV
930 ar->fw_patch = kmemdup(data, ie_len, GFP_KERNEL);
931
932 if (ar->fw_patch == NULL) {
933 ret = -ENOMEM;
934 goto out;
935 }
936
937 ar->fw_patch_len = ie_len;
938 break;
8a137480
KV
939 case ATH6KL_FW_IE_RESERVED_RAM_SIZE:
940 val = (__le32 *) data;
941 ar->hw.reserved_ram_size = le32_to_cpup(val);
6bc36431
KV
942
943 ath6kl_dbg(ATH6KL_DBG_BOOT,
944 "found reserved ram size ie 0x%d\n",
945 ar->hw.reserved_ram_size);
8a137480 946 break;
97e0496d 947 case ATH6KL_FW_IE_CAPABILITIES:
277d90f4
KV
948 if (ie_len < DIV_ROUND_UP(ATH6KL_FW_CAPABILITY_MAX, 8))
949 break;
950
6bc36431 951 ath6kl_dbg(ATH6KL_DBG_BOOT,
ef548626 952 "found firmware capabilities ie (%zd B)\n",
6bc36431
KV
953 ie_len);
954
97e0496d 955 for (i = 0; i < ATH6KL_FW_CAPABILITY_MAX; i++) {
277d90f4 956 index = i / 8;
97e0496d
KV
957 bit = i % 8;
958
959 if (data[index] & (1 << bit))
960 __set_bit(i, ar->fw_capabilities);
961 }
6bc36431
KV
962
963 ath6kl_dbg_dump(ATH6KL_DBG_BOOT, "capabilities", "",
964 ar->fw_capabilities,
965 sizeof(ar->fw_capabilities));
97e0496d 966 break;
1b4304da
KV
967 case ATH6KL_FW_IE_PATCH_ADDR:
968 if (ie_len != sizeof(*val))
969 break;
970
971 val = (__le32 *) data;
972 ar->hw.dataset_patch_addr = le32_to_cpup(val);
6bc36431
KV
973
974 ath6kl_dbg(ATH6KL_DBG_BOOT,
03ef0250 975 "found patch address ie 0x%x\n",
6bc36431 976 ar->hw.dataset_patch_addr);
1b4304da 977 break;
03ef0250
KV
978 case ATH6KL_FW_IE_BOARD_ADDR:
979 if (ie_len != sizeof(*val))
980 break;
981
982 val = (__le32 *) data;
983 ar->hw.board_addr = le32_to_cpup(val);
984
985 ath6kl_dbg(ATH6KL_DBG_BOOT,
986 "found board address ie 0x%x\n",
987 ar->hw.board_addr);
988 break;
368b1b0f
KV
989 case ATH6KL_FW_IE_VIF_MAX:
990 if (ie_len != sizeof(*val))
991 break;
992
993 val = (__le32 *) data;
994 ar->vif_max = min_t(unsigned int, le32_to_cpup(val),
995 ATH6KL_VIF_MAX);
996
f143379d
VT
997 if (ar->vif_max > 1 && !ar->p2p)
998 ar->max_norm_iface = 2;
999
368b1b0f
KV
1000 ath6kl_dbg(ATH6KL_DBG_BOOT,
1001 "found vif max ie %d\n", ar->vif_max);
1002 break;
50d41234 1003 default:
6bc36431 1004 ath6kl_dbg(ATH6KL_DBG_BOOT, "Unknown fw ie: %u\n",
50d41234
KV
1005 le32_to_cpup(&hdr->id));
1006 break;
1007 }
1008
1009 len -= ie_len;
1010 data += ie_len;
1011 };
1012
1013 ret = 0;
1014out:
1015 release_firmware(fw);
1016
1017 return ret;
1018}
1019
1020static int ath6kl_fetch_firmwares(struct ath6kl *ar)
1021{
1022 int ret;
1023
1024 ret = ath6kl_fetch_board_file(ar);
1025 if (ret)
1026 return ret;
1027
1028 ret = ath6kl_fetch_fw_api2(ar);
6bc36431
KV
1029 if (ret == 0) {
1030 ath6kl_dbg(ATH6KL_DBG_BOOT, "using fw api 2\n");
50d41234 1031 return 0;
6bc36431 1032 }
50d41234
KV
1033
1034 ret = ath6kl_fetch_fw_api1(ar);
1035 if (ret)
1036 return ret;
1037
6bc36431
KV
1038 ath6kl_dbg(ATH6KL_DBG_BOOT, "using fw api 1\n");
1039
50d41234
KV
1040 return 0;
1041}
1042
bdcd8170
KV
1043static int ath6kl_upload_board_file(struct ath6kl *ar)
1044{
1045 u32 board_address, board_ext_address, param;
31024d99 1046 u32 board_data_size, board_ext_data_size;
bdcd8170
KV
1047 int ret;
1048
772c31ee
KV
1049 if (WARN_ON(ar->fw_board == NULL))
1050 return -ENOENT;
bdcd8170 1051
31024d99
KF
1052 /*
1053 * Determine where in Target RAM to write Board Data.
1054 * For AR6004, host determine Target RAM address for
1055 * writing board data.
1056 */
0d4d72bf
KV
1057 if (ar->hw.board_addr != 0) {
1058 board_address = ar->hw.board_addr;
31024d99
KF
1059 ath6kl_bmi_write(ar,
1060 ath6kl_get_hi_item_addr(ar,
1061 HI_ITEM(hi_board_data)),
1062 (u8 *) &board_address, 4);
1063 } else {
1064 ath6kl_bmi_read(ar,
1065 ath6kl_get_hi_item_addr(ar,
1066 HI_ITEM(hi_board_data)),
1067 (u8 *) &board_address, 4);
1068 }
1069
bdcd8170
KV
1070 /* determine where in target ram to write extended board data */
1071 ath6kl_bmi_read(ar,
1072 ath6kl_get_hi_item_addr(ar,
1073 HI_ITEM(hi_board_ext_data)),
1074 (u8 *) &board_ext_address, 4);
1075
50e2740b
KV
1076 if (ar->target_type == TARGET_TYPE_AR6003 &&
1077 board_ext_address == 0) {
bdcd8170
KV
1078 ath6kl_err("Failed to get board file target address.\n");
1079 return -EINVAL;
1080 }
1081
31024d99
KF
1082 switch (ar->target_type) {
1083 case TARGET_TYPE_AR6003:
1084 board_data_size = AR6003_BOARD_DATA_SZ;
1085 board_ext_data_size = AR6003_BOARD_EXT_DATA_SZ;
1086 break;
1087 case TARGET_TYPE_AR6004:
1088 board_data_size = AR6004_BOARD_DATA_SZ;
1089 board_ext_data_size = AR6004_BOARD_EXT_DATA_SZ;
1090 break;
1091 default:
1092 WARN_ON(1);
1093 return -EINVAL;
1094 break;
1095 }
1096
50e2740b
KV
1097 if (board_ext_address &&
1098 ar->fw_board_len == (board_data_size + board_ext_data_size)) {
31024d99 1099
bdcd8170 1100 /* write extended board data */
6bc36431
KV
1101 ath6kl_dbg(ATH6KL_DBG_BOOT,
1102 "writing extended board data to 0x%x (%d B)\n",
1103 board_ext_address, board_ext_data_size);
1104
bdcd8170 1105 ret = ath6kl_bmi_write(ar, board_ext_address,
31024d99
KF
1106 ar->fw_board + board_data_size,
1107 board_ext_data_size);
bdcd8170
KV
1108 if (ret) {
1109 ath6kl_err("Failed to write extended board data: %d\n",
1110 ret);
1111 return ret;
1112 }
1113
1114 /* record that extended board data is initialized */
31024d99
KF
1115 param = (board_ext_data_size << 16) | 1;
1116
bdcd8170
KV
1117 ath6kl_bmi_write(ar,
1118 ath6kl_get_hi_item_addr(ar,
1119 HI_ITEM(hi_board_ext_data_config)),
1120 (unsigned char *) &param, 4);
1121 }
1122
31024d99 1123 if (ar->fw_board_len < board_data_size) {
bdcd8170
KV
1124 ath6kl_err("Too small board file: %zu\n", ar->fw_board_len);
1125 ret = -EINVAL;
1126 return ret;
1127 }
1128
6bc36431
KV
1129 ath6kl_dbg(ATH6KL_DBG_BOOT, "writing board file to 0x%x (%d B)\n",
1130 board_address, board_data_size);
1131
bdcd8170 1132 ret = ath6kl_bmi_write(ar, board_address, ar->fw_board,
31024d99 1133 board_data_size);
bdcd8170
KV
1134
1135 if (ret) {
1136 ath6kl_err("Board file bmi write failed: %d\n", ret);
1137 return ret;
1138 }
1139
1140 /* record the fact that Board Data IS initialized */
1141 param = 1;
1142 ath6kl_bmi_write(ar,
1143 ath6kl_get_hi_item_addr(ar,
1144 HI_ITEM(hi_board_data_initialized)),
1145 (u8 *)&param, 4);
1146
1147 return ret;
1148}
1149
1150static int ath6kl_upload_otp(struct ath6kl *ar)
1151{
bdcd8170 1152 u32 address, param;
bef26a7f 1153 bool from_hw = false;
bdcd8170
KV
1154 int ret;
1155
50e2740b
KV
1156 if (ar->fw_otp == NULL)
1157 return 0;
bdcd8170 1158
a01ac414 1159 address = ar->hw.app_load_addr;
bdcd8170 1160
ef548626 1161 ath6kl_dbg(ATH6KL_DBG_BOOT, "writing otp to 0x%x (%zd B)\n", address,
6bc36431
KV
1162 ar->fw_otp_len);
1163
bdcd8170
KV
1164 ret = ath6kl_bmi_fast_download(ar, address, ar->fw_otp,
1165 ar->fw_otp_len);
1166 if (ret) {
1167 ath6kl_err("Failed to upload OTP file: %d\n", ret);
1168 return ret;
1169 }
1170
639d0b89
KV
1171 /* read firmware start address */
1172 ret = ath6kl_bmi_read(ar,
1173 ath6kl_get_hi_item_addr(ar,
1174 HI_ITEM(hi_app_start)),
1175 (u8 *) &address, sizeof(address));
1176
1177 if (ret) {
1178 ath6kl_err("Failed to read hi_app_start: %d\n", ret);
1179 return ret;
1180 }
1181
bef26a7f
KV
1182 if (ar->hw.app_start_override_addr == 0) {
1183 ar->hw.app_start_override_addr = address;
1184 from_hw = true;
1185 }
639d0b89 1186
bef26a7f
KV
1187 ath6kl_dbg(ATH6KL_DBG_BOOT, "app_start_override_addr%s 0x%x\n",
1188 from_hw ? " (from hw)" : "",
6bc36431
KV
1189 ar->hw.app_start_override_addr);
1190
bdcd8170 1191 /* execute the OTP code */
bef26a7f
KV
1192 ath6kl_dbg(ATH6KL_DBG_BOOT, "executing OTP at 0x%x\n",
1193 ar->hw.app_start_override_addr);
bdcd8170 1194 param = 0;
bef26a7f 1195 ath6kl_bmi_execute(ar, ar->hw.app_start_override_addr, &param);
bdcd8170
KV
1196
1197 return ret;
1198}
1199
1200static int ath6kl_upload_firmware(struct ath6kl *ar)
1201{
bdcd8170
KV
1202 u32 address;
1203 int ret;
1204
772c31ee 1205 if (WARN_ON(ar->fw == NULL))
50e2740b 1206 return 0;
bdcd8170 1207
a01ac414 1208 address = ar->hw.app_load_addr;
bdcd8170 1209
ef548626 1210 ath6kl_dbg(ATH6KL_DBG_BOOT, "writing firmware to 0x%x (%zd B)\n",
6bc36431
KV
1211 address, ar->fw_len);
1212
bdcd8170
KV
1213 ret = ath6kl_bmi_fast_download(ar, address, ar->fw, ar->fw_len);
1214
1215 if (ret) {
1216 ath6kl_err("Failed to write firmware: %d\n", ret);
1217 return ret;
1218 }
1219
31024d99
KF
1220 /*
1221 * Set starting address for firmware
1222 * Don't need to setup app_start override addr on AR6004
1223 */
1224 if (ar->target_type != TARGET_TYPE_AR6004) {
a01ac414 1225 address = ar->hw.app_start_override_addr;
31024d99
KF
1226 ath6kl_bmi_set_app_start(ar, address);
1227 }
bdcd8170
KV
1228 return ret;
1229}
1230
1231static int ath6kl_upload_patch(struct ath6kl *ar)
1232{
bdcd8170
KV
1233 u32 address, param;
1234 int ret;
1235
50e2740b
KV
1236 if (ar->fw_patch == NULL)
1237 return 0;
bdcd8170 1238
a01ac414 1239 address = ar->hw.dataset_patch_addr;
bdcd8170 1240
ef548626 1241 ath6kl_dbg(ATH6KL_DBG_BOOT, "writing patch to 0x%x (%zd B)\n",
6bc36431
KV
1242 address, ar->fw_patch_len);
1243
bdcd8170
KV
1244 ret = ath6kl_bmi_write(ar, address, ar->fw_patch, ar->fw_patch_len);
1245 if (ret) {
1246 ath6kl_err("Failed to write patch file: %d\n", ret);
1247 return ret;
1248 }
1249
1250 param = address;
1251 ath6kl_bmi_write(ar,
1252 ath6kl_get_hi_item_addr(ar,
1253 HI_ITEM(hi_dset_list_head)),
1254 (unsigned char *) &param, 4);
1255
1256 return 0;
1257}
1258
1259static int ath6kl_init_upload(struct ath6kl *ar)
1260{
1261 u32 param, options, sleep, address;
1262 int status = 0;
1263
31024d99
KF
1264 if (ar->target_type != TARGET_TYPE_AR6003 &&
1265 ar->target_type != TARGET_TYPE_AR6004)
bdcd8170
KV
1266 return -EINVAL;
1267
1268 /* temporarily disable system sleep */
1269 address = MBOX_BASE_ADDRESS + LOCAL_SCRATCH_ADDRESS;
1270 status = ath6kl_bmi_reg_read(ar, address, &param);
1271 if (status)
1272 return status;
1273
1274 options = param;
1275
1276 param |= ATH6KL_OPTION_SLEEP_DISABLE;
1277 status = ath6kl_bmi_reg_write(ar, address, param);
1278 if (status)
1279 return status;
1280
1281 address = RTC_BASE_ADDRESS + SYSTEM_SLEEP_ADDRESS;
1282 status = ath6kl_bmi_reg_read(ar, address, &param);
1283 if (status)
1284 return status;
1285
1286 sleep = param;
1287
1288 param |= SM(SYSTEM_SLEEP_DISABLE, 1);
1289 status = ath6kl_bmi_reg_write(ar, address, param);
1290 if (status)
1291 return status;
1292
1293 ath6kl_dbg(ATH6KL_DBG_TRC, "old options: %d, old sleep: %d\n",
1294 options, sleep);
1295
1296 /* program analog PLL register */
31024d99
KF
1297 /* no need to control 40/44MHz clock on AR6004 */
1298 if (ar->target_type != TARGET_TYPE_AR6004) {
1299 status = ath6kl_bmi_reg_write(ar, ATH6KL_ANALOG_PLL_REGISTER,
1300 0xF9104001);
bdcd8170 1301
31024d99
KF
1302 if (status)
1303 return status;
bdcd8170 1304
31024d99
KF
1305 /* Run at 80/88MHz by default */
1306 param = SM(CPU_CLOCK_STANDARD, 1);
1307
1308 address = RTC_BASE_ADDRESS + CPU_CLOCK_ADDRESS;
1309 status = ath6kl_bmi_reg_write(ar, address, param);
1310 if (status)
1311 return status;
1312 }
bdcd8170
KV
1313
1314 param = 0;
1315 address = RTC_BASE_ADDRESS + LPO_CAL_ADDRESS;
1316 param = SM(LPO_CAL_ENABLE, 1);
1317 status = ath6kl_bmi_reg_write(ar, address, param);
1318 if (status)
1319 return status;
1320
1321 /* WAR to avoid SDIO CRC err */
0d0192ba 1322 if (ar->version.target_ver == AR6003_HW_2_0_VERSION) {
bdcd8170
KV
1323 ath6kl_err("temporary war to avoid sdio crc error\n");
1324
1325 param = 0x20;
1326
1327 address = GPIO_BASE_ADDRESS + GPIO_PIN10_ADDRESS;
1328 status = ath6kl_bmi_reg_write(ar, address, param);
1329 if (status)
1330 return status;
1331
1332 address = GPIO_BASE_ADDRESS + GPIO_PIN11_ADDRESS;
1333 status = ath6kl_bmi_reg_write(ar, address, param);
1334 if (status)
1335 return status;
1336
1337 address = GPIO_BASE_ADDRESS + GPIO_PIN12_ADDRESS;
1338 status = ath6kl_bmi_reg_write(ar, address, param);
1339 if (status)
1340 return status;
1341
1342 address = GPIO_BASE_ADDRESS + GPIO_PIN13_ADDRESS;
1343 status = ath6kl_bmi_reg_write(ar, address, param);
1344 if (status)
1345 return status;
1346 }
1347
1348 /* write EEPROM data to Target RAM */
1349 status = ath6kl_upload_board_file(ar);
1350 if (status)
1351 return status;
1352
1353 /* transfer One time Programmable data */
1354 status = ath6kl_upload_otp(ar);
1355 if (status)
1356 return status;
1357
1358 /* Download Target firmware */
1359 status = ath6kl_upload_firmware(ar);
1360 if (status)
1361 return status;
1362
1363 status = ath6kl_upload_patch(ar);
1364 if (status)
1365 return status;
1366
1367 /* Restore system sleep */
1368 address = RTC_BASE_ADDRESS + SYSTEM_SLEEP_ADDRESS;
1369 status = ath6kl_bmi_reg_write(ar, address, sleep);
1370 if (status)
1371 return status;
1372
1373 address = MBOX_BASE_ADDRESS + LOCAL_SCRATCH_ADDRESS;
1374 param = options | 0x20;
1375 status = ath6kl_bmi_reg_write(ar, address, param);
1376 if (status)
1377 return status;
1378
bdcd8170
KV
1379 return status;
1380}
1381
a01ac414
KV
1382static int ath6kl_init_hw_params(struct ath6kl *ar)
1383{
856f4b31
KV
1384 const struct ath6kl_hw *hw;
1385 int i;
bef26a7f 1386
856f4b31
KV
1387 for (i = 0; i < ARRAY_SIZE(hw_list); i++) {
1388 hw = &hw_list[i];
bef26a7f 1389
856f4b31
KV
1390 if (hw->id == ar->version.target_ver)
1391 break;
1392 }
1393
1394 if (i == ARRAY_SIZE(hw_list)) {
a01ac414
KV
1395 ath6kl_err("Unsupported hardware version: 0x%x\n",
1396 ar->version.target_ver);
1397 return -EINVAL;
1398 }
1399
856f4b31
KV
1400 ar->hw = *hw;
1401
6bc36431
KV
1402 ath6kl_dbg(ATH6KL_DBG_BOOT,
1403 "target_ver 0x%x target_type 0x%x dataset_patch 0x%x app_load_addr 0x%x\n",
1404 ar->version.target_ver, ar->target_type,
1405 ar->hw.dataset_patch_addr, ar->hw.app_load_addr);
1406 ath6kl_dbg(ATH6KL_DBG_BOOT,
1407 "app_start_override_addr 0x%x board_ext_data_addr 0x%x reserved_ram_size 0x%x",
1408 ar->hw.app_start_override_addr, ar->hw.board_ext_data_addr,
1409 ar->hw.reserved_ram_size);
39586bf2
RH
1410 ath6kl_dbg(ATH6KL_DBG_BOOT,
1411 "refclk_hz %d uarttx_pin %d",
1412 ar->hw.refclk_hz, ar->hw.uarttx_pin);
6bc36431 1413
a01ac414
KV
1414 return 0;
1415}
1416
293badf4
KV
1417static const char *ath6kl_init_get_hif_name(enum ath6kl_hif_type type)
1418{
1419 switch (type) {
1420 case ATH6KL_HIF_TYPE_SDIO:
1421 return "sdio";
1422 case ATH6KL_HIF_TYPE_USB:
1423 return "usb";
1424 }
1425
1426 return NULL;
1427}
1428
5fe4dffb 1429int ath6kl_init_hw_start(struct ath6kl *ar)
20459ee2
KV
1430{
1431 long timeleft;
1432 int ret, i;
1433
5fe4dffb
KV
1434 ath6kl_dbg(ATH6KL_DBG_BOOT, "hw start\n");
1435
20459ee2
KV
1436 ret = ath6kl_hif_power_on(ar);
1437 if (ret)
1438 return ret;
1439
1440 ret = ath6kl_configure_target(ar);
1441 if (ret)
1442 goto err_power_off;
1443
1444 ret = ath6kl_init_upload(ar);
1445 if (ret)
1446 goto err_power_off;
1447
1448 /* Do we need to finish the BMI phase */
1449 /* FIXME: return error from ath6kl_bmi_done() */
1450 if (ath6kl_bmi_done(ar)) {
1451 ret = -EIO;
1452 goto err_power_off;
1453 }
1454
1455 /*
1456 * The reason we have to wait for the target here is that the
1457 * driver layer has to init BMI in order to set the host block
1458 * size.
1459 */
1460 if (ath6kl_htc_wait_target(ar->htc_target)) {
1461 ret = -EIO;
1462 goto err_power_off;
1463 }
1464
1465 if (ath6kl_init_service_ep(ar)) {
1466 ret = -EIO;
1467 goto err_cleanup_scatter;
1468 }
1469
1470 /* setup credit distribution */
1471 ath6kl_credit_setup(ar->htc_target, &ar->credit_state_info);
1472
1473 /* start HTC */
1474 ret = ath6kl_htc_start(ar->htc_target);
1475 if (ret) {
1476 /* FIXME: call this */
1477 ath6kl_cookie_cleanup(ar);
1478 goto err_cleanup_scatter;
1479 }
1480
1481 /* Wait for Wmi event to be ready */
1482 timeleft = wait_event_interruptible_timeout(ar->event_wq,
1483 test_bit(WMI_READY,
1484 &ar->flag),
1485 WMI_TIMEOUT);
1486
1487 ath6kl_dbg(ATH6KL_DBG_BOOT, "firmware booted\n");
1488
293badf4
KV
1489
1490 if (test_and_clear_bit(FIRST_BOOT, &ar->flag)) {
1491 ath6kl_info("%s %s fw %s%s\n",
1492 ar->hw.name,
1493 ath6kl_init_get_hif_name(ar->hif_type),
1494 ar->wiphy->fw_version,
1495 test_bit(TESTMODE, &ar->flag) ? " testmode" : "");
1496 }
1497
20459ee2
KV
1498 if (ar->version.abi_ver != ATH6KL_ABI_VERSION) {
1499 ath6kl_err("abi version mismatch: host(0x%x), target(0x%x)\n",
1500 ATH6KL_ABI_VERSION, ar->version.abi_ver);
1501 ret = -EIO;
1502 goto err_htc_stop;
1503 }
1504
1505 if (!timeleft || signal_pending(current)) {
1506 ath6kl_err("wmi is not ready or wait was interrupted\n");
1507 ret = -EIO;
1508 goto err_htc_stop;
1509 }
1510
1511 ath6kl_dbg(ATH6KL_DBG_TRC, "%s: wmi is ready\n", __func__);
1512
1513 /* communicate the wmi protocol verision to the target */
1514 /* FIXME: return error */
1515 if ((ath6kl_set_host_app_area(ar)) != 0)
1516 ath6kl_err("unable to set the host app area\n");
1517
71f96ee6 1518 for (i = 0; i < ar->vif_max; i++) {
20459ee2
KV
1519 ret = ath6kl_target_config_wlan_params(ar, i);
1520 if (ret)
1521 goto err_htc_stop;
1522 }
1523
76a9fbe2
KV
1524 ar->state = ATH6KL_STATE_ON;
1525
20459ee2
KV
1526 return 0;
1527
1528err_htc_stop:
1529 ath6kl_htc_stop(ar->htc_target);
1530err_cleanup_scatter:
1531 ath6kl_hif_cleanup_scatter(ar);
1532err_power_off:
1533 ath6kl_hif_power_off(ar);
1534
1535 return ret;
1536}
1537
5fe4dffb
KV
1538int ath6kl_init_hw_stop(struct ath6kl *ar)
1539{
1540 int ret;
1541
1542 ath6kl_dbg(ATH6KL_DBG_BOOT, "hw stop\n");
1543
1544 ath6kl_htc_stop(ar->htc_target);
1545
1546 ath6kl_hif_stop(ar);
1547
1548 ath6kl_bmi_reset(ar);
1549
1550 ret = ath6kl_hif_power_off(ar);
1551 if (ret)
1552 ath6kl_warn("failed to power off hif: %d\n", ret);
1553
76a9fbe2
KV
1554 ar->state = ATH6KL_STATE_OFF;
1555
5fe4dffb
KV
1556 return 0;
1557}
1558
61448a93 1559int ath6kl_core_init(struct ath6kl *ar)
bdcd8170 1560{
61448a93 1561 struct ath6kl_bmi_target_info targ_info;
8dafb70e 1562 struct net_device *ndev;
20459ee2 1563 int ret = 0, i;
bdcd8170 1564
61448a93
KV
1565 ar->ath6kl_wq = create_singlethread_workqueue("ath6kl");
1566 if (!ar->ath6kl_wq)
1567 return -ENOMEM;
1568
1569 ret = ath6kl_bmi_init(ar);
1570 if (ret)
1571 goto err_wq;
1572
20459ee2
KV
1573 /*
1574 * Turn on power to get hardware (target) version and leave power
1575 * on delibrately as we will boot the hardware anyway within few
1576 * seconds.
1577 */
61448a93
KV
1578 ret = ath6kl_hif_power_on(ar);
1579 if (ret)
1580 goto err_bmi_cleanup;
1581
1582 ret = ath6kl_bmi_get_target_info(ar, &targ_info);
1583 if (ret)
1584 goto err_power_off;
1585
1586 ar->version.target_ver = le32_to_cpu(targ_info.version);
1587 ar->target_type = le32_to_cpu(targ_info.type);
1588 ar->wiphy->hw_version = le32_to_cpu(targ_info.version);
1589
1590 ret = ath6kl_init_hw_params(ar);
1591 if (ret)
1592 goto err_power_off;
1593
61448a93
KV
1594 ar->htc_target = ath6kl_htc_create(ar);
1595
1596 if (!ar->htc_target) {
1597 ret = -ENOMEM;
1598 goto err_power_off;
1599 }
1600
1601 ret = ath6kl_fetch_firmwares(ar);
1602 if (ret)
1603 goto err_htc_cleanup;
1604
1605 /* FIXME: we should free all firmwares in the error cases below */
1606
bdcd8170
KV
1607 /* Indicate that WMI is enabled (although not ready yet) */
1608 set_bit(WMI_ENABLED, &ar->flag);
2865785e 1609 ar->wmi = ath6kl_wmi_init(ar);
bdcd8170
KV
1610 if (!ar->wmi) {
1611 ath6kl_err("failed to initialize wmi\n");
61448a93
KV
1612 ret = -EIO;
1613 goto err_htc_cleanup;
bdcd8170
KV
1614 }
1615
1616 ath6kl_dbg(ATH6KL_DBG_TRC, "%s: got wmi @ 0x%p.\n", __func__, ar->wmi);
1617
61448a93
KV
1618 ret = ath6kl_register_ieee80211_hw(ar);
1619 if (ret)
8dafb70e
VT
1620 goto err_node_cleanup;
1621
61448a93
KV
1622 ret = ath6kl_debug_init(ar);
1623 if (ret) {
8dafb70e
VT
1624 wiphy_unregister(ar->wiphy);
1625 goto err_node_cleanup;
1626 }
1627
71f96ee6 1628 for (i = 0; i < ar->vif_max; i++)
55055976
VT
1629 ar->avail_idx_map |= BIT(i);
1630
27929723
VT
1631 rtnl_lock();
1632
8dafb70e 1633 /* Add an initial station interface */
55055976
VT
1634 ndev = ath6kl_interface_add(ar, "wlan%d", NL80211_IFTYPE_STATION, 0,
1635 INFRA_NETWORK);
27929723
VT
1636
1637 rtnl_unlock();
1638
8dafb70e
VT
1639 if (!ndev) {
1640 ath6kl_err("Failed to instantiate a network device\n");
61448a93 1641 ret = -ENOMEM;
8dafb70e
VT
1642 wiphy_unregister(ar->wiphy);
1643 goto err_debug_init;
1644 }
1645
1646
1647 ath6kl_dbg(ATH6KL_DBG_TRC, "%s: name=%s dev=0x%p, ar=0x%p\n",
28ae58dd 1648 __func__, ndev->name, ndev, ar);
8dafb70e 1649
bdcd8170
KV
1650 /* setup access class priority mappings */
1651 ar->ac_stream_pri_map[WMM_AC_BK] = 0; /* lowest */
1652 ar->ac_stream_pri_map[WMM_AC_BE] = 1;
1653 ar->ac_stream_pri_map[WMM_AC_VI] = 2;
1654 ar->ac_stream_pri_map[WMM_AC_VO] = 3; /* highest */
1655
1656 /* give our connected endpoints some buffers */
1657 ath6kl_rx_refill(ar->htc_target, ar->ctrl_ep);
1658 ath6kl_rx_refill(ar->htc_target, ar->ac2ep_map[WMM_AC_BE]);
1659
1660 /* allocate some buffers that handle larger AMSDU frames */
1661 ath6kl_refill_amsdu_rxbufs(ar, ATH6KL_MAX_AMSDU_RX_BUFFERS);
1662
bdcd8170
KV
1663 ath6kl_cookie_init(ar);
1664
bdcd8170
KV
1665 ar->conf_flags = ATH6KL_CONF_IGNORE_ERP_BARKER |
1666 ATH6KL_CONF_ENABLE_11N | ATH6KL_CONF_ENABLE_TX_BURST;
1667
8277de15
KV
1668 if (suspend_cutpower)
1669 ar->conf_flags |= ATH6KL_CONF_SUSPEND_CUTPOWER;
1670
be98e3a4 1671 ar->wiphy->flags |= WIPHY_FLAG_SUPPORTS_FW_ROAM |
fb94333a 1672 WIPHY_FLAG_HAVE_AP_SME |
7e95e365 1673 WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL |
fb94333a
AN
1674 WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD;
1675
10509f90
KV
1676 if (test_bit(ATH6KL_FW_CAPABILITY_SCHED_SCAN, ar->fw_capabilities))
1677 ar->wiphy->flags |= WIPHY_FLAG_SUPPORTS_SCHED_SCAN;
1678
fb94333a
AN
1679 ar->wiphy->probe_resp_offload =
1680 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS |
1681 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 |
1682 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P |
1683 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U;
011a36e1 1684
5fe4dffb
KV
1685 set_bit(FIRST_BOOT, &ar->flag);
1686
1687 ret = ath6kl_init_hw_start(ar);
20459ee2 1688 if (ret) {
5fe4dffb 1689 ath6kl_err("Failed to start hardware: %d\n", ret);
20459ee2 1690 goto err_rxbuf_cleanup;
0ce59445 1691 }
d66ea4f9
VT
1692
1693 /*
1694 * Set mac address which is received in ready event
1695 * FIXME: Move to ath6kl_interface_add()
1696 */
1697 memcpy(ndev->dev_addr, ar->mac_addr, ETH_ALEN);
1698
61448a93 1699 return ret;
bdcd8170 1700
bdcd8170 1701err_rxbuf_cleanup:
ad226ec2 1702 ath6kl_htc_flush_rx_buf(ar->htc_target);
bdcd8170 1703 ath6kl_cleanup_amsdu_rxbufs(ar);
27929723 1704 rtnl_lock();
108438bc 1705 ath6kl_deinit_if_data(netdev_priv(ndev));
27929723 1706 rtnl_unlock();
8dafb70e
VT
1707 wiphy_unregister(ar->wiphy);
1708err_debug_init:
1709 ath6kl_debug_cleanup(ar);
852bd9d9 1710err_node_cleanup:
bdcd8170
KV
1711 ath6kl_wmi_shutdown(ar->wmi);
1712 clear_bit(WMI_ENABLED, &ar->flag);
1713 ar->wmi = NULL;
bdcd8170 1714err_htc_cleanup:
ad226ec2 1715 ath6kl_htc_cleanup(ar->htc_target);
b2e75698
KV
1716err_power_off:
1717 ath6kl_hif_power_off(ar);
bdcd8170
KV
1718err_bmi_cleanup:
1719 ath6kl_bmi_cleanup(ar);
1720err_wq:
1721 destroy_workqueue(ar->ath6kl_wq);
8dafb70e 1722
bdcd8170
KV
1723 return ret;
1724}
1725
55055976 1726void ath6kl_cleanup_vif(struct ath6kl_vif *vif, bool wmi_ready)
6db8fa53
VT
1727{
1728 static u8 bcast_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
1729 bool discon_issued;
1730
1731 netif_stop_queue(vif->ndev);
1732
1733 clear_bit(WLAN_ENABLED, &vif->flags);
1734
1735 if (wmi_ready) {
1736 discon_issued = test_bit(CONNECTED, &vif->flags) ||
1737 test_bit(CONNECT_PEND, &vif->flags);
1738 ath6kl_disconnect(vif);
1739 del_timer(&vif->disconnect_timer);
1740
1741 if (discon_issued)
1742 ath6kl_disconnect_event(vif, DISCONNECT_CMD,
1743 (vif->nw_type & AP_NETWORK) ?
1744 bcast_mac : vif->bssid,
1745 0, NULL, 0);
1746 }
1747
1748 if (vif->scan_req) {
1749 cfg80211_scan_done(vif->scan_req, true);
1750 vif->scan_req = NULL;
1751 }
6db8fa53
VT
1752}
1753
bdcd8170
KV
1754void ath6kl_stop_txrx(struct ath6kl *ar)
1755{
990bd915 1756 struct ath6kl_vif *vif, *tmp_vif;
bdcd8170
KV
1757
1758 set_bit(DESTROY_IN_PROGRESS, &ar->flag);
1759
1760 if (down_interruptible(&ar->sem)) {
1761 ath6kl_err("down_interruptible failed\n");
1762 return;
1763 }
1764
11f6e40d 1765 spin_lock_bh(&ar->list_lock);
990bd915
VT
1766 list_for_each_entry_safe(vif, tmp_vif, &ar->vif_list, list) {
1767 list_del(&vif->list);
11f6e40d 1768 spin_unlock_bh(&ar->list_lock);
990bd915 1769 ath6kl_cleanup_vif(vif, test_bit(WMI_READY, &ar->flag));
27929723
VT
1770 rtnl_lock();
1771 ath6kl_deinit_if_data(vif);
1772 rtnl_unlock();
11f6e40d 1773 spin_lock_bh(&ar->list_lock);
990bd915 1774 }
11f6e40d 1775 spin_unlock_bh(&ar->list_lock);
bdcd8170 1776
6db8fa53 1777 clear_bit(WMI_READY, &ar->flag);
bdcd8170 1778
6db8fa53
VT
1779 /*
1780 * After wmi_shudown all WMI events will be dropped. We
1781 * need to cleanup the buffers allocated in AP mode and
1782 * give disconnect notification to stack, which usually
1783 * happens in the disconnect_event. Simulate the disconnect
1784 * event by calling the function directly. Sometimes
1785 * disconnect_event will be received when the debug logs
1786 * are collected.
1787 */
1788 ath6kl_wmi_shutdown(ar->wmi);
bdcd8170 1789
6db8fa53
VT
1790 clear_bit(WMI_ENABLED, &ar->flag);
1791 if (ar->htc_target) {
1792 ath6kl_dbg(ATH6KL_DBG_TRC, "%s: shut down htc\n", __func__);
1793 ath6kl_htc_stop(ar->htc_target);
bdcd8170
KV
1794 }
1795
6db8fa53
VT
1796 /*
1797 * Try to reset the device if we can. The driver may have been
1798 * configure NOT to reset the target during a debug session.
1799 */
1800 ath6kl_dbg(ATH6KL_DBG_TRC,
1801 "attempting to reset target on instance destroy\n");
1802 ath6kl_reset_device(ar, ar->target_type, true, true);
19703573 1803
6db8fa53 1804 clear_bit(WLAN_ENABLED, &ar->flag);
bdcd8170 1805}
This page took 0.149059 seconds and 5 git commands to generate.