2 * This file is part of wl1271
4 * Copyright (C) 2009 Nokia Corporation
6 * Contact: Luciano Coelho <luciano.coelho@nokia.com>
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * version 2 as published by the Free Software Foundation.
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
24 #include <linux/kernel.h>
25 #include <linux/module.h>
26 #include <linux/slab.h>
29 #include "wl12xx_80211.h"
34 static int wl1271_init_hwenc_config(struct wl1271
*wl
)
38 ret
= wl1271_acx_feature_cfg(wl
);
40 wl1271_warning("couldn't set feature config");
44 ret
= wl1271_cmd_set_default_wep_key(wl
, wl
->default_key
);
46 wl1271_warning("couldn't set default key");
53 int wl1271_init_templates_config(struct wl1271
*wl
)
57 /* send empty templates for fw memory reservation */
58 ret
= wl1271_cmd_template_set(wl
, CMD_TEMPL_CFG_PROBE_REQ_2_4
, NULL
,
59 WL1271_CMD_TEMPL_MAX_SIZE
,
60 0, WL1271_RATE_AUTOMATIC
);
64 ret
= wl1271_cmd_template_set(wl
, CMD_TEMPL_CFG_PROBE_REQ_5
,
65 NULL
, WL1271_CMD_TEMPL_MAX_SIZE
, 0,
66 WL1271_RATE_AUTOMATIC
);
70 ret
= wl1271_cmd_template_set(wl
, CMD_TEMPL_NULL_DATA
, NULL
,
71 sizeof(struct wl12xx_null_data_template
),
72 0, WL1271_RATE_AUTOMATIC
);
76 ret
= wl1271_cmd_template_set(wl
, CMD_TEMPL_PS_POLL
, NULL
,
77 sizeof(struct wl12xx_ps_poll_template
),
78 0, WL1271_RATE_AUTOMATIC
);
82 ret
= wl1271_cmd_template_set(wl
, CMD_TEMPL_QOS_NULL_DATA
, NULL
,
84 (struct wl12xx_qos_null_data_template
),
85 0, WL1271_RATE_AUTOMATIC
);
89 ret
= wl1271_cmd_template_set(wl
, CMD_TEMPL_PROBE_RESPONSE
, NULL
,
91 (struct wl12xx_probe_resp_template
),
92 0, WL1271_RATE_AUTOMATIC
);
96 ret
= wl1271_cmd_template_set(wl
, CMD_TEMPL_BEACON
, NULL
,
98 (struct wl12xx_beacon_template
),
99 0, WL1271_RATE_AUTOMATIC
);
103 ret
= wl1271_cmd_template_set(wl
, CMD_TEMPL_ARP_RSP
, NULL
,
105 (struct wl12xx_arp_rsp_template
),
106 0, WL1271_RATE_AUTOMATIC
);
110 for (i
= 0; i
< CMD_TEMPL_KLV_IDX_MAX
; i
++) {
111 ret
= wl1271_cmd_template_set(wl
, CMD_TEMPL_KLV
, NULL
,
112 WL1271_CMD_TEMPL_MAX_SIZE
, i
,
113 WL1271_RATE_AUTOMATIC
);
121 static int wl1271_init_rx_config(struct wl1271
*wl
, u32 config
, u32 filter
)
125 ret
= wl1271_acx_rx_msdu_life_time(wl
);
129 ret
= wl1271_acx_rx_config(wl
, config
, filter
);
136 int wl1271_init_phy_config(struct wl1271
*wl
)
140 ret
= wl1271_acx_pd_threshold(wl
);
144 ret
= wl1271_acx_slot(wl
, DEFAULT_SLOT_TIME
);
148 ret
= wl1271_acx_group_address_tbl(wl
, true, NULL
, 0);
152 ret
= wl1271_acx_service_period_timeout(wl
);
156 ret
= wl1271_acx_rts_threshold(wl
, wl
->conf
.rx
.rts_threshold
);
163 static int wl1271_init_beacon_filter(struct wl1271
*wl
)
167 /* disable beacon filtering at this stage */
168 ret
= wl1271_acx_beacon_filter_opt(wl
, false);
172 ret
= wl1271_acx_beacon_filter_table(wl
);
179 int wl1271_init_pta(struct wl1271
*wl
)
183 ret
= wl1271_acx_sg_cfg(wl
);
187 ret
= wl1271_acx_sg_enable(wl
, wl
->sg_enabled
);
194 int wl1271_init_energy_detection(struct wl1271
*wl
)
198 ret
= wl1271_acx_cca_threshold(wl
);
205 static int wl1271_init_beacon_broadcast(struct wl1271
*wl
)
209 ret
= wl1271_acx_bcn_dtim_options(wl
);
216 int wl1271_hw_init(struct wl1271
*wl
)
218 struct conf_tx_ac_category
*conf_ac
;
219 struct conf_tx_tid
*conf_tid
;
222 ret
= wl1271_cmd_general_parms(wl
);
226 ret
= wl1271_cmd_radio_parms(wl
);
230 ret
= wl1271_cmd_ext_radio_parms(wl
);
234 /* Template settings */
235 ret
= wl1271_init_templates_config(wl
);
239 /* Default memory configuration */
240 ret
= wl1271_acx_init_mem_config(wl
);
245 ret
= wl1271_init_rx_config(wl
,
246 RX_CFG_PROMISCUOUS
| RX_CFG_TSF
,
247 RX_FILTER_OPTION_DEF
);
248 /* RX_CONFIG_OPTION_ANY_DST_ANY_BSS,
249 RX_FILTER_OPTION_FILTER_ALL); */
251 goto out_free_memmap
;
253 /* PHY layer config */
254 ret
= wl1271_init_phy_config(wl
);
256 goto out_free_memmap
;
258 ret
= wl1271_acx_dco_itrim_params(wl
);
260 goto out_free_memmap
;
262 /* Initialize connection monitoring thresholds */
263 ret
= wl1271_acx_conn_monit_params(wl
, false);
265 goto out_free_memmap
;
267 /* Beacon filtering */
268 ret
= wl1271_init_beacon_filter(wl
);
270 goto out_free_memmap
;
272 /* Configure TX patch complete interrupt behavior */
273 ret
= wl1271_acx_tx_config_options(wl
);
275 goto out_free_memmap
;
277 /* RX complete interrupt pacing */
278 ret
= wl1271_acx_init_rx_interrupt(wl
);
280 goto out_free_memmap
;
282 /* Bluetooth WLAN coexistence */
283 ret
= wl1271_init_pta(wl
);
285 goto out_free_memmap
;
287 /* Energy detection */
288 ret
= wl1271_init_energy_detection(wl
);
290 goto out_free_memmap
;
292 /* Beacons and boradcast settings */
293 ret
= wl1271_init_beacon_broadcast(wl
);
295 goto out_free_memmap
;
297 /* Default fragmentation threshold */
298 ret
= wl1271_acx_frag_threshold(wl
, wl
->conf
.tx
.frag_threshold
);
300 goto out_free_memmap
;
302 /* Default TID/AC configuration */
303 BUG_ON(wl
->conf
.tx
.tid_conf_count
!= wl
->conf
.tx
.ac_conf_count
);
304 for (i
= 0; i
< wl
->conf
.tx
.tid_conf_count
; i
++) {
305 conf_ac
= &wl
->conf
.tx
.ac_conf
[i
];
306 ret
= wl1271_acx_ac_cfg(wl
, conf_ac
->ac
, conf_ac
->cw_min
,
307 conf_ac
->cw_max
, conf_ac
->aifsn
,
308 conf_ac
->tx_op_limit
);
310 goto out_free_memmap
;
312 conf_tid
= &wl
->conf
.tx
.tid_conf
[i
];
313 ret
= wl1271_acx_tid_cfg(wl
, conf_tid
->queue_id
,
314 conf_tid
->channel_type
,
317 conf_tid
->ack_policy
,
318 conf_tid
->apsd_conf
[0],
319 conf_tid
->apsd_conf
[1]);
321 goto out_free_memmap
;
324 /* Configure TX rate classes */
325 ret
= wl1271_acx_rate_policies(wl
);
327 goto out_free_memmap
;
329 /* Enable data path */
330 ret
= wl1271_cmd_data_path(wl
, 1);
332 goto out_free_memmap
;
334 /* Configure for ELP power saving */
335 ret
= wl1271_acx_sleep_auth(wl
, WL1271_PSM_ELP
);
337 goto out_free_memmap
;
339 /* Configure HW encryption */
340 ret
= wl1271_init_hwenc_config(wl
);
342 goto out_free_memmap
;
345 ret
= wl1271_acx_pm_config(wl
);
347 goto out_free_memmap
;
349 /* disable all keep-alive templates */
350 for (i
= 0; i
< CMD_TEMPL_KLV_IDX_MAX
; i
++) {
351 ret
= wl1271_acx_keep_alive_config(wl
, i
,
352 ACX_KEEP_ALIVE_TPL_INVALID
);
354 goto out_free_memmap
;
357 /* disable the keep-alive feature */
358 ret
= wl1271_acx_keep_alive_mode(wl
, false);
360 goto out_free_memmap
;
362 /* Configure rssi/snr averaging weights */
363 ret
= wl1271_acx_rssi_snr_avg_weights(wl
);
365 goto out_free_memmap
;
370 kfree(wl
->target_mem_map
);
371 wl
->target_mem_map
= NULL
;