blob: 6e6ac63fb8cd3e41903b5cae049687cf7bec95cc [file] [log] [blame]
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001/*
2 * This file is part of wl1271
3 *
Juuso Oikarinen8bf29b02010-02-18 13:25:51 +02004 * Copyright (C) 2008-2010 Nokia Corporation
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005 *
6 * Contact: Luciano Coelho <luciano.coelho@nokia.com>
7 *
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.
11 *
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.
16 *
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
20 * 02110-1301 USA
21 *
22 */
23
24#include <linux/module.h>
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030025#include <linux/firmware.h>
26#include <linux/delay.h>
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030027#include <linux/spi/spi.h>
28#include <linux/crc32.h>
29#include <linux/etherdevice.h>
Juuso Oikarinen1fba4972009-10-08 21:56:32 +030030#include <linux/vmalloc.h>
Juuso Oikarinena1dd8182010-03-18 12:26:31 +020031#include <linux/platform_device.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090032#include <linux/slab.h>
Ido Yariv341b7cd2011-03-31 10:07:01 +020033#include <linux/wl12xx.h>
Ido Yariv95dac04f2011-06-06 14:57:06 +030034#include <linux/sched.h>
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030035
Shahar Levi00d20102010-11-08 11:20:10 +000036#include "wl12xx.h"
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030037#include "wl12xx_80211.h"
Shahar Levi00d20102010-11-08 11:20:10 +000038#include "reg.h"
39#include "io.h"
40#include "event.h"
41#include "tx.h"
42#include "rx.h"
43#include "ps.h"
44#include "init.h"
45#include "debugfs.h"
46#include "cmd.h"
47#include "boot.h"
48#include "testmode.h"
49#include "scan.h"
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030050
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +020051#define WL1271_BOOT_RETRIES 3
52
Juuso Oikarinen8a080482009-10-13 12:47:44 +030053static struct conf_drv_settings default_conf = {
54 .sg = {
Eliad Peller3be41122011-08-14 13:17:19 +030055 .params = {
56 [CONF_SG_ACL_BT_MASTER_MIN_BR] = 10,
57 [CONF_SG_ACL_BT_MASTER_MAX_BR] = 180,
58 [CONF_SG_ACL_BT_SLAVE_MIN_BR] = 10,
59 [CONF_SG_ACL_BT_SLAVE_MAX_BR] = 180,
60 [CONF_SG_ACL_BT_MASTER_MIN_EDR] = 10,
61 [CONF_SG_ACL_BT_MASTER_MAX_EDR] = 80,
62 [CONF_SG_ACL_BT_SLAVE_MIN_EDR] = 10,
63 [CONF_SG_ACL_BT_SLAVE_MAX_EDR] = 80,
64 [CONF_SG_ACL_WLAN_PS_MASTER_BR] = 8,
65 [CONF_SG_ACL_WLAN_PS_SLAVE_BR] = 8,
66 [CONF_SG_ACL_WLAN_PS_MASTER_EDR] = 20,
67 [CONF_SG_ACL_WLAN_PS_SLAVE_EDR] = 20,
68 [CONF_SG_ACL_WLAN_ACTIVE_MASTER_MIN_BR] = 20,
69 [CONF_SG_ACL_WLAN_ACTIVE_MASTER_MAX_BR] = 35,
70 [CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MIN_BR] = 16,
71 [CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MAX_BR] = 35,
72 [CONF_SG_ACL_WLAN_ACTIVE_MASTER_MIN_EDR] = 32,
73 [CONF_SG_ACL_WLAN_ACTIVE_MASTER_MAX_EDR] = 50,
74 [CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MIN_EDR] = 28,
75 [CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MAX_EDR] = 50,
76 [CONF_SG_ACL_ACTIVE_SCAN_WLAN_BR] = 10,
77 [CONF_SG_ACL_ACTIVE_SCAN_WLAN_EDR] = 20,
78 [CONF_SG_ACL_PASSIVE_SCAN_BT_BR] = 75,
79 [CONF_SG_ACL_PASSIVE_SCAN_WLAN_BR] = 15,
80 [CONF_SG_ACL_PASSIVE_SCAN_BT_EDR] = 27,
81 [CONF_SG_ACL_PASSIVE_SCAN_WLAN_EDR] = 17,
82 /* active scan params */
83 [CONF_SG_AUTO_SCAN_PROBE_REQ] = 170,
84 [CONF_SG_ACTIVE_SCAN_DURATION_FACTOR_HV3] = 50,
85 [CONF_SG_ACTIVE_SCAN_DURATION_FACTOR_A2DP] = 100,
86 /* passive scan params */
87 [CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_A2DP_BR] = 800,
88 [CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_A2DP_EDR] = 200,
89 [CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_HV3] = 200,
90 /* passive scan in dual antenna params */
91 [CONF_SG_CONSECUTIVE_HV3_IN_PASSIVE_SCAN] = 0,
92 [CONF_SG_BCN_HV3_COLLISION_THRESH_IN_PASSIVE_SCAN] = 0,
93 [CONF_SG_TX_RX_PROTECTION_BWIDTH_IN_PASSIVE_SCAN] = 0,
94 /* general params */
95 [CONF_SG_STA_FORCE_PS_IN_BT_SCO] = 1,
96 [CONF_SG_ANTENNA_CONFIGURATION] = 0,
97 [CONF_SG_BEACON_MISS_PERCENT] = 60,
98 [CONF_SG_DHCP_TIME] = 5000,
99 [CONF_SG_RXT] = 1200,
100 [CONF_SG_TXT] = 1000,
101 [CONF_SG_ADAPTIVE_RXT_TXT] = 1,
102 [CONF_SG_GENERAL_USAGE_BIT_MAP] = 3,
103 [CONF_SG_HV3_MAX_SERVED] = 6,
104 [CONF_SG_PS_POLL_TIMEOUT] = 10,
105 [CONF_SG_UPSD_TIMEOUT] = 10,
106 [CONF_SG_CONSECUTIVE_CTS_THRESHOLD] = 2,
107 [CONF_SG_STA_RX_WINDOW_AFTER_DTIM] = 5,
108 [CONF_SG_STA_CONNECTION_PROTECTION_TIME] = 30,
109 /* AP params */
110 [CONF_AP_BEACON_MISS_TX] = 3,
111 [CONF_AP_RX_WINDOW_AFTER_BEACON] = 10,
112 [CONF_AP_BEACON_WINDOW_INTERVAL] = 2,
113 [CONF_AP_CONNECTION_PROTECTION_TIME] = 0,
114 [CONF_AP_BT_ACL_VAL_BT_SERVE_TIME] = 25,
115 [CONF_AP_BT_ACL_VAL_WL_SERVE_TIME] = 25,
Arik Nemtsov801f8702011-04-18 14:15:20 +0300116 },
Juuso Oikarinen1b00f542010-03-18 12:26:30 +0200117 .state = CONF_SG_PROTECTIVE,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300118 },
119 .rx = {
120 .rx_msdu_life_time = 512000,
121 .packet_detection_threshold = 0,
122 .ps_poll_timeout = 15,
123 .upsd_timeout = 15,
Arik Nemtsov5f704d12011-04-18 14:15:21 +0300124 .rts_threshold = IEEE80211_MAX_RTS_THRESHOLD,
Luciano Coelho3ed8f2c2009-12-11 15:40:54 +0200125 .rx_cca_threshold = 0,
126 .irq_blk_threshold = 0xFFFF,
127 .irq_pkt_threshold = 0,
128 .irq_timeout = 600,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300129 .queue_type = CONF_RX_QUEUE_TYPE_LOW_PRIORITY,
130 },
131 .tx = {
132 .tx_energy_detection = 0,
Arik Nemtsov1e05a812010-10-16 17:44:51 +0200133 .sta_rc_conf = {
Juuso Oikarinenebba60c2010-04-01 11:38:20 +0300134 .enabled_rates = 0,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300135 .short_retry_limit = 10,
136 .long_retry_limit = 10,
Arik Nemtsov1e05a812010-10-16 17:44:51 +0200137 .aflags = 0,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300138 },
139 .ac_conf_count = 4,
140 .ac_conf = {
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200141 [CONF_TX_AC_BE] = {
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300142 .ac = CONF_TX_AC_BE,
143 .cw_min = 15,
144 .cw_max = 63,
145 .aifsn = 3,
146 .tx_op_limit = 0,
147 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200148 [CONF_TX_AC_BK] = {
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300149 .ac = CONF_TX_AC_BK,
150 .cw_min = 15,
151 .cw_max = 63,
152 .aifsn = 7,
153 .tx_op_limit = 0,
154 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200155 [CONF_TX_AC_VI] = {
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300156 .ac = CONF_TX_AC_VI,
157 .cw_min = 15,
158 .cw_max = 63,
159 .aifsn = CONF_TX_AIFS_PIFS,
160 .tx_op_limit = 3008,
161 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200162 [CONF_TX_AC_VO] = {
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300163 .ac = CONF_TX_AC_VO,
164 .cw_min = 15,
165 .cw_max = 63,
166 .aifsn = CONF_TX_AIFS_PIFS,
167 .tx_op_limit = 1504,
168 },
169 },
Arik Nemtsov3618f302011-06-26 10:36:03 +0300170 .max_tx_retries = 100,
171 .ap_aging_period = 300,
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200172 .tid_conf_count = 4,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300173 .tid_conf = {
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200174 [CONF_TX_AC_BE] = {
175 .queue_id = CONF_TX_AC_BE,
176 .channel_type = CONF_CHANNEL_TYPE_EDCF,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300177 .tsid = CONF_TX_AC_BE,
178 .ps_scheme = CONF_PS_SCHEME_LEGACY,
179 .ack_policy = CONF_ACK_POLICY_LEGACY,
180 .apsd_conf = {0, 0},
181 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200182 [CONF_TX_AC_BK] = {
183 .queue_id = CONF_TX_AC_BK,
184 .channel_type = CONF_CHANNEL_TYPE_EDCF,
185 .tsid = CONF_TX_AC_BK,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300186 .ps_scheme = CONF_PS_SCHEME_LEGACY,
187 .ack_policy = CONF_ACK_POLICY_LEGACY,
188 .apsd_conf = {0, 0},
189 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200190 [CONF_TX_AC_VI] = {
191 .queue_id = CONF_TX_AC_VI,
192 .channel_type = CONF_CHANNEL_TYPE_EDCF,
193 .tsid = CONF_TX_AC_VI,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300194 .ps_scheme = CONF_PS_SCHEME_LEGACY,
195 .ack_policy = CONF_ACK_POLICY_LEGACY,
196 .apsd_conf = {0, 0},
197 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200198 [CONF_TX_AC_VO] = {
199 .queue_id = CONF_TX_AC_VO,
200 .channel_type = CONF_CHANNEL_TYPE_EDCF,
201 .tsid = CONF_TX_AC_VO,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300202 .ps_scheme = CONF_PS_SCHEME_LEGACY,
203 .ack_policy = CONF_ACK_POLICY_LEGACY,
204 .apsd_conf = {0, 0},
205 },
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300206 },
207 .frag_threshold = IEEE80211_MAX_FRAG_THRESHOLD,
Luciano Coelho3ed8f2c2009-12-11 15:40:54 +0200208 .tx_compl_timeout = 700,
Juuso Oikarinenebba60c2010-04-01 11:38:20 +0300209 .tx_compl_threshold = 4,
210 .basic_rate = CONF_HW_BIT_RATE_1MBPS,
211 .basic_rate_5 = CONF_HW_BIT_RATE_6MBPS,
Arik Nemtsov1e05a812010-10-16 17:44:51 +0200212 .tmpl_short_retry_limit = 10,
213 .tmpl_long_retry_limit = 10,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300214 },
215 .conn = {
216 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM,
Juuso Oikarinen50c500a2010-04-01 11:38:22 +0300217 .listen_interval = 1,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300218 .bcn_filt_mode = CONF_BCN_FILT_MODE_ENABLED,
Shahar Levibc76b942011-05-11 11:14:22 +0300219 .bcn_filt_ie_count = 2,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300220 .bcn_filt_ie = {
221 [0] = {
222 .ie = WLAN_EID_CHANNEL_SWITCH,
223 .rule = CONF_BCN_RULE_PASS_ON_APPEARANCE,
Shahar Levibc76b942011-05-11 11:14:22 +0300224 },
225 [1] = {
226 .ie = WLAN_EID_HT_INFORMATION,
227 .rule = CONF_BCN_RULE_PASS_ON_CHANGE,
228 },
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300229 },
Luciano Coelho3ed8f2c2009-12-11 15:40:54 +0200230 .synch_fail_thold = 10,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300231 .bss_lose_timeout = 100,
232 .beacon_rx_timeout = 10000,
233 .broadcast_timeout = 20000,
234 .rx_broadcast_in_ps = 1,
Juuso Oikarinen90494a92010-07-08 17:50:00 +0300235 .ps_poll_threshold = 10,
236 .ps_poll_recovery_period = 700,
Juuso Oikarinen11f70f92009-10-13 12:47:46 +0300237 .bet_enable = CONF_BET_MODE_ENABLE,
Ohad Ben-Cohen958b20e02011-03-14 18:53:10 +0200238 .bet_max_consecutive = 50,
Eliad Pellera879ed72011-08-23 16:37:02 +0300239 .psm_entry_retries = 8,
Shahar Levi23708412011-04-13 14:52:50 +0300240 .psm_exit_retries = 16,
Juuso Oikarinen8eab7b42010-09-24 03:10:11 +0200241 .psm_entry_nullfunc_retries = 3,
Juuso Oikarinen50c500a2010-04-01 11:38:22 +0300242 .keep_alive_interval = 55000,
243 .max_listen_interval = 20,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300244 },
Luciano Coelho6e92b412009-12-11 15:40:50 +0200245 .itrim = {
246 .enable = false,
247 .timeout = 50000,
Juuso Oikarinen38ad2d82009-12-11 15:41:08 +0200248 },
249 .pm_config = {
250 .host_clk_settling_time = 5000,
251 .host_fast_wakeup_support = false
Juuso Oikarinen00236aed2010-04-09 11:07:30 +0300252 },
253 .roam_trigger = {
Juuso Oikarinen00236aed2010-04-09 11:07:30 +0300254 .trigger_pacing = 1,
255 .avg_weight_rssi_beacon = 20,
256 .avg_weight_rssi_data = 10,
257 .avg_weight_snr_beacon = 20,
Levi, Shahar4b7fac72011-01-23 07:27:22 +0100258 .avg_weight_snr_data = 10,
Juuso Oikarinenbea39d62010-09-21 08:14:31 +0200259 },
260 .scan = {
261 .min_dwell_time_active = 7500,
262 .max_dwell_time_active = 30000,
Juuso Oikarinenea45b2c2011-01-24 07:01:54 +0100263 .min_dwell_time_passive = 100000,
264 .max_dwell_time_passive = 100000,
Juuso Oikarinenbea39d62010-09-21 08:14:31 +0200265 .num_probe_reqs = 2,
266 },
Luciano Coelho3a9d60e2011-05-10 14:06:31 +0300267 .sched_scan = {
268 /* sched_scan requires dwell times in TU instead of TU/1000 */
Luciano Coelho221737d2011-09-02 14:28:22 +0300269 .min_dwell_time_active = 30,
270 .max_dwell_time_active = 60,
Luciano Coelho3a9d60e2011-05-10 14:06:31 +0300271 .dwell_time_passive = 100,
Luciano Coelho50a66d72011-05-27 15:34:47 +0300272 .dwell_time_dfs = 150,
Luciano Coelho3a9d60e2011-05-10 14:06:31 +0300273 .num_probe_reqs = 2,
274 .rssi_threshold = -90,
275 .snr_threshold = 0,
276 },
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200277 .rf = {
278 .tx_per_channel_power_compensation_2 = {
279 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
280 },
281 .tx_per_channel_power_compensation_5 = {
282 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
283 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
284 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
285 },
286 },
Levi, Shahar4b7fac72011-01-23 07:27:22 +0100287 .ht = {
Arik Nemtsov0f9c8252011-08-17 10:45:49 +0300288 .rx_ba_win_size = 8,
Levi, Shahar4b7fac72011-01-23 07:27:22 +0100289 .tx_ba_win_size = 64,
290 .inactivity_timeout = 10000,
Arik Nemtsov0f9c8252011-08-17 10:45:49 +0300291 .tx_ba_tid_bitmap = CONF_TX_BA_ENABLED_TID_BITMAP,
Levi, Shahar4b7fac72011-01-23 07:27:22 +0100292 },
Shahar Levi13b107d2011-03-06 16:32:12 +0200293 .mem_wl127x = {
Eliad Pellerfe5ef092011-02-02 09:59:36 +0200294 .num_stations = 1,
295 .ssid_profiles = 1,
296 .rx_block_num = 70,
297 .tx_min_block_num = 40,
Ido Yariv4cf557f2011-04-18 16:45:10 +0300298 .dynamic_memory = 1,
Ido Yarivb16d4b62011-03-01 15:14:44 +0200299 .min_req_tx_blocks = 100,
Eliad Pellerc8bde242011-02-02 09:59:35 +0200300 .min_req_rx_blocks = 22,
301 .tx_min = 27,
Shahar Levi13b107d2011-03-06 16:32:12 +0200302 },
303 .mem_wl128x = {
304 .num_stations = 1,
305 .ssid_profiles = 1,
306 .rx_block_num = 40,
307 .tx_min_block_num = 40,
308 .dynamic_memory = 1,
309 .min_req_tx_blocks = 45,
310 .min_req_rx_blocks = 22,
311 .tx_min = 27,
312 },
Shahar Leviff868432011-04-11 15:41:46 +0300313 .fm_coex = {
314 .enable = true,
315 .swallow_period = 5,
316 .n_divider_fref_set_1 = 0xff, /* default */
317 .n_divider_fref_set_2 = 12,
318 .m_divider_fref_set_1 = 148,
319 .m_divider_fref_set_2 = 0xffff, /* default */
320 .coex_pll_stabilization_time = 0xffffffff, /* default */
321 .ldo_stabilization_time = 0xffff, /* default */
322 .fm_disturbed_band_margin = 0xff, /* default */
323 .swallow_clk_diff = 0xff, /* default */
324 },
Eliad Pellerf84673d2011-05-15 11:10:28 +0300325 .rx_streaming = {
326 .duration = 150,
327 .queues = 0x1,
328 .interval = 20,
Eliad Peller77ddaa12011-05-15 11:10:29 +0300329 .always = 0,
Eliad Pellerf84673d2011-05-15 11:10:28 +0300330 },
Ido Yariv95dac04f2011-06-06 14:57:06 +0300331 .fwlog = {
332 .mode = WL12XX_FWLOG_ON_DEMAND,
333 .mem_blocks = 2,
334 .severity = 0,
335 .timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED,
336 .output = WL12XX_FWLOG_OUTPUT_HOST,
337 .threshold = 0,
338 },
Luciano Coelhoafb7d3c2011-04-01 20:48:02 +0300339 .hci_io_ds = HCI_IO_DS_6MA,
Eliad Pellerfa6ad9f2011-08-14 13:17:14 +0300340 .rate = {
341 .rate_retry_score = 32000,
342 .per_add = 8192,
343 .per_th1 = 2048,
344 .per_th2 = 4096,
345 .max_per = 8100,
346 .inverse_curiosity_factor = 5,
347 .tx_fail_low_th = 4,
348 .tx_fail_high_th = 10,
349 .per_alpha_shift = 4,
350 .per_add_shift = 13,
351 .per_beta1_shift = 10,
352 .per_beta2_shift = 8,
353 .rate_check_up = 2,
354 .rate_check_down = 12,
355 .rate_retry_policy = {
356 0x00, 0x00, 0x00, 0x00, 0x00,
357 0x00, 0x00, 0x00, 0x00, 0x00,
358 0x00, 0x00, 0x00,
359 },
360 },
Eliad Peller94877752011-08-28 15:11:56 +0300361 .hangover = {
362 .recover_time = 0,
363 .hangover_period = 20,
364 .dynamic_mode = 1,
365 .early_termination_mode = 1,
366 .max_period = 20,
367 .min_period = 1,
368 .increase_delta = 1,
369 .decrease_delta = 2,
370 .quiet_time = 4,
371 .increase_time = 1,
372 .window_size = 16,
373 },
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300374};
375
Ido Yariv95dac04f2011-06-06 14:57:06 +0300376static char *fwlog_param;
Eliad Peller2a5bff02011-08-25 18:10:59 +0300377static bool bug_on_recovery;
Ido Yariv95dac04f2011-06-06 14:57:06 +0300378
Arik Nemtsov7dece1c2011-04-18 14:15:28 +0300379static void __wl1271_op_remove_interface(struct wl1271 *wl,
Eliad Peller536129c2011-10-05 11:55:45 +0200380 struct ieee80211_vif *vif,
Arik Nemtsov7dece1c2011-04-18 14:15:28 +0300381 bool reset_tx_queues);
Eliad Pellerf0277432011-10-10 10:13:14 +0200382static void wl1271_op_stop(struct ieee80211_hw *hw);
Eliad Peller170d0e62011-10-05 11:56:06 +0200383static void wl1271_free_ap_keys(struct wl1271 *wl, struct wl12xx_vif *wlvif);
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +0200384
385
Juuso Oikarinena1dd8182010-03-18 12:26:31 +0200386static void wl1271_device_release(struct device *dev)
387{
388
389}
390
391static struct platform_device wl1271_device = {
392 .name = "wl1271",
393 .id = -1,
394
395 /* device model insists to have a release function */
396 .dev = {
397 .release = wl1271_device_release,
398 },
399};
400
Juuso Oikarinenf9f774c2011-03-21 10:43:36 +0200401static DEFINE_MUTEX(wl_list_mutex);
Juuso Oikarinen01c09162009-10-13 12:47:55 +0300402static LIST_HEAD(wl_list);
403
Eliad Pellerba8447f2011-10-10 10:13:00 +0200404static int wl1271_check_operstate(struct wl1271 *wl, struct wl12xx_vif *wlvif,
405 unsigned char operstate)
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300406{
407 int ret;
Eliad Peller0603d892011-10-05 11:55:51 +0200408
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300409 if (operstate != IF_OPER_UP)
410 return 0;
411
Eliad Peller8181aec2011-10-10 10:13:04 +0200412 if (test_and_set_bit(WLVIF_FLAG_STA_STATE_SENT, &wlvif->flags))
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300413 return 0;
414
Eliad Peller154da672011-10-05 11:55:53 +0200415 ret = wl12xx_cmd_set_peer_state(wl, wlvif->sta.hlid);
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300416 if (ret < 0)
417 return ret;
418
Eliad Peller0603d892011-10-05 11:55:51 +0200419 wl12xx_croc(wl, wlvif->role_id);
Eliad Peller251c1772011-08-14 13:17:17 +0300420
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300421 wl1271_info("Association completed.");
422 return 0;
423}
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300424static int wl1271_dev_notify(struct notifier_block *me, unsigned long what,
425 void *arg)
426{
427 struct net_device *dev = arg;
428 struct wireless_dev *wdev;
429 struct wiphy *wiphy;
430 struct ieee80211_hw *hw;
431 struct wl1271 *wl;
432 struct wl1271 *wl_temp;
Eliad Pellerba8447f2011-10-10 10:13:00 +0200433 struct wl12xx_vif *wlvif;
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300434 int ret = 0;
435
436 /* Check that this notification is for us. */
437 if (what != NETDEV_CHANGE)
438 return NOTIFY_DONE;
439
440 wdev = dev->ieee80211_ptr;
441 if (wdev == NULL)
442 return NOTIFY_DONE;
443
444 wiphy = wdev->wiphy;
445 if (wiphy == NULL)
446 return NOTIFY_DONE;
447
448 hw = wiphy_priv(wiphy);
449 if (hw == NULL)
450 return NOTIFY_DONE;
451
452 wl_temp = hw->priv;
Juuso Oikarinenf9f774c2011-03-21 10:43:36 +0200453 mutex_lock(&wl_list_mutex);
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300454 list_for_each_entry(wl, &wl_list, list) {
455 if (wl == wl_temp)
456 break;
457 }
Juuso Oikarinenf9f774c2011-03-21 10:43:36 +0200458 mutex_unlock(&wl_list_mutex);
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300459 if (wl != wl_temp)
460 return NOTIFY_DONE;
461
462 mutex_lock(&wl->mutex);
463
464 if (wl->state == WL1271_STATE_OFF)
465 goto out;
466
Eliad Pellerba8447f2011-10-10 10:13:00 +0200467 wl12xx_for_each_wlvif_sta(wl, wlvif) {
468 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
469 continue;
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300470
Eliad Pellerba8447f2011-10-10 10:13:00 +0200471 ret = wl1271_ps_elp_wakeup(wl);
472 if (ret < 0)
473 goto out;
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300474
Eliad Pellerba8447f2011-10-10 10:13:00 +0200475 wl1271_check_operstate(wl, wlvif, dev->operstate);
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300476
Eliad Pellerba8447f2011-10-10 10:13:00 +0200477 wl1271_ps_elp_sleep(wl);
478 }
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300479out:
480 mutex_unlock(&wl->mutex);
481
482 return NOTIFY_OK;
483}
484
Juuso Oikarinenb7417d92010-11-10 11:27:19 +0100485static int wl1271_reg_notify(struct wiphy *wiphy,
Luciano Coelho573c67c2010-11-26 13:44:59 +0200486 struct regulatory_request *request)
487{
Juuso Oikarinenb7417d92010-11-10 11:27:19 +0100488 struct ieee80211_supported_band *band;
489 struct ieee80211_channel *ch;
490 int i;
491
492 band = wiphy->bands[IEEE80211_BAND_5GHZ];
493 for (i = 0; i < band->n_channels; i++) {
494 ch = &band->channels[i];
495 if (ch->flags & IEEE80211_CHAN_DISABLED)
496 continue;
497
498 if (ch->flags & IEEE80211_CHAN_RADAR)
499 ch->flags |= IEEE80211_CHAN_NO_IBSS |
500 IEEE80211_CHAN_PASSIVE_SCAN;
501
502 }
503
504 return 0;
505}
506
Eliad Peller9eb599e2011-10-10 10:12:59 +0200507static int wl1271_set_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif,
508 bool enable)
Eliad Peller77ddaa12011-05-15 11:10:29 +0300509{
510 int ret = 0;
511
512 /* we should hold wl->mutex */
Eliad Peller9eb599e2011-10-10 10:12:59 +0200513 ret = wl1271_acx_ps_rx_streaming(wl, wlvif, enable);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300514 if (ret < 0)
515 goto out;
516
517 if (enable)
Eliad Peller0744bdb2011-10-10 10:13:05 +0200518 set_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300519 else
Eliad Peller0744bdb2011-10-10 10:13:05 +0200520 clear_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300521out:
522 return ret;
523}
524
525/*
526 * this function is being called when the rx_streaming interval
527 * has beed changed or rx_streaming should be disabled
528 */
Eliad Peller9eb599e2011-10-10 10:12:59 +0200529int wl1271_recalc_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Eliad Peller77ddaa12011-05-15 11:10:29 +0300530{
531 int ret = 0;
532 int period = wl->conf.rx_streaming.interval;
533
534 /* don't reconfigure if rx_streaming is disabled */
Eliad Peller0744bdb2011-10-10 10:13:05 +0200535 if (!test_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags))
Eliad Peller77ddaa12011-05-15 11:10:29 +0300536 goto out;
537
538 /* reconfigure/disable according to new streaming_period */
539 if (period &&
Eliad Pellerba8447f2011-10-10 10:13:00 +0200540 test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags) &&
Eliad Peller77ddaa12011-05-15 11:10:29 +0300541 (wl->conf.rx_streaming.always ||
542 test_bit(WL1271_FLAG_SOFT_GEMINI, &wl->flags)))
Eliad Peller9eb599e2011-10-10 10:12:59 +0200543 ret = wl1271_set_rx_streaming(wl, wlvif, true);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300544 else {
Eliad Peller9eb599e2011-10-10 10:12:59 +0200545 ret = wl1271_set_rx_streaming(wl, wlvif, false);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300546 /* don't cancel_work_sync since we might deadlock */
Eliad Peller9eb599e2011-10-10 10:12:59 +0200547 del_timer_sync(&wlvif->rx_streaming_timer);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300548 }
549out:
550 return ret;
551}
552
553static void wl1271_rx_streaming_enable_work(struct work_struct *work)
554{
555 int ret;
Eliad Peller9eb599e2011-10-10 10:12:59 +0200556 struct wl12xx_vif *wlvif = container_of(work, struct wl12xx_vif,
557 rx_streaming_enable_work);
558 struct wl1271 *wl = wlvif->wl;
Eliad Peller77ddaa12011-05-15 11:10:29 +0300559
560 mutex_lock(&wl->mutex);
561
Eliad Peller0744bdb2011-10-10 10:13:05 +0200562 if (test_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags) ||
Eliad Pellerba8447f2011-10-10 10:13:00 +0200563 !test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags) ||
Eliad Peller77ddaa12011-05-15 11:10:29 +0300564 (!wl->conf.rx_streaming.always &&
565 !test_bit(WL1271_FLAG_SOFT_GEMINI, &wl->flags)))
566 goto out;
567
568 if (!wl->conf.rx_streaming.interval)
569 goto out;
570
571 ret = wl1271_ps_elp_wakeup(wl);
572 if (ret < 0)
573 goto out;
574
Eliad Peller9eb599e2011-10-10 10:12:59 +0200575 ret = wl1271_set_rx_streaming(wl, wlvif, true);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300576 if (ret < 0)
577 goto out_sleep;
578
579 /* stop it after some time of inactivity */
Eliad Peller9eb599e2011-10-10 10:12:59 +0200580 mod_timer(&wlvif->rx_streaming_timer,
Eliad Peller77ddaa12011-05-15 11:10:29 +0300581 jiffies + msecs_to_jiffies(wl->conf.rx_streaming.duration));
582
583out_sleep:
584 wl1271_ps_elp_sleep(wl);
585out:
586 mutex_unlock(&wl->mutex);
587}
588
589static void wl1271_rx_streaming_disable_work(struct work_struct *work)
590{
591 int ret;
Eliad Peller9eb599e2011-10-10 10:12:59 +0200592 struct wl12xx_vif *wlvif = container_of(work, struct wl12xx_vif,
593 rx_streaming_disable_work);
594 struct wl1271 *wl = wlvif->wl;
Eliad Peller77ddaa12011-05-15 11:10:29 +0300595
596 mutex_lock(&wl->mutex);
597
Eliad Peller0744bdb2011-10-10 10:13:05 +0200598 if (!test_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags))
Eliad Peller77ddaa12011-05-15 11:10:29 +0300599 goto out;
600
601 ret = wl1271_ps_elp_wakeup(wl);
602 if (ret < 0)
603 goto out;
604
Eliad Peller9eb599e2011-10-10 10:12:59 +0200605 ret = wl1271_set_rx_streaming(wl, wlvif, false);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300606 if (ret)
607 goto out_sleep;
608
609out_sleep:
610 wl1271_ps_elp_sleep(wl);
611out:
612 mutex_unlock(&wl->mutex);
613}
614
615static void wl1271_rx_streaming_timer(unsigned long data)
616{
Eliad Peller9eb599e2011-10-10 10:12:59 +0200617 struct wl12xx_vif *wlvif = (struct wl12xx_vif *)data;
618 struct wl1271 *wl = wlvif->wl;
619 ieee80211_queue_work(wl->hw, &wlvif->rx_streaming_disable_work);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300620}
621
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +0300622static void wl1271_conf_init(struct wl1271 *wl)
623{
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +0300624
625 /*
626 * This function applies the default configuration to the driver. This
627 * function is invoked upon driver load (spi probe.)
628 *
629 * The configuration is stored in a run-time structure in order to
630 * facilitate for run-time adjustment of any of the parameters. Making
631 * changes to the configuration structure will apply the new values on
632 * the next interface up (wl1271_op_start.)
633 */
634
635 /* apply driver default configuration */
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300636 memcpy(&wl->conf, &default_conf, sizeof(default_conf));
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +0300637
Ido Yariv95dac04f2011-06-06 14:57:06 +0300638 /* Adjust settings according to optional module parameters */
639 if (fwlog_param) {
640 if (!strcmp(fwlog_param, "continuous")) {
641 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS;
642 } else if (!strcmp(fwlog_param, "ondemand")) {
643 wl->conf.fwlog.mode = WL12XX_FWLOG_ON_DEMAND;
644 } else if (!strcmp(fwlog_param, "dbgpins")) {
645 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS;
646 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_DBG_PINS;
647 } else if (!strcmp(fwlog_param, "disable")) {
648 wl->conf.fwlog.mem_blocks = 0;
649 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_NONE;
650 } else {
651 wl1271_error("Unknown fwlog parameter %s", fwlog_param);
652 }
653 }
654}
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +0300655
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300656static int wl1271_plt_init(struct wl1271 *wl)
657{
Luciano Coelho12419cc2010-02-18 13:25:44 +0200658 struct conf_tx_ac_category *conf_ac;
659 struct conf_tx_tid *conf_tid;
660 int ret, i;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300661
Shahar Levi49d750ca2011-03-06 16:32:09 +0200662 if (wl->chip.id == CHIP_ID_1283_PG20)
663 ret = wl128x_cmd_general_parms(wl);
664 else
665 ret = wl1271_cmd_general_parms(wl);
Luciano Coelho4a904062009-11-23 23:22:18 +0200666 if (ret < 0)
Luciano Coelhocc7defa2009-11-23 23:22:16 +0200667 return ret;
668
Shahar Levi49d750ca2011-03-06 16:32:09 +0200669 if (wl->chip.id == CHIP_ID_1283_PG20)
670 ret = wl128x_cmd_radio_parms(wl);
671 else
672 ret = wl1271_cmd_radio_parms(wl);
Luciano Coelho4a904062009-11-23 23:22:18 +0200673 if (ret < 0)
Luciano Coelhocc7defa2009-11-23 23:22:16 +0200674 return ret;
675
Shahar Levi49d750ca2011-03-06 16:32:09 +0200676 if (wl->chip.id != CHIP_ID_1283_PG20) {
677 ret = wl1271_cmd_ext_radio_parms(wl);
678 if (ret < 0)
679 return ret;
680 }
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200681 if (ret < 0)
682 return ret;
683
Shahar Levi48a61472011-03-06 16:32:08 +0200684 /* Chip-specific initializations */
685 ret = wl1271_chip_specific_init(wl);
686 if (ret < 0)
687 return ret;
688
Eliad Peller92c77c72011-10-05 11:55:40 +0200689 ret = wl1271_init_templates_config(wl);
Luciano Coelho12419cc2010-02-18 13:25:44 +0200690 if (ret < 0)
691 return ret;
692
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300693 ret = wl1271_acx_init_mem_config(wl);
694 if (ret < 0)
695 return ret;
696
Luciano Coelho12419cc2010-02-18 13:25:44 +0200697 /* PHY layer config */
698 ret = wl1271_init_phy_config(wl);
699 if (ret < 0)
700 goto out_free_memmap;
701
702 ret = wl1271_acx_dco_itrim_params(wl);
703 if (ret < 0)
704 goto out_free_memmap;
705
706 /* Initialize connection monitoring thresholds */
Eliad Peller0603d892011-10-05 11:55:51 +0200707 ret = wl1271_acx_conn_monit_params(wl, NULL, false); /* TODO: fix */
Luciano Coelho12419cc2010-02-18 13:25:44 +0200708 if (ret < 0)
709 goto out_free_memmap;
710
711 /* Bluetooth WLAN coexistence */
712 ret = wl1271_init_pta(wl);
713 if (ret < 0)
714 goto out_free_memmap;
715
Shahar Leviff868432011-04-11 15:41:46 +0300716 /* FM WLAN coexistence */
717 ret = wl1271_acx_fm_coex(wl);
718 if (ret < 0)
719 goto out_free_memmap;
720
Luciano Coelho12419cc2010-02-18 13:25:44 +0200721 /* Energy detection */
722 ret = wl1271_init_energy_detection(wl);
723 if (ret < 0)
724 goto out_free_memmap;
725
Eliad Peller7f0979882011-08-14 13:17:06 +0300726 ret = wl12xx_acx_mem_cfg(wl);
Gery Kahn1ec610e2011-02-01 03:03:08 -0600727 if (ret < 0)
728 goto out_free_memmap;
729
Luciano Coelho12419cc2010-02-18 13:25:44 +0200730 /* Default fragmentation threshold */
Arik Nemtsov68d069c2010-11-08 10:51:07 +0100731 ret = wl1271_acx_frag_threshold(wl, wl->conf.tx.frag_threshold);
Luciano Coelho12419cc2010-02-18 13:25:44 +0200732 if (ret < 0)
733 goto out_free_memmap;
734
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200735 /* Default TID/AC configuration */
736 BUG_ON(wl->conf.tx.tid_conf_count != wl->conf.tx.ac_conf_count);
Luciano Coelho12419cc2010-02-18 13:25:44 +0200737 for (i = 0; i < wl->conf.tx.tid_conf_count; i++) {
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200738 conf_ac = &wl->conf.tx.ac_conf[i];
Eliad Peller0603d892011-10-05 11:55:51 +0200739 /* TODO: fix */
740 ret = wl1271_acx_ac_cfg(wl, NULL, conf_ac->ac, conf_ac->cw_min,
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200741 conf_ac->cw_max, conf_ac->aifsn,
742 conf_ac->tx_op_limit);
743 if (ret < 0)
744 goto out_free_memmap;
745
Luciano Coelho12419cc2010-02-18 13:25:44 +0200746 conf_tid = &wl->conf.tx.tid_conf[i];
Eliad Peller0603d892011-10-05 11:55:51 +0200747 /* TODO: fix */
748 ret = wl1271_acx_tid_cfg(wl, NULL, conf_tid->queue_id,
Luciano Coelho12419cc2010-02-18 13:25:44 +0200749 conf_tid->channel_type,
750 conf_tid->tsid,
751 conf_tid->ps_scheme,
752 conf_tid->ack_policy,
753 conf_tid->apsd_conf[0],
754 conf_tid->apsd_conf[1]);
755 if (ret < 0)
756 goto out_free_memmap;
757 }
758
Luciano Coelho12419cc2010-02-18 13:25:44 +0200759 /* Enable data path */
Luciano Coelho94210892009-12-11 15:40:55 +0200760 ret = wl1271_cmd_data_path(wl, 1);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300761 if (ret < 0)
Luciano Coelho12419cc2010-02-18 13:25:44 +0200762 goto out_free_memmap;
763
764 /* Configure for CAM power saving (ie. always active) */
765 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM);
766 if (ret < 0)
767 goto out_free_memmap;
768
769 /* configure PM */
770 ret = wl1271_acx_pm_config(wl);
771 if (ret < 0)
772 goto out_free_memmap;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300773
774 return 0;
Luciano Coelho12419cc2010-02-18 13:25:44 +0200775
776 out_free_memmap:
777 kfree(wl->target_mem_map);
778 wl->target_mem_map = NULL;
779
780 return ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300781}
782
Eliad Peller6e8cd332011-10-10 10:13:13 +0200783static void wl12xx_irq_ps_regulate_link(struct wl1271 *wl,
784 struct wl12xx_vif *wlvif,
785 u8 hlid, u8 tx_pkts)
Arik Nemtsovb622d992011-02-23 00:22:31 +0200786{
Arik Nemtsovda032092011-08-25 12:43:15 +0300787 bool fw_ps, single_sta;
Arik Nemtsovb622d992011-02-23 00:22:31 +0200788
Arik Nemtsovb622d992011-02-23 00:22:31 +0200789 fw_ps = test_bit(hlid, (unsigned long *)&wl->ap_fw_ps_map);
Arik Nemtsovda032092011-08-25 12:43:15 +0300790 single_sta = (wl->active_sta_count == 1);
Arik Nemtsovb622d992011-02-23 00:22:31 +0200791
792 /*
793 * Wake up from high level PS if the STA is asleep with too little
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300794 * packets in FW or if the STA is awake.
Arik Nemtsovb622d992011-02-23 00:22:31 +0200795 */
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300796 if (!fw_ps || tx_pkts < WL1271_PS_STA_MAX_PACKETS)
Eliad Peller6e8cd332011-10-10 10:13:13 +0200797 wl12xx_ps_link_end(wl, wlvif, hlid);
Arik Nemtsovb622d992011-02-23 00:22:31 +0200798
Arik Nemtsovda032092011-08-25 12:43:15 +0300799 /*
800 * Start high-level PS if the STA is asleep with enough blocks in FW.
801 * Make an exception if this is the only connected station. In this
802 * case FW-memory congestion is not a problem.
803 */
804 else if (!single_sta && fw_ps && tx_pkts >= WL1271_PS_STA_MAX_PACKETS)
Eliad Peller6e8cd332011-10-10 10:13:13 +0200805 wl12xx_ps_link_start(wl, wlvif, hlid, true);
Arik Nemtsovb622d992011-02-23 00:22:31 +0200806}
807
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300808static void wl12xx_irq_update_links_status(struct wl1271 *wl,
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200809 struct wl12xx_vif *wlvif,
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300810 struct wl12xx_fw_status *status)
Arik Nemtsovb622d992011-02-23 00:22:31 +0200811{
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200812 struct wl1271_link *lnk;
Arik Nemtsovb622d992011-02-23 00:22:31 +0200813 u32 cur_fw_ps_map;
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300814 u8 hlid, cnt;
815
816 /* TODO: also use link_fast_bitmap here */
Arik Nemtsovb622d992011-02-23 00:22:31 +0200817
818 cur_fw_ps_map = le32_to_cpu(status->link_ps_bitmap);
819 if (wl->ap_fw_ps_map != cur_fw_ps_map) {
820 wl1271_debug(DEBUG_PSM,
821 "link ps prev 0x%x cur 0x%x changed 0x%x",
822 wl->ap_fw_ps_map, cur_fw_ps_map,
823 wl->ap_fw_ps_map ^ cur_fw_ps_map);
824
825 wl->ap_fw_ps_map = cur_fw_ps_map;
826 }
827
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200828 for_each_set_bit(hlid, wlvif->ap.sta_hlid_map, WL12XX_MAX_LINKS) {
829 lnk = &wl->links[hlid];
830 cnt = status->tx_lnk_free_pkts[hlid] - lnk->prev_freed_pkts;
Arik Nemtsovb622d992011-02-23 00:22:31 +0200831
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200832 lnk->prev_freed_pkts = status->tx_lnk_free_pkts[hlid];
833 lnk->allocated_pkts -= cnt;
Arik Nemtsovb622d992011-02-23 00:22:31 +0200834
Eliad Peller6e8cd332011-10-10 10:13:13 +0200835 wl12xx_irq_ps_regulate_link(wl, wlvif, hlid,
836 lnk->allocated_pkts);
Arik Nemtsovb622d992011-02-23 00:22:31 +0200837 }
838}
839
Eliad Peller4d56ad92011-08-14 13:17:05 +0300840static void wl12xx_fw_status(struct wl1271 *wl,
841 struct wl12xx_fw_status *status)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300842{
Eliad Peller6e8cd332011-10-10 10:13:13 +0200843 struct wl12xx_vif *wlvif;
Juuso Oikarinenac5e1e32010-02-22 08:38:38 +0200844 struct timespec ts;
Shahar Levi13b107d2011-03-06 16:32:12 +0200845 u32 old_tx_blk_count = wl->tx_blocks_available;
Eliad Peller4d56ad92011-08-14 13:17:05 +0300846 int avail, freed_blocks;
Arik Nemtsovbf54e302011-08-14 13:17:32 +0300847 int i;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300848
Eliad Peller4d56ad92011-08-14 13:17:05 +0300849 wl1271_raw_read(wl, FW_STATUS_ADDR, status, sizeof(*status), false);
Shahar Levi13b107d2011-03-06 16:32:12 +0200850
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300851 wl1271_debug(DEBUG_IRQ, "intr: 0x%x (fw_rx_counter = %d, "
852 "drv_rx_counter = %d, tx_results_counter = %d)",
853 status->intr,
854 status->fw_rx_counter,
855 status->drv_rx_counter,
856 status->tx_results_counter);
857
Arik Nemtsovbf54e302011-08-14 13:17:32 +0300858 for (i = 0; i < NUM_TX_QUEUES; i++) {
859 /* prevent wrap-around in freed-packets counter */
Arik Nemtsov742246f2011-08-14 13:17:33 +0300860 wl->tx_allocated_pkts[i] -=
Arik Nemtsovbf54e302011-08-14 13:17:32 +0300861 (status->tx_released_pkts[i] -
862 wl->tx_pkts_freed[i]) & 0xff;
863
864 wl->tx_pkts_freed[i] = status->tx_released_pkts[i];
865 }
866
Arik Nemtsovbdf91cf2011-08-14 13:17:34 +0300867 /* prevent wrap-around in total blocks counter */
868 if (likely(wl->tx_blocks_freed <=
869 le32_to_cpu(status->total_released_blks)))
870 freed_blocks = le32_to_cpu(status->total_released_blks) -
871 wl->tx_blocks_freed;
872 else
873 freed_blocks = 0x100000000LL - wl->tx_blocks_freed +
874 le32_to_cpu(status->total_released_blks);
875
Eliad Peller4d56ad92011-08-14 13:17:05 +0300876 wl->tx_blocks_freed = le32_to_cpu(status->total_released_blks);
Shahar Levi13b107d2011-03-06 16:32:12 +0200877
Arik Nemtsov7bb5d6c2011-08-14 13:17:00 +0300878 wl->tx_allocated_blocks -= freed_blocks;
879
Eliad Peller4d56ad92011-08-14 13:17:05 +0300880 avail = le32_to_cpu(status->tx_total) - wl->tx_allocated_blocks;
Ido Yarivd2f4d472011-03-31 10:07:00 +0200881
Eliad Peller4d56ad92011-08-14 13:17:05 +0300882 /*
883 * The FW might change the total number of TX memblocks before
884 * we get a notification about blocks being released. Thus, the
885 * available blocks calculation might yield a temporary result
886 * which is lower than the actual available blocks. Keeping in
887 * mind that only blocks that were allocated can be moved from
888 * TX to RX, tx_blocks_available should never decrease here.
889 */
890 wl->tx_blocks_available = max((int)wl->tx_blocks_available,
891 avail);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300892
Ido Yariva5225502010-10-12 14:49:10 +0200893 /* if more blocks are available now, tx work can be scheduled */
Shahar Levi13b107d2011-03-06 16:32:12 +0200894 if (wl->tx_blocks_available > old_tx_blk_count)
Ido Yariva5225502010-10-12 14:49:10 +0200895 clear_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300896
Eliad Peller4d56ad92011-08-14 13:17:05 +0300897 /* for AP update num of allocated TX blocks per link and ps status */
Eliad Peller6e8cd332011-10-10 10:13:13 +0200898 wl12xx_for_each_wlvif_ap(wl, wlvif) {
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200899 wl12xx_irq_update_links_status(wl, wlvif, status);
Eliad Peller6e8cd332011-10-10 10:13:13 +0200900 }
Eliad Peller4d56ad92011-08-14 13:17:05 +0300901
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300902 /* update the host-chipset time offset */
Juuso Oikarinenac5e1e32010-02-22 08:38:38 +0200903 getnstimeofday(&ts);
904 wl->time_offset = (timespec_to_ns(&ts) >> 10) -
905 (s64)le32_to_cpu(status->fw_localtime);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300906}
907
Ido Yariva6208652011-03-01 15:14:41 +0200908static void wl1271_flush_deferred_work(struct wl1271 *wl)
909{
910 struct sk_buff *skb;
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200911
Ido Yariva6208652011-03-01 15:14:41 +0200912 /* Pass all received frames to the network stack */
913 while ((skb = skb_dequeue(&wl->deferred_rx_queue)))
914 ieee80211_rx_ni(wl->hw, skb);
915
916 /* Return sent skbs to the network stack */
917 while ((skb = skb_dequeue(&wl->deferred_tx_queue)))
Eliad Pellerc27d3ac2011-06-07 10:40:39 +0300918 ieee80211_tx_status_ni(wl->hw, skb);
Ido Yariva6208652011-03-01 15:14:41 +0200919}
920
921static void wl1271_netstack_work(struct work_struct *work)
922{
923 struct wl1271 *wl =
924 container_of(work, struct wl1271, netstack_work);
925
926 do {
927 wl1271_flush_deferred_work(wl);
928 } while (skb_queue_len(&wl->deferred_rx_queue));
929}
930
931#define WL1271_IRQ_MAX_LOOPS 256
932
933irqreturn_t wl1271_irq(int irq, void *cookie)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300934{
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300935 int ret;
Juuso Oikarinenc15f63b2009-10-12 15:08:50 +0300936 u32 intr;
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200937 int loopcount = WL1271_IRQ_MAX_LOOPS;
Ido Yariva6208652011-03-01 15:14:41 +0200938 struct wl1271 *wl = (struct wl1271 *)cookie;
939 bool done = false;
940 unsigned int defer_count;
Ido Yarivb07d4032011-03-01 15:14:43 +0200941 unsigned long flags;
942
943 /* TX might be handled here, avoid redundant work */
944 set_bit(WL1271_FLAG_TX_PENDING, &wl->flags);
945 cancel_work_sync(&wl->tx_work);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300946
Ido Yariv341b7cd2011-03-31 10:07:01 +0200947 /*
948 * In case edge triggered interrupt must be used, we cannot iterate
949 * more than once without introducing race conditions with the hardirq.
950 */
951 if (wl->platform_quirks & WL12XX_PLATFORM_QUIRK_EDGE_IRQ)
952 loopcount = 1;
953
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300954 mutex_lock(&wl->mutex);
955
956 wl1271_debug(DEBUG_IRQ, "IRQ work");
957
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200958 if (unlikely(wl->state == WL1271_STATE_OFF))
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300959 goto out;
960
Ido Yariva6208652011-03-01 15:14:41 +0200961 ret = wl1271_ps_elp_wakeup(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300962 if (ret < 0)
963 goto out;
964
Ido Yariva6208652011-03-01 15:14:41 +0200965 while (!done && loopcount--) {
966 /*
967 * In order to avoid a race with the hardirq, clear the flag
968 * before acknowledging the chip. Since the mutex is held,
969 * wl1271_ps_elp_wakeup cannot be called concurrently.
970 */
971 clear_bit(WL1271_FLAG_IRQ_RUNNING, &wl->flags);
972 smp_mb__after_clear_bit();
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200973
Eliad Peller4d56ad92011-08-14 13:17:05 +0300974 wl12xx_fw_status(wl, wl->fw_status);
975 intr = le32_to_cpu(wl->fw_status->intr);
Ido Yariva6208652011-03-01 15:14:41 +0200976 intr &= WL1271_INTR_MASK;
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200977 if (!intr) {
Ido Yariva6208652011-03-01 15:14:41 +0200978 done = true;
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200979 continue;
980 }
981
Eliad Pellerccc83b02010-10-27 14:09:57 +0200982 if (unlikely(intr & WL1271_ACX_INTR_WATCHDOG)) {
983 wl1271_error("watchdog interrupt received! "
984 "starting recovery.");
Ido Yarivbaacb9a2011-06-06 14:57:05 +0300985 wl12xx_queue_recovery_work(wl);
Eliad Pellerccc83b02010-10-27 14:09:57 +0200986
987 /* restarting the chip. ignore any other interrupt. */
988 goto out;
989 }
990
Ido Yariva6208652011-03-01 15:14:41 +0200991 if (likely(intr & WL1271_ACX_INTR_DATA)) {
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200992 wl1271_debug(DEBUG_IRQ, "WL1271_ACX_INTR_DATA");
993
Eliad Peller4d56ad92011-08-14 13:17:05 +0300994 wl12xx_rx(wl, wl->fw_status);
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200995
Ido Yariva5225502010-10-12 14:49:10 +0200996 /* Check if any tx blocks were freed */
Ido Yarivb07d4032011-03-01 15:14:43 +0200997 spin_lock_irqsave(&wl->wl_lock, flags);
Ido Yariva5225502010-10-12 14:49:10 +0200998 if (!test_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags) &&
Arik Nemtsovf1a46382011-07-07 14:25:23 +0300999 wl1271_tx_total_queue_count(wl) > 0) {
Ido Yarivb07d4032011-03-01 15:14:43 +02001000 spin_unlock_irqrestore(&wl->wl_lock, flags);
Ido Yariva5225502010-10-12 14:49:10 +02001001 /*
1002 * In order to avoid starvation of the TX path,
1003 * call the work function directly.
1004 */
Eliad Pellera32d0cd2011-10-10 10:12:55 +02001005 wl1271_tx_work_locked(wl);
Ido Yarivb07d4032011-03-01 15:14:43 +02001006 } else {
1007 spin_unlock_irqrestore(&wl->wl_lock, flags);
Ido Yariva5225502010-10-12 14:49:10 +02001008 }
1009
Ido Yariv8aad2462011-03-01 15:14:38 +02001010 /* check for tx results */
Eliad Peller4d56ad92011-08-14 13:17:05 +03001011 if (wl->fw_status->tx_results_counter !=
Ido Yariv8aad2462011-03-01 15:14:38 +02001012 (wl->tx_results_count & 0xff))
1013 wl1271_tx_complete(wl);
Ido Yariva6208652011-03-01 15:14:41 +02001014
1015 /* Make sure the deferred queues don't get too long */
1016 defer_count = skb_queue_len(&wl->deferred_tx_queue) +
1017 skb_queue_len(&wl->deferred_rx_queue);
1018 if (defer_count > WL1271_DEFERRED_QUEUE_LIMIT)
1019 wl1271_flush_deferred_work(wl);
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +02001020 }
1021
1022 if (intr & WL1271_ACX_INTR_EVENT_A) {
1023 wl1271_debug(DEBUG_IRQ, "WL1271_ACX_INTR_EVENT_A");
1024 wl1271_event_handle(wl, 0);
1025 }
1026
1027 if (intr & WL1271_ACX_INTR_EVENT_B) {
1028 wl1271_debug(DEBUG_IRQ, "WL1271_ACX_INTR_EVENT_B");
1029 wl1271_event_handle(wl, 1);
1030 }
1031
1032 if (intr & WL1271_ACX_INTR_INIT_COMPLETE)
1033 wl1271_debug(DEBUG_IRQ,
1034 "WL1271_ACX_INTR_INIT_COMPLETE");
1035
1036 if (intr & WL1271_ACX_INTR_HW_AVAILABLE)
1037 wl1271_debug(DEBUG_IRQ, "WL1271_ACX_INTR_HW_AVAILABLE");
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001038 }
1039
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001040 wl1271_ps_elp_sleep(wl);
1041
1042out:
Ido Yarivb07d4032011-03-01 15:14:43 +02001043 spin_lock_irqsave(&wl->wl_lock, flags);
1044 /* In case TX was not handled here, queue TX work */
1045 clear_bit(WL1271_FLAG_TX_PENDING, &wl->flags);
1046 if (!test_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags) &&
Arik Nemtsovf1a46382011-07-07 14:25:23 +03001047 wl1271_tx_total_queue_count(wl) > 0)
Ido Yarivb07d4032011-03-01 15:14:43 +02001048 ieee80211_queue_work(wl->hw, &wl->tx_work);
1049 spin_unlock_irqrestore(&wl->wl_lock, flags);
1050
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001051 mutex_unlock(&wl->mutex);
Ido Yariva6208652011-03-01 15:14:41 +02001052
1053 return IRQ_HANDLED;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001054}
Ido Yariva6208652011-03-01 15:14:41 +02001055EXPORT_SYMBOL_GPL(wl1271_irq);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001056
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001057static int wl1271_fetch_firmware(struct wl1271 *wl)
1058{
1059 const struct firmware *fw;
Arik Nemtsov166d5042010-10-16 21:44:57 +02001060 const char *fw_name;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001061 int ret;
1062
Arik Nemtsovc302b2c2011-08-17 10:45:48 +03001063 if (wl->chip.id == CHIP_ID_1283_PG20)
1064 fw_name = WL128X_FW_NAME;
1065 else
1066 fw_name = WL127X_FW_NAME;
Arik Nemtsov166d5042010-10-16 21:44:57 +02001067
1068 wl1271_debug(DEBUG_BOOT, "booting firmware %s", fw_name);
1069
1070 ret = request_firmware(&fw, fw_name, wl1271_wl_to_dev(wl));
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001071
1072 if (ret < 0) {
1073 wl1271_error("could not get firmware: %d", ret);
1074 return ret;
1075 }
1076
1077 if (fw->size % 4) {
1078 wl1271_error("firmware size is not multiple of 32 bits: %zu",
1079 fw->size);
1080 ret = -EILSEQ;
1081 goto out;
1082 }
1083
Arik Nemtsov166d5042010-10-16 21:44:57 +02001084 vfree(wl->fw);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001085 wl->fw_len = fw->size;
Juuso Oikarinen1fba4972009-10-08 21:56:32 +03001086 wl->fw = vmalloc(wl->fw_len);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001087
1088 if (!wl->fw) {
1089 wl1271_error("could not allocate memory for the firmware");
1090 ret = -ENOMEM;
1091 goto out;
1092 }
1093
1094 memcpy(wl->fw, fw->data, wl->fw_len);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001095 ret = 0;
1096
1097out:
1098 release_firmware(fw);
1099
1100 return ret;
1101}
1102
1103static int wl1271_fetch_nvs(struct wl1271 *wl)
1104{
1105 const struct firmware *fw;
1106 int ret;
1107
Shahar Levi5aa42342011-03-06 16:32:07 +02001108 ret = request_firmware(&fw, WL12XX_NVS_NAME, wl1271_wl_to_dev(wl));
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001109
1110 if (ret < 0) {
1111 wl1271_error("could not get nvs file: %d", ret);
1112 return ret;
1113 }
1114
Shahar Levibc765bf2011-03-06 16:32:10 +02001115 wl->nvs = kmemdup(fw->data, fw->size, GFP_KERNEL);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001116
1117 if (!wl->nvs) {
1118 wl1271_error("could not allocate memory for the nvs file");
1119 ret = -ENOMEM;
1120 goto out;
1121 }
1122
Juuso Oikarinen02fabb02010-08-19 04:41:15 +02001123 wl->nvs_len = fw->size;
1124
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001125out:
1126 release_firmware(fw);
1127
1128 return ret;
1129}
1130
Ido Yarivbaacb9a2011-06-06 14:57:05 +03001131void wl12xx_queue_recovery_work(struct wl1271 *wl)
1132{
1133 if (!test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags))
1134 ieee80211_queue_work(wl->hw, &wl->recovery_work);
1135}
1136
Ido Yariv95dac04f2011-06-06 14:57:06 +03001137size_t wl12xx_copy_fwlog(struct wl1271 *wl, u8 *memblock, size_t maxlen)
1138{
1139 size_t len = 0;
1140
1141 /* The FW log is a length-value list, find where the log end */
1142 while (len < maxlen) {
1143 if (memblock[len] == 0)
1144 break;
1145 if (len + memblock[len] + 1 > maxlen)
1146 break;
1147 len += memblock[len] + 1;
1148 }
1149
1150 /* Make sure we have enough room */
1151 len = min(len, (size_t)(PAGE_SIZE - wl->fwlog_size));
1152
1153 /* Fill the FW log file, consumed by the sysfs fwlog entry */
1154 memcpy(wl->fwlog + wl->fwlog_size, memblock, len);
1155 wl->fwlog_size += len;
1156
1157 return len;
1158}
1159
1160static void wl12xx_read_fwlog_panic(struct wl1271 *wl)
1161{
1162 u32 addr;
1163 u32 first_addr;
1164 u8 *block;
1165
1166 if ((wl->quirks & WL12XX_QUIRK_FWLOG_NOT_IMPLEMENTED) ||
1167 (wl->conf.fwlog.mode != WL12XX_FWLOG_ON_DEMAND) ||
1168 (wl->conf.fwlog.mem_blocks == 0))
1169 return;
1170
1171 wl1271_info("Reading FW panic log");
1172
1173 block = kmalloc(WL12XX_HW_BLOCK_SIZE, GFP_KERNEL);
1174 if (!block)
1175 return;
1176
1177 /*
1178 * Make sure the chip is awake and the logger isn't active.
1179 * This might fail if the firmware hanged.
1180 */
1181 if (!wl1271_ps_elp_wakeup(wl))
1182 wl12xx_cmd_stop_fwlog(wl);
1183
1184 /* Read the first memory block address */
Eliad Peller4d56ad92011-08-14 13:17:05 +03001185 wl12xx_fw_status(wl, wl->fw_status);
1186 first_addr = le32_to_cpu(wl->fw_status->log_start_addr);
Ido Yariv95dac04f2011-06-06 14:57:06 +03001187 if (!first_addr)
1188 goto out;
1189
1190 /* Traverse the memory blocks linked list */
1191 addr = first_addr;
1192 do {
1193 memset(block, 0, WL12XX_HW_BLOCK_SIZE);
1194 wl1271_read_hwaddr(wl, addr, block, WL12XX_HW_BLOCK_SIZE,
1195 false);
1196
1197 /*
1198 * Memory blocks are linked to one another. The first 4 bytes
1199 * of each memory block hold the hardware address of the next
1200 * one. The last memory block points to the first one.
1201 */
Eliad Peller4d56ad92011-08-14 13:17:05 +03001202 addr = le32_to_cpup((__le32 *)block);
Ido Yariv95dac04f2011-06-06 14:57:06 +03001203 if (!wl12xx_copy_fwlog(wl, block + sizeof(addr),
1204 WL12XX_HW_BLOCK_SIZE - sizeof(addr)))
1205 break;
1206 } while (addr && (addr != first_addr));
1207
1208 wake_up_interruptible(&wl->fwlog_waitq);
1209
1210out:
1211 kfree(block);
1212}
1213
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001214static void wl1271_recovery_work(struct work_struct *work)
1215{
1216 struct wl1271 *wl =
1217 container_of(work, struct wl1271, recovery_work);
Eliad Peller48e93e42011-10-10 10:12:58 +02001218 struct wl12xx_vif *wlvif;
Eliad Peller6e8cd332011-10-10 10:13:13 +02001219 struct ieee80211_vif *vif;
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001220
1221 mutex_lock(&wl->mutex);
1222
1223 if (wl->state != WL1271_STATE_ON)
Eliad Pellerf0277432011-10-10 10:13:14 +02001224 goto out_unlock;
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001225
Ido Yarivbaacb9a2011-06-06 14:57:05 +03001226 /* Avoid a recursive recovery */
1227 set_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags);
1228
Ido Yariv95dac04f2011-06-06 14:57:06 +03001229 wl12xx_read_fwlog_panic(wl);
1230
Arik Nemtsov52dcaf52011-04-18 14:15:24 +03001231 wl1271_info("Hardware recovery in progress. FW ver: %s pc: 0x%x",
1232 wl->chip.fw_ver_str, wl1271_read32(wl, SCR_PAD4));
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001233
Eliad Peller2a5bff02011-08-25 18:10:59 +03001234 BUG_ON(bug_on_recovery);
1235
Oz Krakowskib992c682011-06-26 10:36:02 +03001236 /*
1237 * Advance security sequence number to overcome potential progress
1238 * in the firmware during recovery. This doens't hurt if the network is
1239 * not encrypted.
1240 */
Eliad Peller48e93e42011-10-10 10:12:58 +02001241 wl12xx_for_each_wlvif(wl, wlvif) {
Eliad Pellerba8447f2011-10-10 10:13:00 +02001242 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags) ||
Eliad Peller53d40d02011-10-10 10:13:02 +02001243 test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags))
Eliad Peller48e93e42011-10-10 10:12:58 +02001244 wlvif->tx_security_seq +=
1245 WL1271_TX_SQN_POST_RECOVERY_PADDING;
1246 }
Oz Krakowskib992c682011-06-26 10:36:02 +03001247
Arik Nemtsov7dece1c2011-04-18 14:15:28 +03001248 /* Prevent spurious TX during FW restart */
1249 ieee80211_stop_queues(wl->hw);
1250
Luciano Coelho33c2c062011-05-10 14:46:02 +03001251 if (wl->sched_scanning) {
1252 ieee80211_sched_scan_stopped(wl->hw);
1253 wl->sched_scanning = false;
1254 }
1255
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001256 /* reboot the chipset */
Eliad Peller6e8cd332011-10-10 10:13:13 +02001257 while (!list_empty(&wl->wlvif_list)) {
1258 wlvif = list_first_entry(&wl->wlvif_list,
1259 struct wl12xx_vif, list);
1260 vif = wl12xx_wlvif_to_vif(wlvif);
1261 __wl1271_op_remove_interface(wl, vif, false);
1262 }
Eliad Pellerf0277432011-10-10 10:13:14 +02001263 mutex_unlock(&wl->mutex);
1264 wl1271_op_stop(wl->hw);
Ido Yarivbaacb9a2011-06-06 14:57:05 +03001265
1266 clear_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags);
1267
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001268 ieee80211_restart_hw(wl->hw);
1269
Arik Nemtsov7dece1c2011-04-18 14:15:28 +03001270 /*
1271 * Its safe to enable TX now - the queues are stopped after a request
1272 * to restart the HW.
1273 */
1274 ieee80211_wake_queues(wl->hw);
Eliad Pellerf0277432011-10-10 10:13:14 +02001275 return;
1276out_unlock:
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001277 mutex_unlock(&wl->mutex);
1278}
1279
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001280static void wl1271_fw_wakeup(struct wl1271 *wl)
1281{
1282 u32 elp_reg;
1283
1284 elp_reg = ELPCTRL_WAKE_UP;
Juuso Oikarinen74621412009-10-12 15:08:54 +03001285 wl1271_raw_write32(wl, HW_ACCESS_ELP_CTRL_REG_ADDR, elp_reg);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001286}
1287
1288static int wl1271_setup(struct wl1271 *wl)
1289{
1290 wl->fw_status = kmalloc(sizeof(*wl->fw_status), GFP_KERNEL);
1291 if (!wl->fw_status)
1292 return -ENOMEM;
1293
1294 wl->tx_res_if = kmalloc(sizeof(*wl->tx_res_if), GFP_KERNEL);
1295 if (!wl->tx_res_if) {
1296 kfree(wl->fw_status);
1297 return -ENOMEM;
1298 }
1299
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001300 return 0;
1301}
1302
1303static int wl1271_chip_wakeup(struct wl1271 *wl)
1304{
Juuso Oikarinen451de972009-10-12 15:08:46 +03001305 struct wl1271_partition_set partition;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001306 int ret = 0;
1307
Juuso Oikarinen01ac17ec2009-12-11 15:41:02 +02001308 msleep(WL1271_PRE_POWER_ON_SLEEP);
Ohad Ben-Cohen2cc78ff2010-09-16 01:22:04 +02001309 ret = wl1271_power_on(wl);
1310 if (ret < 0)
1311 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001312 msleep(WL1271_POWER_ON_SLEEP);
Teemu Paasikivi9b280722010-02-18 13:25:56 +02001313 wl1271_io_reset(wl);
1314 wl1271_io_init(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001315
1316 /* We don't need a real memory partition here, because we only want
1317 * to use the registers at this point. */
Juuso Oikarinen451de972009-10-12 15:08:46 +03001318 memset(&partition, 0, sizeof(partition));
1319 partition.reg.start = REGISTERS_BASE;
1320 partition.reg.size = REGISTERS_DOWN_SIZE;
1321 wl1271_set_partition(wl, &partition);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001322
1323 /* ELP module wake up */
1324 wl1271_fw_wakeup(wl);
1325
1326 /* whal_FwCtrl_BootSm() */
1327
1328 /* 0. read chip id from CHIP_ID */
Teemu Paasikivi7b048c52010-02-18 13:25:55 +02001329 wl->chip.id = wl1271_read32(wl, CHIP_ID_B);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001330
1331 /* 1. check if chip id is valid */
1332
1333 switch (wl->chip.id) {
1334 case CHIP_ID_1271_PG10:
1335 wl1271_warning("chip id 0x%x (1271 PG10) support is obsolete",
1336 wl->chip.id);
1337
1338 ret = wl1271_setup(wl);
1339 if (ret < 0)
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001340 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001341 break;
1342 case CHIP_ID_1271_PG20:
1343 wl1271_debug(DEBUG_BOOT, "chip id 0x%x (1271 PG20)",
1344 wl->chip.id);
1345
1346 ret = wl1271_setup(wl);
1347 if (ret < 0)
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001348 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001349 break;
Shahar Levi0830cee2011-03-06 16:32:20 +02001350 case CHIP_ID_1283_PG20:
1351 wl1271_debug(DEBUG_BOOT, "chip id 0x%x (1283 PG20)",
1352 wl->chip.id);
1353
1354 ret = wl1271_setup(wl);
1355 if (ret < 0)
1356 goto out;
Shahar Levi0c005042011-06-12 10:34:43 +03001357
Ido Yariv0da13da2011-03-31 10:06:58 +02001358 if (wl1271_set_block_size(wl))
1359 wl->quirks |= WL12XX_QUIRK_BLOCKSIZE_ALIGNMENT;
Shahar Levi0830cee2011-03-06 16:32:20 +02001360 break;
1361 case CHIP_ID_1283_PG10:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001362 default:
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001363 wl1271_warning("unsupported chip id: 0x%x", wl->chip.id);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001364 ret = -ENODEV;
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001365 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001366 }
1367
Arik Nemtsovc302b2c2011-08-17 10:45:48 +03001368 if (wl->fw == NULL) {
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001369 ret = wl1271_fetch_firmware(wl);
1370 if (ret < 0)
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001371 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001372 }
1373
1374 /* No NVS from netlink, try to get it from the filesystem */
1375 if (wl->nvs == NULL) {
1376 ret = wl1271_fetch_nvs(wl);
1377 if (ret < 0)
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001378 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001379 }
1380
1381out:
1382 return ret;
1383}
1384
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001385int wl1271_plt_start(struct wl1271 *wl)
1386{
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001387 int retries = WL1271_BOOT_RETRIES;
Gery Kahn6f07b722011-07-18 14:21:49 +03001388 struct wiphy *wiphy = wl->hw->wiphy;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001389 int ret;
1390
1391 mutex_lock(&wl->mutex);
1392
1393 wl1271_notice("power up");
1394
1395 if (wl->state != WL1271_STATE_OFF) {
1396 wl1271_error("cannot go into PLT state because not "
1397 "in off state: %d", wl->state);
1398 ret = -EBUSY;
1399 goto out;
1400 }
1401
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001402 while (retries) {
1403 retries--;
1404 ret = wl1271_chip_wakeup(wl);
1405 if (ret < 0)
1406 goto power_off;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001407
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001408 ret = wl1271_boot(wl);
1409 if (ret < 0)
1410 goto power_off;
1411
1412 ret = wl1271_plt_init(wl);
1413 if (ret < 0)
1414 goto irq_disable;
1415
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001416 wl->state = WL1271_STATE_PLT;
1417 wl1271_notice("firmware booted in PLT mode (%s)",
Levi, Shahar4b7fac72011-01-23 07:27:22 +01001418 wl->chip.fw_ver_str);
Luciano Coelhoe7ddf542011-03-10 15:24:57 +02001419
Gery Kahn6f07b722011-07-18 14:21:49 +03001420 /* update hw/fw version info in wiphy struct */
1421 wiphy->hw_version = wl->chip.id;
1422 strncpy(wiphy->fw_version, wl->chip.fw_ver_str,
1423 sizeof(wiphy->fw_version));
1424
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001425 goto out;
1426
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001427irq_disable:
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001428 mutex_unlock(&wl->mutex);
1429 /* Unlocking the mutex in the middle of handling is
1430 inherently unsafe. In this case we deem it safe to do,
1431 because we need to let any possibly pending IRQ out of
1432 the system (and while we are WL1271_STATE_OFF the IRQ
1433 work function will not do anything.) Also, any other
1434 possible concurrent operations will fail due to the
1435 current state, hence the wl1271 struct should be safe. */
Ido Yariva6208652011-03-01 15:14:41 +02001436 wl1271_disable_interrupts(wl);
1437 wl1271_flush_deferred_work(wl);
1438 cancel_work_sync(&wl->netstack_work);
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001439 mutex_lock(&wl->mutex);
1440power_off:
1441 wl1271_power_off(wl);
1442 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001443
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001444 wl1271_error("firmware boot in PLT mode failed despite %d retries",
1445 WL1271_BOOT_RETRIES);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001446out:
1447 mutex_unlock(&wl->mutex);
1448
1449 return ret;
1450}
1451
Luciano Coelho4623ec72011-03-21 19:26:41 +02001452static int __wl1271_plt_stop(struct wl1271 *wl)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001453{
1454 int ret = 0;
1455
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001456 wl1271_notice("power down");
1457
1458 if (wl->state != WL1271_STATE_PLT) {
1459 wl1271_error("cannot power down because not in PLT "
1460 "state: %d", wl->state);
1461 ret = -EBUSY;
1462 goto out;
1463 }
1464
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001465 wl1271_power_off(wl);
1466
1467 wl->state = WL1271_STATE_OFF;
Luciano Coelhobd5ea182009-10-13 12:47:58 +03001468 wl->rx_counter = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001469
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001470 mutex_unlock(&wl->mutex);
Ido Yariva6208652011-03-01 15:14:41 +02001471 wl1271_disable_interrupts(wl);
1472 wl1271_flush_deferred_work(wl);
1473 cancel_work_sync(&wl->netstack_work);
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001474 cancel_work_sync(&wl->recovery_work);
Juuso Oikarinen4ae3fa82011-01-14 12:48:46 +01001475 mutex_lock(&wl->mutex);
1476out:
1477 return ret;
1478}
Juuso Oikarinen8c7f4f32010-09-21 06:23:29 +02001479
Juuso Oikarinen4ae3fa82011-01-14 12:48:46 +01001480int wl1271_plt_stop(struct wl1271 *wl)
1481{
1482 int ret;
1483
1484 mutex_lock(&wl->mutex);
1485 ret = __wl1271_plt_stop(wl);
1486 mutex_unlock(&wl->mutex);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001487 return ret;
1488}
1489
Johannes Berg7bb45682011-02-24 14:42:06 +01001490static void wl1271_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001491{
1492 struct wl1271 *wl = hw->priv;
Eliad Pellera8ab39a2011-10-05 11:55:54 +02001493 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
1494 struct ieee80211_vif *vif = info->control.vif;
1495 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Juuso Oikarinen830fb672009-12-11 15:41:06 +02001496 unsigned long flags;
Arik Nemtsov708bb3c2011-06-24 13:03:37 +03001497 int q, mapping;
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001498 u8 hlid;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001499
Arik Nemtsov708bb3c2011-06-24 13:03:37 +03001500 mapping = skb_get_queue_mapping(skb);
1501 q = wl1271_tx_get_queue(mapping);
Ido Yarivb07d4032011-03-01 15:14:43 +02001502
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001503 hlid = wl12xx_tx_get_hlid(wl, wlvif, skb);
Ido Yarivb07d4032011-03-01 15:14:43 +02001504
Juuso Oikarinen830fb672009-12-11 15:41:06 +02001505 spin_lock_irqsave(&wl->wl_lock, flags);
Ido Yarivb07d4032011-03-01 15:14:43 +02001506
Juuso Oikarinen830fb672009-12-11 15:41:06 +02001507 /* queue the packet */
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001508 if (hlid == WL12XX_INVALID_LINK_ID ||
1509 !test_bit(hlid, wlvif->links_map)) {
1510 wl1271_debug(DEBUG_TX, "DROP skb hlid %d q %d", hlid, q);
1511 dev_kfree_skb(skb);
1512 goto out;
Arik Nemtsova8c0ddb2011-02-23 00:22:26 +02001513 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001514
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001515 wl1271_debug(DEBUG_TX, "queue skb hlid %d q %d", hlid, q);
1516 skb_queue_tail(&wl->links[hlid].tx_queue[q], skb);
1517
Arik Nemtsov04b4d692011-08-14 13:17:39 +03001518 wl->tx_queue_count[q]++;
1519
1520 /*
1521 * The workqueue is slow to process the tx_queue and we need stop
1522 * the queue here, otherwise the queue will get too long.
1523 */
1524 if (wl->tx_queue_count[q] >= WL1271_TX_QUEUE_HIGH_WATERMARK) {
1525 wl1271_debug(DEBUG_TX, "op_tx: stopping queues for q %d", q);
1526 ieee80211_stop_queue(wl->hw, mapping);
1527 set_bit(q, &wl->stopped_queues_map);
1528 }
1529
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001530 /*
1531 * The chip specific setup must run before the first TX packet -
1532 * before that, the tx_work will not be initialized!
1533 */
1534
Ido Yarivb07d4032011-03-01 15:14:43 +02001535 if (!test_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags) &&
1536 !test_bit(WL1271_FLAG_TX_PENDING, &wl->flags))
Ido Yariva5225502010-10-12 14:49:10 +02001537 ieee80211_queue_work(wl->hw, &wl->tx_work);
Ido Yarivb07d4032011-03-01 15:14:43 +02001538
Arik Nemtsov04216da2011-08-14 13:17:38 +03001539out:
Ido Yarivb07d4032011-03-01 15:14:43 +02001540 spin_unlock_irqrestore(&wl->wl_lock, flags);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001541}
1542
Shahar Leviae47c452011-03-06 16:32:14 +02001543int wl1271_tx_dummy_packet(struct wl1271 *wl)
1544{
Ido Yariv990f5de2011-03-31 10:06:59 +02001545 unsigned long flags;
Arik Nemtsov14623782011-08-28 15:11:57 +03001546 int q;
1547
1548 /* no need to queue a new dummy packet if one is already pending */
1549 if (test_bit(WL1271_FLAG_DUMMY_PACKET_PENDING, &wl->flags))
1550 return 0;
1551
1552 q = wl1271_tx_get_queue(skb_get_queue_mapping(wl->dummy_packet));
Shahar Leviae47c452011-03-06 16:32:14 +02001553
Ido Yariv990f5de2011-03-31 10:06:59 +02001554 spin_lock_irqsave(&wl->wl_lock, flags);
1555 set_bit(WL1271_FLAG_DUMMY_PACKET_PENDING, &wl->flags);
Arik Nemtsovf1a46382011-07-07 14:25:23 +03001556 wl->tx_queue_count[q]++;
Ido Yariv990f5de2011-03-31 10:06:59 +02001557 spin_unlock_irqrestore(&wl->wl_lock, flags);
1558
1559 /* The FW is low on RX memory blocks, so send the dummy packet asap */
1560 if (!test_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags))
Eliad Pellera32d0cd2011-10-10 10:12:55 +02001561 wl1271_tx_work_locked(wl);
Ido Yariv990f5de2011-03-31 10:06:59 +02001562
1563 /*
1564 * If the FW TX is busy, TX work will be scheduled by the threaded
1565 * interrupt handler function
1566 */
1567 return 0;
1568}
1569
1570/*
1571 * The size of the dummy packet should be at least 1400 bytes. However, in
1572 * order to minimize the number of bus transactions, aligning it to 512 bytes
1573 * boundaries could be beneficial, performance wise
1574 */
1575#define TOTAL_TX_DUMMY_PACKET_SIZE (ALIGN(1400, 512))
1576
Luciano Coelhocf27d862011-04-01 21:08:23 +03001577static struct sk_buff *wl12xx_alloc_dummy_packet(struct wl1271 *wl)
Ido Yariv990f5de2011-03-31 10:06:59 +02001578{
1579 struct sk_buff *skb;
1580 struct ieee80211_hdr_3addr *hdr;
1581 unsigned int dummy_packet_size;
1582
1583 dummy_packet_size = TOTAL_TX_DUMMY_PACKET_SIZE -
1584 sizeof(struct wl1271_tx_hw_descr) - sizeof(*hdr);
1585
1586 skb = dev_alloc_skb(TOTAL_TX_DUMMY_PACKET_SIZE);
Shahar Leviae47c452011-03-06 16:32:14 +02001587 if (!skb) {
Ido Yariv990f5de2011-03-31 10:06:59 +02001588 wl1271_warning("Failed to allocate a dummy packet skb");
1589 return NULL;
Shahar Leviae47c452011-03-06 16:32:14 +02001590 }
1591
1592 skb_reserve(skb, sizeof(struct wl1271_tx_hw_descr));
1593
1594 hdr = (struct ieee80211_hdr_3addr *) skb_put(skb, sizeof(*hdr));
1595 memset(hdr, 0, sizeof(*hdr));
1596 hdr->frame_control = cpu_to_le16(IEEE80211_FTYPE_DATA |
Ido Yariv990f5de2011-03-31 10:06:59 +02001597 IEEE80211_STYPE_NULLFUNC |
1598 IEEE80211_FCTL_TODS);
Shahar Leviae47c452011-03-06 16:32:14 +02001599
Ido Yariv990f5de2011-03-31 10:06:59 +02001600 memset(skb_put(skb, dummy_packet_size), 0, dummy_packet_size);
Shahar Leviae47c452011-03-06 16:32:14 +02001601
Luciano Coelho18b92ff2011-03-21 16:35:21 +02001602 /* Dummy packets require the TID to be management */
1603 skb->priority = WL1271_TID_MGMT;
Ido Yariv990f5de2011-03-31 10:06:59 +02001604
1605 /* Initialize all fields that might be used */
Hauke Mehrtens86c438f2011-04-26 23:27:44 +02001606 skb_set_queue_mapping(skb, 0);
Ido Yariv990f5de2011-03-31 10:06:59 +02001607 memset(IEEE80211_SKB_CB(skb), 0, sizeof(struct ieee80211_tx_info));
Shahar Leviae47c452011-03-06 16:32:14 +02001608
Ido Yariv990f5de2011-03-31 10:06:59 +02001609 return skb;
Shahar Leviae47c452011-03-06 16:32:14 +02001610}
1611
Ido Yariv990f5de2011-03-31 10:06:59 +02001612
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +03001613static struct notifier_block wl1271_dev_notifier = {
1614 .notifier_call = wl1271_dev_notify,
1615};
1616
Luciano Coelhof634a4e2011-05-18 16:51:26 -04001617#ifdef CONFIG_PM
Eliad Pellerd2d66c52011-10-05 11:55:43 +02001618static int wl1271_configure_suspend_sta(struct wl1271 *wl,
1619 struct wl12xx_vif *wlvif)
Eliad Peller94390642011-05-13 11:57:13 +03001620{
Eliad Pellere85d1622011-06-27 13:06:43 +03001621 int ret = 0;
Eliad Peller94390642011-05-13 11:57:13 +03001622
Eliad Peller94390642011-05-13 11:57:13 +03001623 mutex_lock(&wl->mutex);
1624
Eliad Pellerba8447f2011-10-10 10:13:00 +02001625 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
Eliad Pellere85d1622011-06-27 13:06:43 +03001626 goto out_unlock;
1627
Eliad Peller94390642011-05-13 11:57:13 +03001628 ret = wl1271_ps_elp_wakeup(wl);
1629 if (ret < 0)
1630 goto out_unlock;
1631
1632 /* enter psm if needed*/
Eliad Pellerc29bb002011-10-10 10:13:03 +02001633 if (!test_bit(WLVIF_FLAG_PSM, &wlvif->flags)) {
Eliad Peller94390642011-05-13 11:57:13 +03001634 DECLARE_COMPLETION_ONSTACK(compl);
1635
Eliad Peller6ec45dc2011-10-05 11:56:01 +02001636 wlvif->ps_compl = &compl;
Eliad Peller0603d892011-10-05 11:55:51 +02001637 ret = wl1271_ps_set_mode(wl, wlvif, STATION_POWER_SAVE_MODE,
Eliad Pellerd2d66c52011-10-05 11:55:43 +02001638 wlvif->basic_rate, true);
Eliad Peller94390642011-05-13 11:57:13 +03001639 if (ret < 0)
1640 goto out_sleep;
1641
1642 /* we must unlock here so we will be able to get events */
1643 wl1271_ps_elp_sleep(wl);
1644 mutex_unlock(&wl->mutex);
1645
1646 ret = wait_for_completion_timeout(
1647 &compl, msecs_to_jiffies(WL1271_PS_COMPLETE_TIMEOUT));
1648 if (ret <= 0) {
1649 wl1271_warning("couldn't enter ps mode!");
1650 ret = -EBUSY;
1651 goto out;
1652 }
1653
1654 /* take mutex again, and wakeup */
1655 mutex_lock(&wl->mutex);
1656
1657 ret = wl1271_ps_elp_wakeup(wl);
1658 if (ret < 0)
1659 goto out_unlock;
1660 }
1661out_sleep:
1662 wl1271_ps_elp_sleep(wl);
1663out_unlock:
1664 mutex_unlock(&wl->mutex);
1665out:
1666 return ret;
1667
1668}
1669
Eliad Peller0603d892011-10-05 11:55:51 +02001670static int wl1271_configure_suspend_ap(struct wl1271 *wl,
1671 struct wl12xx_vif *wlvif)
Eliad Peller94390642011-05-13 11:57:13 +03001672{
Eliad Pellere85d1622011-06-27 13:06:43 +03001673 int ret = 0;
Eliad Peller94390642011-05-13 11:57:13 +03001674
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001675 mutex_lock(&wl->mutex);
1676
Eliad Peller53d40d02011-10-10 10:13:02 +02001677 if (!test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags))
Eliad Pellere85d1622011-06-27 13:06:43 +03001678 goto out_unlock;
1679
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001680 ret = wl1271_ps_elp_wakeup(wl);
1681 if (ret < 0)
1682 goto out_unlock;
1683
Eliad Peller0603d892011-10-05 11:55:51 +02001684 ret = wl1271_acx_beacon_filter_opt(wl, wlvif, true);
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001685
1686 wl1271_ps_elp_sleep(wl);
1687out_unlock:
1688 mutex_unlock(&wl->mutex);
1689 return ret;
1690
1691}
1692
Eliad Pellerd2d66c52011-10-05 11:55:43 +02001693static int wl1271_configure_suspend(struct wl1271 *wl,
1694 struct wl12xx_vif *wlvif)
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001695{
Eliad Peller536129c2011-10-05 11:55:45 +02001696 if (wlvif->bss_type == BSS_TYPE_STA_BSS)
Eliad Pellerd2d66c52011-10-05 11:55:43 +02001697 return wl1271_configure_suspend_sta(wl, wlvif);
Eliad Peller536129c2011-10-05 11:55:45 +02001698 if (wlvif->bss_type == BSS_TYPE_AP_BSS)
Eliad Peller0603d892011-10-05 11:55:51 +02001699 return wl1271_configure_suspend_ap(wl, wlvif);
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001700 return 0;
1701}
1702
Eliad Pellerd2d66c52011-10-05 11:55:43 +02001703static void wl1271_configure_resume(struct wl1271 *wl,
1704 struct wl12xx_vif *wlvif)
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001705{
1706 int ret;
Eliad Peller536129c2011-10-05 11:55:45 +02001707 bool is_sta = wlvif->bss_type == BSS_TYPE_STA_BSS;
1708 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS;
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001709
1710 if (!is_sta && !is_ap)
Eliad Peller94390642011-05-13 11:57:13 +03001711 return;
1712
1713 mutex_lock(&wl->mutex);
1714 ret = wl1271_ps_elp_wakeup(wl);
1715 if (ret < 0)
1716 goto out;
1717
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001718 if (is_sta) {
1719 /* exit psm if it wasn't configured */
Eliad Pellerc29bb002011-10-10 10:13:03 +02001720 if (!test_bit(WLVIF_FLAG_PSM_REQUESTED, &wlvif->flags))
Eliad Peller0603d892011-10-05 11:55:51 +02001721 wl1271_ps_set_mode(wl, wlvif, STATION_ACTIVE_MODE,
Eliad Pellerd2d66c52011-10-05 11:55:43 +02001722 wlvif->basic_rate, true);
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001723 } else if (is_ap) {
Eliad Peller0603d892011-10-05 11:55:51 +02001724 wl1271_acx_beacon_filter_opt(wl, wlvif, false);
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001725 }
Eliad Peller94390642011-05-13 11:57:13 +03001726
1727 wl1271_ps_elp_sleep(wl);
1728out:
1729 mutex_unlock(&wl->mutex);
1730}
1731
Eliad Peller402e48612011-05-13 11:57:09 +03001732static int wl1271_op_suspend(struct ieee80211_hw *hw,
1733 struct cfg80211_wowlan *wow)
1734{
1735 struct wl1271 *wl = hw->priv;
Eliad Peller6e8cd332011-10-10 10:13:13 +02001736 struct wl12xx_vif *wlvif;
Eliad Peller4a859df2011-06-06 12:21:52 +03001737 int ret;
1738
Eliad Peller402e48612011-05-13 11:57:09 +03001739 wl1271_debug(DEBUG_MAC80211, "mac80211 suspend wow=%d", !!wow);
Eliad Peller4a859df2011-06-06 12:21:52 +03001740 WARN_ON(!wow || !wow->any);
Eliad Pellerf44e5862011-05-13 11:57:11 +03001741
Eliad Peller4a859df2011-06-06 12:21:52 +03001742 wl->wow_enabled = true;
Eliad Peller6e8cd332011-10-10 10:13:13 +02001743 wl12xx_for_each_wlvif(wl, wlvif) {
1744 ret = wl1271_configure_suspend(wl, wlvif);
1745 if (ret < 0) {
1746 wl1271_warning("couldn't prepare device to suspend");
1747 return ret;
1748 }
Eliad Pellerf44e5862011-05-13 11:57:11 +03001749 }
Eliad Peller4a859df2011-06-06 12:21:52 +03001750 /* flush any remaining work */
1751 wl1271_debug(DEBUG_MAC80211, "flushing remaining works");
Eliad Peller4a859df2011-06-06 12:21:52 +03001752
1753 /*
1754 * disable and re-enable interrupts in order to flush
1755 * the threaded_irq
1756 */
1757 wl1271_disable_interrupts(wl);
1758
1759 /*
1760 * set suspended flag to avoid triggering a new threaded_irq
1761 * work. no need for spinlock as interrupts are disabled.
1762 */
1763 set_bit(WL1271_FLAG_SUSPENDED, &wl->flags);
1764
1765 wl1271_enable_interrupts(wl);
1766 flush_work(&wl->tx_work);
Eliad Peller6e8cd332011-10-10 10:13:13 +02001767 wl12xx_for_each_wlvif(wl, wlvif) {
1768 flush_delayed_work(&wlvif->pspoll_work);
1769 }
Eliad Peller4a859df2011-06-06 12:21:52 +03001770 flush_delayed_work(&wl->elp_work);
1771
Eliad Peller402e48612011-05-13 11:57:09 +03001772 return 0;
1773}
1774
1775static int wl1271_op_resume(struct ieee80211_hw *hw)
1776{
1777 struct wl1271 *wl = hw->priv;
Eliad Peller6e8cd332011-10-10 10:13:13 +02001778 struct wl12xx_vif *wlvif;
Eliad Peller4a859df2011-06-06 12:21:52 +03001779 unsigned long flags;
1780 bool run_irq_work = false;
1781
Eliad Peller402e48612011-05-13 11:57:09 +03001782 wl1271_debug(DEBUG_MAC80211, "mac80211 resume wow=%d",
1783 wl->wow_enabled);
Eliad Peller4a859df2011-06-06 12:21:52 +03001784 WARN_ON(!wl->wow_enabled);
Eliad Pellerf44e5862011-05-13 11:57:11 +03001785
1786 /*
1787 * re-enable irq_work enqueuing, and call irq_work directly if
1788 * there is a pending work.
1789 */
Eliad Peller4a859df2011-06-06 12:21:52 +03001790 spin_lock_irqsave(&wl->wl_lock, flags);
1791 clear_bit(WL1271_FLAG_SUSPENDED, &wl->flags);
1792 if (test_and_clear_bit(WL1271_FLAG_PENDING_WORK, &wl->flags))
1793 run_irq_work = true;
1794 spin_unlock_irqrestore(&wl->wl_lock, flags);
Eliad Pellerf44e5862011-05-13 11:57:11 +03001795
Eliad Peller4a859df2011-06-06 12:21:52 +03001796 if (run_irq_work) {
1797 wl1271_debug(DEBUG_MAC80211,
1798 "run postponed irq_work directly");
1799 wl1271_irq(0, wl);
1800 wl1271_enable_interrupts(wl);
Eliad Pellerf44e5862011-05-13 11:57:11 +03001801 }
Eliad Peller6e8cd332011-10-10 10:13:13 +02001802 wl12xx_for_each_wlvif(wl, wlvif) {
1803 wl1271_configure_resume(wl, wlvif);
1804 }
Eliad Pellerff91afc2011-06-06 12:21:53 +03001805 wl->wow_enabled = false;
Eliad Pellerf44e5862011-05-13 11:57:11 +03001806
Eliad Peller402e48612011-05-13 11:57:09 +03001807 return 0;
1808}
Luciano Coelhof634a4e2011-05-18 16:51:26 -04001809#endif
Eliad Peller402e48612011-05-13 11:57:09 +03001810
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001811static int wl1271_op_start(struct ieee80211_hw *hw)
1812{
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02001813 wl1271_debug(DEBUG_MAC80211, "mac80211 start");
1814
1815 /*
1816 * We have to delay the booting of the hardware because
1817 * we need to know the local MAC address before downloading and
1818 * initializing the firmware. The MAC address cannot be changed
1819 * after boot, and without the proper MAC address, the firmware
1820 * will not function properly.
1821 *
1822 * The MAC address is first known when the corresponding interface
1823 * is added. That is where we will initialize the hardware.
1824 */
1825
1826 return 0;
1827}
1828
1829static void wl1271_op_stop(struct ieee80211_hw *hw)
1830{
Eliad Pellerbaf62772011-10-10 10:12:52 +02001831 struct wl1271 *wl = hw->priv;
1832 int i;
1833
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02001834 wl1271_debug(DEBUG_MAC80211, "mac80211 stop");
Eliad Pellerbaf62772011-10-10 10:12:52 +02001835
Eliad Peller10c8cd02011-10-10 10:13:06 +02001836 mutex_lock(&wl->mutex);
1837 if (wl->state == WL1271_STATE_OFF) {
1838 mutex_unlock(&wl->mutex);
1839 return;
1840 }
Eliad Pellerbaf62772011-10-10 10:12:52 +02001841 /*
1842 * this must be before the cancel_work calls below, so that the work
1843 * functions don't perform further work.
1844 */
1845 wl->state = WL1271_STATE_OFF;
Eliad Peller10c8cd02011-10-10 10:13:06 +02001846 mutex_unlock(&wl->mutex);
1847
1848 mutex_lock(&wl_list_mutex);
1849 list_del(&wl->list);
Eliad Pellerbaf62772011-10-10 10:12:52 +02001850 mutex_unlock(&wl_list_mutex);
1851
1852 wl1271_disable_interrupts(wl);
1853 wl1271_flush_deferred_work(wl);
1854 cancel_delayed_work_sync(&wl->scan_complete_work);
1855 cancel_work_sync(&wl->netstack_work);
1856 cancel_work_sync(&wl->tx_work);
Eliad Pellerbaf62772011-10-10 10:12:52 +02001857 cancel_delayed_work_sync(&wl->elp_work);
1858
1859 /* let's notify MAC80211 about the remaining pending TX frames */
1860 wl12xx_tx_reset(wl, true);
1861 mutex_lock(&wl->mutex);
1862
1863 wl1271_power_off(wl);
1864
1865 wl->band = IEEE80211_BAND_2GHZ;
1866
1867 wl->rx_counter = 0;
1868 wl->power_level = WL1271_DEFAULT_POWER_LEVEL;
1869 wl->tx_blocks_available = 0;
1870 wl->tx_allocated_blocks = 0;
1871 wl->tx_results_count = 0;
1872 wl->tx_packets_count = 0;
1873 wl->time_offset = 0;
1874 wl->vif = NULL;
1875 wl->tx_spare_blocks = TX_HW_BLOCK_SPARE_DEFAULT;
1876 wl->ap_fw_ps_map = 0;
1877 wl->ap_ps_map = 0;
1878 wl->sched_scanning = false;
1879 memset(wl->roles_map, 0, sizeof(wl->roles_map));
1880 memset(wl->links_map, 0, sizeof(wl->links_map));
1881 memset(wl->roc_map, 0, sizeof(wl->roc_map));
1882 wl->active_sta_count = 0;
1883
1884 /* The system link is always allocated */
1885 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map);
1886
1887 /*
1888 * this is performed after the cancel_work calls and the associated
1889 * mutex_lock, so that wl1271_op_add_interface does not accidentally
1890 * get executed before all these vars have been reset.
1891 */
1892 wl->flags = 0;
1893
1894 wl->tx_blocks_freed = 0;
1895
1896 for (i = 0; i < NUM_TX_QUEUES; i++) {
1897 wl->tx_pkts_freed[i] = 0;
1898 wl->tx_allocated_pkts[i] = 0;
1899 }
1900
1901 wl1271_debugfs_reset(wl);
1902
1903 kfree(wl->fw_status);
1904 wl->fw_status = NULL;
1905 kfree(wl->tx_res_if);
1906 wl->tx_res_if = NULL;
1907 kfree(wl->target_mem_map);
1908 wl->target_mem_map = NULL;
1909
1910 mutex_unlock(&wl->mutex);
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02001911}
1912
Eliad Pellere5a359f2011-10-10 10:13:15 +02001913static int wl12xx_allocate_rate_policy(struct wl1271 *wl, u8 *idx)
1914{
1915 u8 policy = find_first_zero_bit(wl->rate_policies_map,
1916 WL12XX_MAX_RATE_POLICIES);
1917 if (policy >= WL12XX_MAX_RATE_POLICIES)
1918 return -EBUSY;
1919
1920 __set_bit(policy, wl->rate_policies_map);
1921 *idx = policy;
1922 return 0;
1923}
1924
1925static void wl12xx_free_rate_policy(struct wl1271 *wl, u8 *idx)
1926{
1927 if (WARN_ON(*idx >= WL12XX_MAX_RATE_POLICIES))
1928 return;
1929
1930 __clear_bit(*idx, wl->rate_policies_map);
1931 *idx = WL12XX_MAX_RATE_POLICIES;
1932}
1933
Eliad Peller536129c2011-10-05 11:55:45 +02001934static u8 wl12xx_get_role_type(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001935{
Eliad Peller536129c2011-10-05 11:55:45 +02001936 switch (wlvif->bss_type) {
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001937 case BSS_TYPE_AP_BSS:
Eliad Pellerfb0e7072011-10-05 11:55:47 +02001938 if (wlvif->p2p)
Eliad Peller045c7452011-08-28 15:23:01 +03001939 return WL1271_ROLE_P2P_GO;
1940 else
1941 return WL1271_ROLE_AP;
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001942
1943 case BSS_TYPE_STA_BSS:
Eliad Pellerfb0e7072011-10-05 11:55:47 +02001944 if (wlvif->p2p)
Eliad Peller045c7452011-08-28 15:23:01 +03001945 return WL1271_ROLE_P2P_CL;
1946 else
1947 return WL1271_ROLE_STA;
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001948
Eliad Peller227e81e2011-08-14 13:17:26 +03001949 case BSS_TYPE_IBSS:
1950 return WL1271_ROLE_IBSS;
1951
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001952 default:
Eliad Peller536129c2011-10-05 11:55:45 +02001953 wl1271_error("invalid bss_type: %d", wlvif->bss_type);
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001954 }
1955 return WL12XX_INVALID_ROLE_TYPE;
1956}
1957
Eliad Peller83587502011-10-10 10:12:53 +02001958static int wl12xx_init_vif_data(struct wl1271 *wl, struct ieee80211_vif *vif)
Eliad Peller87fbcb02011-10-05 11:55:41 +02001959{
Eliad Pellere936bbe2011-10-05 11:55:56 +02001960 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Pellere5a359f2011-10-10 10:13:15 +02001961 int i;
Eliad Pellere936bbe2011-10-05 11:55:56 +02001962
Eliad Peller48e93e42011-10-10 10:12:58 +02001963 /* clear everything but the persistent data */
1964 memset(wlvif, 0, offsetof(struct wl12xx_vif, persistent));
Eliad Pellere936bbe2011-10-05 11:55:56 +02001965
1966 switch (ieee80211_vif_type_p2p(vif)) {
1967 case NL80211_IFTYPE_P2P_CLIENT:
1968 wlvif->p2p = 1;
1969 /* fall-through */
1970 case NL80211_IFTYPE_STATION:
1971 wlvif->bss_type = BSS_TYPE_STA_BSS;
1972 break;
1973 case NL80211_IFTYPE_ADHOC:
1974 wlvif->bss_type = BSS_TYPE_IBSS;
1975 break;
1976 case NL80211_IFTYPE_P2P_GO:
1977 wlvif->p2p = 1;
1978 /* fall-through */
1979 case NL80211_IFTYPE_AP:
1980 wlvif->bss_type = BSS_TYPE_AP_BSS;
1981 break;
1982 default:
1983 wlvif->bss_type = MAX_BSS_TYPE;
1984 return -EOPNOTSUPP;
1985 }
1986
Eliad Peller0603d892011-10-05 11:55:51 +02001987 wlvif->role_id = WL12XX_INVALID_ROLE_ID;
Eliad Peller7edebf52011-10-05 11:55:52 +02001988 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID;
Eliad Pellerafaf8bd2011-10-05 11:55:57 +02001989 wlvif->dev_hlid = WL12XX_INVALID_LINK_ID;
Eliad Pellera8ab39a2011-10-05 11:55:54 +02001990
Eliad Pellere936bbe2011-10-05 11:55:56 +02001991 if (wlvif->bss_type == BSS_TYPE_STA_BSS ||
1992 wlvif->bss_type == BSS_TYPE_IBSS) {
1993 /* init sta/ibss data */
1994 wlvif->sta.hlid = WL12XX_INVALID_LINK_ID;
Eliad Pellere5a359f2011-10-10 10:13:15 +02001995 wl12xx_allocate_rate_policy(wl, &wlvif->sta.basic_rate_idx);
1996 wl12xx_allocate_rate_policy(wl, &wlvif->sta.ap_rate_idx);
1997 wl12xx_allocate_rate_policy(wl, &wlvif->sta.p2p_rate_idx);
Eliad Pellere936bbe2011-10-05 11:55:56 +02001998 } else {
1999 /* init ap data */
2000 wlvif->ap.bcast_hlid = WL12XX_INVALID_LINK_ID;
2001 wlvif->ap.global_hlid = WL12XX_INVALID_LINK_ID;
Eliad Pellere5a359f2011-10-10 10:13:15 +02002002 wl12xx_allocate_rate_policy(wl, &wlvif->ap.mgmt_rate_idx);
2003 wl12xx_allocate_rate_policy(wl, &wlvif->ap.bcast_rate_idx);
2004 for (i = 0; i < CONF_TX_MAX_AC_COUNT; i++)
2005 wl12xx_allocate_rate_policy(wl,
2006 &wlvif->ap.ucast_rate_idx[i]);
Eliad Pellere936bbe2011-10-05 11:55:56 +02002007 }
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002008
Eliad Peller83587502011-10-10 10:12:53 +02002009 wlvif->bitrate_masks[IEEE80211_BAND_2GHZ] = wl->conf.tx.basic_rate;
2010 wlvif->bitrate_masks[IEEE80211_BAND_5GHZ] = wl->conf.tx.basic_rate_5;
Eliad Peller87fbcb02011-10-05 11:55:41 +02002011 wlvif->basic_rate_set = CONF_TX_RATE_MASK_BASIC;
Eliad Pellerd2d66c52011-10-05 11:55:43 +02002012 wlvif->basic_rate = CONF_TX_RATE_MASK_BASIC;
Eliad Peller30d0c8f2011-10-05 11:55:42 +02002013 wlvif->rate_set = CONF_TX_RATE_MASK_BASIC;
Eliad Peller6a899792011-10-05 11:55:58 +02002014 wlvif->beacon_int = WL1271_DEFAULT_BEACON_INT;
2015
Eliad Peller1b92f152011-10-10 10:13:09 +02002016 /*
2017 * mac80211 configures some values globally, while we treat them
2018 * per-interface. thus, on init, we have to copy them from wl
2019 */
2020 wlvif->band = wl->band;
Eliad Peller61f845f2011-10-10 10:13:10 +02002021 wlvif->channel = wl->channel;
Eliad Peller6bd65022011-10-10 10:13:11 +02002022 wlvif->power_level = wl->power_level;
Eliad Peller1b92f152011-10-10 10:13:09 +02002023
Eliad Peller9eb599e2011-10-10 10:12:59 +02002024 INIT_WORK(&wlvif->rx_streaming_enable_work,
2025 wl1271_rx_streaming_enable_work);
2026 INIT_WORK(&wlvif->rx_streaming_disable_work,
2027 wl1271_rx_streaming_disable_work);
Eliad Peller252efa42011-10-05 11:56:00 +02002028 INIT_DELAYED_WORK(&wlvif->pspoll_work, wl1271_pspoll_work);
Eliad Peller87627212011-10-10 10:12:54 +02002029 INIT_LIST_HEAD(&wlvif->list);
Eliad Peller252efa42011-10-05 11:56:00 +02002030
Eliad Peller9eb599e2011-10-10 10:12:59 +02002031 setup_timer(&wlvif->rx_streaming_timer, wl1271_rx_streaming_timer,
2032 (unsigned long) wlvif);
Eliad Pellere936bbe2011-10-05 11:55:56 +02002033 return 0;
Eliad Peller87fbcb02011-10-05 11:55:41 +02002034}
2035
Eliad Peller1d095472011-10-10 10:12:49 +02002036static bool wl12xx_init_fw(struct wl1271 *wl)
2037{
2038 int retries = WL1271_BOOT_RETRIES;
2039 bool booted = false;
2040 struct wiphy *wiphy = wl->hw->wiphy;
2041 int ret;
2042
2043 while (retries) {
2044 retries--;
2045 ret = wl1271_chip_wakeup(wl);
2046 if (ret < 0)
2047 goto power_off;
2048
2049 ret = wl1271_boot(wl);
2050 if (ret < 0)
2051 goto power_off;
2052
2053 ret = wl1271_hw_init(wl);
2054 if (ret < 0)
2055 goto irq_disable;
2056
2057 booted = true;
2058 break;
2059
2060irq_disable:
2061 mutex_unlock(&wl->mutex);
2062 /* Unlocking the mutex in the middle of handling is
2063 inherently unsafe. In this case we deem it safe to do,
2064 because we need to let any possibly pending IRQ out of
2065 the system (and while we are WL1271_STATE_OFF the IRQ
2066 work function will not do anything.) Also, any other
2067 possible concurrent operations will fail due to the
2068 current state, hence the wl1271 struct should be safe. */
2069 wl1271_disable_interrupts(wl);
2070 wl1271_flush_deferred_work(wl);
2071 cancel_work_sync(&wl->netstack_work);
2072 mutex_lock(&wl->mutex);
2073power_off:
2074 wl1271_power_off(wl);
2075 }
2076
2077 if (!booted) {
2078 wl1271_error("firmware boot failed despite %d retries",
2079 WL1271_BOOT_RETRIES);
2080 goto out;
2081 }
2082
2083 wl1271_info("firmware booted (%s)", wl->chip.fw_ver_str);
2084
2085 /* update hw/fw version info in wiphy struct */
2086 wiphy->hw_version = wl->chip.id;
2087 strncpy(wiphy->fw_version, wl->chip.fw_ver_str,
2088 sizeof(wiphy->fw_version));
2089
2090 /*
2091 * Now we know if 11a is supported (info from the NVS), so disable
2092 * 11a channels if not supported
2093 */
2094 if (!wl->enable_11a)
2095 wiphy->bands[IEEE80211_BAND_5GHZ]->n_channels = 0;
2096
2097 wl1271_debug(DEBUG_MAC80211, "11a is %ssupported",
2098 wl->enable_11a ? "" : "not ");
2099
2100 wl->state = WL1271_STATE_ON;
2101out:
2102 return booted;
2103}
2104
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002105static int wl1271_op_add_interface(struct ieee80211_hw *hw,
2106 struct ieee80211_vif *vif)
2107{
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002108 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02002109 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002110 int ret = 0;
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002111 u8 role_type;
Eliad Peller71125ab2010-10-28 21:46:43 +02002112 bool booted = false;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002113
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002114 wl1271_debug(DEBUG_MAC80211, "mac80211 add interface type %d mac %pM",
Eliad Peller045c7452011-08-28 15:23:01 +03002115 ieee80211_vif_type_p2p(vif), vif->addr);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002116
2117 mutex_lock(&wl->mutex);
Eliad Pellerf750c822011-10-10 10:13:16 +02002118 ret = wl1271_ps_elp_wakeup(wl);
2119 if (ret < 0)
2120 goto out_unlock;
2121
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002122 if (wl->vif) {
Eliad Peller71125ab2010-10-28 21:46:43 +02002123 wl1271_debug(DEBUG_MAC80211,
2124 "multiple vifs are not supported yet");
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002125 ret = -EBUSY;
2126 goto out;
2127 }
2128
Juuso Oikarinen13026de2011-03-29 16:43:50 +03002129 /*
2130 * in some very corner case HW recovery scenarios its possible to
2131 * get here before __wl1271_op_remove_interface is complete, so
2132 * opt out if that is the case.
2133 */
Eliad Peller10c8cd02011-10-10 10:13:06 +02002134 if (test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags) ||
2135 test_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags)) {
Juuso Oikarinen13026de2011-03-29 16:43:50 +03002136 ret = -EBUSY;
2137 goto out;
2138 }
2139
Eliad Peller83587502011-10-10 10:12:53 +02002140 ret = wl12xx_init_vif_data(wl, vif);
Eliad Pellere936bbe2011-10-05 11:55:56 +02002141 if (ret < 0)
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002142 goto out;
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002143
Eliad Peller252efa42011-10-05 11:56:00 +02002144 wlvif->wl = wl;
Eliad Peller536129c2011-10-05 11:55:45 +02002145 role_type = wl12xx_get_role_type(wl, wlvif);
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002146 if (role_type == WL12XX_INVALID_ROLE_TYPE) {
2147 ret = -EINVAL;
2148 goto out;
2149 }
Eliad Peller1d095472011-10-10 10:12:49 +02002150
Eliad Peller784f6942011-10-05 11:55:39 +02002151 /*
Eliad Peller1d095472011-10-10 10:12:49 +02002152 * TODO: after the nvs issue will be solved, move this block
2153 * to start(), and make sure here the driver is ON.
Eliad Peller784f6942011-10-05 11:55:39 +02002154 */
Eliad Peller1d095472011-10-10 10:12:49 +02002155 if (wl->state == WL1271_STATE_OFF) {
2156 /*
2157 * we still need this in order to configure the fw
2158 * while uploading the nvs
2159 */
2160 memcpy(wl->mac_addr, vif->addr, ETH_ALEN);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002161
Eliad Peller1d095472011-10-10 10:12:49 +02002162 booted = wl12xx_init_fw(wl);
2163 if (!booted) {
2164 ret = -EINVAL;
2165 goto out;
Eliad Peller04e80792011-08-14 13:17:09 +03002166 }
Eliad Peller1d095472011-10-10 10:12:49 +02002167 }
Eliad Peller04e80792011-08-14 13:17:09 +03002168
Eliad Peller1d095472011-10-10 10:12:49 +02002169 if (wlvif->bss_type == BSS_TYPE_STA_BSS ||
2170 wlvif->bss_type == BSS_TYPE_IBSS) {
2171 /*
2172 * The device role is a special role used for
2173 * rx and tx frames prior to association (as
2174 * the STA role can get packets only from
2175 * its associated bssid)
2176 */
Eliad Peller784f6942011-10-05 11:55:39 +02002177 ret = wl12xx_cmd_role_enable(wl, vif->addr,
Eliad Peller1d095472011-10-10 10:12:49 +02002178 WL1271_ROLE_DEVICE,
2179 &wlvif->dev_role_id);
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002180 if (ret < 0)
Eliad Peller1d095472011-10-10 10:12:49 +02002181 goto out;
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02002182 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002183
Eliad Peller1d095472011-10-10 10:12:49 +02002184 ret = wl12xx_cmd_role_enable(wl, vif->addr,
2185 role_type, &wlvif->role_id);
2186 if (ret < 0)
Eliad Peller71125ab2010-10-28 21:46:43 +02002187 goto out;
Eliad Peller1d095472011-10-10 10:12:49 +02002188
2189 ret = wl1271_init_vif_specific(wl, vif);
2190 if (ret < 0)
2191 goto out;
Eliad Peller71125ab2010-10-28 21:46:43 +02002192
2193 wl->vif = vif;
Eliad Peller87627212011-10-10 10:12:54 +02002194 list_add(&wlvif->list, &wl->wlvif_list);
Eliad Peller10c8cd02011-10-10 10:13:06 +02002195 set_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags);
Eliad Pellera4e41302011-10-11 11:49:15 +02002196
2197 if (wlvif->bss_type == BSS_TYPE_AP_BSS)
2198 wl->ap_count++;
2199 else
2200 wl->sta_count++;
Juuso Oikarineneb5b28d2009-10-13 12:47:45 +03002201out:
Eliad Pellerf750c822011-10-10 10:13:16 +02002202 wl1271_ps_elp_sleep(wl);
2203out_unlock:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002204 mutex_unlock(&wl->mutex);
2205
Juuso Oikarinenf9f774c2011-03-21 10:43:36 +02002206 mutex_lock(&wl_list_mutex);
Juuso Oikarineneb887df2010-07-08 17:49:58 +03002207 if (!ret)
Juuso Oikarinen01c09162009-10-13 12:47:55 +03002208 list_add(&wl->list, &wl_list);
Juuso Oikarinenf9f774c2011-03-21 10:43:36 +02002209 mutex_unlock(&wl_list_mutex);
Juuso Oikarinen01c09162009-10-13 12:47:55 +03002210
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002211 return ret;
2212}
2213
Arik Nemtsov7dece1c2011-04-18 14:15:28 +03002214static void __wl1271_op_remove_interface(struct wl1271 *wl,
Eliad Peller536129c2011-10-05 11:55:45 +02002215 struct ieee80211_vif *vif,
Arik Nemtsov7dece1c2011-04-18 14:15:28 +03002216 bool reset_tx_queues)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002217{
Eliad Peller536129c2011-10-05 11:55:45 +02002218 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Pellere5a359f2011-10-10 10:13:15 +02002219 int i, ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002220
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002221 wl1271_debug(DEBUG_MAC80211, "mac80211 remove interface");
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002222
Eliad Peller10c8cd02011-10-10 10:13:06 +02002223 if (!test_and_clear_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags))
2224 return;
2225
Juuso Oikarinen13026de2011-03-29 16:43:50 +03002226 /* because of hardware recovery, we may get here twice */
2227 if (wl->state != WL1271_STATE_ON)
2228 return;
2229
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002230 wl1271_info("down");
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002231
Juuso Oikarinen8d2ef7b2010-07-08 17:50:03 +03002232 /* enable dyn ps just in case (if left on due to fw crash etc) */
Eliad Peller536129c2011-10-05 11:55:45 +02002233 if (wlvif->bss_type == BSS_TYPE_STA_BSS)
Eliad Pellerbaf62772011-10-10 10:12:52 +02002234 ieee80211_enable_dyn_ps(vif);
Juuso Oikarinen8d2ef7b2010-07-08 17:50:03 +03002235
Eliad Pellerbaf62772011-10-10 10:12:52 +02002236 if (wl->scan.state != WL1271_SCAN_STATE_IDLE &&
2237 wl->scan_vif == vif) {
Luciano Coelho08688d62010-07-08 17:50:07 +03002238 wl->scan.state = WL1271_SCAN_STATE_IDLE;
Luciano Coelho4a31c112011-03-21 23:16:14 +02002239 memset(wl->scan.scanned_ch, 0, sizeof(wl->scan.scanned_ch));
Eliad Peller784f6942011-10-05 11:55:39 +02002240 wl->scan_vif = NULL;
Juuso Oikarinenb739a422010-10-26 13:24:38 +02002241 wl->scan.req = NULL;
Juuso Oikarinen76a029f2010-07-29 04:54:45 +03002242 ieee80211_scan_completed(wl->hw, true);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002243 }
2244
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002245 if (!test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) {
2246 /* disable active roles */
2247 ret = wl1271_ps_elp_wakeup(wl);
2248 if (ret < 0)
2249 goto deinit;
2250
Eliad Peller536129c2011-10-05 11:55:45 +02002251 if (wlvif->bss_type == BSS_TYPE_STA_BSS) {
Eliad Peller7edebf52011-10-05 11:55:52 +02002252 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id);
Eliad Peller04e80792011-08-14 13:17:09 +03002253 if (ret < 0)
2254 goto deinit;
2255 }
2256
Eliad Peller0603d892011-10-05 11:55:51 +02002257 ret = wl12xx_cmd_role_disable(wl, &wlvif->role_id);
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002258 if (ret < 0)
2259 goto deinit;
2260
2261 wl1271_ps_elp_sleep(wl);
2262 }
2263deinit:
Arik Nemtsove51ae9b2011-08-14 13:17:21 +03002264 /* clear all hlids (except system_hlid) */
Eliad Pellerafaf8bd2011-10-05 11:55:57 +02002265 wlvif->dev_hlid = WL12XX_INVALID_LINK_ID;
Eliad Pellere5a359f2011-10-10 10:13:15 +02002266
2267 if (wlvif->bss_type == BSS_TYPE_STA_BSS ||
2268 wlvif->bss_type == BSS_TYPE_IBSS) {
2269 wlvif->sta.hlid = WL12XX_INVALID_LINK_ID;
2270 wl12xx_free_rate_policy(wl, &wlvif->sta.basic_rate_idx);
2271 wl12xx_free_rate_policy(wl, &wlvif->sta.ap_rate_idx);
2272 wl12xx_free_rate_policy(wl, &wlvif->sta.p2p_rate_idx);
2273 } else {
2274 wlvif->ap.bcast_hlid = WL12XX_INVALID_LINK_ID;
2275 wlvif->ap.global_hlid = WL12XX_INVALID_LINK_ID;
2276 wl12xx_free_rate_policy(wl, &wlvif->ap.mgmt_rate_idx);
2277 wl12xx_free_rate_policy(wl, &wlvif->ap.bcast_rate_idx);
2278 for (i = 0; i < CONF_TX_MAX_AC_COUNT; i++)
2279 wl12xx_free_rate_policy(wl,
2280 &wlvif->ap.ucast_rate_idx[i]);
2281 }
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002282
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02002283 wl12xx_tx_reset_wlvif(wl, wlvif);
Eliad Peller170d0e62011-10-05 11:56:06 +02002284 wl1271_free_ap_keys(wl, wlvif);
Eliad Peller87627212011-10-10 10:12:54 +02002285 list_del(&wlvif->list);
Eliad Pellerc7ffb902011-10-05 11:56:05 +02002286 memset(wlvif->ap.sta_hlid_map, 0, sizeof(wlvif->ap.sta_hlid_map));
Eliad Peller0603d892011-10-05 11:55:51 +02002287 wlvif->role_id = WL12XX_INVALID_ROLE_ID;
Eliad Peller7edebf52011-10-05 11:55:52 +02002288 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID;
Luciano Coelhod6e19d12009-10-12 15:08:43 +03002289
Eliad Pellera4e41302011-10-11 11:49:15 +02002290 if (wlvif->bss_type == BSS_TYPE_AP_BSS)
2291 wl->ap_count--;
2292 else
2293 wl->sta_count--;
2294
Eliad Pellerbaf62772011-10-10 10:12:52 +02002295 mutex_unlock(&wl->mutex);
Eliad Peller9eb599e2011-10-10 10:12:59 +02002296 del_timer_sync(&wlvif->rx_streaming_timer);
2297 cancel_work_sync(&wlvif->rx_streaming_enable_work);
2298 cancel_work_sync(&wlvif->rx_streaming_disable_work);
Eliad Pellerbaf62772011-10-10 10:12:52 +02002299 cancel_delayed_work_sync(&wlvif->pspoll_work);
Eliad Pellerf4df1bd2011-08-14 13:17:15 +03002300
Eliad Pellerbaf62772011-10-10 10:12:52 +02002301 mutex_lock(&wl->mutex);
Juuso Oikarinen52a2a372010-09-21 06:23:30 +02002302}
Juuso Oikarinenbd9dc492010-04-09 11:07:26 +03002303
Juuso Oikarinen52a2a372010-09-21 06:23:30 +02002304static void wl1271_op_remove_interface(struct ieee80211_hw *hw,
2305 struct ieee80211_vif *vif)
2306{
2307 struct wl1271 *wl = hw->priv;
Eliad Peller10c8cd02011-10-10 10:13:06 +02002308 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Peller6e8cd332011-10-10 10:13:13 +02002309 struct wl12xx_vif *iter;
Juuso Oikarinen52a2a372010-09-21 06:23:30 +02002310
2311 mutex_lock(&wl->mutex);
Eliad Peller10c8cd02011-10-10 10:13:06 +02002312
2313 if (wl->state == WL1271_STATE_OFF ||
2314 !test_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags))
2315 goto out;
2316
Juuso Oikarinen67353292010-11-18 15:19:02 +02002317 /*
2318 * wl->vif can be null here if someone shuts down the interface
2319 * just when hardware recovery has been started.
2320 */
Eliad Peller6e8cd332011-10-10 10:13:13 +02002321 wl12xx_for_each_wlvif(wl, iter) {
2322 if (iter != wlvif)
2323 continue;
2324
Eliad Peller536129c2011-10-05 11:55:45 +02002325 __wl1271_op_remove_interface(wl, vif, true);
Eliad Peller6e8cd332011-10-10 10:13:13 +02002326 break;
Juuso Oikarinen67353292010-11-18 15:19:02 +02002327 }
Eliad Peller6e8cd332011-10-10 10:13:13 +02002328 WARN_ON(iter != wlvif);
Eliad Peller10c8cd02011-10-10 10:13:06 +02002329out:
Juuso Oikarinen67353292010-11-18 15:19:02 +02002330 mutex_unlock(&wl->mutex);
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02002331 cancel_work_sync(&wl->recovery_work);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002332}
2333
Eliad Peller87fbcb02011-10-05 11:55:41 +02002334static int wl1271_join(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2335 bool set_assoc)
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002336{
2337 int ret;
Eliad Peller536129c2011-10-05 11:55:45 +02002338 bool is_ibss = (wlvif->bss_type == BSS_TYPE_IBSS);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002339
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002340 /*
2341 * One of the side effects of the JOIN command is that is clears
2342 * WPA/WPA2 keys from the chipset. Performing a JOIN while associated
2343 * to a WPA/WPA2 access point will therefore kill the data-path.
Ohad Ben-Cohen8bf69aa2011-03-30 19:18:31 +02002344 * Currently the only valid scenario for JOIN during association
2345 * is on roaming, in which case we will also be given new keys.
2346 * Keep the below message for now, unless it starts bothering
2347 * users who really like to roam a lot :)
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002348 */
Eliad Pellerba8447f2011-10-10 10:13:00 +02002349 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002350 wl1271_info("JOIN while associated.");
2351
2352 if (set_assoc)
Eliad Pellerba8447f2011-10-10 10:13:00 +02002353 set_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags);
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002354
Eliad Peller227e81e2011-08-14 13:17:26 +03002355 if (is_ibss)
Eliad Peller87fbcb02011-10-05 11:55:41 +02002356 ret = wl12xx_cmd_role_start_ibss(wl, wlvif);
Eliad Peller227e81e2011-08-14 13:17:26 +03002357 else
Eliad Peller87fbcb02011-10-05 11:55:41 +02002358 ret = wl12xx_cmd_role_start_sta(wl, wlvif);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002359 if (ret < 0)
2360 goto out;
2361
Eliad Pellerba8447f2011-10-10 10:13:00 +02002362 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002363 goto out;
2364
2365 /*
2366 * The join command disable the keep-alive mode, shut down its process,
2367 * and also clear the template config, so we need to reset it all after
2368 * the join. The acx_aid starts the keep-alive process, and the order
2369 * of the commands below is relevant.
2370 */
Eliad Peller0603d892011-10-05 11:55:51 +02002371 ret = wl1271_acx_keep_alive_mode(wl, wlvif, true);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002372 if (ret < 0)
2373 goto out;
2374
Eliad Peller0603d892011-10-05 11:55:51 +02002375 ret = wl1271_acx_aid(wl, wlvif, wlvif->aid);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002376 if (ret < 0)
2377 goto out;
2378
Eliad Pellerd2d66c52011-10-05 11:55:43 +02002379 ret = wl12xx_cmd_build_klv_null_data(wl, wlvif);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002380 if (ret < 0)
2381 goto out;
2382
Eliad Peller0603d892011-10-05 11:55:51 +02002383 ret = wl1271_acx_keep_alive_config(wl, wlvif,
2384 CMD_TEMPL_KLV_IDX_NULL_DATA,
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002385 ACX_KEEP_ALIVE_TPL_VALID);
2386 if (ret < 0)
2387 goto out;
2388
2389out:
2390 return ret;
2391}
2392
Eliad Peller0603d892011-10-05 11:55:51 +02002393static int wl1271_unjoin(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Luciano Coelhoc7f43e42009-12-11 15:40:44 +02002394{
2395 int ret;
2396
Eliad Peller52630c52011-10-10 10:13:08 +02002397 if (test_and_clear_bit(WLVIF_FLAG_CS_PROGRESS, &wlvif->flags)) {
Eliad Peller6e8cd332011-10-10 10:13:13 +02002398 struct ieee80211_vif *vif = wl12xx_wlvif_to_vif(wlvif);
2399
Shahar Levi6d158ff2011-09-08 13:01:33 +03002400 wl12xx_cmd_stop_channel_switch(wl);
Eliad Peller6e8cd332011-10-10 10:13:13 +02002401 ieee80211_chswitch_done(vif, false);
Shahar Levi6d158ff2011-09-08 13:01:33 +03002402 }
2403
Luciano Coelhoc7f43e42009-12-11 15:40:44 +02002404 /* to stop listening to a channel, we disconnect */
Eliad Peller0603d892011-10-05 11:55:51 +02002405 ret = wl12xx_cmd_role_stop_sta(wl, wlvif);
Luciano Coelhoc7f43e42009-12-11 15:40:44 +02002406 if (ret < 0)
2407 goto out;
2408
Oz Krakowskib992c682011-06-26 10:36:02 +03002409 /* reset TX security counters on a clean disconnect */
Eliad Peller48e93e42011-10-10 10:12:58 +02002410 wlvif->tx_security_last_seq_lsb = 0;
2411 wlvif->tx_security_seq = 0;
Oz Krakowskib992c682011-06-26 10:36:02 +03002412
Luciano Coelhoc7f43e42009-12-11 15:40:44 +02002413out:
2414 return ret;
2415}
2416
Eliad Peller87fbcb02011-10-05 11:55:41 +02002417static void wl1271_set_band_rate(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002418{
Eliad Peller1b92f152011-10-10 10:13:09 +02002419 wlvif->basic_rate_set = wlvif->bitrate_masks[wlvif->band];
Eliad Peller30d0c8f2011-10-05 11:55:42 +02002420 wlvif->rate_set = wlvif->basic_rate_set;
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002421}
2422
Eliad Peller251c1772011-08-14 13:17:17 +03002423static bool wl12xx_is_roc(struct wl1271 *wl)
2424{
2425 u8 role_id;
2426
2427 role_id = find_first_bit(wl->roc_map, WL12XX_MAX_ROLES);
2428 if (role_id >= WL12XX_MAX_ROLES)
2429 return false;
2430
2431 return true;
2432}
2433
Eliad Peller87fbcb02011-10-05 11:55:41 +02002434static int wl1271_sta_handle_idle(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2435 bool idle)
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002436{
2437 int ret;
2438
2439 if (idle) {
Eliad Peller251c1772011-08-14 13:17:17 +03002440 /* no need to croc if we weren't busy (e.g. during boot) */
2441 if (wl12xx_is_roc(wl)) {
Eliad Peller7edebf52011-10-05 11:55:52 +02002442 ret = wl12xx_croc(wl, wlvif->dev_role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03002443 if (ret < 0)
2444 goto out;
2445
Eliad Peller7edebf52011-10-05 11:55:52 +02002446 ret = wl12xx_cmd_role_stop_dev(wl, wlvif);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002447 if (ret < 0)
2448 goto out;
2449 }
Eliad Peller30d0c8f2011-10-05 11:55:42 +02002450 wlvif->rate_set =
2451 wl1271_tx_min_rate_get(wl, wlvif->basic_rate_set);
2452 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002453 if (ret < 0)
2454 goto out;
2455 ret = wl1271_acx_keep_alive_config(
Eliad Peller0603d892011-10-05 11:55:51 +02002456 wl, wlvif, CMD_TEMPL_KLV_IDX_NULL_DATA,
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002457 ACX_KEEP_ALIVE_TPL_INVALID);
2458 if (ret < 0)
2459 goto out;
2460 set_bit(WL1271_FLAG_IDLE, &wl->flags);
2461 } else {
Luciano Coelho33c2c062011-05-10 14:46:02 +03002462 /* The current firmware only supports sched_scan in idle */
2463 if (wl->sched_scanning) {
2464 wl1271_scan_sched_scan_stop(wl);
2465 ieee80211_sched_scan_stopped(wl->hw);
2466 }
2467
Eliad Peller7edebf52011-10-05 11:55:52 +02002468 ret = wl12xx_cmd_role_start_dev(wl, wlvif);
Eliad Peller251c1772011-08-14 13:17:17 +03002469 if (ret < 0)
2470 goto out;
2471
Eliad Peller1b92f152011-10-10 10:13:09 +02002472 ret = wl12xx_roc(wl, wlvif, wlvif->dev_role_id);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002473 if (ret < 0)
2474 goto out;
2475 clear_bit(WL1271_FLAG_IDLE, &wl->flags);
2476 }
2477
2478out:
2479 return ret;
2480}
2481
Eliad Peller9f259c42011-10-10 10:13:12 +02002482static int wl12xx_config_vif(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2483 struct ieee80211_conf *conf, u32 changed)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002484{
Eliad Peller9f259c42011-10-10 10:13:12 +02002485 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
2486 int channel, ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002487
2488 channel = ieee80211_frequency_to_channel(conf->channel->center_freq);
2489
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002490 /* if the channel changes while joined, join again */
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002491 if (changed & IEEE80211_CONF_CHANGE_CHANNEL &&
Eliad Peller1b92f152011-10-10 10:13:09 +02002492 ((wlvif->band != conf->channel->band) ||
Eliad Peller61f845f2011-10-10 10:13:10 +02002493 (wlvif->channel != channel))) {
Eliad Pellerc6930b02011-09-15 13:00:01 +03002494 /* send all pending packets */
Eliad Pellera32d0cd2011-10-10 10:12:55 +02002495 wl1271_tx_work_locked(wl);
Eliad Peller61f845f2011-10-10 10:13:10 +02002496 wlvif->band = conf->channel->band;
2497 wlvif->channel = channel;
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002498
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002499 if (!is_ap) {
2500 /*
2501 * FIXME: the mac80211 should really provide a fixed
2502 * rate to use here. for now, just use the smallest
2503 * possible rate for the band as a fixed rate for
2504 * association frames and other control messages.
2505 */
Eliad Pellerba8447f2011-10-10 10:13:00 +02002506 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
Eliad Peller87fbcb02011-10-05 11:55:41 +02002507 wl1271_set_band_rate(wl, wlvif);
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002508
Eliad Pellerd2d66c52011-10-05 11:55:43 +02002509 wlvif->basic_rate =
Eliad Peller87fbcb02011-10-05 11:55:41 +02002510 wl1271_tx_min_rate_get(wl,
2511 wlvif->basic_rate_set);
Eliad Peller30d0c8f2011-10-05 11:55:42 +02002512 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002513 if (ret < 0)
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002514 wl1271_warning("rate policy for channel "
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002515 "failed %d", ret);
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002516
Eliad Pellerba8447f2011-10-10 10:13:00 +02002517 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED,
2518 &wlvif->flags)) {
Eliad Peller251c1772011-08-14 13:17:17 +03002519 if (wl12xx_is_roc(wl)) {
2520 /* roaming */
Eliad Peller7edebf52011-10-05 11:55:52 +02002521 ret = wl12xx_croc(wl,
2522 wlvif->dev_role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03002523 if (ret < 0)
Eliad Peller9f259c42011-10-10 10:13:12 +02002524 return ret;
Eliad Peller251c1772011-08-14 13:17:17 +03002525 }
Eliad Peller87fbcb02011-10-05 11:55:41 +02002526 ret = wl1271_join(wl, wlvif, false);
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002527 if (ret < 0)
2528 wl1271_warning("cmd join on channel "
2529 "failed %d", ret);
Eliad Peller251c1772011-08-14 13:17:17 +03002530 } else {
2531 /*
2532 * change the ROC channel. do it only if we are
2533 * not idle. otherwise, CROC will be called
2534 * anyway.
2535 */
2536 if (wl12xx_is_roc(wl) &&
2537 !(conf->flags & IEEE80211_CONF_IDLE)) {
Eliad Peller7edebf52011-10-05 11:55:52 +02002538 ret = wl12xx_croc(wl,
2539 wlvif->dev_role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03002540 if (ret < 0)
Eliad Peller9f259c42011-10-10 10:13:12 +02002541 return ret;
Eliad Peller251c1772011-08-14 13:17:17 +03002542
Eliad Peller1b92f152011-10-10 10:13:09 +02002543 ret = wl12xx_roc(wl, wlvif,
Eliad Peller7edebf52011-10-05 11:55:52 +02002544 wlvif->dev_role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03002545 if (ret < 0)
2546 wl1271_warning("roc failed %d",
2547 ret);
2548 }
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002549 }
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002550 }
2551 }
2552
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002553 if (changed & IEEE80211_CONF_CHANGE_IDLE && !is_ap) {
Eliad Peller87fbcb02011-10-05 11:55:41 +02002554 ret = wl1271_sta_handle_idle(wl, wlvif,
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002555 conf->flags & IEEE80211_CONF_IDLE);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002556 if (ret < 0)
2557 wl1271_warning("idle mode change failed %d", ret);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002558 }
2559
Juuso Oikarinen90494a92010-07-08 17:50:00 +03002560 /*
2561 * if mac80211 changes the PSM mode, make sure the mode is not
2562 * incorrectly changed after the pspoll failure active window.
2563 */
2564 if (changed & IEEE80211_CONF_CHANGE_PS)
Eliad Peller836d6602011-10-10 10:13:07 +02002565 clear_bit(WLVIF_FLAG_PSPOLL_FAILURE, &wlvif->flags);
Juuso Oikarinen90494a92010-07-08 17:50:00 +03002566
Juuso Oikarinen71449f82009-12-11 15:41:07 +02002567 if (conf->flags & IEEE80211_CONF_PS &&
Eliad Pellerc29bb002011-10-10 10:13:03 +02002568 !test_bit(WLVIF_FLAG_PSM_REQUESTED, &wlvif->flags)) {
2569 set_bit(WLVIF_FLAG_PSM_REQUESTED, &wlvif->flags);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002570
2571 /*
2572 * We enter PSM only if we're already associated.
2573 * If we're not, we'll enter it when joining an SSID,
2574 * through the bss_info_changed() hook.
2575 */
Eliad Pellerba8447f2011-10-10 10:13:00 +02002576 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags)) {
Juuso Oikarinen18f8d462010-02-22 08:38:34 +02002577 wl1271_debug(DEBUG_PSM, "psm enabled");
Eliad Peller0603d892011-10-05 11:55:51 +02002578 ret = wl1271_ps_set_mode(wl, wlvif,
2579 STATION_POWER_SAVE_MODE,
Eliad Pellerd2d66c52011-10-05 11:55:43 +02002580 wlvif->basic_rate, true);
Juuso Oikarinenaf5e0842009-12-11 15:41:00 +02002581 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002582 } else if (!(conf->flags & IEEE80211_CONF_PS) &&
Eliad Pellerc29bb002011-10-10 10:13:03 +02002583 test_bit(WLVIF_FLAG_PSM_REQUESTED, &wlvif->flags)) {
Juuso Oikarinen18f8d462010-02-22 08:38:34 +02002584 wl1271_debug(DEBUG_PSM, "psm disabled");
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002585
Eliad Pellerc29bb002011-10-10 10:13:03 +02002586 clear_bit(WLVIF_FLAG_PSM_REQUESTED, &wlvif->flags);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002587
Eliad Pellerc29bb002011-10-10 10:13:03 +02002588 if (test_bit(WLVIF_FLAG_PSM, &wlvif->flags))
Eliad Peller0603d892011-10-05 11:55:51 +02002589 ret = wl1271_ps_set_mode(wl, wlvif,
2590 STATION_ACTIVE_MODE,
Eliad Pellerd2d66c52011-10-05 11:55:43 +02002591 wlvif->basic_rate, true);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002592 }
2593
Eliad Peller6bd65022011-10-10 10:13:11 +02002594 if (conf->power_level != wlvif->power_level) {
Eliad Peller0603d892011-10-05 11:55:51 +02002595 ret = wl1271_acx_tx_power(wl, wlvif, conf->power_level);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002596 if (ret < 0)
Eliad Peller9f259c42011-10-10 10:13:12 +02002597 return ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002598
Eliad Peller6bd65022011-10-10 10:13:11 +02002599 wlvif->power_level = conf->power_level;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002600 }
2601
Eliad Peller9f259c42011-10-10 10:13:12 +02002602 return 0;
2603}
2604
2605static int wl1271_op_config(struct ieee80211_hw *hw, u32 changed)
2606{
2607 struct wl1271 *wl = hw->priv;
2608 struct wl12xx_vif *wlvif;
2609 struct ieee80211_conf *conf = &hw->conf;
2610 int channel, ret = 0;
2611
2612 channel = ieee80211_frequency_to_channel(conf->channel->center_freq);
2613
2614 wl1271_debug(DEBUG_MAC80211, "mac80211 config ch %d psm %s power %d %s"
2615 " changed 0x%x",
2616 channel,
2617 conf->flags & IEEE80211_CONF_PS ? "on" : "off",
2618 conf->power_level,
2619 conf->flags & IEEE80211_CONF_IDLE ? "idle" : "in use",
2620 changed);
2621
2622 /*
2623 * mac80211 will go to idle nearly immediately after transmitting some
2624 * frames, such as the deauth. To make sure those frames reach the air,
2625 * wait here until the TX queue is fully flushed.
2626 */
2627 if ((changed & IEEE80211_CONF_CHANGE_IDLE) &&
2628 (conf->flags & IEEE80211_CONF_IDLE))
2629 wl1271_tx_flush(wl);
2630
2631 mutex_lock(&wl->mutex);
2632
2633 /* we support configuring the channel and band even while off */
2634 if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
2635 wl->band = conf->channel->band;
2636 wl->channel = channel;
2637 }
2638
2639 if (changed & IEEE80211_CONF_CHANGE_POWER)
2640 wl->power_level = conf->power_level;
2641
2642 if (unlikely(wl->state == WL1271_STATE_OFF))
2643 goto out;
2644
2645 ret = wl1271_ps_elp_wakeup(wl);
2646 if (ret < 0)
2647 goto out;
2648
2649 /* configure each interface */
2650 wl12xx_for_each_wlvif(wl, wlvif) {
2651 ret = wl12xx_config_vif(wl, wlvif, conf, changed);
2652 if (ret < 0)
2653 goto out_sleep;
2654 }
2655
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002656out_sleep:
2657 wl1271_ps_elp_sleep(wl);
2658
2659out:
2660 mutex_unlock(&wl->mutex);
2661
2662 return ret;
2663}
2664
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002665struct wl1271_filter_params {
2666 bool enabled;
2667 int mc_list_length;
2668 u8 mc_list[ACX_MC_ADDRESS_GROUP_MAX][ETH_ALEN];
2669};
2670
Jiri Pirko22bedad2010-04-01 21:22:57 +00002671static u64 wl1271_op_prepare_multicast(struct ieee80211_hw *hw,
2672 struct netdev_hw_addr_list *mc_list)
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002673{
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002674 struct wl1271_filter_params *fp;
Jiri Pirko22bedad2010-04-01 21:22:57 +00002675 struct netdev_hw_addr *ha;
Saravanan Dhanabal2c10bb92010-04-09 11:07:27 +03002676 struct wl1271 *wl = hw->priv;
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002677
Saravanan Dhanabal2c10bb92010-04-09 11:07:27 +03002678 if (unlikely(wl->state == WL1271_STATE_OFF))
2679 return 0;
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002680
Juuso Oikarinen74441132009-10-13 12:47:53 +03002681 fp = kzalloc(sizeof(*fp), GFP_ATOMIC);
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002682 if (!fp) {
2683 wl1271_error("Out of memory setting filters.");
2684 return 0;
2685 }
2686
2687 /* update multicast filtering parameters */
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002688 fp->mc_list_length = 0;
Jiri Pirko22bedad2010-04-01 21:22:57 +00002689 if (netdev_hw_addr_list_count(mc_list) > ACX_MC_ADDRESS_GROUP_MAX) {
2690 fp->enabled = false;
2691 } else {
2692 fp->enabled = true;
2693 netdev_hw_addr_list_for_each(ha, mc_list) {
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002694 memcpy(fp->mc_list[fp->mc_list_length],
Jiri Pirko22bedad2010-04-01 21:22:57 +00002695 ha->addr, ETH_ALEN);
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002696 fp->mc_list_length++;
Jiri Pirko22bedad2010-04-01 21:22:57 +00002697 }
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002698 }
2699
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002700 return (u64)(unsigned long)fp;
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002701}
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002702
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002703#define WL1271_SUPPORTED_FILTERS (FIF_PROMISC_IN_BSS | \
2704 FIF_ALLMULTI | \
2705 FIF_FCSFAIL | \
2706 FIF_BCN_PRBRESP_PROMISC | \
2707 FIF_CONTROL | \
2708 FIF_OTHER_BSS)
2709
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002710static void wl1271_op_configure_filter(struct ieee80211_hw *hw,
2711 unsigned int changed,
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002712 unsigned int *total, u64 multicast)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002713{
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002714 struct wl1271_filter_params *fp = (void *)(unsigned long)multicast;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002715 struct wl1271 *wl = hw->priv;
Eliad Peller6e8cd332011-10-10 10:13:13 +02002716 struct wl12xx_vif *wlvif;
Eliad Peller536129c2011-10-05 11:55:45 +02002717
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002718 int ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002719
Arik Nemtsov7d057862010-10-16 19:25:35 +02002720 wl1271_debug(DEBUG_MAC80211, "mac80211 configure filter changed %x"
2721 " total %x", changed, *total);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002722
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002723 mutex_lock(&wl->mutex);
2724
Saravanan Dhanabal2c10bb92010-04-09 11:07:27 +03002725 *total &= WL1271_SUPPORTED_FILTERS;
2726 changed &= WL1271_SUPPORTED_FILTERS;
2727
2728 if (unlikely(wl->state == WL1271_STATE_OFF))
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002729 goto out;
2730
Ido Yariva6208652011-03-01 15:14:41 +02002731 ret = wl1271_ps_elp_wakeup(wl);
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002732 if (ret < 0)
2733 goto out;
2734
Eliad Peller6e8cd332011-10-10 10:13:13 +02002735 wl12xx_for_each_wlvif(wl, wlvif) {
2736 if (wlvif->bss_type != BSS_TYPE_AP_BSS) {
2737 if (*total & FIF_ALLMULTI)
2738 ret = wl1271_acx_group_address_tbl(wl, wlvif,
2739 false,
2740 NULL, 0);
2741 else if (fp)
2742 ret = wl1271_acx_group_address_tbl(wl, wlvif,
2743 fp->enabled,
2744 fp->mc_list,
2745 fp->mc_list_length);
2746 if (ret < 0)
2747 goto out_sleep;
2748 }
Arik Nemtsov7d057862010-10-16 19:25:35 +02002749 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002750
Eliad Peller08c1d1c2011-08-14 13:17:04 +03002751 /*
2752 * the fw doesn't provide an api to configure the filters. instead,
2753 * the filters configuration is based on the active roles / ROC
2754 * state.
2755 */
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002756
2757out_sleep:
2758 wl1271_ps_elp_sleep(wl);
2759
2760out:
2761 mutex_unlock(&wl->mutex);
Juuso Oikarinen14b228a2010-03-18 12:26:43 +02002762 kfree(fp);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002763}
2764
Eliad Peller170d0e62011-10-05 11:56:06 +02002765static int wl1271_record_ap_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2766 u8 id, u8 key_type, u8 key_size,
2767 const u8 *key, u8 hlid, u32 tx_seq_32,
2768 u16 tx_seq_16)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002769{
2770 struct wl1271_ap_key *ap_key;
2771 int i;
2772
2773 wl1271_debug(DEBUG_CRYPT, "record ap key id %d", (int)id);
2774
2775 if (key_size > MAX_KEY_SIZE)
2776 return -EINVAL;
2777
2778 /*
2779 * Find next free entry in ap_keys. Also check we are not replacing
2780 * an existing key.
2781 */
2782 for (i = 0; i < MAX_NUM_KEYS; i++) {
Eliad Peller170d0e62011-10-05 11:56:06 +02002783 if (wlvif->ap.recorded_keys[i] == NULL)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002784 break;
2785
Eliad Peller170d0e62011-10-05 11:56:06 +02002786 if (wlvif->ap.recorded_keys[i]->id == id) {
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002787 wl1271_warning("trying to record key replacement");
2788 return -EINVAL;
2789 }
2790 }
2791
2792 if (i == MAX_NUM_KEYS)
2793 return -EBUSY;
2794
2795 ap_key = kzalloc(sizeof(*ap_key), GFP_KERNEL);
2796 if (!ap_key)
2797 return -ENOMEM;
2798
2799 ap_key->id = id;
2800 ap_key->key_type = key_type;
2801 ap_key->key_size = key_size;
2802 memcpy(ap_key->key, key, key_size);
2803 ap_key->hlid = hlid;
2804 ap_key->tx_seq_32 = tx_seq_32;
2805 ap_key->tx_seq_16 = tx_seq_16;
2806
Eliad Peller170d0e62011-10-05 11:56:06 +02002807 wlvif->ap.recorded_keys[i] = ap_key;
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002808 return 0;
2809}
2810
Eliad Peller170d0e62011-10-05 11:56:06 +02002811static void wl1271_free_ap_keys(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002812{
2813 int i;
2814
2815 for (i = 0; i < MAX_NUM_KEYS; i++) {
Eliad Peller170d0e62011-10-05 11:56:06 +02002816 kfree(wlvif->ap.recorded_keys[i]);
2817 wlvif->ap.recorded_keys[i] = NULL;
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002818 }
2819}
2820
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002821static int wl1271_ap_init_hwenc(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002822{
2823 int i, ret = 0;
2824 struct wl1271_ap_key *key;
2825 bool wep_key_added = false;
2826
2827 for (i = 0; i < MAX_NUM_KEYS; i++) {
Eliad Peller7f97b482011-08-14 13:17:30 +03002828 u8 hlid;
Eliad Peller170d0e62011-10-05 11:56:06 +02002829 if (wlvif->ap.recorded_keys[i] == NULL)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002830 break;
2831
Eliad Peller170d0e62011-10-05 11:56:06 +02002832 key = wlvif->ap.recorded_keys[i];
Eliad Peller7f97b482011-08-14 13:17:30 +03002833 hlid = key->hlid;
2834 if (hlid == WL12XX_INVALID_LINK_ID)
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002835 hlid = wlvif->ap.bcast_hlid;
Eliad Peller7f97b482011-08-14 13:17:30 +03002836
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002837 ret = wl1271_cmd_set_ap_key(wl, wlvif, KEY_ADD_OR_REPLACE,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002838 key->id, key->key_type,
2839 key->key_size, key->key,
Eliad Peller7f97b482011-08-14 13:17:30 +03002840 hlid, key->tx_seq_32,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002841 key->tx_seq_16);
2842 if (ret < 0)
2843 goto out;
2844
2845 if (key->key_type == KEY_WEP)
2846 wep_key_added = true;
2847 }
2848
2849 if (wep_key_added) {
Eliad Pellerf75c753f2011-10-05 11:55:59 +02002850 ret = wl12xx_cmd_set_default_wep_key(wl, wlvif->default_key,
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002851 wlvif->ap.bcast_hlid);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002852 if (ret < 0)
2853 goto out;
2854 }
2855
2856out:
Eliad Peller170d0e62011-10-05 11:56:06 +02002857 wl1271_free_ap_keys(wl, wlvif);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002858 return ret;
2859}
2860
Eliad Peller536129c2011-10-05 11:55:45 +02002861static int wl1271_set_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2862 u16 action, u8 id, u8 key_type,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002863 u8 key_size, const u8 *key, u32 tx_seq_32,
2864 u16 tx_seq_16, struct ieee80211_sta *sta)
2865{
2866 int ret;
Eliad Peller536129c2011-10-05 11:55:45 +02002867 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002868
2869 if (is_ap) {
2870 struct wl1271_station *wl_sta;
2871 u8 hlid;
2872
2873 if (sta) {
2874 wl_sta = (struct wl1271_station *)sta->drv_priv;
2875 hlid = wl_sta->hlid;
2876 } else {
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002877 hlid = wlvif->ap.bcast_hlid;
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002878 }
2879
Eliad Peller53d40d02011-10-10 10:13:02 +02002880 if (!test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags)) {
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002881 /*
2882 * We do not support removing keys after AP shutdown.
2883 * Pretend we do to make mac80211 happy.
2884 */
2885 if (action != KEY_ADD_OR_REPLACE)
2886 return 0;
2887
Eliad Peller170d0e62011-10-05 11:56:06 +02002888 ret = wl1271_record_ap_key(wl, wlvif, id,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002889 key_type, key_size,
2890 key, hlid, tx_seq_32,
2891 tx_seq_16);
2892 } else {
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002893 ret = wl1271_cmd_set_ap_key(wl, wlvif, action,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002894 id, key_type, key_size,
2895 key, hlid, tx_seq_32,
2896 tx_seq_16);
2897 }
2898
2899 if (ret < 0)
2900 return ret;
2901 } else {
2902 const u8 *addr;
2903 static const u8 bcast_addr[ETH_ALEN] = {
2904 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
2905 };
2906
Guy Eilame9eb8cb2011-08-16 19:49:12 +03002907 /*
2908 * A STA set to GEM cipher requires 2 tx spare blocks.
2909 * Return to default value when GEM cipher key is removed
2910 */
2911 if (key_type == KEY_GEM) {
2912 if (action == KEY_ADD_OR_REPLACE)
2913 wl->tx_spare_blocks = 2;
2914 else if (action == KEY_REMOVE)
2915 wl->tx_spare_blocks = TX_HW_BLOCK_SPARE_DEFAULT;
2916 }
2917
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002918 addr = sta ? sta->addr : bcast_addr;
2919
2920 if (is_zero_ether_addr(addr)) {
2921 /* We dont support TX only encryption */
2922 return -EOPNOTSUPP;
2923 }
2924
2925 /* The wl1271 does not allow to remove unicast keys - they
2926 will be cleared automatically on next CMD_JOIN. Ignore the
2927 request silently, as we dont want the mac80211 to emit
2928 an error message. */
2929 if (action == KEY_REMOVE && !is_broadcast_ether_addr(addr))
2930 return 0;
2931
Eliad Peller010d3d32011-08-14 13:17:31 +03002932 /* don't remove key if hlid was already deleted */
2933 if (action == KEY_REMOVE &&
Eliad Peller154da672011-10-05 11:55:53 +02002934 wlvif->sta.hlid == WL12XX_INVALID_LINK_ID)
Eliad Peller010d3d32011-08-14 13:17:31 +03002935 return 0;
2936
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002937 ret = wl1271_cmd_set_sta_key(wl, wlvif, action,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002938 id, key_type, key_size,
2939 key, addr, tx_seq_32,
2940 tx_seq_16);
2941 if (ret < 0)
2942 return ret;
2943
2944 /* the default WEP key needs to be configured at least once */
2945 if (key_type == KEY_WEP) {
Eliad Pellerc690ec82011-08-14 13:17:07 +03002946 ret = wl12xx_cmd_set_default_wep_key(wl,
Eliad Pellerf75c753f2011-10-05 11:55:59 +02002947 wlvif->default_key,
2948 wlvif->sta.hlid);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002949 if (ret < 0)
2950 return ret;
2951 }
2952 }
2953
2954 return 0;
2955}
2956
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002957static int wl1271_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
2958 struct ieee80211_vif *vif,
2959 struct ieee80211_sta *sta,
2960 struct ieee80211_key_conf *key_conf)
2961{
2962 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02002963 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002964 int ret;
Juuso Oikarinenac4e4ce2009-10-08 21:56:19 +03002965 u32 tx_seq_32 = 0;
2966 u16 tx_seq_16 = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002967 u8 key_type;
2968
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002969 wl1271_debug(DEBUG_MAC80211, "mac80211 set key");
2970
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002971 wl1271_debug(DEBUG_CRYPT, "CMD: 0x%x sta: %p", cmd, sta);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002972 wl1271_debug(DEBUG_CRYPT, "Key: algo:0x%x, id:%d, len:%d flags 0x%x",
Johannes Berg97359d12010-08-10 09:46:38 +02002973 key_conf->cipher, key_conf->keyidx,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002974 key_conf->keylen, key_conf->flags);
2975 wl1271_dump(DEBUG_CRYPT, "KEY: ", key_conf->key, key_conf->keylen);
2976
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002977 mutex_lock(&wl->mutex);
2978
Juuso Oikarinenf8d98022010-10-26 13:24:39 +02002979 if (unlikely(wl->state == WL1271_STATE_OFF)) {
2980 ret = -EAGAIN;
2981 goto out_unlock;
2982 }
2983
Ido Yariva6208652011-03-01 15:14:41 +02002984 ret = wl1271_ps_elp_wakeup(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002985 if (ret < 0)
2986 goto out_unlock;
2987
Johannes Berg97359d12010-08-10 09:46:38 +02002988 switch (key_conf->cipher) {
2989 case WLAN_CIPHER_SUITE_WEP40:
2990 case WLAN_CIPHER_SUITE_WEP104:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002991 key_type = KEY_WEP;
2992
2993 key_conf->hw_key_idx = key_conf->keyidx;
2994 break;
Johannes Berg97359d12010-08-10 09:46:38 +02002995 case WLAN_CIPHER_SUITE_TKIP:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002996 key_type = KEY_TKIP;
2997
2998 key_conf->hw_key_idx = key_conf->keyidx;
Eliad Peller48e93e42011-10-10 10:12:58 +02002999 tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq);
3000 tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003001 break;
Johannes Berg97359d12010-08-10 09:46:38 +02003002 case WLAN_CIPHER_SUITE_CCMP:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003003 key_type = KEY_AES;
3004
3005 key_conf->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
Eliad Peller48e93e42011-10-10 10:12:58 +02003006 tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq);
3007 tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003008 break;
Juuso Oikarinen7a557242010-09-27 12:42:07 +02003009 case WL1271_CIPHER_SUITE_GEM:
3010 key_type = KEY_GEM;
Eliad Peller48e93e42011-10-10 10:12:58 +02003011 tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq);
3012 tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq);
Juuso Oikarinen7a557242010-09-27 12:42:07 +02003013 break;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003014 default:
Johannes Berg97359d12010-08-10 09:46:38 +02003015 wl1271_error("Unknown key algo 0x%x", key_conf->cipher);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003016
3017 ret = -EOPNOTSUPP;
3018 goto out_sleep;
3019 }
3020
3021 switch (cmd) {
3022 case SET_KEY:
Eliad Peller536129c2011-10-05 11:55:45 +02003023 ret = wl1271_set_key(wl, wlvif, KEY_ADD_OR_REPLACE,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02003024 key_conf->keyidx, key_type,
3025 key_conf->keylen, key_conf->key,
3026 tx_seq_32, tx_seq_16, sta);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003027 if (ret < 0) {
3028 wl1271_error("Could not add or replace key");
3029 goto out_sleep;
3030 }
3031 break;
3032
3033 case DISABLE_KEY:
Eliad Peller536129c2011-10-05 11:55:45 +02003034 ret = wl1271_set_key(wl, wlvif, KEY_REMOVE,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02003035 key_conf->keyidx, key_type,
3036 key_conf->keylen, key_conf->key,
3037 0, 0, sta);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003038 if (ret < 0) {
3039 wl1271_error("Could not remove key");
3040 goto out_sleep;
3041 }
3042 break;
3043
3044 default:
3045 wl1271_error("Unsupported key cmd 0x%x", cmd);
3046 ret = -EOPNOTSUPP;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003047 break;
3048 }
3049
3050out_sleep:
3051 wl1271_ps_elp_sleep(wl);
3052
3053out_unlock:
3054 mutex_unlock(&wl->mutex);
3055
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003056 return ret;
3057}
3058
3059static int wl1271_op_hw_scan(struct ieee80211_hw *hw,
Johannes Berga060bbf2010-04-27 11:59:34 +02003060 struct ieee80211_vif *vif,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003061 struct cfg80211_scan_request *req)
3062{
3063 struct wl1271 *wl = hw->priv;
Eliad Peller7edebf52011-10-05 11:55:52 +02003064 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
3065
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003066 int ret;
3067 u8 *ssid = NULL;
Teemu Paasikiviabb0b3b2009-10-13 12:47:50 +03003068 size_t len = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003069
3070 wl1271_debug(DEBUG_MAC80211, "mac80211 hw scan");
3071
3072 if (req->n_ssids) {
3073 ssid = req->ssids[0].ssid;
Teemu Paasikiviabb0b3b2009-10-13 12:47:50 +03003074 len = req->ssids[0].ssid_len;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003075 }
3076
3077 mutex_lock(&wl->mutex);
3078
Juuso Oikarinenb739a422010-10-26 13:24:38 +02003079 if (wl->state == WL1271_STATE_OFF) {
3080 /*
3081 * We cannot return -EBUSY here because cfg80211 will expect
3082 * a call to ieee80211_scan_completed if we do - in this case
3083 * there won't be any call.
3084 */
3085 ret = -EAGAIN;
3086 goto out;
3087 }
3088
Ido Yariva6208652011-03-01 15:14:41 +02003089 ret = wl1271_ps_elp_wakeup(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003090 if (ret < 0)
3091 goto out;
3092
Eliad Peller251c1772011-08-14 13:17:17 +03003093 /* cancel ROC before scanning */
3094 if (wl12xx_is_roc(wl)) {
Eliad Pellerba8447f2011-10-10 10:13:00 +02003095 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags)) {
Eliad Peller251c1772011-08-14 13:17:17 +03003096 /* don't allow scanning right now */
3097 ret = -EBUSY;
3098 goto out_sleep;
3099 }
Eliad Peller7edebf52011-10-05 11:55:52 +02003100 wl12xx_croc(wl, wlvif->dev_role_id);
3101 wl12xx_cmd_role_stop_dev(wl, wlvif);
Eliad Peller251c1772011-08-14 13:17:17 +03003102 }
3103
Eliad Peller784f6942011-10-05 11:55:39 +02003104 ret = wl1271_scan(hw->priv, vif, ssid, len, req);
Eliad Peller251c1772011-08-14 13:17:17 +03003105out_sleep:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003106 wl1271_ps_elp_sleep(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003107out:
3108 mutex_unlock(&wl->mutex);
3109
3110 return ret;
3111}
3112
Eliad Peller73ecce32011-06-27 13:06:45 +03003113static void wl1271_op_cancel_hw_scan(struct ieee80211_hw *hw,
3114 struct ieee80211_vif *vif)
3115{
3116 struct wl1271 *wl = hw->priv;
3117 int ret;
3118
3119 wl1271_debug(DEBUG_MAC80211, "mac80211 cancel hw scan");
3120
3121 mutex_lock(&wl->mutex);
3122
3123 if (wl->state == WL1271_STATE_OFF)
3124 goto out;
3125
3126 if (wl->scan.state == WL1271_SCAN_STATE_IDLE)
3127 goto out;
3128
3129 ret = wl1271_ps_elp_wakeup(wl);
3130 if (ret < 0)
3131 goto out;
3132
3133 if (wl->scan.state != WL1271_SCAN_STATE_DONE) {
3134 ret = wl1271_scan_stop(wl);
3135 if (ret < 0)
3136 goto out_sleep;
3137 }
3138 wl->scan.state = WL1271_SCAN_STATE_IDLE;
3139 memset(wl->scan.scanned_ch, 0, sizeof(wl->scan.scanned_ch));
Eliad Peller784f6942011-10-05 11:55:39 +02003140 wl->scan_vif = NULL;
Eliad Peller73ecce32011-06-27 13:06:45 +03003141 wl->scan.req = NULL;
3142 ieee80211_scan_completed(wl->hw, true);
3143
3144out_sleep:
3145 wl1271_ps_elp_sleep(wl);
3146out:
3147 mutex_unlock(&wl->mutex);
3148
3149 cancel_delayed_work_sync(&wl->scan_complete_work);
3150}
3151
Luciano Coelho33c2c062011-05-10 14:46:02 +03003152static int wl1271_op_sched_scan_start(struct ieee80211_hw *hw,
3153 struct ieee80211_vif *vif,
3154 struct cfg80211_sched_scan_request *req,
3155 struct ieee80211_sched_scan_ies *ies)
3156{
3157 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02003158 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Luciano Coelho33c2c062011-05-10 14:46:02 +03003159 int ret;
3160
3161 wl1271_debug(DEBUG_MAC80211, "wl1271_op_sched_scan_start");
3162
3163 mutex_lock(&wl->mutex);
3164
3165 ret = wl1271_ps_elp_wakeup(wl);
3166 if (ret < 0)
3167 goto out;
3168
Eliad Peller536129c2011-10-05 11:55:45 +02003169 ret = wl1271_scan_sched_scan_config(wl, wlvif, req, ies);
Luciano Coelho33c2c062011-05-10 14:46:02 +03003170 if (ret < 0)
3171 goto out_sleep;
3172
Eliad Peller536129c2011-10-05 11:55:45 +02003173 ret = wl1271_scan_sched_scan_start(wl, wlvif);
Luciano Coelho33c2c062011-05-10 14:46:02 +03003174 if (ret < 0)
3175 goto out_sleep;
3176
3177 wl->sched_scanning = true;
3178
3179out_sleep:
3180 wl1271_ps_elp_sleep(wl);
3181out:
3182 mutex_unlock(&wl->mutex);
3183 return ret;
3184}
3185
3186static void wl1271_op_sched_scan_stop(struct ieee80211_hw *hw,
3187 struct ieee80211_vif *vif)
3188{
3189 struct wl1271 *wl = hw->priv;
3190 int ret;
3191
3192 wl1271_debug(DEBUG_MAC80211, "wl1271_op_sched_scan_stop");
3193
3194 mutex_lock(&wl->mutex);
3195
3196 ret = wl1271_ps_elp_wakeup(wl);
3197 if (ret < 0)
3198 goto out;
3199
3200 wl1271_scan_sched_scan_stop(wl);
3201
3202 wl1271_ps_elp_sleep(wl);
3203out:
3204 mutex_unlock(&wl->mutex);
3205}
3206
Arik Nemtsov68d069c2010-11-08 10:51:07 +01003207static int wl1271_op_set_frag_threshold(struct ieee80211_hw *hw, u32 value)
3208{
3209 struct wl1271 *wl = hw->priv;
3210 int ret = 0;
3211
3212 mutex_lock(&wl->mutex);
3213
3214 if (unlikely(wl->state == WL1271_STATE_OFF)) {
3215 ret = -EAGAIN;
3216 goto out;
3217 }
3218
Ido Yariva6208652011-03-01 15:14:41 +02003219 ret = wl1271_ps_elp_wakeup(wl);
Arik Nemtsov68d069c2010-11-08 10:51:07 +01003220 if (ret < 0)
3221 goto out;
3222
Arik Nemtsov5f704d12011-04-18 14:15:21 +03003223 ret = wl1271_acx_frag_threshold(wl, value);
Arik Nemtsov68d069c2010-11-08 10:51:07 +01003224 if (ret < 0)
3225 wl1271_warning("wl1271_op_set_frag_threshold failed: %d", ret);
3226
3227 wl1271_ps_elp_sleep(wl);
3228
3229out:
3230 mutex_unlock(&wl->mutex);
3231
3232 return ret;
3233}
3234
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003235static int wl1271_op_set_rts_threshold(struct ieee80211_hw *hw, u32 value)
3236{
3237 struct wl1271 *wl = hw->priv;
Eliad Peller6e8cd332011-10-10 10:13:13 +02003238 struct wl12xx_vif *wlvif;
Saravanan Dhanabalaecb0562010-04-09 11:07:28 +03003239 int ret = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003240
3241 mutex_lock(&wl->mutex);
3242
Juuso Oikarinenf8d98022010-10-26 13:24:39 +02003243 if (unlikely(wl->state == WL1271_STATE_OFF)) {
3244 ret = -EAGAIN;
Saravanan Dhanabalaecb0562010-04-09 11:07:28 +03003245 goto out;
Juuso Oikarinenf8d98022010-10-26 13:24:39 +02003246 }
Saravanan Dhanabalaecb0562010-04-09 11:07:28 +03003247
Ido Yariva6208652011-03-01 15:14:41 +02003248 ret = wl1271_ps_elp_wakeup(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003249 if (ret < 0)
3250 goto out;
3251
Eliad Peller6e8cd332011-10-10 10:13:13 +02003252 wl12xx_for_each_wlvif(wl, wlvif) {
3253 ret = wl1271_acx_rts_threshold(wl, wlvif, value);
3254 if (ret < 0)
3255 wl1271_warning("set rts threshold failed: %d", ret);
3256 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003257 wl1271_ps_elp_sleep(wl);
3258
3259out:
3260 mutex_unlock(&wl->mutex);
3261
3262 return ret;
3263}
3264
Eliad Peller1fe9f162011-10-05 11:55:48 +02003265static int wl1271_ssid_set(struct ieee80211_vif *vif, struct sk_buff *skb,
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003266 int offset)
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003267{
Eliad Peller1fe9f162011-10-05 11:55:48 +02003268 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Peller889cb362011-05-01 09:56:45 +03003269 u8 ssid_len;
3270 const u8 *ptr = cfg80211_find_ie(WLAN_EID_SSID, skb->data + offset,
3271 skb->len - offset);
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003272
Eliad Peller889cb362011-05-01 09:56:45 +03003273 if (!ptr) {
3274 wl1271_error("No SSID in IEs!");
3275 return -ENOENT;
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003276 }
Arik Nemtsove78a2872010-10-16 19:07:21 +02003277
Eliad Peller889cb362011-05-01 09:56:45 +03003278 ssid_len = ptr[1];
3279 if (ssid_len > IEEE80211_MAX_SSID_LEN) {
3280 wl1271_error("SSID is too long!");
3281 return -EINVAL;
3282 }
3283
Eliad Peller1fe9f162011-10-05 11:55:48 +02003284 wlvif->ssid_len = ssid_len;
3285 memcpy(wlvif->ssid, ptr+2, ssid_len);
Eliad Peller889cb362011-05-01 09:56:45 +03003286 return 0;
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003287}
3288
Eliad Pellerd48055d2011-09-15 12:07:04 +03003289static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset)
3290{
3291 int len;
3292 const u8 *next, *end = skb->data + skb->len;
3293 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset,
3294 skb->len - ieoffset);
3295 if (!ie)
3296 return;
3297 len = ie[1] + 2;
3298 next = ie + len;
3299 memmove(ie, next, end - next);
3300 skb_trim(skb, skb->len - len);
3301}
3302
Eliad Peller26b4bf22011-09-15 12:07:05 +03003303static void wl12xx_remove_vendor_ie(struct sk_buff *skb,
3304 unsigned int oui, u8 oui_type,
3305 int ieoffset)
3306{
3307 int len;
3308 const u8 *next, *end = skb->data + skb->len;
3309 u8 *ie = (u8 *)cfg80211_find_vendor_ie(oui, oui_type,
3310 skb->data + ieoffset,
3311 skb->len - ieoffset);
3312 if (!ie)
3313 return;
3314 len = ie[1] + 2;
3315 next = ie + len;
3316 memmove(ie, next, end - next);
3317 skb_trim(skb, skb->len - len);
3318}
3319
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003320static int wl1271_ap_set_probe_resp_tmpl(struct wl1271 *wl,
Eliad Peller1fe9f162011-10-05 11:55:48 +02003321 struct ieee80211_vif *vif,
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003322 u8 *probe_rsp_data,
3323 size_t probe_rsp_len,
3324 u32 rates)
3325{
Eliad Peller1fe9f162011-10-05 11:55:48 +02003326 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
3327 struct ieee80211_bss_conf *bss_conf = &vif->bss_conf;
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003328 u8 probe_rsp_templ[WL1271_CMD_TEMPL_MAX_SIZE];
3329 int ssid_ie_offset, ie_offset, templ_len;
3330 const u8 *ptr;
3331
3332 /* no need to change probe response if the SSID is set correctly */
Eliad Peller1fe9f162011-10-05 11:55:48 +02003333 if (wlvif->ssid_len > 0)
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003334 return wl1271_cmd_template_set(wl,
3335 CMD_TEMPL_AP_PROBE_RESPONSE,
3336 probe_rsp_data,
3337 probe_rsp_len, 0,
3338 rates);
3339
3340 if (probe_rsp_len + bss_conf->ssid_len > WL1271_CMD_TEMPL_MAX_SIZE) {
3341 wl1271_error("probe_rsp template too big");
3342 return -EINVAL;
3343 }
3344
3345 /* start searching from IE offset */
3346 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable);
3347
3348 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset,
3349 probe_rsp_len - ie_offset);
3350 if (!ptr) {
3351 wl1271_error("No SSID in beacon!");
3352 return -EINVAL;
3353 }
3354
3355 ssid_ie_offset = ptr - probe_rsp_data;
3356 ptr += (ptr[1] + 2);
3357
3358 memcpy(probe_rsp_templ, probe_rsp_data, ssid_ie_offset);
3359
3360 /* insert SSID from bss_conf */
3361 probe_rsp_templ[ssid_ie_offset] = WLAN_EID_SSID;
3362 probe_rsp_templ[ssid_ie_offset + 1] = bss_conf->ssid_len;
3363 memcpy(probe_rsp_templ + ssid_ie_offset + 2,
3364 bss_conf->ssid, bss_conf->ssid_len);
3365 templ_len = ssid_ie_offset + 2 + bss_conf->ssid_len;
3366
3367 memcpy(probe_rsp_templ + ssid_ie_offset + 2 + bss_conf->ssid_len,
3368 ptr, probe_rsp_len - (ptr - probe_rsp_data));
3369 templ_len += probe_rsp_len - (ptr - probe_rsp_data);
3370
3371 return wl1271_cmd_template_set(wl,
3372 CMD_TEMPL_AP_PROBE_RESPONSE,
3373 probe_rsp_templ,
3374 templ_len, 0,
3375 rates);
3376}
3377
Arik Nemtsove78a2872010-10-16 19:07:21 +02003378static int wl1271_bss_erp_info_changed(struct wl1271 *wl,
Eliad Peller0603d892011-10-05 11:55:51 +02003379 struct ieee80211_vif *vif,
Arik Nemtsove78a2872010-10-16 19:07:21 +02003380 struct ieee80211_bss_conf *bss_conf,
3381 u32 changed)
3382{
Eliad Peller0603d892011-10-05 11:55:51 +02003383 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003384 int ret = 0;
3385
3386 if (changed & BSS_CHANGED_ERP_SLOT) {
3387 if (bss_conf->use_short_slot)
Eliad Peller0603d892011-10-05 11:55:51 +02003388 ret = wl1271_acx_slot(wl, wlvif, SLOT_TIME_SHORT);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003389 else
Eliad Peller0603d892011-10-05 11:55:51 +02003390 ret = wl1271_acx_slot(wl, wlvif, SLOT_TIME_LONG);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003391 if (ret < 0) {
3392 wl1271_warning("Set slot time failed %d", ret);
3393 goto out;
3394 }
3395 }
3396
3397 if (changed & BSS_CHANGED_ERP_PREAMBLE) {
3398 if (bss_conf->use_short_preamble)
Eliad Peller0603d892011-10-05 11:55:51 +02003399 wl1271_acx_set_preamble(wl, wlvif, ACX_PREAMBLE_SHORT);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003400 else
Eliad Peller0603d892011-10-05 11:55:51 +02003401 wl1271_acx_set_preamble(wl, wlvif, ACX_PREAMBLE_LONG);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003402 }
3403
3404 if (changed & BSS_CHANGED_ERP_CTS_PROT) {
3405 if (bss_conf->use_cts_prot)
Eliad Peller0603d892011-10-05 11:55:51 +02003406 ret = wl1271_acx_cts_protect(wl, wlvif,
3407 CTSPROTECT_ENABLE);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003408 else
Eliad Peller0603d892011-10-05 11:55:51 +02003409 ret = wl1271_acx_cts_protect(wl, wlvif,
3410 CTSPROTECT_DISABLE);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003411 if (ret < 0) {
3412 wl1271_warning("Set ctsprotect failed %d", ret);
3413 goto out;
3414 }
3415 }
3416
3417out:
3418 return ret;
3419}
3420
3421static int wl1271_bss_beacon_info_changed(struct wl1271 *wl,
3422 struct ieee80211_vif *vif,
3423 struct ieee80211_bss_conf *bss_conf,
3424 u32 changed)
3425{
Eliad Peller87fbcb02011-10-05 11:55:41 +02003426 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Peller536129c2011-10-05 11:55:45 +02003427 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003428 int ret = 0;
3429
3430 if ((changed & BSS_CHANGED_BEACON_INT)) {
3431 wl1271_debug(DEBUG_MASTER, "beacon interval updated: %d",
3432 bss_conf->beacon_int);
3433
Eliad Peller6a899792011-10-05 11:55:58 +02003434 wlvif->beacon_int = bss_conf->beacon_int;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003435 }
3436
3437 if ((changed & BSS_CHANGED_BEACON)) {
3438 struct ieee80211_hdr *hdr;
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003439 u32 min_rate;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003440 int ieoffset = offsetof(struct ieee80211_mgmt,
3441 u.beacon.variable);
3442 struct sk_buff *beacon = ieee80211_beacon_get(wl->hw, vif);
3443 u16 tmpl_id;
3444
3445 if (!beacon)
3446 goto out;
3447
3448 wl1271_debug(DEBUG_MASTER, "beacon updated");
3449
Eliad Peller1fe9f162011-10-05 11:55:48 +02003450 ret = wl1271_ssid_set(vif, beacon, ieoffset);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003451 if (ret < 0) {
3452 dev_kfree_skb(beacon);
3453 goto out;
3454 }
Eliad Peller87fbcb02011-10-05 11:55:41 +02003455 min_rate = wl1271_tx_min_rate_get(wl, wlvif->basic_rate_set);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003456 tmpl_id = is_ap ? CMD_TEMPL_AP_BEACON :
3457 CMD_TEMPL_BEACON;
3458 ret = wl1271_cmd_template_set(wl, tmpl_id,
3459 beacon->data,
3460 beacon->len, 0,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003461 min_rate);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003462 if (ret < 0) {
3463 dev_kfree_skb(beacon);
3464 goto out;
3465 }
3466
Eliad Pellerd48055d2011-09-15 12:07:04 +03003467 /* remove TIM ie from probe response */
3468 wl12xx_remove_ie(beacon, WLAN_EID_TIM, ieoffset);
3469
Eliad Peller26b4bf22011-09-15 12:07:05 +03003470 /*
3471 * remove p2p ie from probe response.
3472 * the fw reponds to probe requests that don't include
3473 * the p2p ie. probe requests with p2p ie will be passed,
3474 * and will be responded by the supplicant (the spec
3475 * forbids including the p2p ie when responding to probe
3476 * requests that didn't include it).
3477 */
3478 wl12xx_remove_vendor_ie(beacon, WLAN_OUI_WFA,
3479 WLAN_OUI_TYPE_WFA_P2P, ieoffset);
3480
Arik Nemtsove78a2872010-10-16 19:07:21 +02003481 hdr = (struct ieee80211_hdr *) beacon->data;
3482 hdr->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
3483 IEEE80211_STYPE_PROBE_RESP);
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003484 if (is_ap)
Eliad Peller1fe9f162011-10-05 11:55:48 +02003485 ret = wl1271_ap_set_probe_resp_tmpl(wl, vif,
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003486 beacon->data,
3487 beacon->len,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003488 min_rate);
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003489 else
3490 ret = wl1271_cmd_template_set(wl,
3491 CMD_TEMPL_PROBE_RESPONSE,
3492 beacon->data,
3493 beacon->len, 0,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003494 min_rate);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003495 dev_kfree_skb(beacon);
3496 if (ret < 0)
3497 goto out;
3498 }
3499
3500out:
3501 return ret;
3502}
3503
3504/* AP mode changes */
3505static void wl1271_bss_info_changed_ap(struct wl1271 *wl,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003506 struct ieee80211_vif *vif,
3507 struct ieee80211_bss_conf *bss_conf,
3508 u32 changed)
3509{
Eliad Peller87fbcb02011-10-05 11:55:41 +02003510 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003511 int ret = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003512
Arik Nemtsove78a2872010-10-16 19:07:21 +02003513 if ((changed & BSS_CHANGED_BASIC_RATES)) {
3514 u32 rates = bss_conf->basic_rates;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003515
Eliad Peller87fbcb02011-10-05 11:55:41 +02003516 wlvif->basic_rate_set = wl1271_tx_enabled_rates_get(wl, rates,
Eliad Peller1b92f152011-10-10 10:13:09 +02003517 wlvif->band);
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003518 wlvif->basic_rate = wl1271_tx_min_rate_get(wl,
Eliad Peller87fbcb02011-10-05 11:55:41 +02003519 wlvif->basic_rate_set);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003520
Eliad Peller87fbcb02011-10-05 11:55:41 +02003521 ret = wl1271_init_ap_rates(wl, wlvif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003522 if (ret < 0) {
Arik Nemtsov70f47422011-04-18 14:15:25 +03003523 wl1271_error("AP rate policy change failed %d", ret);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003524 goto out;
Juuso Oikarinene0d8bbf2009-12-11 15:41:04 +02003525 }
Arik Nemtsovc45a85b2011-04-18 14:15:26 +03003526
Eliad Peller784f6942011-10-05 11:55:39 +02003527 ret = wl1271_ap_init_templates(wl, vif);
Arik Nemtsovc45a85b2011-04-18 14:15:26 +03003528 if (ret < 0)
3529 goto out;
Juuso Oikarinene0d8bbf2009-12-11 15:41:04 +02003530 }
3531
Arik Nemtsove78a2872010-10-16 19:07:21 +02003532 ret = wl1271_bss_beacon_info_changed(wl, vif, bss_conf, changed);
3533 if (ret < 0)
3534 goto out;
3535
3536 if ((changed & BSS_CHANGED_BEACON_ENABLED)) {
3537 if (bss_conf->enable_beacon) {
Eliad Peller53d40d02011-10-10 10:13:02 +02003538 if (!test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags)) {
Eliad Peller87fbcb02011-10-05 11:55:41 +02003539 ret = wl12xx_cmd_role_start_ap(wl, wlvif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003540 if (ret < 0)
3541 goto out;
3542
Eliad Pellera8ab39a2011-10-05 11:55:54 +02003543 ret = wl1271_ap_init_hwenc(wl, wlvif);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02003544 if (ret < 0)
3545 goto out;
Arik Nemtsovcf420392011-08-14 13:17:37 +03003546
Eliad Peller53d40d02011-10-10 10:13:02 +02003547 set_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags);
Arik Nemtsovcf420392011-08-14 13:17:37 +03003548 wl1271_debug(DEBUG_AP, "started AP");
Arik Nemtsove78a2872010-10-16 19:07:21 +02003549 }
3550 } else {
Eliad Peller53d40d02011-10-10 10:13:02 +02003551 if (test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags)) {
Eliad Peller0603d892011-10-05 11:55:51 +02003552 ret = wl12xx_cmd_role_stop_ap(wl, wlvif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003553 if (ret < 0)
3554 goto out;
3555
Eliad Peller53d40d02011-10-10 10:13:02 +02003556 clear_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003557 wl1271_debug(DEBUG_AP, "stopped AP");
3558 }
3559 }
3560 }
3561
Eliad Peller0603d892011-10-05 11:55:51 +02003562 ret = wl1271_bss_erp_info_changed(wl, vif, bss_conf, changed);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003563 if (ret < 0)
3564 goto out;
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003565
3566 /* Handle HT information change */
3567 if ((changed & BSS_CHANGED_HT) &&
3568 (bss_conf->channel_type != NL80211_CHAN_NO_HT)) {
Eliad Peller0603d892011-10-05 11:55:51 +02003569 ret = wl1271_acx_set_ht_information(wl, wlvif,
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003570 bss_conf->ht_operation_mode);
3571 if (ret < 0) {
3572 wl1271_warning("Set ht information failed %d", ret);
3573 goto out;
3574 }
3575 }
3576
Arik Nemtsove78a2872010-10-16 19:07:21 +02003577out:
3578 return;
3579}
3580
3581/* STA/IBSS mode changes */
3582static void wl1271_bss_info_changed_sta(struct wl1271 *wl,
3583 struct ieee80211_vif *vif,
3584 struct ieee80211_bss_conf *bss_conf,
3585 u32 changed)
3586{
Eliad Peller87fbcb02011-10-05 11:55:41 +02003587 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003588 bool do_join = false, set_assoc = false;
Eliad Peller536129c2011-10-05 11:55:45 +02003589 bool is_ibss = (wlvif->bss_type == BSS_TYPE_IBSS);
Eliad Peller227e81e2011-08-14 13:17:26 +03003590 bool ibss_joined = false;
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003591 u32 sta_rate_set = 0;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003592 int ret;
Luciano Coelho2d6e4e762011-01-11 19:07:21 +01003593 struct ieee80211_sta *sta;
Arik Nemtsova1008852011-02-12 23:24:20 +02003594 bool sta_exists = false;
3595 struct ieee80211_sta_ht_cap sta_ht_cap;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003596
3597 if (is_ibss) {
3598 ret = wl1271_bss_beacon_info_changed(wl, vif, bss_conf,
3599 changed);
3600 if (ret < 0)
3601 goto out;
3602 }
3603
Eliad Peller227e81e2011-08-14 13:17:26 +03003604 if (changed & BSS_CHANGED_IBSS) {
3605 if (bss_conf->ibss_joined) {
Eliad Pellereee514e2011-10-10 10:13:01 +02003606 set_bit(WLVIF_FLAG_IBSS_JOINED, &wlvif->flags);
Eliad Peller227e81e2011-08-14 13:17:26 +03003607 ibss_joined = true;
3608 } else {
Eliad Pellereee514e2011-10-10 10:13:01 +02003609 if (test_and_clear_bit(WLVIF_FLAG_IBSS_JOINED,
3610 &wlvif->flags)) {
Eliad Peller0603d892011-10-05 11:55:51 +02003611 wl1271_unjoin(wl, wlvif);
Eliad Peller7edebf52011-10-05 11:55:52 +02003612 wl12xx_cmd_role_start_dev(wl, wlvif);
Eliad Peller1b92f152011-10-10 10:13:09 +02003613 wl12xx_roc(wl, wlvif, wlvif->dev_role_id);
Eliad Peller227e81e2011-08-14 13:17:26 +03003614 }
3615 }
3616 }
3617
3618 if ((changed & BSS_CHANGED_BEACON_INT) && ibss_joined)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003619 do_join = true;
3620
3621 /* Need to update the SSID (for filtering etc) */
Eliad Peller227e81e2011-08-14 13:17:26 +03003622 if ((changed & BSS_CHANGED_BEACON) && ibss_joined)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003623 do_join = true;
3624
Eliad Peller227e81e2011-08-14 13:17:26 +03003625 if ((changed & BSS_CHANGED_BEACON_ENABLED) && ibss_joined) {
Juuso Oikarinen5da11dc2010-03-26 12:53:24 +02003626 wl1271_debug(DEBUG_ADHOC, "ad-hoc beaconing: %s",
3627 bss_conf->enable_beacon ? "enabled" : "disabled");
3628
Juuso Oikarinen5da11dc2010-03-26 12:53:24 +02003629 do_join = true;
3630 }
3631
Arik Nemtsove78a2872010-10-16 19:07:21 +02003632 if ((changed & BSS_CHANGED_CQM)) {
Juuso Oikarinen00236aed2010-04-09 11:07:30 +03003633 bool enable = false;
3634 if (bss_conf->cqm_rssi_thold)
3635 enable = true;
Eliad Peller0603d892011-10-05 11:55:51 +02003636 ret = wl1271_acx_rssi_snr_trigger(wl, wlvif, enable,
Juuso Oikarinen00236aed2010-04-09 11:07:30 +03003637 bss_conf->cqm_rssi_thold,
3638 bss_conf->cqm_rssi_hyst);
3639 if (ret < 0)
3640 goto out;
Eliad Peller04324d92011-10-05 11:56:03 +02003641 wlvif->rssi_thold = bss_conf->cqm_rssi_thold;
Juuso Oikarinen00236aed2010-04-09 11:07:30 +03003642 }
3643
Eliad Pellercdf09492011-10-05 11:55:44 +02003644 if (changed & BSS_CHANGED_BSSID)
3645 if (!is_zero_ether_addr(bss_conf->bssid)) {
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003646 ret = wl12xx_cmd_build_null_data(wl, wlvif);
Eliad Pellerfa287b82010-12-26 09:27:50 +01003647 if (ret < 0)
3648 goto out;
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003649
Eliad Peller784f6942011-10-05 11:55:39 +02003650 ret = wl1271_build_qos_null_data(wl, vif);
Eliad Pellerfa287b82010-12-26 09:27:50 +01003651 if (ret < 0)
3652 goto out;
Saravanan Dhanabal141418c2010-04-28 09:50:00 +03003653
Eliad Pellerfa287b82010-12-26 09:27:50 +01003654 /* Need to update the BSSID (for filtering etc) */
3655 do_join = true;
3656 }
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003657
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003658 if (changed & (BSS_CHANGED_ASSOC | BSS_CHANGED_HT)) {
3659 rcu_read_lock();
3660 sta = ieee80211_find_sta(vif, bss_conf->bssid);
3661 if (!sta)
3662 goto sta_not_found;
3663
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003664 /* save the supp_rates of the ap */
3665 sta_rate_set = sta->supp_rates[wl->hw->conf.channel->band];
3666 if (sta->ht_cap.ht_supported)
3667 sta_rate_set |=
3668 (sta->ht_cap.mcs.rx_mask[0] << HW_HT_RATES_OFFSET);
Arik Nemtsova1008852011-02-12 23:24:20 +02003669 sta_ht_cap = sta->ht_cap;
3670 sta_exists = true;
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003671
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003672sta_not_found:
3673 rcu_read_unlock();
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003674 }
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003675
Arik Nemtsove78a2872010-10-16 19:07:21 +02003676 if ((changed & BSS_CHANGED_ASSOC)) {
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003677 if (bss_conf->assoc) {
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003678 u32 rates;
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003679 int ieoffset;
Eliad Peller6840e372011-10-05 11:55:50 +02003680 wlvif->aid = bss_conf->aid;
Juuso Oikarinen69e54342010-05-07 11:39:00 +03003681 set_assoc = true;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003682
Eliad Peller74ec8392011-10-05 11:56:02 +02003683 wlvif->ps_poll_failures = 0;
Juuso Oikarinen90494a92010-07-08 17:50:00 +03003684
Luciano Coelhoae751ba2009-10-12 15:08:57 +03003685 /*
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003686 * use basic rates from AP, and determine lowest rate
3687 * to use with control frames.
3688 */
3689 rates = bss_conf->basic_rates;
Eliad Peller87fbcb02011-10-05 11:55:41 +02003690 wlvif->basic_rate_set =
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003691 wl1271_tx_enabled_rates_get(wl, rates,
Eliad Peller1b92f152011-10-10 10:13:09 +02003692 wlvif->band);
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003693 wlvif->basic_rate =
Eliad Peller87fbcb02011-10-05 11:55:41 +02003694 wl1271_tx_min_rate_get(wl,
3695 wlvif->basic_rate_set);
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003696 if (sta_rate_set)
Eliad Peller30d0c8f2011-10-05 11:55:42 +02003697 wlvif->rate_set =
3698 wl1271_tx_enabled_rates_get(wl,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003699 sta_rate_set,
Eliad Peller1b92f152011-10-10 10:13:09 +02003700 wlvif->band);
Eliad Peller30d0c8f2011-10-05 11:55:42 +02003701 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003702 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003703 goto out;
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003704
3705 /*
Luciano Coelhoae751ba2009-10-12 15:08:57 +03003706 * with wl1271, we don't need to update the
3707 * beacon_int and dtim_period, because the firmware
3708 * updates it by itself when the first beacon is
3709 * received after a join.
3710 */
Eliad Peller6840e372011-10-05 11:55:50 +02003711 ret = wl1271_cmd_build_ps_poll(wl, wlvif, wlvif->aid);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003712 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003713 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003714
Juuso Oikarinenc2b2d992010-03-26 12:53:28 +02003715 /*
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003716 * Get a template for hardware connection maintenance
Juuso Oikarinenc2b2d992010-03-26 12:53:28 +02003717 */
Eliad Pellerbddb29b2011-10-05 11:55:49 +02003718 dev_kfree_skb(wlvif->probereq);
3719 wlvif->probereq = wl1271_cmd_build_ap_probe_req(wl,
Eliad Peller83587502011-10-10 10:12:53 +02003720 wlvif,
Eliad Pellerbddb29b2011-10-05 11:55:49 +02003721 NULL);
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003722 ieoffset = offsetof(struct ieee80211_mgmt,
3723 u.probe_req.variable);
Eliad Pellerbddb29b2011-10-05 11:55:49 +02003724 wl1271_ssid_set(vif, wlvif->probereq, ieoffset);
Juuso Oikarinenc2b2d992010-03-26 12:53:28 +02003725
Juuso Oikarinen6ccbb922010-03-26 12:53:23 +02003726 /* enable the connection monitoring feature */
Eliad Peller0603d892011-10-05 11:55:51 +02003727 ret = wl1271_acx_conn_monit_params(wl, wlvif, true);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003728 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003729 goto out;
Juuso Oikarinend94cd292009-10-08 21:56:25 +03003730 } else {
3731 /* use defaults when not associated */
Eliad Peller30df14d2011-04-05 19:13:28 +03003732 bool was_assoc =
Eliad Pellerba8447f2011-10-10 10:13:00 +02003733 !!test_and_clear_bit(WLVIF_FLAG_STA_ASSOCIATED,
3734 &wlvif->flags);
Eliad Peller251c1772011-08-14 13:17:17 +03003735 bool was_ifup =
Eliad Peller8181aec2011-10-10 10:13:04 +02003736 !!test_and_clear_bit(WLVIF_FLAG_STA_STATE_SENT,
3737 &wlvif->flags);
Eliad Peller6840e372011-10-05 11:55:50 +02003738 wlvif->aid = 0;
Juuso Oikarinen6ccbb922010-03-26 12:53:23 +02003739
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003740 /* free probe-request template */
Eliad Pellerbddb29b2011-10-05 11:55:49 +02003741 dev_kfree_skb(wlvif->probereq);
3742 wlvif->probereq = NULL;
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003743
Juuso Oikarinen8d2ef7b2010-07-08 17:50:03 +03003744 /* re-enable dynamic ps - just in case */
Eliad Peller6e8cd332011-10-10 10:13:13 +02003745 ieee80211_enable_dyn_ps(vif);
Juuso Oikarinen8d2ef7b2010-07-08 17:50:03 +03003746
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003747 /* revert back to minimum rates for the current band */
Eliad Peller87fbcb02011-10-05 11:55:41 +02003748 wl1271_set_band_rate(wl, wlvif);
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003749 wlvif->basic_rate =
Eliad Peller87fbcb02011-10-05 11:55:41 +02003750 wl1271_tx_min_rate_get(wl,
3751 wlvif->basic_rate_set);
Eliad Peller30d0c8f2011-10-05 11:55:42 +02003752 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003753 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003754 goto out;
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003755
Juuso Oikarinen6ccbb922010-03-26 12:53:23 +02003756 /* disable connection monitor features */
Eliad Peller0603d892011-10-05 11:55:51 +02003757 ret = wl1271_acx_conn_monit_params(wl, wlvif, false);
Juuso Oikarinenc1899552010-03-26 12:53:32 +02003758
3759 /* Disable the keep-alive feature */
Eliad Peller0603d892011-10-05 11:55:51 +02003760 ret = wl1271_acx_keep_alive_mode(wl, wlvif, false);
Juuso Oikarinen6ccbb922010-03-26 12:53:23 +02003761 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003762 goto out;
Juuso Oikarinenb84a7d32010-11-22 12:59:08 +02003763
3764 /* restore the bssid filter and go to dummy bssid */
Eliad Peller30df14d2011-04-05 19:13:28 +03003765 if (was_assoc) {
Eliad Peller251c1772011-08-14 13:17:17 +03003766 u32 conf_flags = wl->hw->conf.flags;
3767 /*
3768 * we might have to disable roc, if there was
3769 * no IF_OPER_UP notification.
3770 */
3771 if (!was_ifup) {
Eliad Peller0603d892011-10-05 11:55:51 +02003772 ret = wl12xx_croc(wl, wlvif->role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03003773 if (ret < 0)
3774 goto out;
3775 }
3776 /*
3777 * (we also need to disable roc in case of
3778 * roaming on the same channel. until we will
3779 * have a better flow...)
3780 */
Eliad Peller7edebf52011-10-05 11:55:52 +02003781 if (test_bit(wlvif->dev_role_id, wl->roc_map)) {
3782 ret = wl12xx_croc(wl,
3783 wlvif->dev_role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03003784 if (ret < 0)
3785 goto out;
3786 }
3787
Eliad Peller0603d892011-10-05 11:55:51 +02003788 wl1271_unjoin(wl, wlvif);
Eliad Peller251c1772011-08-14 13:17:17 +03003789 if (!(conf_flags & IEEE80211_CONF_IDLE)) {
Eliad Peller7edebf52011-10-05 11:55:52 +02003790 wl12xx_cmd_role_start_dev(wl, wlvif);
Eliad Peller1b92f152011-10-10 10:13:09 +02003791 wl12xx_roc(wl, wlvif,
3792 wlvif->dev_role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03003793 }
Eliad Peller30df14d2011-04-05 19:13:28 +03003794 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003795 }
3796 }
Juuso Oikarinen8a5a37a2009-10-08 21:56:24 +03003797
Eliad Pellerd192d262011-05-24 14:33:08 +03003798 if (changed & BSS_CHANGED_IBSS) {
3799 wl1271_debug(DEBUG_ADHOC, "ibss_joined: %d",
3800 bss_conf->ibss_joined);
3801
3802 if (bss_conf->ibss_joined) {
3803 u32 rates = bss_conf->basic_rates;
Eliad Peller87fbcb02011-10-05 11:55:41 +02003804 wlvif->basic_rate_set =
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003805 wl1271_tx_enabled_rates_get(wl, rates,
Eliad Peller1b92f152011-10-10 10:13:09 +02003806 wlvif->band);
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003807 wlvif->basic_rate =
Eliad Peller87fbcb02011-10-05 11:55:41 +02003808 wl1271_tx_min_rate_get(wl,
3809 wlvif->basic_rate_set);
Eliad Pellerd192d262011-05-24 14:33:08 +03003810
Shahar Levi06b660e2011-09-05 13:54:36 +03003811 /* by default, use 11b + OFDM rates */
Eliad Peller30d0c8f2011-10-05 11:55:42 +02003812 wlvif->rate_set = CONF_TX_IBSS_DEFAULT_RATES;
3813 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Eliad Pellerd192d262011-05-24 14:33:08 +03003814 if (ret < 0)
3815 goto out;
3816 }
3817 }
3818
Eliad Peller0603d892011-10-05 11:55:51 +02003819 ret = wl1271_bss_erp_info_changed(wl, vif, bss_conf, changed);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003820 if (ret < 0)
3821 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003822
Juuso Oikarinenca52a5e2010-07-08 17:50:02 +03003823 if (changed & BSS_CHANGED_ARP_FILTER) {
3824 __be32 addr = bss_conf->arp_addr_list[0];
Eliad Peller536129c2011-10-05 11:55:45 +02003825 WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS);
Juuso Oikarinenca52a5e2010-07-08 17:50:02 +03003826
Eliad Pellerc5312772010-12-09 11:31:27 +02003827 if (bss_conf->arp_addr_cnt == 1 &&
3828 bss_conf->arp_filter_enabled) {
3829 /*
3830 * The template should have been configured only upon
3831 * association. however, it seems that the correct ip
3832 * isn't being set (when sending), so we have to
3833 * reconfigure the template upon every ip change.
3834 */
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003835 ret = wl1271_cmd_build_arp_rsp(wl, wlvif, addr);
Eliad Pellerc5312772010-12-09 11:31:27 +02003836 if (ret < 0) {
3837 wl1271_warning("build arp rsp failed: %d", ret);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003838 goto out;
Eliad Pellerc5312772010-12-09 11:31:27 +02003839 }
3840
Eliad Peller0603d892011-10-05 11:55:51 +02003841 ret = wl1271_acx_arp_ip_filter(wl, wlvif,
Eliad Pellere5e2f242011-01-24 19:19:03 +01003842 ACX_ARP_FILTER_ARP_FILTERING,
Eliad Pellerc5312772010-12-09 11:31:27 +02003843 addr);
3844 } else
Eliad Peller0603d892011-10-05 11:55:51 +02003845 ret = wl1271_acx_arp_ip_filter(wl, wlvif, 0, addr);
Juuso Oikarinenca52a5e2010-07-08 17:50:02 +03003846
3847 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003848 goto out;
Juuso Oikarinenca52a5e2010-07-08 17:50:02 +03003849 }
3850
Juuso Oikarinen8bf29b02010-02-18 13:25:51 +02003851 if (do_join) {
Eliad Peller87fbcb02011-10-05 11:55:41 +02003852 ret = wl1271_join(wl, wlvif, set_assoc);
Juuso Oikarinen8bf29b02010-02-18 13:25:51 +02003853 if (ret < 0) {
3854 wl1271_warning("cmd join failed %d", ret);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003855 goto out;
Juuso Oikarinen8bf29b02010-02-18 13:25:51 +02003856 }
Eliad Peller251c1772011-08-14 13:17:17 +03003857
3858 /* ROC until connected (after EAPOL exchange) */
3859 if (!is_ibss) {
Eliad Peller1b92f152011-10-10 10:13:09 +02003860 ret = wl12xx_roc(wl, wlvif, wlvif->role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03003861 if (ret < 0)
3862 goto out;
3863
Eliad Pellerba8447f2011-10-10 10:13:00 +02003864 wl1271_check_operstate(wl, wlvif,
Eliad Peller251c1772011-08-14 13:17:17 +03003865 ieee80211_get_operstate(vif));
3866 }
3867 /*
3868 * stop device role if started (we might already be in
3869 * STA role). TODO: make it better.
3870 */
Eliad Peller7edebf52011-10-05 11:55:52 +02003871 if (wlvif->dev_role_id != WL12XX_INVALID_ROLE_ID) {
3872 ret = wl12xx_croc(wl, wlvif->dev_role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03003873 if (ret < 0)
3874 goto out;
3875
Eliad Peller7edebf52011-10-05 11:55:52 +02003876 ret = wl12xx_cmd_role_stop_dev(wl, wlvif);
Eliad Peller251c1772011-08-14 13:17:17 +03003877 if (ret < 0)
3878 goto out;
3879 }
Eliad Peller05dba352011-08-23 16:37:01 +03003880
3881 /* If we want to go in PSM but we're not there yet */
Eliad Pellerc29bb002011-10-10 10:13:03 +02003882 if (test_bit(WLVIF_FLAG_PSM_REQUESTED, &wlvif->flags) &&
3883 !test_bit(WLVIF_FLAG_PSM, &wlvif->flags)) {
Eliad Peller05dba352011-08-23 16:37:01 +03003884 enum wl1271_cmd_ps_mode mode;
3885
3886 mode = STATION_POWER_SAVE_MODE;
Eliad Peller0603d892011-10-05 11:55:51 +02003887 ret = wl1271_ps_set_mode(wl, wlvif, mode,
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003888 wlvif->basic_rate,
Eliad Peller05dba352011-08-23 16:37:01 +03003889 true);
3890 if (ret < 0)
3891 goto out;
3892 }
Juuso Oikarinenc1899552010-03-26 12:53:32 +02003893 }
3894
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003895 /* Handle new association with HT. Do this after join. */
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003896 if (sta_exists) {
3897 if ((changed & BSS_CHANGED_HT) &&
3898 (bss_conf->channel_type != NL80211_CHAN_NO_HT)) {
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003899 ret = wl1271_acx_set_ht_capabilities(wl,
3900 &sta_ht_cap,
3901 true,
Eliad Peller154da672011-10-05 11:55:53 +02003902 wlvif->sta.hlid);
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003903 if (ret < 0) {
3904 wl1271_warning("Set ht cap true failed %d",
3905 ret);
3906 goto out;
3907 }
3908 }
3909 /* handle new association without HT and disassociation */
3910 else if (changed & BSS_CHANGED_ASSOC) {
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003911 ret = wl1271_acx_set_ht_capabilities(wl,
3912 &sta_ht_cap,
3913 false,
Eliad Peller154da672011-10-05 11:55:53 +02003914 wlvif->sta.hlid);
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003915 if (ret < 0) {
3916 wl1271_warning("Set ht cap false failed %d",
3917 ret);
3918 goto out;
3919 }
3920 }
3921 }
3922
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003923 /* Handle HT information change. Done after join. */
3924 if ((changed & BSS_CHANGED_HT) &&
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003925 (bss_conf->channel_type != NL80211_CHAN_NO_HT)) {
Eliad Peller0603d892011-10-05 11:55:51 +02003926 ret = wl1271_acx_set_ht_information(wl, wlvif,
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003927 bss_conf->ht_operation_mode);
3928 if (ret < 0) {
3929 wl1271_warning("Set ht information failed %d", ret);
3930 goto out;
3931 }
3932 }
3933
Arik Nemtsove78a2872010-10-16 19:07:21 +02003934out:
3935 return;
3936}
3937
3938static void wl1271_op_bss_info_changed(struct ieee80211_hw *hw,
3939 struct ieee80211_vif *vif,
3940 struct ieee80211_bss_conf *bss_conf,
3941 u32 changed)
3942{
3943 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02003944 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
3945 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003946 int ret;
3947
3948 wl1271_debug(DEBUG_MAC80211, "mac80211 bss info changed 0x%x",
3949 (int)changed);
3950
3951 mutex_lock(&wl->mutex);
3952
3953 if (unlikely(wl->state == WL1271_STATE_OFF))
3954 goto out;
3955
Eliad Peller10c8cd02011-10-10 10:13:06 +02003956 if (unlikely(!test_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags)))
3957 goto out;
3958
Ido Yariva6208652011-03-01 15:14:41 +02003959 ret = wl1271_ps_elp_wakeup(wl);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003960 if (ret < 0)
3961 goto out;
3962
3963 if (is_ap)
3964 wl1271_bss_info_changed_ap(wl, vif, bss_conf, changed);
3965 else
3966 wl1271_bss_info_changed_sta(wl, vif, bss_conf, changed);
3967
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003968 wl1271_ps_elp_sleep(wl);
3969
3970out:
3971 mutex_unlock(&wl->mutex);
3972}
3973
Eliad Peller8a3a3c82011-10-02 10:15:52 +02003974static int wl1271_op_conf_tx(struct ieee80211_hw *hw,
3975 struct ieee80211_vif *vif, u16 queue,
Kalle Valoc6999d82010-02-18 13:25:41 +02003976 const struct ieee80211_tx_queue_params *params)
3977{
3978 struct wl1271 *wl = hw->priv;
Eliad Peller0603d892011-10-05 11:55:51 +02003979 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Kalle Valo4695dc92010-03-18 12:26:38 +02003980 u8 ps_scheme;
Arik Nemtsov488fc542010-10-16 20:33:45 +02003981 int ret = 0;
Kalle Valoc6999d82010-02-18 13:25:41 +02003982
3983 mutex_lock(&wl->mutex);
3984
3985 wl1271_debug(DEBUG_MAC80211, "mac80211 conf tx %d", queue);
3986
Kalle Valo4695dc92010-03-18 12:26:38 +02003987 if (params->uapsd)
3988 ps_scheme = CONF_PS_SCHEME_UPSD_TRIGGER;
3989 else
3990 ps_scheme = CONF_PS_SCHEME_LEGACY;
3991
Arik Nemtsov488fc542010-10-16 20:33:45 +02003992 if (wl->state == WL1271_STATE_OFF) {
3993 /*
3994 * If the state is off, the parameters will be recorded and
3995 * configured on init. This happens in AP-mode.
3996 */
3997 struct conf_tx_ac_category *conf_ac =
3998 &wl->conf.tx.ac_conf[wl1271_tx_get_queue(queue)];
3999 struct conf_tx_tid *conf_tid =
4000 &wl->conf.tx.tid_conf[wl1271_tx_get_queue(queue)];
4001
4002 conf_ac->ac = wl1271_tx_get_queue(queue);
4003 conf_ac->cw_min = (u8)params->cw_min;
4004 conf_ac->cw_max = params->cw_max;
4005 conf_ac->aifsn = params->aifs;
4006 conf_ac->tx_op_limit = params->txop << 5;
4007
4008 conf_tid->queue_id = wl1271_tx_get_queue(queue);
4009 conf_tid->channel_type = CONF_CHANNEL_TYPE_EDCF;
4010 conf_tid->tsid = wl1271_tx_get_queue(queue);
4011 conf_tid->ps_scheme = ps_scheme;
4012 conf_tid->ack_policy = CONF_ACK_POLICY_LEGACY;
4013 conf_tid->apsd_conf[0] = 0;
4014 conf_tid->apsd_conf[1] = 0;
Eliad Pellerc1b193e2011-03-23 22:22:15 +02004015 goto out;
4016 }
Arik Nemtsov488fc542010-10-16 20:33:45 +02004017
Eliad Pellerc1b193e2011-03-23 22:22:15 +02004018 ret = wl1271_ps_elp_wakeup(wl);
4019 if (ret < 0)
4020 goto out;
Arik Nemtsov488fc542010-10-16 20:33:45 +02004021
Eliad Pellerc1b193e2011-03-23 22:22:15 +02004022 /*
4023 * the txop is confed in units of 32us by the mac80211,
4024 * we need us
4025 */
Eliad Peller0603d892011-10-05 11:55:51 +02004026 ret = wl1271_acx_ac_cfg(wl, wlvif, wl1271_tx_get_queue(queue),
Eliad Pellerc1b193e2011-03-23 22:22:15 +02004027 params->cw_min, params->cw_max,
4028 params->aifs, params->txop << 5);
4029 if (ret < 0)
4030 goto out_sleep;
4031
Eliad Peller0603d892011-10-05 11:55:51 +02004032 ret = wl1271_acx_tid_cfg(wl, wlvif, wl1271_tx_get_queue(queue),
Eliad Pellerc1b193e2011-03-23 22:22:15 +02004033 CONF_CHANNEL_TYPE_EDCF,
4034 wl1271_tx_get_queue(queue),
4035 ps_scheme, CONF_ACK_POLICY_LEGACY,
4036 0, 0);
Kalle Valoc82c1dd2010-02-18 13:25:47 +02004037
4038out_sleep:
Eliad Pellerc1b193e2011-03-23 22:22:15 +02004039 wl1271_ps_elp_sleep(wl);
Kalle Valoc6999d82010-02-18 13:25:41 +02004040
4041out:
4042 mutex_unlock(&wl->mutex);
4043
4044 return ret;
4045}
4046
Eliad Peller37a41b42011-09-21 14:06:11 +03004047static u64 wl1271_op_get_tsf(struct ieee80211_hw *hw,
4048 struct ieee80211_vif *vif)
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03004049{
4050
4051 struct wl1271 *wl = hw->priv;
4052 u64 mactime = ULLONG_MAX;
4053 int ret;
4054
4055 wl1271_debug(DEBUG_MAC80211, "mac80211 get tsf");
4056
4057 mutex_lock(&wl->mutex);
4058
Juuso Oikarinenf8d98022010-10-26 13:24:39 +02004059 if (unlikely(wl->state == WL1271_STATE_OFF))
4060 goto out;
4061
Ido Yariva6208652011-03-01 15:14:41 +02004062 ret = wl1271_ps_elp_wakeup(wl);
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03004063 if (ret < 0)
4064 goto out;
4065
4066 ret = wl1271_acx_tsf_info(wl, &mactime);
4067 if (ret < 0)
4068 goto out_sleep;
4069
4070out_sleep:
4071 wl1271_ps_elp_sleep(wl);
4072
4073out:
4074 mutex_unlock(&wl->mutex);
4075 return mactime;
4076}
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004077
John W. Linvilleece550d2010-07-28 16:41:06 -04004078static int wl1271_op_get_survey(struct ieee80211_hw *hw, int idx,
4079 struct survey_info *survey)
4080{
4081 struct wl1271 *wl = hw->priv;
4082 struct ieee80211_conf *conf = &hw->conf;
Juuso Oikarinenb739a422010-10-26 13:24:38 +02004083
John W. Linvilleece550d2010-07-28 16:41:06 -04004084 if (idx != 0)
4085 return -ENOENT;
Juuso Oikarinenb739a422010-10-26 13:24:38 +02004086
John W. Linvilleece550d2010-07-28 16:41:06 -04004087 survey->channel = conf->channel;
4088 survey->filled = SURVEY_INFO_NOISE_DBM;
4089 survey->noise = wl->noise;
Juuso Oikarinenb739a422010-10-26 13:24:38 +02004090
John W. Linvilleece550d2010-07-28 16:41:06 -04004091 return 0;
4092}
4093
Arik Nemtsov409622e2011-02-23 00:22:29 +02004094static int wl1271_allocate_sta(struct wl1271 *wl,
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004095 struct wl12xx_vif *wlvif,
4096 struct ieee80211_sta *sta)
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004097{
4098 struct wl1271_station *wl_sta;
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004099 int ret;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004100
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004101
4102 if (wl->active_sta_count >= AP_MAX_STATIONS) {
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004103 wl1271_warning("could not allocate HLID - too much stations");
4104 return -EBUSY;
4105 }
4106
4107 wl_sta = (struct wl1271_station *)sta->drv_priv;
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004108 ret = wl12xx_allocate_link(wl, wlvif, &wl_sta->hlid);
4109 if (ret < 0) {
4110 wl1271_warning("could not allocate HLID - too many links");
4111 return -EBUSY;
4112 }
4113
4114 set_bit(wl_sta->hlid, wlvif->ap.sta_hlid_map);
Arik Nemtsovb622d992011-02-23 00:22:31 +02004115 memcpy(wl->links[wl_sta->hlid].addr, sta->addr, ETH_ALEN);
Arik Nemtsovda032092011-08-25 12:43:15 +03004116 wl->active_sta_count++;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004117 return 0;
4118}
4119
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004120void wl1271_free_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid)
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004121{
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004122 if (!test_bit(hlid, wlvif->ap.sta_hlid_map))
Arik Nemtsovf1acea92011-08-25 12:43:17 +03004123 return;
4124
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004125 clear_bit(hlid, wlvif->ap.sta_hlid_map);
Arik Nemtsovb622d992011-02-23 00:22:31 +02004126 memset(wl->links[hlid].addr, 0, ETH_ALEN);
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004127 wl->links[hlid].ba_bitmap = 0;
Arik Nemtsova8c0ddb2011-02-23 00:22:26 +02004128 wl1271_tx_reset_link_queues(wl, hlid);
Arik Nemtsovb622d992011-02-23 00:22:31 +02004129 __clear_bit(hlid, &wl->ap_ps_map);
4130 __clear_bit(hlid, (unsigned long *)&wl->ap_fw_ps_map);
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004131 wl12xx_free_link(wl, wlvif, &hlid);
Arik Nemtsovda032092011-08-25 12:43:15 +03004132 wl->active_sta_count--;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004133}
4134
4135static int wl1271_op_sta_add(struct ieee80211_hw *hw,
4136 struct ieee80211_vif *vif,
4137 struct ieee80211_sta *sta)
4138{
4139 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02004140 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004141 struct wl1271_station *wl_sta;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004142 int ret = 0;
4143 u8 hlid;
4144
4145 mutex_lock(&wl->mutex);
4146
4147 if (unlikely(wl->state == WL1271_STATE_OFF))
4148 goto out;
4149
Eliad Peller536129c2011-10-05 11:55:45 +02004150 if (wlvif->bss_type != BSS_TYPE_AP_BSS)
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004151 goto out;
4152
4153 wl1271_debug(DEBUG_MAC80211, "mac80211 add sta %d", (int)sta->aid);
4154
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004155 ret = wl1271_allocate_sta(wl, wlvif, sta);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004156 if (ret < 0)
4157 goto out;
4158
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004159 wl_sta = (struct wl1271_station *)sta->drv_priv;
4160 hlid = wl_sta->hlid;
4161
Ido Yariva6208652011-03-01 15:14:41 +02004162 ret = wl1271_ps_elp_wakeup(wl);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004163 if (ret < 0)
Arik Nemtsov409622e2011-02-23 00:22:29 +02004164 goto out_free_sta;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004165
Eliad Peller1b92f152011-10-10 10:13:09 +02004166 ret = wl12xx_cmd_add_peer(wl, wlvif, sta, hlid);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004167 if (ret < 0)
4168 goto out_sleep;
4169
Eliad Pellerb67476e2011-08-14 13:17:23 +03004170 ret = wl12xx_cmd_set_peer_state(wl, hlid);
4171 if (ret < 0)
4172 goto out_sleep;
4173
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03004174 ret = wl1271_acx_set_ht_capabilities(wl, &sta->ht_cap, true, hlid);
4175 if (ret < 0)
4176 goto out_sleep;
4177
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004178out_sleep:
4179 wl1271_ps_elp_sleep(wl);
4180
Arik Nemtsov409622e2011-02-23 00:22:29 +02004181out_free_sta:
4182 if (ret < 0)
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004183 wl1271_free_sta(wl, wlvif, hlid);
Arik Nemtsov409622e2011-02-23 00:22:29 +02004184
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004185out:
4186 mutex_unlock(&wl->mutex);
4187 return ret;
4188}
4189
4190static int wl1271_op_sta_remove(struct ieee80211_hw *hw,
4191 struct ieee80211_vif *vif,
4192 struct ieee80211_sta *sta)
4193{
4194 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02004195 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004196 struct wl1271_station *wl_sta;
4197 int ret = 0, id;
4198
4199 mutex_lock(&wl->mutex);
4200
4201 if (unlikely(wl->state == WL1271_STATE_OFF))
4202 goto out;
4203
Eliad Peller536129c2011-10-05 11:55:45 +02004204 if (wlvif->bss_type != BSS_TYPE_AP_BSS)
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004205 goto out;
4206
4207 wl1271_debug(DEBUG_MAC80211, "mac80211 remove sta %d", (int)sta->aid);
4208
4209 wl_sta = (struct wl1271_station *)sta->drv_priv;
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004210 id = wl_sta->hlid;
4211 if (WARN_ON(!test_bit(id, wlvif->ap.sta_hlid_map)))
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004212 goto out;
4213
Ido Yariva6208652011-03-01 15:14:41 +02004214 ret = wl1271_ps_elp_wakeup(wl);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004215 if (ret < 0)
4216 goto out;
4217
Eliad Pellerc690ec82011-08-14 13:17:07 +03004218 ret = wl12xx_cmd_remove_peer(wl, wl_sta->hlid);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004219 if (ret < 0)
4220 goto out_sleep;
4221
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004222 wl1271_free_sta(wl, wlvif, wl_sta->hlid);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004223
4224out_sleep:
4225 wl1271_ps_elp_sleep(wl);
4226
4227out:
4228 mutex_unlock(&wl->mutex);
4229 return ret;
4230}
4231
Luciano Coelho4623ec72011-03-21 19:26:41 +02004232static int wl1271_op_ampdu_action(struct ieee80211_hw *hw,
4233 struct ieee80211_vif *vif,
4234 enum ieee80211_ampdu_mlme_action action,
4235 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
4236 u8 buf_size)
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004237{
4238 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02004239 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004240 int ret;
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004241 u8 hlid, *ba_bitmap;
4242
4243 wl1271_debug(DEBUG_MAC80211, "mac80211 ampdu action %d tid %d", action,
4244 tid);
4245
4246 /* sanity check - the fields in FW are only 8bits wide */
4247 if (WARN_ON(tid > 0xFF))
4248 return -ENOTSUPP;
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004249
4250 mutex_lock(&wl->mutex);
4251
4252 if (unlikely(wl->state == WL1271_STATE_OFF)) {
4253 ret = -EAGAIN;
4254 goto out;
4255 }
4256
Eliad Peller536129c2011-10-05 11:55:45 +02004257 if (wlvif->bss_type == BSS_TYPE_STA_BSS) {
Eliad Peller154da672011-10-05 11:55:53 +02004258 hlid = wlvif->sta.hlid;
Eliad Pellerd0802ab2011-10-05 11:56:04 +02004259 ba_bitmap = &wlvif->sta.ba_rx_bitmap;
Eliad Peller536129c2011-10-05 11:55:45 +02004260 } else if (wlvif->bss_type == BSS_TYPE_AP_BSS) {
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004261 struct wl1271_station *wl_sta;
4262
4263 wl_sta = (struct wl1271_station *)sta->drv_priv;
4264 hlid = wl_sta->hlid;
4265 ba_bitmap = &wl->links[hlid].ba_bitmap;
4266 } else {
4267 ret = -EINVAL;
4268 goto out;
4269 }
4270
Ido Yariva6208652011-03-01 15:14:41 +02004271 ret = wl1271_ps_elp_wakeup(wl);
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004272 if (ret < 0)
4273 goto out;
4274
Shahar Levi70559a02011-05-22 16:10:22 +03004275 wl1271_debug(DEBUG_MAC80211, "mac80211 ampdu: Rx tid %d action %d",
4276 tid, action);
4277
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004278 switch (action) {
4279 case IEEE80211_AMPDU_RX_START:
Eliad Pellerd0802ab2011-10-05 11:56:04 +02004280 if (!wlvif->ba_support || !wlvif->ba_allowed) {
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004281 ret = -ENOTSUPP;
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004282 break;
4283 }
4284
4285 if (wl->ba_rx_session_count >= RX_BA_MAX_SESSIONS) {
4286 ret = -EBUSY;
4287 wl1271_error("exceeded max RX BA sessions");
4288 break;
4289 }
4290
4291 if (*ba_bitmap & BIT(tid)) {
4292 ret = -EINVAL;
4293 wl1271_error("cannot enable RX BA session on active "
4294 "tid: %d", tid);
4295 break;
4296 }
4297
4298 ret = wl12xx_acx_set_ba_receiver_session(wl, tid, *ssn, true,
4299 hlid);
4300 if (!ret) {
4301 *ba_bitmap |= BIT(tid);
4302 wl->ba_rx_session_count++;
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004303 }
4304 break;
4305
4306 case IEEE80211_AMPDU_RX_STOP:
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004307 if (!(*ba_bitmap & BIT(tid))) {
4308 ret = -EINVAL;
4309 wl1271_error("no active RX BA session on tid: %d",
4310 tid);
4311 break;
4312 }
4313
4314 ret = wl12xx_acx_set_ba_receiver_session(wl, tid, 0, false,
4315 hlid);
4316 if (!ret) {
4317 *ba_bitmap &= ~BIT(tid);
4318 wl->ba_rx_session_count--;
4319 }
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004320 break;
4321
4322 /*
4323 * The BA initiator session management in FW independently.
4324 * Falling break here on purpose for all TX APDU commands.
4325 */
4326 case IEEE80211_AMPDU_TX_START:
4327 case IEEE80211_AMPDU_TX_STOP:
4328 case IEEE80211_AMPDU_TX_OPERATIONAL:
4329 ret = -EINVAL;
4330 break;
4331
4332 default:
4333 wl1271_error("Incorrect ampdu action id=%x\n", action);
4334 ret = -EINVAL;
4335 }
4336
4337 wl1271_ps_elp_sleep(wl);
4338
4339out:
4340 mutex_unlock(&wl->mutex);
4341
4342 return ret;
4343}
4344
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004345static int wl12xx_set_bitrate_mask(struct ieee80211_hw *hw,
4346 struct ieee80211_vif *vif,
4347 const struct cfg80211_bitrate_mask *mask)
4348{
Eliad Peller83587502011-10-10 10:12:53 +02004349 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004350 struct wl1271 *wl = hw->priv;
4351 int i;
4352
4353 wl1271_debug(DEBUG_MAC80211, "mac80211 set_bitrate_mask 0x%x 0x%x",
4354 mask->control[NL80211_BAND_2GHZ].legacy,
4355 mask->control[NL80211_BAND_5GHZ].legacy);
4356
4357 mutex_lock(&wl->mutex);
4358
4359 for (i = 0; i < IEEE80211_NUM_BANDS; i++)
Eliad Peller83587502011-10-10 10:12:53 +02004360 wlvif->bitrate_masks[i] =
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004361 wl1271_tx_enabled_rates_get(wl,
4362 mask->control[i].legacy,
4363 i);
4364 mutex_unlock(&wl->mutex);
4365
4366 return 0;
4367}
4368
Shahar Levi6d158ff2011-09-08 13:01:33 +03004369static void wl12xx_op_channel_switch(struct ieee80211_hw *hw,
4370 struct ieee80211_channel_switch *ch_switch)
4371{
4372 struct wl1271 *wl = hw->priv;
Eliad Peller52630c52011-10-10 10:13:08 +02004373 struct wl12xx_vif *wlvif;
Shahar Levi6d158ff2011-09-08 13:01:33 +03004374 int ret;
4375
4376 wl1271_debug(DEBUG_MAC80211, "mac80211 channel switch");
4377
4378 mutex_lock(&wl->mutex);
4379
4380 if (unlikely(wl->state == WL1271_STATE_OFF)) {
Eliad Peller6e8cd332011-10-10 10:13:13 +02004381 wl12xx_for_each_wlvif_sta(wl, wlvif) {
4382 struct ieee80211_vif *vif = wl12xx_wlvif_to_vif(wlvif);
4383 ieee80211_chswitch_done(vif, false);
4384 }
4385 goto out;
Shahar Levi6d158ff2011-09-08 13:01:33 +03004386 }
4387
4388 ret = wl1271_ps_elp_wakeup(wl);
4389 if (ret < 0)
4390 goto out;
4391
Eliad Peller52630c52011-10-10 10:13:08 +02004392 /* TODO: change mac80211 to pass vif as param */
4393 wl12xx_for_each_wlvif_sta(wl, wlvif) {
4394 ret = wl12xx_cmd_channel_switch(wl, ch_switch);
Shahar Levi6d158ff2011-09-08 13:01:33 +03004395
Eliad Peller52630c52011-10-10 10:13:08 +02004396 if (!ret)
4397 set_bit(WLVIF_FLAG_CS_PROGRESS, &wlvif->flags);
4398 }
Shahar Levi6d158ff2011-09-08 13:01:33 +03004399
4400 wl1271_ps_elp_sleep(wl);
4401
4402out:
4403 mutex_unlock(&wl->mutex);
4404}
4405
Arik Nemtsov33437892011-04-26 23:35:39 +03004406static bool wl1271_tx_frames_pending(struct ieee80211_hw *hw)
4407{
4408 struct wl1271 *wl = hw->priv;
4409 bool ret = false;
4410
4411 mutex_lock(&wl->mutex);
4412
4413 if (unlikely(wl->state == WL1271_STATE_OFF))
4414 goto out;
4415
4416 /* packets are considered pending if in the TX queue or the FW */
Arik Nemtsovf1a46382011-07-07 14:25:23 +03004417 ret = (wl1271_tx_total_queue_count(wl) > 0) || (wl->tx_frames_cnt > 0);
Arik Nemtsov33437892011-04-26 23:35:39 +03004418out:
4419 mutex_unlock(&wl->mutex);
4420
4421 return ret;
4422}
4423
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004424/* can't be const, mac80211 writes to this */
4425static struct ieee80211_rate wl1271_rates[] = {
4426 { .bitrate = 10,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004427 .hw_value = CONF_HW_BIT_RATE_1MBPS,
4428 .hw_value_short = CONF_HW_BIT_RATE_1MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004429 { .bitrate = 20,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004430 .hw_value = CONF_HW_BIT_RATE_2MBPS,
4431 .hw_value_short = CONF_HW_BIT_RATE_2MBPS,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004432 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
4433 { .bitrate = 55,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004434 .hw_value = CONF_HW_BIT_RATE_5_5MBPS,
4435 .hw_value_short = CONF_HW_BIT_RATE_5_5MBPS,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004436 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
4437 { .bitrate = 110,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004438 .hw_value = CONF_HW_BIT_RATE_11MBPS,
4439 .hw_value_short = CONF_HW_BIT_RATE_11MBPS,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004440 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
4441 { .bitrate = 60,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004442 .hw_value = CONF_HW_BIT_RATE_6MBPS,
4443 .hw_value_short = CONF_HW_BIT_RATE_6MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004444 { .bitrate = 90,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004445 .hw_value = CONF_HW_BIT_RATE_9MBPS,
4446 .hw_value_short = CONF_HW_BIT_RATE_9MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004447 { .bitrate = 120,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004448 .hw_value = CONF_HW_BIT_RATE_12MBPS,
4449 .hw_value_short = CONF_HW_BIT_RATE_12MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004450 { .bitrate = 180,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004451 .hw_value = CONF_HW_BIT_RATE_18MBPS,
4452 .hw_value_short = CONF_HW_BIT_RATE_18MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004453 { .bitrate = 240,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004454 .hw_value = CONF_HW_BIT_RATE_24MBPS,
4455 .hw_value_short = CONF_HW_BIT_RATE_24MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004456 { .bitrate = 360,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004457 .hw_value = CONF_HW_BIT_RATE_36MBPS,
4458 .hw_value_short = CONF_HW_BIT_RATE_36MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004459 { .bitrate = 480,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004460 .hw_value = CONF_HW_BIT_RATE_48MBPS,
4461 .hw_value_short = CONF_HW_BIT_RATE_48MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004462 { .bitrate = 540,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004463 .hw_value = CONF_HW_BIT_RATE_54MBPS,
4464 .hw_value_short = CONF_HW_BIT_RATE_54MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004465};
4466
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004467/* can't be const, mac80211 writes to this */
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004468static struct ieee80211_channel wl1271_channels[] = {
Luciano Coelhoa2d0e3f2009-12-11 15:40:46 +02004469 { .hw_value = 1, .center_freq = 2412, .max_power = 25 },
Juuso Oikarinenfa21c7a2010-08-10 08:22:02 +02004470 { .hw_value = 2, .center_freq = 2417, .max_power = 25 },
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004471 { .hw_value = 3, .center_freq = 2422, .max_power = 25 },
4472 { .hw_value = 4, .center_freq = 2427, .max_power = 25 },
4473 { .hw_value = 5, .center_freq = 2432, .max_power = 25 },
Juuso Oikarinenfa21c7a2010-08-10 08:22:02 +02004474 { .hw_value = 6, .center_freq = 2437, .max_power = 25 },
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004475 { .hw_value = 7, .center_freq = 2442, .max_power = 25 },
4476 { .hw_value = 8, .center_freq = 2447, .max_power = 25 },
4477 { .hw_value = 9, .center_freq = 2452, .max_power = 25 },
Juuso Oikarinenfa21c7a2010-08-10 08:22:02 +02004478 { .hw_value = 10, .center_freq = 2457, .max_power = 25 },
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004479 { .hw_value = 11, .center_freq = 2462, .max_power = 25 },
4480 { .hw_value = 12, .center_freq = 2467, .max_power = 25 },
4481 { .hw_value = 13, .center_freq = 2472, .max_power = 25 },
Arik Nemtsov6c89b7b2011-01-18 20:39:52 +01004482 { .hw_value = 14, .center_freq = 2484, .max_power = 25 },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004483};
4484
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004485/* mapping to indexes for wl1271_rates */
Tobias Klausera0ea9492010-05-20 10:38:11 +02004486static const u8 wl1271_rate_to_idx_2ghz[] = {
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004487 /* MCS rates are used only with 11n */
Shahar Levi18357852010-10-13 16:09:41 +02004488 7, /* CONF_HW_RXTX_RATE_MCS7 */
4489 6, /* CONF_HW_RXTX_RATE_MCS6 */
4490 5, /* CONF_HW_RXTX_RATE_MCS5 */
4491 4, /* CONF_HW_RXTX_RATE_MCS4 */
4492 3, /* CONF_HW_RXTX_RATE_MCS3 */
4493 2, /* CONF_HW_RXTX_RATE_MCS2 */
4494 1, /* CONF_HW_RXTX_RATE_MCS1 */
4495 0, /* CONF_HW_RXTX_RATE_MCS0 */
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004496
4497 11, /* CONF_HW_RXTX_RATE_54 */
4498 10, /* CONF_HW_RXTX_RATE_48 */
4499 9, /* CONF_HW_RXTX_RATE_36 */
4500 8, /* CONF_HW_RXTX_RATE_24 */
4501
4502 /* TI-specific rate */
4503 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_22 */
4504
4505 7, /* CONF_HW_RXTX_RATE_18 */
4506 6, /* CONF_HW_RXTX_RATE_12 */
4507 3, /* CONF_HW_RXTX_RATE_11 */
4508 5, /* CONF_HW_RXTX_RATE_9 */
4509 4, /* CONF_HW_RXTX_RATE_6 */
4510 2, /* CONF_HW_RXTX_RATE_5_5 */
4511 1, /* CONF_HW_RXTX_RATE_2 */
4512 0 /* CONF_HW_RXTX_RATE_1 */
4513};
4514
Shahar Levie8b03a22010-10-13 16:09:39 +02004515/* 11n STA capabilities */
4516#define HW_RX_HIGHEST_RATE 72
4517
Shahar Levi00d20102010-11-08 11:20:10 +00004518#define WL12XX_HT_CAP { \
Shahar Levi871d0c32011-03-13 11:24:40 +02004519 .cap = IEEE80211_HT_CAP_GRN_FLD | IEEE80211_HT_CAP_SGI_20 | \
4520 (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT), \
Shahar Levie8b03a22010-10-13 16:09:39 +02004521 .ht_supported = true, \
4522 .ampdu_factor = IEEE80211_HT_MAX_AMPDU_8K, \
4523 .ampdu_density = IEEE80211_HT_MPDU_DENSITY_8, \
4524 .mcs = { \
4525 .rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, \
4526 .rx_highest = cpu_to_le16(HW_RX_HIGHEST_RATE), \
4527 .tx_params = IEEE80211_HT_MCS_TX_DEFINED, \
4528 }, \
4529}
4530
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004531/* can't be const, mac80211 writes to this */
4532static struct ieee80211_supported_band wl1271_band_2ghz = {
4533 .channels = wl1271_channels,
4534 .n_channels = ARRAY_SIZE(wl1271_channels),
4535 .bitrates = wl1271_rates,
4536 .n_bitrates = ARRAY_SIZE(wl1271_rates),
Shahar Levi00d20102010-11-08 11:20:10 +00004537 .ht_cap = WL12XX_HT_CAP,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004538};
4539
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004540/* 5 GHz data rates for WL1273 */
4541static struct ieee80211_rate wl1271_rates_5ghz[] = {
4542 { .bitrate = 60,
4543 .hw_value = CONF_HW_BIT_RATE_6MBPS,
4544 .hw_value_short = CONF_HW_BIT_RATE_6MBPS, },
4545 { .bitrate = 90,
4546 .hw_value = CONF_HW_BIT_RATE_9MBPS,
4547 .hw_value_short = CONF_HW_BIT_RATE_9MBPS, },
4548 { .bitrate = 120,
4549 .hw_value = CONF_HW_BIT_RATE_12MBPS,
4550 .hw_value_short = CONF_HW_BIT_RATE_12MBPS, },
4551 { .bitrate = 180,
4552 .hw_value = CONF_HW_BIT_RATE_18MBPS,
4553 .hw_value_short = CONF_HW_BIT_RATE_18MBPS, },
4554 { .bitrate = 240,
4555 .hw_value = CONF_HW_BIT_RATE_24MBPS,
4556 .hw_value_short = CONF_HW_BIT_RATE_24MBPS, },
4557 { .bitrate = 360,
4558 .hw_value = CONF_HW_BIT_RATE_36MBPS,
4559 .hw_value_short = CONF_HW_BIT_RATE_36MBPS, },
4560 { .bitrate = 480,
4561 .hw_value = CONF_HW_BIT_RATE_48MBPS,
4562 .hw_value_short = CONF_HW_BIT_RATE_48MBPS, },
4563 { .bitrate = 540,
4564 .hw_value = CONF_HW_BIT_RATE_54MBPS,
4565 .hw_value_short = CONF_HW_BIT_RATE_54MBPS, },
4566};
4567
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004568/* 5 GHz band channels for WL1273 */
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004569static struct ieee80211_channel wl1271_channels_5ghz[] = {
Arik Nemtsov6cfa5cf2011-06-27 22:06:33 +03004570 { .hw_value = 7, .center_freq = 5035, .max_power = 25 },
4571 { .hw_value = 8, .center_freq = 5040, .max_power = 25 },
4572 { .hw_value = 9, .center_freq = 5045, .max_power = 25 },
4573 { .hw_value = 11, .center_freq = 5055, .max_power = 25 },
4574 { .hw_value = 12, .center_freq = 5060, .max_power = 25 },
4575 { .hw_value = 16, .center_freq = 5080, .max_power = 25 },
4576 { .hw_value = 34, .center_freq = 5170, .max_power = 25 },
4577 { .hw_value = 36, .center_freq = 5180, .max_power = 25 },
4578 { .hw_value = 38, .center_freq = 5190, .max_power = 25 },
4579 { .hw_value = 40, .center_freq = 5200, .max_power = 25 },
4580 { .hw_value = 42, .center_freq = 5210, .max_power = 25 },
4581 { .hw_value = 44, .center_freq = 5220, .max_power = 25 },
4582 { .hw_value = 46, .center_freq = 5230, .max_power = 25 },
4583 { .hw_value = 48, .center_freq = 5240, .max_power = 25 },
4584 { .hw_value = 52, .center_freq = 5260, .max_power = 25 },
4585 { .hw_value = 56, .center_freq = 5280, .max_power = 25 },
4586 { .hw_value = 60, .center_freq = 5300, .max_power = 25 },
4587 { .hw_value = 64, .center_freq = 5320, .max_power = 25 },
4588 { .hw_value = 100, .center_freq = 5500, .max_power = 25 },
4589 { .hw_value = 104, .center_freq = 5520, .max_power = 25 },
4590 { .hw_value = 108, .center_freq = 5540, .max_power = 25 },
4591 { .hw_value = 112, .center_freq = 5560, .max_power = 25 },
4592 { .hw_value = 116, .center_freq = 5580, .max_power = 25 },
4593 { .hw_value = 120, .center_freq = 5600, .max_power = 25 },
4594 { .hw_value = 124, .center_freq = 5620, .max_power = 25 },
4595 { .hw_value = 128, .center_freq = 5640, .max_power = 25 },
4596 { .hw_value = 132, .center_freq = 5660, .max_power = 25 },
4597 { .hw_value = 136, .center_freq = 5680, .max_power = 25 },
4598 { .hw_value = 140, .center_freq = 5700, .max_power = 25 },
4599 { .hw_value = 149, .center_freq = 5745, .max_power = 25 },
4600 { .hw_value = 153, .center_freq = 5765, .max_power = 25 },
4601 { .hw_value = 157, .center_freq = 5785, .max_power = 25 },
4602 { .hw_value = 161, .center_freq = 5805, .max_power = 25 },
4603 { .hw_value = 165, .center_freq = 5825, .max_power = 25 },
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004604};
4605
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004606/* mapping to indexes for wl1271_rates_5ghz */
Tobias Klausera0ea9492010-05-20 10:38:11 +02004607static const u8 wl1271_rate_to_idx_5ghz[] = {
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004608 /* MCS rates are used only with 11n */
Shahar Levi18357852010-10-13 16:09:41 +02004609 7, /* CONF_HW_RXTX_RATE_MCS7 */
4610 6, /* CONF_HW_RXTX_RATE_MCS6 */
4611 5, /* CONF_HW_RXTX_RATE_MCS5 */
4612 4, /* CONF_HW_RXTX_RATE_MCS4 */
4613 3, /* CONF_HW_RXTX_RATE_MCS3 */
4614 2, /* CONF_HW_RXTX_RATE_MCS2 */
4615 1, /* CONF_HW_RXTX_RATE_MCS1 */
4616 0, /* CONF_HW_RXTX_RATE_MCS0 */
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004617
4618 7, /* CONF_HW_RXTX_RATE_54 */
4619 6, /* CONF_HW_RXTX_RATE_48 */
4620 5, /* CONF_HW_RXTX_RATE_36 */
4621 4, /* CONF_HW_RXTX_RATE_24 */
4622
4623 /* TI-specific rate */
4624 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_22 */
4625
4626 3, /* CONF_HW_RXTX_RATE_18 */
4627 2, /* CONF_HW_RXTX_RATE_12 */
4628 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_11 */
4629 1, /* CONF_HW_RXTX_RATE_9 */
4630 0, /* CONF_HW_RXTX_RATE_6 */
4631 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_5_5 */
4632 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_2 */
4633 CONF_HW_RXTX_RATE_UNSUPPORTED /* CONF_HW_RXTX_RATE_1 */
4634};
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004635
4636static struct ieee80211_supported_band wl1271_band_5ghz = {
4637 .channels = wl1271_channels_5ghz,
4638 .n_channels = ARRAY_SIZE(wl1271_channels_5ghz),
4639 .bitrates = wl1271_rates_5ghz,
4640 .n_bitrates = ARRAY_SIZE(wl1271_rates_5ghz),
Shahar Levi00d20102010-11-08 11:20:10 +00004641 .ht_cap = WL12XX_HT_CAP,
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004642};
4643
Tobias Klausera0ea9492010-05-20 10:38:11 +02004644static const u8 *wl1271_band_rate_to_idx[] = {
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004645 [IEEE80211_BAND_2GHZ] = wl1271_rate_to_idx_2ghz,
4646 [IEEE80211_BAND_5GHZ] = wl1271_rate_to_idx_5ghz
4647};
4648
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004649static const struct ieee80211_ops wl1271_ops = {
4650 .start = wl1271_op_start,
4651 .stop = wl1271_op_stop,
4652 .add_interface = wl1271_op_add_interface,
4653 .remove_interface = wl1271_op_remove_interface,
Luciano Coelhof634a4e2011-05-18 16:51:26 -04004654#ifdef CONFIG_PM
Eliad Peller402e48612011-05-13 11:57:09 +03004655 .suspend = wl1271_op_suspend,
4656 .resume = wl1271_op_resume,
Luciano Coelhof634a4e2011-05-18 16:51:26 -04004657#endif
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004658 .config = wl1271_op_config,
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03004659 .prepare_multicast = wl1271_op_prepare_multicast,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004660 .configure_filter = wl1271_op_configure_filter,
4661 .tx = wl1271_op_tx,
4662 .set_key = wl1271_op_set_key,
4663 .hw_scan = wl1271_op_hw_scan,
Eliad Peller73ecce32011-06-27 13:06:45 +03004664 .cancel_hw_scan = wl1271_op_cancel_hw_scan,
Luciano Coelho33c2c062011-05-10 14:46:02 +03004665 .sched_scan_start = wl1271_op_sched_scan_start,
4666 .sched_scan_stop = wl1271_op_sched_scan_stop,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004667 .bss_info_changed = wl1271_op_bss_info_changed,
Arik Nemtsov68d069c2010-11-08 10:51:07 +01004668 .set_frag_threshold = wl1271_op_set_frag_threshold,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004669 .set_rts_threshold = wl1271_op_set_rts_threshold,
Kalle Valoc6999d82010-02-18 13:25:41 +02004670 .conf_tx = wl1271_op_conf_tx,
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03004671 .get_tsf = wl1271_op_get_tsf,
John W. Linvilleece550d2010-07-28 16:41:06 -04004672 .get_survey = wl1271_op_get_survey,
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004673 .sta_add = wl1271_op_sta_add,
4674 .sta_remove = wl1271_op_sta_remove,
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004675 .ampdu_action = wl1271_op_ampdu_action,
Arik Nemtsov33437892011-04-26 23:35:39 +03004676 .tx_frames_pending = wl1271_tx_frames_pending,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004677 .set_bitrate_mask = wl12xx_set_bitrate_mask,
Shahar Levi6d158ff2011-09-08 13:01:33 +03004678 .channel_switch = wl12xx_op_channel_switch,
Kalle Valoc8c90872010-02-18 13:25:53 +02004679 CFG80211_TESTMODE_CMD(wl1271_tm_cmd)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004680};
4681
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004682
Teemu Paasikivi6a2de932010-10-14 11:00:04 +02004683u8 wl1271_rate_to_idx(int rate, enum ieee80211_band band)
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004684{
4685 u8 idx;
4686
Teemu Paasikivi6a2de932010-10-14 11:00:04 +02004687 BUG_ON(band >= sizeof(wl1271_band_rate_to_idx)/sizeof(u8 *));
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004688
4689 if (unlikely(rate >= CONF_HW_RXTX_RATE_MAX)) {
4690 wl1271_error("Illegal RX rate from HW: %d", rate);
4691 return 0;
4692 }
4693
Teemu Paasikivi6a2de932010-10-14 11:00:04 +02004694 idx = wl1271_band_rate_to_idx[band][rate];
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004695 if (unlikely(idx == CONF_HW_RXTX_RATE_UNSUPPORTED)) {
4696 wl1271_error("Unsupported RX rate from HW: %d", rate);
4697 return 0;
4698 }
4699
4700 return idx;
4701}
4702
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02004703static ssize_t wl1271_sysfs_show_bt_coex_state(struct device *dev,
4704 struct device_attribute *attr,
4705 char *buf)
4706{
4707 struct wl1271 *wl = dev_get_drvdata(dev);
4708 ssize_t len;
4709
Juuso Oikarinen2f63b012010-08-10 06:38:35 +02004710 len = PAGE_SIZE;
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02004711
4712 mutex_lock(&wl->mutex);
4713 len = snprintf(buf, len, "%d\n\n0 - off\n1 - on\n",
4714 wl->sg_enabled);
4715 mutex_unlock(&wl->mutex);
4716
4717 return len;
4718
4719}
4720
4721static ssize_t wl1271_sysfs_store_bt_coex_state(struct device *dev,
4722 struct device_attribute *attr,
4723 const char *buf, size_t count)
4724{
4725 struct wl1271 *wl = dev_get_drvdata(dev);
4726 unsigned long res;
4727 int ret;
4728
Luciano Coelho6277ed62011-04-01 17:49:54 +03004729 ret = kstrtoul(buf, 10, &res);
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02004730 if (ret < 0) {
4731 wl1271_warning("incorrect value written to bt_coex_mode");
4732 return count;
4733 }
4734
4735 mutex_lock(&wl->mutex);
4736
4737 res = !!res;
4738
4739 if (res == wl->sg_enabled)
4740 goto out;
4741
4742 wl->sg_enabled = res;
4743
4744 if (wl->state == WL1271_STATE_OFF)
4745 goto out;
4746
Ido Yariva6208652011-03-01 15:14:41 +02004747 ret = wl1271_ps_elp_wakeup(wl);
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02004748 if (ret < 0)
4749 goto out;
4750
4751 wl1271_acx_sg_enable(wl, wl->sg_enabled);
4752 wl1271_ps_elp_sleep(wl);
4753
4754 out:
4755 mutex_unlock(&wl->mutex);
4756 return count;
4757}
4758
4759static DEVICE_ATTR(bt_coex_state, S_IRUGO | S_IWUSR,
4760 wl1271_sysfs_show_bt_coex_state,
4761 wl1271_sysfs_store_bt_coex_state);
4762
Juuso Oikarinend717fd62010-05-07 11:38:58 +03004763static ssize_t wl1271_sysfs_show_hw_pg_ver(struct device *dev,
4764 struct device_attribute *attr,
4765 char *buf)
4766{
4767 struct wl1271 *wl = dev_get_drvdata(dev);
4768 ssize_t len;
4769
Juuso Oikarinen2f63b012010-08-10 06:38:35 +02004770 len = PAGE_SIZE;
Juuso Oikarinend717fd62010-05-07 11:38:58 +03004771
4772 mutex_lock(&wl->mutex);
4773 if (wl->hw_pg_ver >= 0)
4774 len = snprintf(buf, len, "%d\n", wl->hw_pg_ver);
4775 else
4776 len = snprintf(buf, len, "n/a\n");
4777 mutex_unlock(&wl->mutex);
4778
4779 return len;
4780}
4781
Gery Kahn6f07b722011-07-18 14:21:49 +03004782static DEVICE_ATTR(hw_pg_ver, S_IRUGO,
Juuso Oikarinend717fd62010-05-07 11:38:58 +03004783 wl1271_sysfs_show_hw_pg_ver, NULL);
4784
Ido Yariv95dac04f2011-06-06 14:57:06 +03004785static ssize_t wl1271_sysfs_read_fwlog(struct file *filp, struct kobject *kobj,
4786 struct bin_attribute *bin_attr,
4787 char *buffer, loff_t pos, size_t count)
4788{
4789 struct device *dev = container_of(kobj, struct device, kobj);
4790 struct wl1271 *wl = dev_get_drvdata(dev);
4791 ssize_t len;
4792 int ret;
4793
4794 ret = mutex_lock_interruptible(&wl->mutex);
4795 if (ret < 0)
4796 return -ERESTARTSYS;
4797
4798 /* Let only one thread read the log at a time, blocking others */
4799 while (wl->fwlog_size == 0) {
4800 DEFINE_WAIT(wait);
4801
4802 prepare_to_wait_exclusive(&wl->fwlog_waitq,
4803 &wait,
4804 TASK_INTERRUPTIBLE);
4805
4806 if (wl->fwlog_size != 0) {
4807 finish_wait(&wl->fwlog_waitq, &wait);
4808 break;
4809 }
4810
4811 mutex_unlock(&wl->mutex);
4812
4813 schedule();
4814 finish_wait(&wl->fwlog_waitq, &wait);
4815
4816 if (signal_pending(current))
4817 return -ERESTARTSYS;
4818
4819 ret = mutex_lock_interruptible(&wl->mutex);
4820 if (ret < 0)
4821 return -ERESTARTSYS;
4822 }
4823
4824 /* Check if the fwlog is still valid */
4825 if (wl->fwlog_size < 0) {
4826 mutex_unlock(&wl->mutex);
4827 return 0;
4828 }
4829
4830 /* Seeking is not supported - old logs are not kept. Disregard pos. */
4831 len = min(count, (size_t)wl->fwlog_size);
4832 wl->fwlog_size -= len;
4833 memcpy(buffer, wl->fwlog, len);
4834
4835 /* Make room for new messages */
4836 memmove(wl->fwlog, wl->fwlog + len, wl->fwlog_size);
4837
4838 mutex_unlock(&wl->mutex);
4839
4840 return len;
4841}
4842
4843static struct bin_attribute fwlog_attr = {
4844 .attr = {.name = "fwlog", .mode = S_IRUSR},
4845 .read = wl1271_sysfs_read_fwlog,
4846};
4847
Teemu Paasikivi2d5e82b2010-02-22 08:38:21 +02004848int wl1271_register_hw(struct wl1271 *wl)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004849{
4850 int ret;
4851
4852 if (wl->mac80211_registered)
4853 return 0;
4854
Arik Nemtsov31d26ec2010-10-16 21:49:52 +02004855 ret = wl1271_fetch_nvs(wl);
4856 if (ret == 0) {
Shahar Levibc765bf2011-03-06 16:32:10 +02004857 /* NOTE: The wl->nvs->nvs element must be first, in
4858 * order to simplify the casting, we assume it is at
4859 * the beginning of the wl->nvs structure.
4860 */
4861 u8 *nvs_ptr = (u8 *)wl->nvs;
Arik Nemtsov31d26ec2010-10-16 21:49:52 +02004862
4863 wl->mac_addr[0] = nvs_ptr[11];
4864 wl->mac_addr[1] = nvs_ptr[10];
4865 wl->mac_addr[2] = nvs_ptr[6];
4866 wl->mac_addr[3] = nvs_ptr[5];
4867 wl->mac_addr[4] = nvs_ptr[4];
4868 wl->mac_addr[5] = nvs_ptr[3];
4869 }
4870
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004871 SET_IEEE80211_PERM_ADDR(wl->hw, wl->mac_addr);
4872
4873 ret = ieee80211_register_hw(wl->hw);
4874 if (ret < 0) {
4875 wl1271_error("unable to register mac80211 hw: %d", ret);
4876 return ret;
4877 }
4878
4879 wl->mac80211_registered = true;
4880
Eliad Pellerd60080a2010-11-24 12:53:16 +02004881 wl1271_debugfs_init(wl);
4882
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +03004883 register_netdevice_notifier(&wl1271_dev_notifier);
4884
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004885 wl1271_notice("loaded");
4886
4887 return 0;
4888}
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +02004889EXPORT_SYMBOL_GPL(wl1271_register_hw);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004890
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02004891void wl1271_unregister_hw(struct wl1271 *wl)
4892{
Juuso Oikarinen4ae3fa82011-01-14 12:48:46 +01004893 if (wl->state == WL1271_STATE_PLT)
4894 __wl1271_plt_stop(wl);
4895
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +03004896 unregister_netdevice_notifier(&wl1271_dev_notifier);
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02004897 ieee80211_unregister_hw(wl->hw);
4898 wl->mac80211_registered = false;
4899
4900}
4901EXPORT_SYMBOL_GPL(wl1271_unregister_hw);
4902
Teemu Paasikivi2d5e82b2010-02-22 08:38:21 +02004903int wl1271_init_ieee80211(struct wl1271 *wl)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004904{
Juuso Oikarinen7a557242010-09-27 12:42:07 +02004905 static const u32 cipher_suites[] = {
4906 WLAN_CIPHER_SUITE_WEP40,
4907 WLAN_CIPHER_SUITE_WEP104,
4908 WLAN_CIPHER_SUITE_TKIP,
4909 WLAN_CIPHER_SUITE_CCMP,
4910 WL1271_CIPHER_SUITE_GEM,
4911 };
4912
Juuso Oikarinen1e2b7972009-10-08 21:56:20 +03004913 /* The tx descriptor buffer and the TKIP space. */
4914 wl->hw->extra_tx_headroom = WL1271_TKIP_IV_SPACE +
4915 sizeof(struct wl1271_tx_hw_descr);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004916
4917 /* unit us */
4918 /* FIXME: find a proper value */
4919 wl->hw->channel_change_time = 10000;
Juuso Oikarinen50c500a2010-04-01 11:38:22 +03004920 wl->hw->max_listen_interval = wl->conf.conn.max_listen_interval;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004921
4922 wl->hw->flags = IEEE80211_HW_SIGNAL_DBM |
Juuso Oikarinen03442a32009-11-23 23:22:14 +02004923 IEEE80211_HW_BEACON_FILTER |
Juuso Oikarinen0a343322010-02-22 08:38:41 +02004924 IEEE80211_HW_SUPPORTS_PS |
Kalle Valo4695dc92010-03-18 12:26:38 +02004925 IEEE80211_HW_SUPPORTS_UAPSD |
Juuso Oikarinena9af0922010-03-26 12:53:30 +02004926 IEEE80211_HW_HAS_RATE_CONTROL |
Juuso Oikarinen00236aed2010-04-09 11:07:30 +03004927 IEEE80211_HW_CONNECTION_MONITOR |
Eliad Peller62c07402011-02-02 11:20:05 +02004928 IEEE80211_HW_SUPPORTS_CQM_RSSI |
Luciano Coelho25eaea302011-05-02 12:37:33 +03004929 IEEE80211_HW_REPORTS_TX_ACK_STATUS |
Shahar Levifcd23b62011-05-11 12:12:56 +03004930 IEEE80211_HW_SPECTRUM_MGMT |
Arik Nemtsov93f8c8e2011-08-30 09:34:01 +03004931 IEEE80211_HW_AP_LINK_PS |
4932 IEEE80211_HW_AMPDU_AGGREGATION |
4933 IEEE80211_HW_TX_AMPDU_SETUP_IN_HW;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004934
Juuso Oikarinen7a557242010-09-27 12:42:07 +02004935 wl->hw->wiphy->cipher_suites = cipher_suites;
4936 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
4937
Juuso Oikarinene0d8bbf2009-12-11 15:41:04 +02004938 wl->hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
Eliad Peller045c7452011-08-28 15:23:01 +03004939 BIT(NL80211_IFTYPE_ADHOC) | BIT(NL80211_IFTYPE_AP) |
4940 BIT(NL80211_IFTYPE_P2P_CLIENT) | BIT(NL80211_IFTYPE_P2P_GO);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004941 wl->hw->wiphy->max_scan_ssids = 1;
Luciano Coelho221737d2011-09-02 14:28:22 +03004942 wl->hw->wiphy->max_sched_scan_ssids = 16;
4943 wl->hw->wiphy->max_match_sets = 16;
Guy Eilamea559b42010-12-09 16:54:59 +02004944 /*
4945 * Maximum length of elements in scanning probe request templates
4946 * should be the maximum length possible for a template, without
4947 * the IEEE80211 header of the template
4948 */
Eliad Peller154037d2011-08-14 13:17:12 +03004949 wl->hw->wiphy->max_scan_ie_len = WL1271_CMD_TEMPL_DFLT_SIZE -
Guy Eilamea559b42010-12-09 16:54:59 +02004950 sizeof(struct ieee80211_header);
Luciano Coelhoa8aaaf52011-01-11 18:25:18 +01004951
Luciano Coelhoc9e79a42011-09-27 16:22:35 +03004952 wl->hw->wiphy->max_sched_scan_ie_len = WL1271_CMD_TEMPL_DFLT_SIZE -
4953 sizeof(struct ieee80211_header);
4954
Eliad Peller1ec23f72011-08-25 14:26:54 +03004955 wl->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD;
4956
Luciano Coelho4a31c112011-03-21 23:16:14 +02004957 /* make sure all our channels fit in the scanned_ch bitmask */
4958 BUILD_BUG_ON(ARRAY_SIZE(wl1271_channels) +
4959 ARRAY_SIZE(wl1271_channels_5ghz) >
4960 WL1271_MAX_CHANNELS);
Luciano Coelhoa8aaaf52011-01-11 18:25:18 +01004961 /*
4962 * We keep local copies of the band structs because we need to
4963 * modify them on a per-device basis.
4964 */
4965 memcpy(&wl->bands[IEEE80211_BAND_2GHZ], &wl1271_band_2ghz,
4966 sizeof(wl1271_band_2ghz));
4967 memcpy(&wl->bands[IEEE80211_BAND_5GHZ], &wl1271_band_5ghz,
4968 sizeof(wl1271_band_5ghz));
4969
4970 wl->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
4971 &wl->bands[IEEE80211_BAND_2GHZ];
4972 wl->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
4973 &wl->bands[IEEE80211_BAND_5GHZ];
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004974
Kalle Valo12bd8942010-03-18 12:26:33 +02004975 wl->hw->queues = 4;
Juuso Oikarinen31627dc2010-03-26 12:53:12 +02004976 wl->hw->max_rates = 1;
Kalle Valo12bd8942010-03-18 12:26:33 +02004977
Juuso Oikarinenb7417d92010-11-10 11:27:19 +01004978 wl->hw->wiphy->reg_notifier = wl1271_reg_notify;
4979
Teemu Paasikivi8197b712010-02-22 08:38:23 +02004980 SET_IEEE80211_DEV(wl->hw, wl1271_wl_to_dev(wl));
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004981
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004982 wl->hw->sta_data_size = sizeof(struct wl1271_station);
Eliad Peller87fbcb02011-10-05 11:55:41 +02004983 wl->hw->vif_data_size = sizeof(struct wl12xx_vif);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004984
Luciano Coelho4c9cfa72011-01-12 14:27:03 +01004985 wl->hw->max_rx_aggregation_subframes = 8;
4986
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004987 return 0;
4988}
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +02004989EXPORT_SYMBOL_GPL(wl1271_init_ieee80211);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004990
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004991#define WL1271_DEFAULT_CHANNEL 0
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02004992
Teemu Paasikivi2d5e82b2010-02-22 08:38:21 +02004993struct ieee80211_hw *wl1271_alloc_hw(void)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004994{
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004995 struct ieee80211_hw *hw;
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02004996 struct platform_device *plat_dev = NULL;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004997 struct wl1271 *wl;
Arik Nemtsova8c0ddb2011-02-23 00:22:26 +02004998 int i, j, ret;
Ido Yariv1f37cbc2010-09-30 13:28:27 +02004999 unsigned int order;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005000
Eliad Pellerc7ffb902011-10-05 11:56:05 +02005001 BUILD_BUG_ON(AP_MAX_STATIONS > WL12XX_MAX_LINKS);
Arik Nemtsovf80c2d12011-09-22 09:52:05 +03005002
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005003 hw = ieee80211_alloc_hw(sizeof(*wl), &wl1271_ops);
5004 if (!hw) {
5005 wl1271_error("could not alloc ieee80211_hw");
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005006 ret = -ENOMEM;
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005007 goto err_hw_alloc;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005008 }
5009
Julia Lawall929ebd32010-05-15 23:16:39 +02005010 plat_dev = kmemdup(&wl1271_device, sizeof(wl1271_device), GFP_KERNEL);
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005011 if (!plat_dev) {
5012 wl1271_error("could not allocate platform_device");
5013 ret = -ENOMEM;
5014 goto err_plat_alloc;
5015 }
5016
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005017 wl = hw->priv;
5018 memset(wl, 0, sizeof(*wl));
5019
Juuso Oikarinen01c09162009-10-13 12:47:55 +03005020 INIT_LIST_HEAD(&wl->list);
Eliad Peller87627212011-10-10 10:12:54 +02005021 INIT_LIST_HEAD(&wl->wlvif_list);
Juuso Oikarinen01c09162009-10-13 12:47:55 +03005022
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005023 wl->hw = hw;
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005024 wl->plat_dev = plat_dev;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005025
Juuso Oikarinen6742f552010-12-13 09:52:37 +02005026 for (i = 0; i < NUM_TX_QUEUES; i++)
Eliad Pellerc7ffb902011-10-05 11:56:05 +02005027 for (j = 0; j < WL12XX_MAX_LINKS; j++)
Arik Nemtsova8c0ddb2011-02-23 00:22:26 +02005028 skb_queue_head_init(&wl->links[j].tx_queue[i]);
5029
Ido Yariva6208652011-03-01 15:14:41 +02005030 skb_queue_head_init(&wl->deferred_rx_queue);
5031 skb_queue_head_init(&wl->deferred_tx_queue);
5032
Juuso Oikarinen37b70a82009-10-08 21:56:21 +03005033 INIT_DELAYED_WORK(&wl->elp_work, wl1271_elp_work);
Ido Yariva6208652011-03-01 15:14:41 +02005034 INIT_WORK(&wl->netstack_work, wl1271_netstack_work);
Juuso Oikarinen117b38d2010-09-30 10:43:28 +02005035 INIT_WORK(&wl->tx_work, wl1271_tx_work);
5036 INIT_WORK(&wl->recovery_work, wl1271_recovery_work);
5037 INIT_DELAYED_WORK(&wl->scan_complete_work, wl1271_scan_complete_work);
Eliad Peller77ddaa12011-05-15 11:10:29 +03005038
Eliad Peller92ef8962011-06-07 12:50:46 +03005039 wl->freezable_wq = create_freezable_workqueue("wl12xx_wq");
5040 if (!wl->freezable_wq) {
5041 ret = -ENOMEM;
5042 goto err_hw;
5043 }
5044
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005045 wl->channel = WL1271_DEFAULT_CHANNEL;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005046 wl->rx_counter = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005047 wl->power_level = WL1271_DEFAULT_POWER_LEVEL;
Juuso Oikarinen8a5a37a2009-10-08 21:56:24 +03005048 wl->band = IEEE80211_BAND_2GHZ;
Juuso Oikarinenb771eee2009-10-08 21:56:34 +03005049 wl->vif = NULL;
Juuso Oikarinen830fb672009-12-11 15:41:06 +02005050 wl->flags = 0;
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02005051 wl->sg_enabled = true;
Juuso Oikarinend717fd62010-05-07 11:38:58 +03005052 wl->hw_pg_ver = -1;
Arik Nemtsovb622d992011-02-23 00:22:31 +02005053 wl->ap_ps_map = 0;
5054 wl->ap_fw_ps_map = 0;
Ido Yariv606ea9f2011-03-01 15:14:39 +02005055 wl->quirks = 0;
Ido Yariv341b7cd2011-03-31 10:07:01 +02005056 wl->platform_quirks = 0;
Luciano Coelho33c2c062011-05-10 14:46:02 +03005057 wl->sched_scanning = false;
Guy Eilame9eb8cb2011-08-16 19:49:12 +03005058 wl->tx_spare_blocks = TX_HW_BLOCK_SPARE_DEFAULT;
Eliad Pellerf4df1bd2011-08-14 13:17:15 +03005059 wl->system_hlid = WL12XX_SYSTEM_HLID;
Arik Nemtsovda032092011-08-25 12:43:15 +03005060 wl->active_sta_count = 0;
Ido Yariv95dac04f2011-06-06 14:57:06 +03005061 wl->fwlog_size = 0;
5062 init_waitqueue_head(&wl->fwlog_waitq);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005063
Eliad Pellerf4df1bd2011-08-14 13:17:15 +03005064 /* The system link is always allocated */
5065 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map);
5066
Ido Yariv25eeb9e2010-10-12 16:20:06 +02005067 memset(wl->tx_frames_map, 0, sizeof(wl->tx_frames_map));
Juuso Oikarinenbe7078c2009-10-08 21:56:26 +03005068 for (i = 0; i < ACX_TX_DESCRIPTORS; i++)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005069 wl->tx_frames[i] = NULL;
5070
5071 spin_lock_init(&wl->wl_lock);
5072
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005073 wl->state = WL1271_STATE_OFF;
5074 mutex_init(&wl->mutex);
5075
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005076 /* Apply default driver configuration. */
5077 wl1271_conf_init(wl);
5078
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005079 order = get_order(WL1271_AGGR_BUFFER_SIZE);
5080 wl->aggr_buf = (u8 *)__get_free_pages(GFP_KERNEL, order);
5081 if (!wl->aggr_buf) {
5082 ret = -ENOMEM;
Eliad Peller92ef8962011-06-07 12:50:46 +03005083 goto err_wq;
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005084 }
5085
Ido Yariv990f5de2011-03-31 10:06:59 +02005086 wl->dummy_packet = wl12xx_alloc_dummy_packet(wl);
5087 if (!wl->dummy_packet) {
5088 ret = -ENOMEM;
5089 goto err_aggr;
5090 }
5091
Ido Yariv95dac04f2011-06-06 14:57:06 +03005092 /* Allocate one page for the FW log */
5093 wl->fwlog = (u8 *)get_zeroed_page(GFP_KERNEL);
5094 if (!wl->fwlog) {
5095 ret = -ENOMEM;
5096 goto err_dummy_packet;
5097 }
5098
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005099 /* Register platform device */
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005100 ret = platform_device_register(wl->plat_dev);
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005101 if (ret) {
5102 wl1271_error("couldn't register platform device");
Ido Yariv95dac04f2011-06-06 14:57:06 +03005103 goto err_fwlog;
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005104 }
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005105 dev_set_drvdata(&wl->plat_dev->dev, wl);
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005106
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02005107 /* Create sysfs file to control bt coex state */
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005108 ret = device_create_file(&wl->plat_dev->dev, &dev_attr_bt_coex_state);
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02005109 if (ret < 0) {
5110 wl1271_error("failed to create sysfs file bt_coex_state");
5111 goto err_platform;
5112 }
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005113
Juuso Oikarinend717fd62010-05-07 11:38:58 +03005114 /* Create sysfs file to get HW PG version */
5115 ret = device_create_file(&wl->plat_dev->dev, &dev_attr_hw_pg_ver);
5116 if (ret < 0) {
5117 wl1271_error("failed to create sysfs file hw_pg_ver");
5118 goto err_bt_coex_state;
5119 }
5120
Ido Yariv95dac04f2011-06-06 14:57:06 +03005121 /* Create sysfs file for the FW log */
5122 ret = device_create_bin_file(&wl->plat_dev->dev, &fwlog_attr);
5123 if (ret < 0) {
5124 wl1271_error("failed to create sysfs file fwlog");
5125 goto err_hw_pg_ver;
5126 }
5127
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005128 return hw;
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005129
Ido Yariv95dac04f2011-06-06 14:57:06 +03005130err_hw_pg_ver:
5131 device_remove_file(&wl->plat_dev->dev, &dev_attr_hw_pg_ver);
5132
Juuso Oikarinend717fd62010-05-07 11:38:58 +03005133err_bt_coex_state:
5134 device_remove_file(&wl->plat_dev->dev, &dev_attr_bt_coex_state);
5135
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02005136err_platform:
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005137 platform_device_unregister(wl->plat_dev);
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02005138
Ido Yariv95dac04f2011-06-06 14:57:06 +03005139err_fwlog:
5140 free_page((unsigned long)wl->fwlog);
5141
Ido Yariv990f5de2011-03-31 10:06:59 +02005142err_dummy_packet:
5143 dev_kfree_skb(wl->dummy_packet);
5144
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005145err_aggr:
5146 free_pages((unsigned long)wl->aggr_buf, order);
5147
Eliad Peller92ef8962011-06-07 12:50:46 +03005148err_wq:
5149 destroy_workqueue(wl->freezable_wq);
5150
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005151err_hw:
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005152 wl1271_debugfs_exit(wl);
5153 kfree(plat_dev);
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005154
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005155err_plat_alloc:
5156 ieee80211_free_hw(hw);
5157
5158err_hw_alloc:
5159
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005160 return ERR_PTR(ret);
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005161}
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +02005162EXPORT_SYMBOL_GPL(wl1271_alloc_hw);
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005163
5164int wl1271_free_hw(struct wl1271 *wl)
5165{
Ido Yariv95dac04f2011-06-06 14:57:06 +03005166 /* Unblock any fwlog readers */
5167 mutex_lock(&wl->mutex);
5168 wl->fwlog_size = -1;
5169 wake_up_interruptible_all(&wl->fwlog_waitq);
5170 mutex_unlock(&wl->mutex);
5171
5172 device_remove_bin_file(&wl->plat_dev->dev, &fwlog_attr);
Gery Kahn6f07b722011-07-18 14:21:49 +03005173
5174 device_remove_file(&wl->plat_dev->dev, &dev_attr_hw_pg_ver);
5175
5176 device_remove_file(&wl->plat_dev->dev, &dev_attr_bt_coex_state);
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005177 platform_device_unregister(wl->plat_dev);
Ido Yariv95dac04f2011-06-06 14:57:06 +03005178 free_page((unsigned long)wl->fwlog);
Ido Yariv990f5de2011-03-31 10:06:59 +02005179 dev_kfree_skb(wl->dummy_packet);
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005180 free_pages((unsigned long)wl->aggr_buf,
5181 get_order(WL1271_AGGR_BUFFER_SIZE));
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005182 kfree(wl->plat_dev);
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005183
5184 wl1271_debugfs_exit(wl);
5185
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005186 vfree(wl->fw);
5187 wl->fw = NULL;
5188 kfree(wl->nvs);
5189 wl->nvs = NULL;
5190
5191 kfree(wl->fw_status);
5192 kfree(wl->tx_res_if);
Eliad Peller92ef8962011-06-07 12:50:46 +03005193 destroy_workqueue(wl->freezable_wq);
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005194
5195 ieee80211_free_hw(wl->hw);
5196
5197 return 0;
5198}
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +02005199EXPORT_SYMBOL_GPL(wl1271_free_hw);
5200
Guy Eilam491bbd62011-01-12 10:33:29 +01005201u32 wl12xx_debug_level = DEBUG_NONE;
Eliad Peller17c17552010-12-12 12:15:35 +02005202EXPORT_SYMBOL_GPL(wl12xx_debug_level);
Guy Eilam491bbd62011-01-12 10:33:29 +01005203module_param_named(debug_level, wl12xx_debug_level, uint, S_IRUSR | S_IWUSR);
Eliad Peller17c17552010-12-12 12:15:35 +02005204MODULE_PARM_DESC(debug_level, "wl12xx debugging level");
5205
Ido Yariv95dac04f2011-06-06 14:57:06 +03005206module_param_named(fwlog, fwlog_param, charp, 0);
5207MODULE_PARM_DESC(keymap,
5208 "FW logger options: continuous, ondemand, dbgpins or disable");
5209
Eliad Peller2a5bff02011-08-25 18:10:59 +03005210module_param(bug_on_recovery, bool, S_IRUSR | S_IWUSR);
5211MODULE_PARM_DESC(bug_on_recovery, "BUG() on fw recovery");
5212
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +02005213MODULE_LICENSE("GPL");
Luciano Coelhob1a48ca2011-02-22 14:19:28 +02005214MODULE_AUTHOR("Luciano Coelho <coelho@ti.com>");
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +02005215MODULE_AUTHOR("Juuso Oikarinen <juuso.oikarinen@nokia.com>");