blob: 4ca7278201ec663f01dba71fceee2c34f77f4fb8 [file] [log] [blame]
Eyal Shapiraf1d63a52012-01-31 11:57:21 +02001
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002/*
3 * This file is part of wl1271
4 *
Juuso Oikarinen8bf29b02010-02-18 13:25:51 +02005 * Copyright (C) 2008-2010 Nokia Corporation
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03006 *
7 * Contact: Luciano Coelho <luciano.coelho@nokia.com>
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * version 2 as published by the Free Software Foundation.
12 *
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
21 * 02110-1301 USA
22 *
23 */
24
25#include <linux/module.h>
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030026#include <linux/firmware.h>
27#include <linux/delay.h>
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030028#include <linux/spi/spi.h>
29#include <linux/crc32.h>
30#include <linux/etherdevice.h>
Juuso Oikarinen1fba4972009-10-08 21:56:32 +030031#include <linux/vmalloc.h>
Juuso Oikarinena1dd8182010-03-18 12:26:31 +020032#include <linux/platform_device.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090033#include <linux/slab.h>
Ido Yariv341b7cd2011-03-31 10:07:01 +020034#include <linux/wl12xx.h>
Ido Yariv95dac04f2011-06-06 14:57:06 +030035#include <linux/sched.h>
Felipe Balbia390e852011-10-06 10:07:44 +030036#include <linux/interrupt.h>
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030037
Shahar Levi00d20102010-11-08 11:20:10 +000038#include "wl12xx.h"
Luciano Coelho0f4e3122011-10-07 11:02:42 +030039#include "debug.h"
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030040#include "wl12xx_80211.h"
Shahar Levi00d20102010-11-08 11:20:10 +000041#include "reg.h"
42#include "io.h"
43#include "event.h"
44#include "tx.h"
45#include "rx.h"
46#include "ps.h"
47#include "init.h"
48#include "debugfs.h"
49#include "cmd.h"
50#include "boot.h"
51#include "testmode.h"
52#include "scan.h"
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030053
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +020054#define WL1271_BOOT_RETRIES 3
55
Juuso Oikarinen8a080482009-10-13 12:47:44 +030056static struct conf_drv_settings default_conf = {
57 .sg = {
Eliad Peller3be41122011-08-14 13:17:19 +030058 .params = {
59 [CONF_SG_ACL_BT_MASTER_MIN_BR] = 10,
60 [CONF_SG_ACL_BT_MASTER_MAX_BR] = 180,
61 [CONF_SG_ACL_BT_SLAVE_MIN_BR] = 10,
62 [CONF_SG_ACL_BT_SLAVE_MAX_BR] = 180,
63 [CONF_SG_ACL_BT_MASTER_MIN_EDR] = 10,
64 [CONF_SG_ACL_BT_MASTER_MAX_EDR] = 80,
65 [CONF_SG_ACL_BT_SLAVE_MIN_EDR] = 10,
66 [CONF_SG_ACL_BT_SLAVE_MAX_EDR] = 80,
67 [CONF_SG_ACL_WLAN_PS_MASTER_BR] = 8,
68 [CONF_SG_ACL_WLAN_PS_SLAVE_BR] = 8,
69 [CONF_SG_ACL_WLAN_PS_MASTER_EDR] = 20,
70 [CONF_SG_ACL_WLAN_PS_SLAVE_EDR] = 20,
71 [CONF_SG_ACL_WLAN_ACTIVE_MASTER_MIN_BR] = 20,
72 [CONF_SG_ACL_WLAN_ACTIVE_MASTER_MAX_BR] = 35,
73 [CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MIN_BR] = 16,
74 [CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MAX_BR] = 35,
75 [CONF_SG_ACL_WLAN_ACTIVE_MASTER_MIN_EDR] = 32,
76 [CONF_SG_ACL_WLAN_ACTIVE_MASTER_MAX_EDR] = 50,
77 [CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MIN_EDR] = 28,
78 [CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MAX_EDR] = 50,
79 [CONF_SG_ACL_ACTIVE_SCAN_WLAN_BR] = 10,
80 [CONF_SG_ACL_ACTIVE_SCAN_WLAN_EDR] = 20,
81 [CONF_SG_ACL_PASSIVE_SCAN_BT_BR] = 75,
82 [CONF_SG_ACL_PASSIVE_SCAN_WLAN_BR] = 15,
83 [CONF_SG_ACL_PASSIVE_SCAN_BT_EDR] = 27,
84 [CONF_SG_ACL_PASSIVE_SCAN_WLAN_EDR] = 17,
85 /* active scan params */
86 [CONF_SG_AUTO_SCAN_PROBE_REQ] = 170,
87 [CONF_SG_ACTIVE_SCAN_DURATION_FACTOR_HV3] = 50,
88 [CONF_SG_ACTIVE_SCAN_DURATION_FACTOR_A2DP] = 100,
89 /* passive scan params */
90 [CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_A2DP_BR] = 800,
91 [CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_A2DP_EDR] = 200,
92 [CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_HV3] = 200,
93 /* passive scan in dual antenna params */
94 [CONF_SG_CONSECUTIVE_HV3_IN_PASSIVE_SCAN] = 0,
95 [CONF_SG_BCN_HV3_COLLISION_THRESH_IN_PASSIVE_SCAN] = 0,
96 [CONF_SG_TX_RX_PROTECTION_BWIDTH_IN_PASSIVE_SCAN] = 0,
97 /* general params */
98 [CONF_SG_STA_FORCE_PS_IN_BT_SCO] = 1,
99 [CONF_SG_ANTENNA_CONFIGURATION] = 0,
100 [CONF_SG_BEACON_MISS_PERCENT] = 60,
101 [CONF_SG_DHCP_TIME] = 5000,
102 [CONF_SG_RXT] = 1200,
103 [CONF_SG_TXT] = 1000,
104 [CONF_SG_ADAPTIVE_RXT_TXT] = 1,
105 [CONF_SG_GENERAL_USAGE_BIT_MAP] = 3,
106 [CONF_SG_HV3_MAX_SERVED] = 6,
107 [CONF_SG_PS_POLL_TIMEOUT] = 10,
108 [CONF_SG_UPSD_TIMEOUT] = 10,
109 [CONF_SG_CONSECUTIVE_CTS_THRESHOLD] = 2,
110 [CONF_SG_STA_RX_WINDOW_AFTER_DTIM] = 5,
111 [CONF_SG_STA_CONNECTION_PROTECTION_TIME] = 30,
112 /* AP params */
113 [CONF_AP_BEACON_MISS_TX] = 3,
114 [CONF_AP_RX_WINDOW_AFTER_BEACON] = 10,
115 [CONF_AP_BEACON_WINDOW_INTERVAL] = 2,
116 [CONF_AP_CONNECTION_PROTECTION_TIME] = 0,
117 [CONF_AP_BT_ACL_VAL_BT_SERVE_TIME] = 25,
118 [CONF_AP_BT_ACL_VAL_WL_SERVE_TIME] = 25,
Arik Nemtsov801f8702011-04-18 14:15:20 +0300119 },
Juuso Oikarinen1b00f542010-03-18 12:26:30 +0200120 .state = CONF_SG_PROTECTIVE,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300121 },
122 .rx = {
123 .rx_msdu_life_time = 512000,
124 .packet_detection_threshold = 0,
125 .ps_poll_timeout = 15,
126 .upsd_timeout = 15,
Arik Nemtsov5f704d12011-04-18 14:15:21 +0300127 .rts_threshold = IEEE80211_MAX_RTS_THRESHOLD,
Luciano Coelho3ed8f2c2009-12-11 15:40:54 +0200128 .rx_cca_threshold = 0,
129 .irq_blk_threshold = 0xFFFF,
130 .irq_pkt_threshold = 0,
131 .irq_timeout = 600,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300132 .queue_type = CONF_RX_QUEUE_TYPE_LOW_PRIORITY,
133 },
134 .tx = {
135 .tx_energy_detection = 0,
Arik Nemtsov1e05a812010-10-16 17:44:51 +0200136 .sta_rc_conf = {
Juuso Oikarinenebba60c2010-04-01 11:38:20 +0300137 .enabled_rates = 0,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300138 .short_retry_limit = 10,
139 .long_retry_limit = 10,
Arik Nemtsov1e05a812010-10-16 17:44:51 +0200140 .aflags = 0,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300141 },
142 .ac_conf_count = 4,
143 .ac_conf = {
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200144 [CONF_TX_AC_BE] = {
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300145 .ac = CONF_TX_AC_BE,
146 .cw_min = 15,
147 .cw_max = 63,
148 .aifsn = 3,
149 .tx_op_limit = 0,
150 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200151 [CONF_TX_AC_BK] = {
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300152 .ac = CONF_TX_AC_BK,
153 .cw_min = 15,
154 .cw_max = 63,
155 .aifsn = 7,
156 .tx_op_limit = 0,
157 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200158 [CONF_TX_AC_VI] = {
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300159 .ac = CONF_TX_AC_VI,
160 .cw_min = 15,
161 .cw_max = 63,
162 .aifsn = CONF_TX_AIFS_PIFS,
163 .tx_op_limit = 3008,
164 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200165 [CONF_TX_AC_VO] = {
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300166 .ac = CONF_TX_AC_VO,
167 .cw_min = 15,
168 .cw_max = 63,
169 .aifsn = CONF_TX_AIFS_PIFS,
170 .tx_op_limit = 1504,
171 },
172 },
Arik Nemtsov3618f302011-06-26 10:36:03 +0300173 .max_tx_retries = 100,
174 .ap_aging_period = 300,
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200175 .tid_conf_count = 4,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300176 .tid_conf = {
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200177 [CONF_TX_AC_BE] = {
178 .queue_id = CONF_TX_AC_BE,
179 .channel_type = CONF_CHANNEL_TYPE_EDCF,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300180 .tsid = CONF_TX_AC_BE,
181 .ps_scheme = CONF_PS_SCHEME_LEGACY,
182 .ack_policy = CONF_ACK_POLICY_LEGACY,
183 .apsd_conf = {0, 0},
184 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200185 [CONF_TX_AC_BK] = {
186 .queue_id = CONF_TX_AC_BK,
187 .channel_type = CONF_CHANNEL_TYPE_EDCF,
188 .tsid = CONF_TX_AC_BK,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300189 .ps_scheme = CONF_PS_SCHEME_LEGACY,
190 .ack_policy = CONF_ACK_POLICY_LEGACY,
191 .apsd_conf = {0, 0},
192 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200193 [CONF_TX_AC_VI] = {
194 .queue_id = CONF_TX_AC_VI,
195 .channel_type = CONF_CHANNEL_TYPE_EDCF,
196 .tsid = CONF_TX_AC_VI,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300197 .ps_scheme = CONF_PS_SCHEME_LEGACY,
198 .ack_policy = CONF_ACK_POLICY_LEGACY,
199 .apsd_conf = {0, 0},
200 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200201 [CONF_TX_AC_VO] = {
202 .queue_id = CONF_TX_AC_VO,
203 .channel_type = CONF_CHANNEL_TYPE_EDCF,
204 .tsid = CONF_TX_AC_VO,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300205 .ps_scheme = CONF_PS_SCHEME_LEGACY,
206 .ack_policy = CONF_ACK_POLICY_LEGACY,
207 .apsd_conf = {0, 0},
208 },
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300209 },
210 .frag_threshold = IEEE80211_MAX_FRAG_THRESHOLD,
Luciano Coelho3ed8f2c2009-12-11 15:40:54 +0200211 .tx_compl_timeout = 700,
Juuso Oikarinenebba60c2010-04-01 11:38:20 +0300212 .tx_compl_threshold = 4,
213 .basic_rate = CONF_HW_BIT_RATE_1MBPS,
214 .basic_rate_5 = CONF_HW_BIT_RATE_6MBPS,
Arik Nemtsov1e05a812010-10-16 17:44:51 +0200215 .tmpl_short_retry_limit = 10,
216 .tmpl_long_retry_limit = 10,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300217 },
218 .conn = {
219 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM,
Juuso Oikarinen50c500a2010-04-01 11:38:22 +0300220 .listen_interval = 1,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300221 .bcn_filt_mode = CONF_BCN_FILT_MODE_ENABLED,
Shahar Levibc76b942011-05-11 11:14:22 +0300222 .bcn_filt_ie_count = 2,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300223 .bcn_filt_ie = {
224 [0] = {
225 .ie = WLAN_EID_CHANNEL_SWITCH,
226 .rule = CONF_BCN_RULE_PASS_ON_APPEARANCE,
Shahar Levibc76b942011-05-11 11:14:22 +0300227 },
228 [1] = {
229 .ie = WLAN_EID_HT_INFORMATION,
230 .rule = CONF_BCN_RULE_PASS_ON_CHANGE,
231 },
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300232 },
Luciano Coelho3ed8f2c2009-12-11 15:40:54 +0200233 .synch_fail_thold = 10,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300234 .bss_lose_timeout = 100,
235 .beacon_rx_timeout = 10000,
236 .broadcast_timeout = 20000,
237 .rx_broadcast_in_ps = 1,
Juuso Oikarinen90494a92010-07-08 17:50:00 +0300238 .ps_poll_threshold = 10,
Juuso Oikarinen11f70f92009-10-13 12:47:46 +0300239 .bet_enable = CONF_BET_MODE_ENABLE,
Ohad Ben-Cohen958b20e2011-03-14 18:53:10 +0200240 .bet_max_consecutive = 50,
Eliad Pellera879ed72011-08-23 16:37:02 +0300241 .psm_entry_retries = 8,
Shahar Levi23708412011-04-13 14:52:50 +0300242 .psm_exit_retries = 16,
Juuso Oikarinen8eab7b42010-09-24 03:10:11 +0200243 .psm_entry_nullfunc_retries = 3,
Eyal Shapiraf1d63a52012-01-31 11:57:21 +0200244 .dynamic_ps_timeout = 100,
Juuso Oikarinen50c500a2010-04-01 11:38:22 +0300245 .keep_alive_interval = 55000,
246 .max_listen_interval = 20,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300247 },
Luciano Coelho6e92b412009-12-11 15:40:50 +0200248 .itrim = {
249 .enable = false,
250 .timeout = 50000,
Juuso Oikarinen38ad2d82009-12-11 15:41:08 +0200251 },
252 .pm_config = {
253 .host_clk_settling_time = 5000,
254 .host_fast_wakeup_support = false
Juuso Oikarinen00236aed2010-04-09 11:07:30 +0300255 },
256 .roam_trigger = {
Juuso Oikarinen00236aed2010-04-09 11:07:30 +0300257 .trigger_pacing = 1,
258 .avg_weight_rssi_beacon = 20,
259 .avg_weight_rssi_data = 10,
260 .avg_weight_snr_beacon = 20,
Levi, Shahar4b7fac72011-01-23 07:27:22 +0100261 .avg_weight_snr_data = 10,
Juuso Oikarinenbea39d62010-09-21 08:14:31 +0200262 },
263 .scan = {
264 .min_dwell_time_active = 7500,
265 .max_dwell_time_active = 30000,
Juuso Oikarinenea45b2c2011-01-24 07:01:54 +0100266 .min_dwell_time_passive = 100000,
267 .max_dwell_time_passive = 100000,
Juuso Oikarinenbea39d62010-09-21 08:14:31 +0200268 .num_probe_reqs = 2,
269 },
Luciano Coelho3a9d60e2011-05-10 14:06:31 +0300270 .sched_scan = {
271 /* sched_scan requires dwell times in TU instead of TU/1000 */
Luciano Coelho221737d2011-09-02 14:28:22 +0300272 .min_dwell_time_active = 30,
273 .max_dwell_time_active = 60,
Luciano Coelho3a9d60e2011-05-10 14:06:31 +0300274 .dwell_time_passive = 100,
Luciano Coelho50a66d72011-05-27 15:34:47 +0300275 .dwell_time_dfs = 150,
Luciano Coelho3a9d60e2011-05-10 14:06:31 +0300276 .num_probe_reqs = 2,
277 .rssi_threshold = -90,
278 .snr_threshold = 0,
279 },
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200280 .rf = {
281 .tx_per_channel_power_compensation_2 = {
282 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
283 },
284 .tx_per_channel_power_compensation_5 = {
285 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
286 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
287 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
288 },
289 },
Levi, Shahar4b7fac72011-01-23 07:27:22 +0100290 .ht = {
Arik Nemtsov0f9c8252011-08-17 10:45:49 +0300291 .rx_ba_win_size = 8,
Levi, Shahar4b7fac72011-01-23 07:27:22 +0100292 .tx_ba_win_size = 64,
293 .inactivity_timeout = 10000,
Arik Nemtsov0f9c8252011-08-17 10:45:49 +0300294 .tx_ba_tid_bitmap = CONF_TX_BA_ENABLED_TID_BITMAP,
Levi, Shahar4b7fac72011-01-23 07:27:22 +0100295 },
Shahar Levi13b107d2011-03-06 16:32:12 +0200296 .mem_wl127x = {
Eliad Pellerfe5ef092011-02-02 09:59:36 +0200297 .num_stations = 1,
298 .ssid_profiles = 1,
299 .rx_block_num = 70,
300 .tx_min_block_num = 40,
Ido Yariv4cf557f2011-04-18 16:45:10 +0300301 .dynamic_memory = 1,
Ido Yarivb16d4b62011-03-01 15:14:44 +0200302 .min_req_tx_blocks = 100,
Eliad Pellerc8bde242011-02-02 09:59:35 +0200303 .min_req_rx_blocks = 22,
304 .tx_min = 27,
Shahar Levi13b107d2011-03-06 16:32:12 +0200305 },
306 .mem_wl128x = {
307 .num_stations = 1,
308 .ssid_profiles = 1,
309 .rx_block_num = 40,
310 .tx_min_block_num = 40,
311 .dynamic_memory = 1,
312 .min_req_tx_blocks = 45,
313 .min_req_rx_blocks = 22,
314 .tx_min = 27,
315 },
Shahar Leviff868432011-04-11 15:41:46 +0300316 .fm_coex = {
317 .enable = true,
318 .swallow_period = 5,
319 .n_divider_fref_set_1 = 0xff, /* default */
320 .n_divider_fref_set_2 = 12,
321 .m_divider_fref_set_1 = 148,
322 .m_divider_fref_set_2 = 0xffff, /* default */
323 .coex_pll_stabilization_time = 0xffffffff, /* default */
324 .ldo_stabilization_time = 0xffff, /* default */
325 .fm_disturbed_band_margin = 0xff, /* default */
326 .swallow_clk_diff = 0xff, /* default */
327 },
Eliad Pellerf84673d2011-05-15 11:10:28 +0300328 .rx_streaming = {
329 .duration = 150,
330 .queues = 0x1,
331 .interval = 20,
Eliad Peller77ddaa12011-05-15 11:10:29 +0300332 .always = 0,
Eliad Pellerf84673d2011-05-15 11:10:28 +0300333 },
Ido Yariv95dac04f2011-06-06 14:57:06 +0300334 .fwlog = {
335 .mode = WL12XX_FWLOG_ON_DEMAND,
336 .mem_blocks = 2,
337 .severity = 0,
338 .timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED,
339 .output = WL12XX_FWLOG_OUTPUT_HOST,
340 .threshold = 0,
341 },
Luciano Coelhoafb7d3c2011-04-01 20:48:02 +0300342 .hci_io_ds = HCI_IO_DS_6MA,
Eliad Pellerfa6ad9f2011-08-14 13:17:14 +0300343 .rate = {
344 .rate_retry_score = 32000,
345 .per_add = 8192,
346 .per_th1 = 2048,
347 .per_th2 = 4096,
348 .max_per = 8100,
349 .inverse_curiosity_factor = 5,
350 .tx_fail_low_th = 4,
351 .tx_fail_high_th = 10,
352 .per_alpha_shift = 4,
353 .per_add_shift = 13,
354 .per_beta1_shift = 10,
355 .per_beta2_shift = 8,
356 .rate_check_up = 2,
357 .rate_check_down = 12,
358 .rate_retry_policy = {
359 0x00, 0x00, 0x00, 0x00, 0x00,
360 0x00, 0x00, 0x00, 0x00, 0x00,
361 0x00, 0x00, 0x00,
362 },
363 },
Eliad Peller94877752011-08-28 15:11:56 +0300364 .hangover = {
365 .recover_time = 0,
366 .hangover_period = 20,
367 .dynamic_mode = 1,
368 .early_termination_mode = 1,
369 .max_period = 20,
370 .min_period = 1,
371 .increase_delta = 1,
372 .decrease_delta = 2,
373 .quiet_time = 4,
374 .increase_time = 1,
375 .window_size = 16,
376 },
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300377};
378
Ido Yariv95dac04f2011-06-06 14:57:06 +0300379static char *fwlog_param;
Eliad Peller2a5bff02011-08-25 18:10:59 +0300380static bool bug_on_recovery;
Ido Yariv95dac04f2011-06-06 14:57:06 +0300381
Arik Nemtsov7dece1c2011-04-18 14:15:28 +0300382static void __wl1271_op_remove_interface(struct wl1271 *wl,
Eliad Peller536129c2011-10-05 11:55:45 +0200383 struct ieee80211_vif *vif,
Arik Nemtsov7dece1c2011-04-18 14:15:28 +0300384 bool reset_tx_queues);
Eliad Pellerf0277432011-10-10 10:13:14 +0200385static void wl1271_op_stop(struct ieee80211_hw *hw);
Eliad Peller170d0e62011-10-05 11:56:06 +0200386static void wl1271_free_ap_keys(struct wl1271 *wl, struct wl12xx_vif *wlvif);
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +0200387
Juuso Oikarinenf9f774c2011-03-21 10:43:36 +0200388static DEFINE_MUTEX(wl_list_mutex);
Juuso Oikarinen01c09162009-10-13 12:47:55 +0300389static LIST_HEAD(wl_list);
390
Eliad Pellerba8447f2011-10-10 10:13:00 +0200391static int wl1271_check_operstate(struct wl1271 *wl, struct wl12xx_vif *wlvif,
392 unsigned char operstate)
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300393{
394 int ret;
Eliad Peller0603d892011-10-05 11:55:51 +0200395
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300396 if (operstate != IF_OPER_UP)
397 return 0;
398
Eliad Peller8181aec2011-10-10 10:13:04 +0200399 if (test_and_set_bit(WLVIF_FLAG_STA_STATE_SENT, &wlvif->flags))
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300400 return 0;
401
Eliad Peller154da672011-10-05 11:55:53 +0200402 ret = wl12xx_cmd_set_peer_state(wl, wlvif->sta.hlid);
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300403 if (ret < 0)
404 return ret;
405
Eliad Peller0603d892011-10-05 11:55:51 +0200406 wl12xx_croc(wl, wlvif->role_id);
Eliad Peller251c1772011-08-14 13:17:17 +0300407
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300408 wl1271_info("Association completed.");
409 return 0;
410}
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300411static int wl1271_dev_notify(struct notifier_block *me, unsigned long what,
412 void *arg)
413{
414 struct net_device *dev = arg;
415 struct wireless_dev *wdev;
416 struct wiphy *wiphy;
417 struct ieee80211_hw *hw;
418 struct wl1271 *wl;
419 struct wl1271 *wl_temp;
Eliad Pellerba8447f2011-10-10 10:13:00 +0200420 struct wl12xx_vif *wlvif;
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300421 int ret = 0;
422
423 /* Check that this notification is for us. */
424 if (what != NETDEV_CHANGE)
425 return NOTIFY_DONE;
426
427 wdev = dev->ieee80211_ptr;
428 if (wdev == NULL)
429 return NOTIFY_DONE;
430
431 wiphy = wdev->wiphy;
432 if (wiphy == NULL)
433 return NOTIFY_DONE;
434
435 hw = wiphy_priv(wiphy);
436 if (hw == NULL)
437 return NOTIFY_DONE;
438
439 wl_temp = hw->priv;
Juuso Oikarinenf9f774c2011-03-21 10:43:36 +0200440 mutex_lock(&wl_list_mutex);
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300441 list_for_each_entry(wl, &wl_list, list) {
442 if (wl == wl_temp)
443 break;
444 }
Juuso Oikarinenf9f774c2011-03-21 10:43:36 +0200445 mutex_unlock(&wl_list_mutex);
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300446 if (wl != wl_temp)
447 return NOTIFY_DONE;
448
449 mutex_lock(&wl->mutex);
450
451 if (wl->state == WL1271_STATE_OFF)
452 goto out;
453
Eliad Peller6ab70912011-12-18 20:25:45 +0200454 if (dev->operstate != IF_OPER_UP)
455 goto out;
456 /*
457 * The correct behavior should be just getting the appropriate wlvif
458 * from the given dev, but currently we don't have a mac80211
459 * interface for it.
460 */
Eliad Pellerba8447f2011-10-10 10:13:00 +0200461 wl12xx_for_each_wlvif_sta(wl, wlvif) {
Eliad Peller6ab70912011-12-18 20:25:45 +0200462 struct ieee80211_vif *vif = wl12xx_wlvif_to_vif(wlvif);
463
Eliad Pellerba8447f2011-10-10 10:13:00 +0200464 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
465 continue;
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300466
Eliad Pellerba8447f2011-10-10 10:13:00 +0200467 ret = wl1271_ps_elp_wakeup(wl);
468 if (ret < 0)
469 goto out;
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300470
Eliad Peller6ab70912011-12-18 20:25:45 +0200471 wl1271_check_operstate(wl, wlvif,
472 ieee80211_get_operstate(vif));
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300473
Eliad Pellerba8447f2011-10-10 10:13:00 +0200474 wl1271_ps_elp_sleep(wl);
475 }
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300476out:
477 mutex_unlock(&wl->mutex);
478
479 return NOTIFY_OK;
480}
481
Juuso Oikarinenb7417d92010-11-10 11:27:19 +0100482static int wl1271_reg_notify(struct wiphy *wiphy,
Luciano Coelho573c67c2010-11-26 13:44:59 +0200483 struct regulatory_request *request)
484{
Juuso Oikarinenb7417d92010-11-10 11:27:19 +0100485 struct ieee80211_supported_band *band;
486 struct ieee80211_channel *ch;
487 int i;
488
489 band = wiphy->bands[IEEE80211_BAND_5GHZ];
490 for (i = 0; i < band->n_channels; i++) {
491 ch = &band->channels[i];
492 if (ch->flags & IEEE80211_CHAN_DISABLED)
493 continue;
494
495 if (ch->flags & IEEE80211_CHAN_RADAR)
496 ch->flags |= IEEE80211_CHAN_NO_IBSS |
497 IEEE80211_CHAN_PASSIVE_SCAN;
498
499 }
500
501 return 0;
502}
503
Eliad Peller9eb599e2011-10-10 10:12:59 +0200504static int wl1271_set_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif,
505 bool enable)
Eliad Peller77ddaa12011-05-15 11:10:29 +0300506{
507 int ret = 0;
508
509 /* we should hold wl->mutex */
Eliad Peller9eb599e2011-10-10 10:12:59 +0200510 ret = wl1271_acx_ps_rx_streaming(wl, wlvif, enable);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300511 if (ret < 0)
512 goto out;
513
514 if (enable)
Eliad Peller0744bdb2011-10-10 10:13:05 +0200515 set_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300516 else
Eliad Peller0744bdb2011-10-10 10:13:05 +0200517 clear_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300518out:
519 return ret;
520}
521
522/*
523 * this function is being called when the rx_streaming interval
524 * has beed changed or rx_streaming should be disabled
525 */
Eliad Peller9eb599e2011-10-10 10:12:59 +0200526int wl1271_recalc_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Eliad Peller77ddaa12011-05-15 11:10:29 +0300527{
528 int ret = 0;
529 int period = wl->conf.rx_streaming.interval;
530
531 /* don't reconfigure if rx_streaming is disabled */
Eliad Peller0744bdb2011-10-10 10:13:05 +0200532 if (!test_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags))
Eliad Peller77ddaa12011-05-15 11:10:29 +0300533 goto out;
534
535 /* reconfigure/disable according to new streaming_period */
536 if (period &&
Eliad Pellerba8447f2011-10-10 10:13:00 +0200537 test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags) &&
Eliad Peller77ddaa12011-05-15 11:10:29 +0300538 (wl->conf.rx_streaming.always ||
539 test_bit(WL1271_FLAG_SOFT_GEMINI, &wl->flags)))
Eliad Peller9eb599e2011-10-10 10:12:59 +0200540 ret = wl1271_set_rx_streaming(wl, wlvif, true);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300541 else {
Eliad Peller9eb599e2011-10-10 10:12:59 +0200542 ret = wl1271_set_rx_streaming(wl, wlvif, false);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300543 /* don't cancel_work_sync since we might deadlock */
Eliad Peller9eb599e2011-10-10 10:12:59 +0200544 del_timer_sync(&wlvif->rx_streaming_timer);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300545 }
546out:
547 return ret;
548}
549
550static void wl1271_rx_streaming_enable_work(struct work_struct *work)
551{
552 int ret;
Eliad Peller9eb599e2011-10-10 10:12:59 +0200553 struct wl12xx_vif *wlvif = container_of(work, struct wl12xx_vif,
554 rx_streaming_enable_work);
555 struct wl1271 *wl = wlvif->wl;
Eliad Peller77ddaa12011-05-15 11:10:29 +0300556
557 mutex_lock(&wl->mutex);
558
Eliad Peller0744bdb2011-10-10 10:13:05 +0200559 if (test_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags) ||
Eliad Pellerba8447f2011-10-10 10:13:00 +0200560 !test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags) ||
Eliad Peller77ddaa12011-05-15 11:10:29 +0300561 (!wl->conf.rx_streaming.always &&
562 !test_bit(WL1271_FLAG_SOFT_GEMINI, &wl->flags)))
563 goto out;
564
565 if (!wl->conf.rx_streaming.interval)
566 goto out;
567
568 ret = wl1271_ps_elp_wakeup(wl);
569 if (ret < 0)
570 goto out;
571
Eliad Peller9eb599e2011-10-10 10:12:59 +0200572 ret = wl1271_set_rx_streaming(wl, wlvif, true);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300573 if (ret < 0)
574 goto out_sleep;
575
576 /* stop it after some time of inactivity */
Eliad Peller9eb599e2011-10-10 10:12:59 +0200577 mod_timer(&wlvif->rx_streaming_timer,
Eliad Peller77ddaa12011-05-15 11:10:29 +0300578 jiffies + msecs_to_jiffies(wl->conf.rx_streaming.duration));
579
580out_sleep:
581 wl1271_ps_elp_sleep(wl);
582out:
583 mutex_unlock(&wl->mutex);
584}
585
586static void wl1271_rx_streaming_disable_work(struct work_struct *work)
587{
588 int ret;
Eliad Peller9eb599e2011-10-10 10:12:59 +0200589 struct wl12xx_vif *wlvif = container_of(work, struct wl12xx_vif,
590 rx_streaming_disable_work);
591 struct wl1271 *wl = wlvif->wl;
Eliad Peller77ddaa12011-05-15 11:10:29 +0300592
593 mutex_lock(&wl->mutex);
594
Eliad Peller0744bdb2011-10-10 10:13:05 +0200595 if (!test_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags))
Eliad Peller77ddaa12011-05-15 11:10:29 +0300596 goto out;
597
598 ret = wl1271_ps_elp_wakeup(wl);
599 if (ret < 0)
600 goto out;
601
Eliad Peller9eb599e2011-10-10 10:12:59 +0200602 ret = wl1271_set_rx_streaming(wl, wlvif, false);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300603 if (ret)
604 goto out_sleep;
605
606out_sleep:
607 wl1271_ps_elp_sleep(wl);
608out:
609 mutex_unlock(&wl->mutex);
610}
611
612static void wl1271_rx_streaming_timer(unsigned long data)
613{
Eliad Peller9eb599e2011-10-10 10:12:59 +0200614 struct wl12xx_vif *wlvif = (struct wl12xx_vif *)data;
615 struct wl1271 *wl = wlvif->wl;
616 ieee80211_queue_work(wl->hw, &wlvif->rx_streaming_disable_work);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300617}
618
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +0300619static void wl1271_conf_init(struct wl1271 *wl)
620{
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +0300621
622 /*
623 * This function applies the default configuration to the driver. This
624 * function is invoked upon driver load (spi probe.)
625 *
626 * The configuration is stored in a run-time structure in order to
627 * facilitate for run-time adjustment of any of the parameters. Making
628 * changes to the configuration structure will apply the new values on
629 * the next interface up (wl1271_op_start.)
630 */
631
632 /* apply driver default configuration */
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300633 memcpy(&wl->conf, &default_conf, sizeof(default_conf));
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +0300634
Ido Yariv95dac04f2011-06-06 14:57:06 +0300635 /* Adjust settings according to optional module parameters */
636 if (fwlog_param) {
637 if (!strcmp(fwlog_param, "continuous")) {
638 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS;
639 } else if (!strcmp(fwlog_param, "ondemand")) {
640 wl->conf.fwlog.mode = WL12XX_FWLOG_ON_DEMAND;
641 } else if (!strcmp(fwlog_param, "dbgpins")) {
642 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS;
643 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_DBG_PINS;
644 } else if (!strcmp(fwlog_param, "disable")) {
645 wl->conf.fwlog.mem_blocks = 0;
646 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_NONE;
647 } else {
648 wl1271_error("Unknown fwlog parameter %s", fwlog_param);
649 }
650 }
651}
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +0300652
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300653static int wl1271_plt_init(struct wl1271 *wl)
654{
Eliad Peller188e7f52011-12-06 12:15:06 +0200655 int ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300656
Shahar Levi49d750ca2011-03-06 16:32:09 +0200657 if (wl->chip.id == CHIP_ID_1283_PG20)
658 ret = wl128x_cmd_general_parms(wl);
659 else
660 ret = wl1271_cmd_general_parms(wl);
Luciano Coelho4a904062009-11-23 23:22:18 +0200661 if (ret < 0)
Luciano Coelhocc7defa2009-11-23 23:22:16 +0200662 return ret;
663
Shahar Levi49d750ca2011-03-06 16:32:09 +0200664 if (wl->chip.id == CHIP_ID_1283_PG20)
665 ret = wl128x_cmd_radio_parms(wl);
666 else
667 ret = wl1271_cmd_radio_parms(wl);
Luciano Coelho4a904062009-11-23 23:22:18 +0200668 if (ret < 0)
Luciano Coelhocc7defa2009-11-23 23:22:16 +0200669 return ret;
670
Shahar Levi49d750ca2011-03-06 16:32:09 +0200671 if (wl->chip.id != CHIP_ID_1283_PG20) {
672 ret = wl1271_cmd_ext_radio_parms(wl);
673 if (ret < 0)
674 return ret;
675 }
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200676 if (ret < 0)
677 return ret;
678
Shahar Levi48a61472011-03-06 16:32:08 +0200679 /* Chip-specific initializations */
680 ret = wl1271_chip_specific_init(wl);
681 if (ret < 0)
682 return ret;
683
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300684 ret = wl1271_acx_init_mem_config(wl);
685 if (ret < 0)
686 return ret;
687
Eliad Peller7f0979882011-08-14 13:17:06 +0300688 ret = wl12xx_acx_mem_cfg(wl);
Gery Kahn1ec610e2011-02-01 03:03:08 -0600689 if (ret < 0)
690 goto out_free_memmap;
691
Luciano Coelho12419cc2010-02-18 13:25:44 +0200692 /* Enable data path */
Luciano Coelho94210892009-12-11 15:40:55 +0200693 ret = wl1271_cmd_data_path(wl, 1);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300694 if (ret < 0)
Luciano Coelho12419cc2010-02-18 13:25:44 +0200695 goto out_free_memmap;
696
697 /* Configure for CAM power saving (ie. always active) */
698 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM);
699 if (ret < 0)
700 goto out_free_memmap;
701
702 /* configure PM */
703 ret = wl1271_acx_pm_config(wl);
704 if (ret < 0)
705 goto out_free_memmap;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300706
707 return 0;
Luciano Coelho12419cc2010-02-18 13:25:44 +0200708
709 out_free_memmap:
710 kfree(wl->target_mem_map);
711 wl->target_mem_map = NULL;
712
713 return ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300714}
715
Eliad Peller6e8cd332011-10-10 10:13:13 +0200716static void wl12xx_irq_ps_regulate_link(struct wl1271 *wl,
717 struct wl12xx_vif *wlvif,
718 u8 hlid, u8 tx_pkts)
Arik Nemtsovb622d992011-02-23 00:22:31 +0200719{
Arik Nemtsovda032092011-08-25 12:43:15 +0300720 bool fw_ps, single_sta;
Arik Nemtsovb622d992011-02-23 00:22:31 +0200721
Arik Nemtsovb622d992011-02-23 00:22:31 +0200722 fw_ps = test_bit(hlid, (unsigned long *)&wl->ap_fw_ps_map);
Arik Nemtsovda032092011-08-25 12:43:15 +0300723 single_sta = (wl->active_sta_count == 1);
Arik Nemtsovb622d992011-02-23 00:22:31 +0200724
725 /*
726 * Wake up from high level PS if the STA is asleep with too little
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300727 * packets in FW or if the STA is awake.
Arik Nemtsovb622d992011-02-23 00:22:31 +0200728 */
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300729 if (!fw_ps || tx_pkts < WL1271_PS_STA_MAX_PACKETS)
Eliad Peller6e8cd332011-10-10 10:13:13 +0200730 wl12xx_ps_link_end(wl, wlvif, hlid);
Arik Nemtsovb622d992011-02-23 00:22:31 +0200731
Arik Nemtsovda032092011-08-25 12:43:15 +0300732 /*
733 * Start high-level PS if the STA is asleep with enough blocks in FW.
734 * Make an exception if this is the only connected station. In this
735 * case FW-memory congestion is not a problem.
736 */
737 else if (!single_sta && fw_ps && tx_pkts >= WL1271_PS_STA_MAX_PACKETS)
Eliad Peller6e8cd332011-10-10 10:13:13 +0200738 wl12xx_ps_link_start(wl, wlvif, hlid, true);
Arik Nemtsovb622d992011-02-23 00:22:31 +0200739}
740
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300741static void wl12xx_irq_update_links_status(struct wl1271 *wl,
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200742 struct wl12xx_vif *wlvif,
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300743 struct wl12xx_fw_status *status)
Arik Nemtsovb622d992011-02-23 00:22:31 +0200744{
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200745 struct wl1271_link *lnk;
Arik Nemtsovb622d992011-02-23 00:22:31 +0200746 u32 cur_fw_ps_map;
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300747 u8 hlid, cnt;
748
749 /* TODO: also use link_fast_bitmap here */
Arik Nemtsovb622d992011-02-23 00:22:31 +0200750
751 cur_fw_ps_map = le32_to_cpu(status->link_ps_bitmap);
752 if (wl->ap_fw_ps_map != cur_fw_ps_map) {
753 wl1271_debug(DEBUG_PSM,
754 "link ps prev 0x%x cur 0x%x changed 0x%x",
755 wl->ap_fw_ps_map, cur_fw_ps_map,
756 wl->ap_fw_ps_map ^ cur_fw_ps_map);
757
758 wl->ap_fw_ps_map = cur_fw_ps_map;
759 }
760
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200761 for_each_set_bit(hlid, wlvif->ap.sta_hlid_map, WL12XX_MAX_LINKS) {
762 lnk = &wl->links[hlid];
763 cnt = status->tx_lnk_free_pkts[hlid] - lnk->prev_freed_pkts;
Arik Nemtsovb622d992011-02-23 00:22:31 +0200764
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200765 lnk->prev_freed_pkts = status->tx_lnk_free_pkts[hlid];
766 lnk->allocated_pkts -= cnt;
Arik Nemtsovb622d992011-02-23 00:22:31 +0200767
Eliad Peller6e8cd332011-10-10 10:13:13 +0200768 wl12xx_irq_ps_regulate_link(wl, wlvif, hlid,
769 lnk->allocated_pkts);
Arik Nemtsovb622d992011-02-23 00:22:31 +0200770 }
771}
772
Eliad Peller4d56ad92011-08-14 13:17:05 +0300773static void wl12xx_fw_status(struct wl1271 *wl,
774 struct wl12xx_fw_status *status)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300775{
Eliad Peller6e8cd332011-10-10 10:13:13 +0200776 struct wl12xx_vif *wlvif;
Juuso Oikarinenac5e1e32010-02-22 08:38:38 +0200777 struct timespec ts;
Shahar Levi13b107d2011-03-06 16:32:12 +0200778 u32 old_tx_blk_count = wl->tx_blocks_available;
Eliad Peller4d56ad92011-08-14 13:17:05 +0300779 int avail, freed_blocks;
Arik Nemtsovbf54e302011-08-14 13:17:32 +0300780 int i;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300781
Eliad Peller4d56ad92011-08-14 13:17:05 +0300782 wl1271_raw_read(wl, FW_STATUS_ADDR, status, sizeof(*status), false);
Shahar Levi13b107d2011-03-06 16:32:12 +0200783
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300784 wl1271_debug(DEBUG_IRQ, "intr: 0x%x (fw_rx_counter = %d, "
785 "drv_rx_counter = %d, tx_results_counter = %d)",
786 status->intr,
787 status->fw_rx_counter,
788 status->drv_rx_counter,
789 status->tx_results_counter);
790
Arik Nemtsovbf54e302011-08-14 13:17:32 +0300791 for (i = 0; i < NUM_TX_QUEUES; i++) {
792 /* prevent wrap-around in freed-packets counter */
Arik Nemtsov742246f2011-08-14 13:17:33 +0300793 wl->tx_allocated_pkts[i] -=
Arik Nemtsovbf54e302011-08-14 13:17:32 +0300794 (status->tx_released_pkts[i] -
795 wl->tx_pkts_freed[i]) & 0xff;
796
797 wl->tx_pkts_freed[i] = status->tx_released_pkts[i];
798 }
799
Arik Nemtsovbdf91cf2011-08-14 13:17:34 +0300800 /* prevent wrap-around in total blocks counter */
801 if (likely(wl->tx_blocks_freed <=
802 le32_to_cpu(status->total_released_blks)))
803 freed_blocks = le32_to_cpu(status->total_released_blks) -
804 wl->tx_blocks_freed;
805 else
806 freed_blocks = 0x100000000LL - wl->tx_blocks_freed +
807 le32_to_cpu(status->total_released_blks);
808
Eliad Peller4d56ad92011-08-14 13:17:05 +0300809 wl->tx_blocks_freed = le32_to_cpu(status->total_released_blks);
Shahar Levi13b107d2011-03-06 16:32:12 +0200810
Arik Nemtsov7bb5d6c2011-08-14 13:17:00 +0300811 wl->tx_allocated_blocks -= freed_blocks;
812
Eliad Peller4d56ad92011-08-14 13:17:05 +0300813 avail = le32_to_cpu(status->tx_total) - wl->tx_allocated_blocks;
Ido Yarivd2f4d472011-03-31 10:07:00 +0200814
Eliad Peller4d56ad92011-08-14 13:17:05 +0300815 /*
816 * The FW might change the total number of TX memblocks before
817 * we get a notification about blocks being released. Thus, the
818 * available blocks calculation might yield a temporary result
819 * which is lower than the actual available blocks. Keeping in
820 * mind that only blocks that were allocated can be moved from
821 * TX to RX, tx_blocks_available should never decrease here.
822 */
823 wl->tx_blocks_available = max((int)wl->tx_blocks_available,
824 avail);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300825
Ido Yariva5225502010-10-12 14:49:10 +0200826 /* if more blocks are available now, tx work can be scheduled */
Shahar Levi13b107d2011-03-06 16:32:12 +0200827 if (wl->tx_blocks_available > old_tx_blk_count)
Ido Yariva5225502010-10-12 14:49:10 +0200828 clear_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300829
Eliad Peller4d56ad92011-08-14 13:17:05 +0300830 /* for AP update num of allocated TX blocks per link and ps status */
Eliad Peller6e8cd332011-10-10 10:13:13 +0200831 wl12xx_for_each_wlvif_ap(wl, wlvif) {
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200832 wl12xx_irq_update_links_status(wl, wlvif, status);
Eliad Peller6e8cd332011-10-10 10:13:13 +0200833 }
Eliad Peller4d56ad92011-08-14 13:17:05 +0300834
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300835 /* update the host-chipset time offset */
Juuso Oikarinenac5e1e32010-02-22 08:38:38 +0200836 getnstimeofday(&ts);
837 wl->time_offset = (timespec_to_ns(&ts) >> 10) -
838 (s64)le32_to_cpu(status->fw_localtime);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300839}
840
Ido Yariva6208652011-03-01 15:14:41 +0200841static void wl1271_flush_deferred_work(struct wl1271 *wl)
842{
843 struct sk_buff *skb;
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200844
Ido Yariva6208652011-03-01 15:14:41 +0200845 /* Pass all received frames to the network stack */
846 while ((skb = skb_dequeue(&wl->deferred_rx_queue)))
847 ieee80211_rx_ni(wl->hw, skb);
848
849 /* Return sent skbs to the network stack */
850 while ((skb = skb_dequeue(&wl->deferred_tx_queue)))
Eliad Pellerc27d3ac2011-06-07 10:40:39 +0300851 ieee80211_tx_status_ni(wl->hw, skb);
Ido Yariva6208652011-03-01 15:14:41 +0200852}
853
854static void wl1271_netstack_work(struct work_struct *work)
855{
856 struct wl1271 *wl =
857 container_of(work, struct wl1271, netstack_work);
858
859 do {
860 wl1271_flush_deferred_work(wl);
861 } while (skb_queue_len(&wl->deferred_rx_queue));
862}
863
864#define WL1271_IRQ_MAX_LOOPS 256
865
Felipe Balbi4b32a2c2011-10-06 10:46:20 +0300866static irqreturn_t wl1271_irq(int irq, void *cookie)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300867{
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300868 int ret;
Juuso Oikarinenc15f63b2009-10-12 15:08:50 +0300869 u32 intr;
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200870 int loopcount = WL1271_IRQ_MAX_LOOPS;
Ido Yariva6208652011-03-01 15:14:41 +0200871 struct wl1271 *wl = (struct wl1271 *)cookie;
872 bool done = false;
873 unsigned int defer_count;
Ido Yarivb07d4032011-03-01 15:14:43 +0200874 unsigned long flags;
875
876 /* TX might be handled here, avoid redundant work */
877 set_bit(WL1271_FLAG_TX_PENDING, &wl->flags);
878 cancel_work_sync(&wl->tx_work);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300879
Ido Yariv341b7cd2011-03-31 10:07:01 +0200880 /*
881 * In case edge triggered interrupt must be used, we cannot iterate
882 * more than once without introducing race conditions with the hardirq.
883 */
884 if (wl->platform_quirks & WL12XX_PLATFORM_QUIRK_EDGE_IRQ)
885 loopcount = 1;
886
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300887 mutex_lock(&wl->mutex);
888
889 wl1271_debug(DEBUG_IRQ, "IRQ work");
890
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200891 if (unlikely(wl->state == WL1271_STATE_OFF))
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300892 goto out;
893
Ido Yariva6208652011-03-01 15:14:41 +0200894 ret = wl1271_ps_elp_wakeup(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300895 if (ret < 0)
896 goto out;
897
Ido Yariva6208652011-03-01 15:14:41 +0200898 while (!done && loopcount--) {
899 /*
900 * In order to avoid a race with the hardirq, clear the flag
901 * before acknowledging the chip. Since the mutex is held,
902 * wl1271_ps_elp_wakeup cannot be called concurrently.
903 */
904 clear_bit(WL1271_FLAG_IRQ_RUNNING, &wl->flags);
905 smp_mb__after_clear_bit();
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200906
Eliad Peller4d56ad92011-08-14 13:17:05 +0300907 wl12xx_fw_status(wl, wl->fw_status);
908 intr = le32_to_cpu(wl->fw_status->intr);
Ido Yariva6208652011-03-01 15:14:41 +0200909 intr &= WL1271_INTR_MASK;
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200910 if (!intr) {
Ido Yariva6208652011-03-01 15:14:41 +0200911 done = true;
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200912 continue;
913 }
914
Eliad Pellerccc83b02010-10-27 14:09:57 +0200915 if (unlikely(intr & WL1271_ACX_INTR_WATCHDOG)) {
916 wl1271_error("watchdog interrupt received! "
917 "starting recovery.");
Ido Yarivbaacb9a2011-06-06 14:57:05 +0300918 wl12xx_queue_recovery_work(wl);
Eliad Pellerccc83b02010-10-27 14:09:57 +0200919
920 /* restarting the chip. ignore any other interrupt. */
921 goto out;
922 }
923
Ido Yariva6208652011-03-01 15:14:41 +0200924 if (likely(intr & WL1271_ACX_INTR_DATA)) {
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200925 wl1271_debug(DEBUG_IRQ, "WL1271_ACX_INTR_DATA");
926
Eliad Peller4d56ad92011-08-14 13:17:05 +0300927 wl12xx_rx(wl, wl->fw_status);
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200928
Ido Yariva5225502010-10-12 14:49:10 +0200929 /* Check if any tx blocks were freed */
Ido Yarivb07d4032011-03-01 15:14:43 +0200930 spin_lock_irqsave(&wl->wl_lock, flags);
Ido Yariva5225502010-10-12 14:49:10 +0200931 if (!test_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags) &&
Arik Nemtsovf1a46382011-07-07 14:25:23 +0300932 wl1271_tx_total_queue_count(wl) > 0) {
Ido Yarivb07d4032011-03-01 15:14:43 +0200933 spin_unlock_irqrestore(&wl->wl_lock, flags);
Ido Yariva5225502010-10-12 14:49:10 +0200934 /*
935 * In order to avoid starvation of the TX path,
936 * call the work function directly.
937 */
Eliad Pellera32d0cd2011-10-10 10:12:55 +0200938 wl1271_tx_work_locked(wl);
Ido Yarivb07d4032011-03-01 15:14:43 +0200939 } else {
940 spin_unlock_irqrestore(&wl->wl_lock, flags);
Ido Yariva5225502010-10-12 14:49:10 +0200941 }
942
Ido Yariv8aad2462011-03-01 15:14:38 +0200943 /* check for tx results */
Eliad Peller4d56ad92011-08-14 13:17:05 +0300944 if (wl->fw_status->tx_results_counter !=
Ido Yariv8aad2462011-03-01 15:14:38 +0200945 (wl->tx_results_count & 0xff))
946 wl1271_tx_complete(wl);
Ido Yariva6208652011-03-01 15:14:41 +0200947
948 /* Make sure the deferred queues don't get too long */
949 defer_count = skb_queue_len(&wl->deferred_tx_queue) +
950 skb_queue_len(&wl->deferred_rx_queue);
951 if (defer_count > WL1271_DEFERRED_QUEUE_LIMIT)
952 wl1271_flush_deferred_work(wl);
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200953 }
954
955 if (intr & WL1271_ACX_INTR_EVENT_A) {
956 wl1271_debug(DEBUG_IRQ, "WL1271_ACX_INTR_EVENT_A");
957 wl1271_event_handle(wl, 0);
958 }
959
960 if (intr & WL1271_ACX_INTR_EVENT_B) {
961 wl1271_debug(DEBUG_IRQ, "WL1271_ACX_INTR_EVENT_B");
962 wl1271_event_handle(wl, 1);
963 }
964
965 if (intr & WL1271_ACX_INTR_INIT_COMPLETE)
966 wl1271_debug(DEBUG_IRQ,
967 "WL1271_ACX_INTR_INIT_COMPLETE");
968
969 if (intr & WL1271_ACX_INTR_HW_AVAILABLE)
970 wl1271_debug(DEBUG_IRQ, "WL1271_ACX_INTR_HW_AVAILABLE");
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300971 }
972
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300973 wl1271_ps_elp_sleep(wl);
974
975out:
Ido Yarivb07d4032011-03-01 15:14:43 +0200976 spin_lock_irqsave(&wl->wl_lock, flags);
977 /* In case TX was not handled here, queue TX work */
978 clear_bit(WL1271_FLAG_TX_PENDING, &wl->flags);
979 if (!test_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags) &&
Arik Nemtsovf1a46382011-07-07 14:25:23 +0300980 wl1271_tx_total_queue_count(wl) > 0)
Ido Yarivb07d4032011-03-01 15:14:43 +0200981 ieee80211_queue_work(wl->hw, &wl->tx_work);
982 spin_unlock_irqrestore(&wl->wl_lock, flags);
983
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300984 mutex_unlock(&wl->mutex);
Ido Yariva6208652011-03-01 15:14:41 +0200985
986 return IRQ_HANDLED;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300987}
988
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300989static int wl1271_fetch_firmware(struct wl1271 *wl)
990{
991 const struct firmware *fw;
Arik Nemtsov166d5042010-10-16 21:44:57 +0200992 const char *fw_name;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300993 int ret;
994
Arik Nemtsovc302b2c2011-08-17 10:45:48 +0300995 if (wl->chip.id == CHIP_ID_1283_PG20)
996 fw_name = WL128X_FW_NAME;
997 else
998 fw_name = WL127X_FW_NAME;
Arik Nemtsov166d5042010-10-16 21:44:57 +0200999
1000 wl1271_debug(DEBUG_BOOT, "booting firmware %s", fw_name);
1001
Felipe Balbia390e852011-10-06 10:07:44 +03001002 ret = request_firmware(&fw, fw_name, wl->dev);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001003
1004 if (ret < 0) {
Pontus Fuchs35898932011-11-30 15:35:09 +01001005 wl1271_error("could not get firmware %s: %d", fw_name, ret);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001006 return ret;
1007 }
1008
1009 if (fw->size % 4) {
1010 wl1271_error("firmware size is not multiple of 32 bits: %zu",
1011 fw->size);
1012 ret = -EILSEQ;
1013 goto out;
1014 }
1015
Arik Nemtsov166d5042010-10-16 21:44:57 +02001016 vfree(wl->fw);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001017 wl->fw_len = fw->size;
Juuso Oikarinen1fba4972009-10-08 21:56:32 +03001018 wl->fw = vmalloc(wl->fw_len);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001019
1020 if (!wl->fw) {
1021 wl1271_error("could not allocate memory for the firmware");
1022 ret = -ENOMEM;
1023 goto out;
1024 }
1025
1026 memcpy(wl->fw, fw->data, wl->fw_len);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001027 ret = 0;
1028
1029out:
1030 release_firmware(fw);
1031
1032 return ret;
1033}
1034
1035static int wl1271_fetch_nvs(struct wl1271 *wl)
1036{
1037 const struct firmware *fw;
1038 int ret;
1039
Felipe Balbia390e852011-10-06 10:07:44 +03001040 ret = request_firmware(&fw, WL12XX_NVS_NAME, wl->dev);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001041
1042 if (ret < 0) {
Pontus Fuchs35898932011-11-30 15:35:09 +01001043 wl1271_error("could not get nvs file %s: %d", WL12XX_NVS_NAME,
1044 ret);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001045 return ret;
1046 }
1047
Shahar Levibc765bf2011-03-06 16:32:10 +02001048 wl->nvs = kmemdup(fw->data, fw->size, GFP_KERNEL);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001049
1050 if (!wl->nvs) {
1051 wl1271_error("could not allocate memory for the nvs file");
1052 ret = -ENOMEM;
1053 goto out;
1054 }
1055
Juuso Oikarinen02fabb02010-08-19 04:41:15 +02001056 wl->nvs_len = fw->size;
1057
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001058out:
1059 release_firmware(fw);
1060
1061 return ret;
1062}
1063
Ido Yarivbaacb9a2011-06-06 14:57:05 +03001064void wl12xx_queue_recovery_work(struct wl1271 *wl)
1065{
1066 if (!test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags))
1067 ieee80211_queue_work(wl->hw, &wl->recovery_work);
1068}
1069
Ido Yariv95dac04f2011-06-06 14:57:06 +03001070size_t wl12xx_copy_fwlog(struct wl1271 *wl, u8 *memblock, size_t maxlen)
1071{
1072 size_t len = 0;
1073
1074 /* The FW log is a length-value list, find where the log end */
1075 while (len < maxlen) {
1076 if (memblock[len] == 0)
1077 break;
1078 if (len + memblock[len] + 1 > maxlen)
1079 break;
1080 len += memblock[len] + 1;
1081 }
1082
1083 /* Make sure we have enough room */
1084 len = min(len, (size_t)(PAGE_SIZE - wl->fwlog_size));
1085
1086 /* Fill the FW log file, consumed by the sysfs fwlog entry */
1087 memcpy(wl->fwlog + wl->fwlog_size, memblock, len);
1088 wl->fwlog_size += len;
1089
1090 return len;
1091}
1092
1093static void wl12xx_read_fwlog_panic(struct wl1271 *wl)
1094{
1095 u32 addr;
1096 u32 first_addr;
1097 u8 *block;
1098
1099 if ((wl->quirks & WL12XX_QUIRK_FWLOG_NOT_IMPLEMENTED) ||
1100 (wl->conf.fwlog.mode != WL12XX_FWLOG_ON_DEMAND) ||
1101 (wl->conf.fwlog.mem_blocks == 0))
1102 return;
1103
1104 wl1271_info("Reading FW panic log");
1105
1106 block = kmalloc(WL12XX_HW_BLOCK_SIZE, GFP_KERNEL);
1107 if (!block)
1108 return;
1109
1110 /*
1111 * Make sure the chip is awake and the logger isn't active.
1112 * This might fail if the firmware hanged.
1113 */
1114 if (!wl1271_ps_elp_wakeup(wl))
1115 wl12xx_cmd_stop_fwlog(wl);
1116
1117 /* Read the first memory block address */
Eliad Peller4d56ad92011-08-14 13:17:05 +03001118 wl12xx_fw_status(wl, wl->fw_status);
1119 first_addr = le32_to_cpu(wl->fw_status->log_start_addr);
Ido Yariv95dac04f2011-06-06 14:57:06 +03001120 if (!first_addr)
1121 goto out;
1122
1123 /* Traverse the memory blocks linked list */
1124 addr = first_addr;
1125 do {
1126 memset(block, 0, WL12XX_HW_BLOCK_SIZE);
1127 wl1271_read_hwaddr(wl, addr, block, WL12XX_HW_BLOCK_SIZE,
1128 false);
1129
1130 /*
1131 * Memory blocks are linked to one another. The first 4 bytes
1132 * of each memory block hold the hardware address of the next
1133 * one. The last memory block points to the first one.
1134 */
Eliad Peller4d56ad92011-08-14 13:17:05 +03001135 addr = le32_to_cpup((__le32 *)block);
Ido Yariv95dac04f2011-06-06 14:57:06 +03001136 if (!wl12xx_copy_fwlog(wl, block + sizeof(addr),
1137 WL12XX_HW_BLOCK_SIZE - sizeof(addr)))
1138 break;
1139 } while (addr && (addr != first_addr));
1140
1141 wake_up_interruptible(&wl->fwlog_waitq);
1142
1143out:
1144 kfree(block);
1145}
1146
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001147static void wl1271_recovery_work(struct work_struct *work)
1148{
1149 struct wl1271 *wl =
1150 container_of(work, struct wl1271, recovery_work);
Eliad Peller48e93e42011-10-10 10:12:58 +02001151 struct wl12xx_vif *wlvif;
Eliad Peller6e8cd332011-10-10 10:13:13 +02001152 struct ieee80211_vif *vif;
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001153
1154 mutex_lock(&wl->mutex);
1155
1156 if (wl->state != WL1271_STATE_ON)
Eliad Pellerf0277432011-10-10 10:13:14 +02001157 goto out_unlock;
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001158
Ido Yarivbaacb9a2011-06-06 14:57:05 +03001159 /* Avoid a recursive recovery */
1160 set_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags);
1161
Ido Yariv95dac04f2011-06-06 14:57:06 +03001162 wl12xx_read_fwlog_panic(wl);
1163
Arik Nemtsov52dcaf52011-04-18 14:15:24 +03001164 wl1271_info("Hardware recovery in progress. FW ver: %s pc: 0x%x",
1165 wl->chip.fw_ver_str, wl1271_read32(wl, SCR_PAD4));
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001166
Eliad Peller2a5bff02011-08-25 18:10:59 +03001167 BUG_ON(bug_on_recovery);
1168
Oz Krakowskib992c682011-06-26 10:36:02 +03001169 /*
1170 * Advance security sequence number to overcome potential progress
1171 * in the firmware during recovery. This doens't hurt if the network is
1172 * not encrypted.
1173 */
Eliad Peller48e93e42011-10-10 10:12:58 +02001174 wl12xx_for_each_wlvif(wl, wlvif) {
Eliad Pellerba8447f2011-10-10 10:13:00 +02001175 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags) ||
Eliad Peller53d40d02011-10-10 10:13:02 +02001176 test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags))
Eliad Peller48e93e42011-10-10 10:12:58 +02001177 wlvif->tx_security_seq +=
1178 WL1271_TX_SQN_POST_RECOVERY_PADDING;
1179 }
Oz Krakowskib992c682011-06-26 10:36:02 +03001180
Arik Nemtsov7dece1c2011-04-18 14:15:28 +03001181 /* Prevent spurious TX during FW restart */
1182 ieee80211_stop_queues(wl->hw);
1183
Luciano Coelho33c2c062011-05-10 14:46:02 +03001184 if (wl->sched_scanning) {
1185 ieee80211_sched_scan_stopped(wl->hw);
1186 wl->sched_scanning = false;
1187 }
1188
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001189 /* reboot the chipset */
Eliad Peller6e8cd332011-10-10 10:13:13 +02001190 while (!list_empty(&wl->wlvif_list)) {
1191 wlvif = list_first_entry(&wl->wlvif_list,
1192 struct wl12xx_vif, list);
1193 vif = wl12xx_wlvif_to_vif(wlvif);
1194 __wl1271_op_remove_interface(wl, vif, false);
1195 }
Eliad Pellerf0277432011-10-10 10:13:14 +02001196 mutex_unlock(&wl->mutex);
1197 wl1271_op_stop(wl->hw);
Ido Yarivbaacb9a2011-06-06 14:57:05 +03001198
1199 clear_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags);
1200
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001201 ieee80211_restart_hw(wl->hw);
1202
Arik Nemtsov7dece1c2011-04-18 14:15:28 +03001203 /*
1204 * Its safe to enable TX now - the queues are stopped after a request
1205 * to restart the HW.
1206 */
1207 ieee80211_wake_queues(wl->hw);
Eliad Pellerf0277432011-10-10 10:13:14 +02001208 return;
1209out_unlock:
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001210 mutex_unlock(&wl->mutex);
1211}
1212
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001213static void wl1271_fw_wakeup(struct wl1271 *wl)
1214{
1215 u32 elp_reg;
1216
1217 elp_reg = ELPCTRL_WAKE_UP;
Juuso Oikarinen74621412009-10-12 15:08:54 +03001218 wl1271_raw_write32(wl, HW_ACCESS_ELP_CTRL_REG_ADDR, elp_reg);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001219}
1220
1221static int wl1271_setup(struct wl1271 *wl)
1222{
1223 wl->fw_status = kmalloc(sizeof(*wl->fw_status), GFP_KERNEL);
1224 if (!wl->fw_status)
1225 return -ENOMEM;
1226
1227 wl->tx_res_if = kmalloc(sizeof(*wl->tx_res_if), GFP_KERNEL);
1228 if (!wl->tx_res_if) {
1229 kfree(wl->fw_status);
1230 return -ENOMEM;
1231 }
1232
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001233 return 0;
1234}
1235
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02001236static int wl12xx_set_power_on(struct wl1271 *wl)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001237{
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02001238 int ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001239
Juuso Oikarinen01ac17e2009-12-11 15:41:02 +02001240 msleep(WL1271_PRE_POWER_ON_SLEEP);
Ohad Ben-Cohen2cc78ff2010-09-16 01:22:04 +02001241 ret = wl1271_power_on(wl);
1242 if (ret < 0)
1243 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001244 msleep(WL1271_POWER_ON_SLEEP);
Teemu Paasikivi9b280722010-02-18 13:25:56 +02001245 wl1271_io_reset(wl);
1246 wl1271_io_init(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001247
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02001248 wl1271_set_partition(wl, &wl12xx_part_table[PART_DOWN]);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001249
1250 /* ELP module wake up */
1251 wl1271_fw_wakeup(wl);
1252
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02001253out:
1254 return ret;
1255}
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001256
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02001257static int wl1271_chip_wakeup(struct wl1271 *wl)
1258{
1259 int ret = 0;
1260
1261 ret = wl12xx_set_power_on(wl);
1262 if (ret < 0)
1263 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001264
Luciano Coelhoe62c9ce2011-11-03 08:44:42 +02001265 /*
1266 * For wl127x based devices we could use the default block
1267 * size (512 bytes), but due to a bug in the sdio driver, we
1268 * need to set it explicitly after the chip is powered on. To
1269 * simplify the code and since the performance impact is
1270 * negligible, we use the same block size for all different
1271 * chip types.
1272 */
1273 if (!wl1271_set_block_size(wl))
1274 wl->quirks |= WL12XX_QUIRK_NO_BLOCKSIZE_ALIGNMENT;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001275
1276 switch (wl->chip.id) {
1277 case CHIP_ID_1271_PG10:
1278 wl1271_warning("chip id 0x%x (1271 PG10) support is obsolete",
1279 wl->chip.id);
1280
1281 ret = wl1271_setup(wl);
1282 if (ret < 0)
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001283 goto out;
Luciano Coelhoce39def2011-11-03 08:44:41 +02001284 wl->quirks |= WL12XX_QUIRK_NO_BLOCKSIZE_ALIGNMENT;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001285 break;
Luciano Coelhoce39def2011-11-03 08:44:41 +02001286
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001287 case CHIP_ID_1271_PG20:
1288 wl1271_debug(DEBUG_BOOT, "chip id 0x%x (1271 PG20)",
1289 wl->chip.id);
1290
1291 ret = wl1271_setup(wl);
1292 if (ret < 0)
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001293 goto out;
Luciano Coelhoce39def2011-11-03 08:44:41 +02001294 wl->quirks |= WL12XX_QUIRK_NO_BLOCKSIZE_ALIGNMENT;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001295 break;
Luciano Coelhoce39def2011-11-03 08:44:41 +02001296
Shahar Levi0830cee2011-03-06 16:32:20 +02001297 case CHIP_ID_1283_PG20:
1298 wl1271_debug(DEBUG_BOOT, "chip id 0x%x (1283 PG20)",
1299 wl->chip.id);
1300
1301 ret = wl1271_setup(wl);
1302 if (ret < 0)
1303 goto out;
1304 break;
1305 case CHIP_ID_1283_PG10:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001306 default:
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001307 wl1271_warning("unsupported chip id: 0x%x", wl->chip.id);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001308 ret = -ENODEV;
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001309 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001310 }
1311
Arik Nemtsovc302b2c2011-08-17 10:45:48 +03001312 if (wl->fw == NULL) {
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001313 ret = wl1271_fetch_firmware(wl);
1314 if (ret < 0)
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001315 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001316 }
1317
1318 /* No NVS from netlink, try to get it from the filesystem */
1319 if (wl->nvs == NULL) {
1320 ret = wl1271_fetch_nvs(wl);
1321 if (ret < 0)
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001322 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001323 }
1324
1325out:
1326 return ret;
1327}
1328
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001329int wl1271_plt_start(struct wl1271 *wl)
1330{
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001331 int retries = WL1271_BOOT_RETRIES;
Gery Kahn6f07b722011-07-18 14:21:49 +03001332 struct wiphy *wiphy = wl->hw->wiphy;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001333 int ret;
1334
1335 mutex_lock(&wl->mutex);
1336
1337 wl1271_notice("power up");
1338
1339 if (wl->state != WL1271_STATE_OFF) {
1340 wl1271_error("cannot go into PLT state because not "
1341 "in off state: %d", wl->state);
1342 ret = -EBUSY;
1343 goto out;
1344 }
1345
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001346 while (retries) {
1347 retries--;
1348 ret = wl1271_chip_wakeup(wl);
1349 if (ret < 0)
1350 goto power_off;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001351
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001352 ret = wl1271_boot(wl);
1353 if (ret < 0)
1354 goto power_off;
1355
1356 ret = wl1271_plt_init(wl);
1357 if (ret < 0)
1358 goto irq_disable;
1359
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001360 wl->state = WL1271_STATE_PLT;
1361 wl1271_notice("firmware booted in PLT mode (%s)",
Levi, Shahar4b7fac72011-01-23 07:27:22 +01001362 wl->chip.fw_ver_str);
Luciano Coelhoe7ddf542011-03-10 15:24:57 +02001363
Gery Kahn6f07b722011-07-18 14:21:49 +03001364 /* update hw/fw version info in wiphy struct */
1365 wiphy->hw_version = wl->chip.id;
1366 strncpy(wiphy->fw_version, wl->chip.fw_ver_str,
1367 sizeof(wiphy->fw_version));
1368
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001369 goto out;
1370
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001371irq_disable:
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001372 mutex_unlock(&wl->mutex);
1373 /* Unlocking the mutex in the middle of handling is
1374 inherently unsafe. In this case we deem it safe to do,
1375 because we need to let any possibly pending IRQ out of
1376 the system (and while we are WL1271_STATE_OFF the IRQ
1377 work function will not do anything.) Also, any other
1378 possible concurrent operations will fail due to the
1379 current state, hence the wl1271 struct should be safe. */
Ido Yariva6208652011-03-01 15:14:41 +02001380 wl1271_disable_interrupts(wl);
1381 wl1271_flush_deferred_work(wl);
1382 cancel_work_sync(&wl->netstack_work);
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001383 mutex_lock(&wl->mutex);
1384power_off:
1385 wl1271_power_off(wl);
1386 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001387
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001388 wl1271_error("firmware boot in PLT mode failed despite %d retries",
1389 WL1271_BOOT_RETRIES);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001390out:
1391 mutex_unlock(&wl->mutex);
1392
1393 return ret;
1394}
1395
Ido Yarivf3df1332012-01-11 09:42:39 +02001396int wl1271_plt_stop(struct wl1271 *wl)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001397{
1398 int ret = 0;
1399
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001400 wl1271_notice("power down");
1401
Ido Yariv46b0cc92012-01-11 09:42:41 +02001402 /*
1403 * Interrupts must be disabled before setting the state to OFF.
1404 * Otherwise, the interrupt handler might be called and exit without
1405 * reading the interrupt status.
1406 */
1407 wl1271_disable_interrupts(wl);
Ido Yarivf3df1332012-01-11 09:42:39 +02001408 mutex_lock(&wl->mutex);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001409 if (wl->state != WL1271_STATE_PLT) {
Ido Yarivf3df1332012-01-11 09:42:39 +02001410 mutex_unlock(&wl->mutex);
Ido Yariv46b0cc92012-01-11 09:42:41 +02001411
1412 /*
1413 * This will not necessarily enable interrupts as interrupts
1414 * may have been disabled when op_stop was called. It will,
1415 * however, balance the above call to disable_interrupts().
1416 */
1417 wl1271_enable_interrupts(wl);
1418
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001419 wl1271_error("cannot power down because not in PLT "
1420 "state: %d", wl->state);
1421 ret = -EBUSY;
1422 goto out;
1423 }
1424
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001425 mutex_unlock(&wl->mutex);
Ido Yarivf3df1332012-01-11 09:42:39 +02001426
Ido Yariva6208652011-03-01 15:14:41 +02001427 wl1271_flush_deferred_work(wl);
1428 cancel_work_sync(&wl->netstack_work);
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001429 cancel_work_sync(&wl->recovery_work);
Luciano Coelhof6fbecc2012-01-11 09:42:42 +02001430 cancel_delayed_work_sync(&wl->elp_work);
Ido Yariva4549692012-01-11 09:42:40 +02001431
1432 mutex_lock(&wl->mutex);
1433 wl1271_power_off(wl);
Luciano Coelhof6fbecc2012-01-11 09:42:42 +02001434 wl->flags = 0;
1435 wl->state = WL1271_STATE_OFF;
1436 wl->rx_counter = 0;
Ido Yariva4549692012-01-11 09:42:40 +02001437 mutex_unlock(&wl->mutex);
1438
Juuso Oikarinen4ae3fa82011-01-14 12:48:46 +01001439out:
1440 return ret;
1441}
Juuso Oikarinen8c7f4f32010-09-21 06:23:29 +02001442
Johannes Berg7bb45682011-02-24 14:42:06 +01001443static void wl1271_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001444{
1445 struct wl1271 *wl = hw->priv;
Eliad Pellera8ab39a2011-10-05 11:55:54 +02001446 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
1447 struct ieee80211_vif *vif = info->control.vif;
Eliad Peller0f168012011-10-11 13:52:25 +02001448 struct wl12xx_vif *wlvif = NULL;
Juuso Oikarinen830fb672009-12-11 15:41:06 +02001449 unsigned long flags;
Arik Nemtsov708bb3c2011-06-24 13:03:37 +03001450 int q, mapping;
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001451 u8 hlid;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001452
Eliad Peller0f168012011-10-11 13:52:25 +02001453 if (vif)
1454 wlvif = wl12xx_vif_to_data(vif);
1455
Arik Nemtsov708bb3c2011-06-24 13:03:37 +03001456 mapping = skb_get_queue_mapping(skb);
1457 q = wl1271_tx_get_queue(mapping);
Ido Yarivb07d4032011-03-01 15:14:43 +02001458
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001459 hlid = wl12xx_tx_get_hlid(wl, wlvif, skb);
Ido Yarivb07d4032011-03-01 15:14:43 +02001460
Juuso Oikarinen830fb672009-12-11 15:41:06 +02001461 spin_lock_irqsave(&wl->wl_lock, flags);
Ido Yarivb07d4032011-03-01 15:14:43 +02001462
Juuso Oikarinen830fb672009-12-11 15:41:06 +02001463 /* queue the packet */
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001464 if (hlid == WL12XX_INVALID_LINK_ID ||
Eliad Peller0f168012011-10-11 13:52:25 +02001465 (wlvif && !test_bit(hlid, wlvif->links_map))) {
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001466 wl1271_debug(DEBUG_TX, "DROP skb hlid %d q %d", hlid, q);
Eliad Peller5de8eef2011-12-13 15:26:38 +02001467 ieee80211_free_txskb(hw, skb);
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001468 goto out;
Arik Nemtsova8c0ddb2011-02-23 00:22:26 +02001469 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001470
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001471 wl1271_debug(DEBUG_TX, "queue skb hlid %d q %d", hlid, q);
1472 skb_queue_tail(&wl->links[hlid].tx_queue[q], skb);
1473
Arik Nemtsov04b4d692011-08-14 13:17:39 +03001474 wl->tx_queue_count[q]++;
1475
1476 /*
1477 * The workqueue is slow to process the tx_queue and we need stop
1478 * the queue here, otherwise the queue will get too long.
1479 */
1480 if (wl->tx_queue_count[q] >= WL1271_TX_QUEUE_HIGH_WATERMARK) {
1481 wl1271_debug(DEBUG_TX, "op_tx: stopping queues for q %d", q);
1482 ieee80211_stop_queue(wl->hw, mapping);
1483 set_bit(q, &wl->stopped_queues_map);
1484 }
1485
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001486 /*
1487 * The chip specific setup must run before the first TX packet -
1488 * before that, the tx_work will not be initialized!
1489 */
1490
Ido Yarivb07d4032011-03-01 15:14:43 +02001491 if (!test_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags) &&
1492 !test_bit(WL1271_FLAG_TX_PENDING, &wl->flags))
Ido Yariva5225502010-10-12 14:49:10 +02001493 ieee80211_queue_work(wl->hw, &wl->tx_work);
Ido Yarivb07d4032011-03-01 15:14:43 +02001494
Arik Nemtsov04216da2011-08-14 13:17:38 +03001495out:
Ido Yarivb07d4032011-03-01 15:14:43 +02001496 spin_unlock_irqrestore(&wl->wl_lock, flags);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001497}
1498
Shahar Leviae47c452011-03-06 16:32:14 +02001499int wl1271_tx_dummy_packet(struct wl1271 *wl)
1500{
Ido Yariv990f5de2011-03-31 10:06:59 +02001501 unsigned long flags;
Arik Nemtsov14623782011-08-28 15:11:57 +03001502 int q;
1503
1504 /* no need to queue a new dummy packet if one is already pending */
1505 if (test_bit(WL1271_FLAG_DUMMY_PACKET_PENDING, &wl->flags))
1506 return 0;
1507
1508 q = wl1271_tx_get_queue(skb_get_queue_mapping(wl->dummy_packet));
Shahar Leviae47c452011-03-06 16:32:14 +02001509
Ido Yariv990f5de2011-03-31 10:06:59 +02001510 spin_lock_irqsave(&wl->wl_lock, flags);
1511 set_bit(WL1271_FLAG_DUMMY_PACKET_PENDING, &wl->flags);
Arik Nemtsovf1a46382011-07-07 14:25:23 +03001512 wl->tx_queue_count[q]++;
Ido Yariv990f5de2011-03-31 10:06:59 +02001513 spin_unlock_irqrestore(&wl->wl_lock, flags);
1514
1515 /* The FW is low on RX memory blocks, so send the dummy packet asap */
1516 if (!test_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags))
Eliad Pellera32d0cd2011-10-10 10:12:55 +02001517 wl1271_tx_work_locked(wl);
Ido Yariv990f5de2011-03-31 10:06:59 +02001518
1519 /*
1520 * If the FW TX is busy, TX work will be scheduled by the threaded
1521 * interrupt handler function
1522 */
1523 return 0;
1524}
1525
1526/*
1527 * The size of the dummy packet should be at least 1400 bytes. However, in
1528 * order to minimize the number of bus transactions, aligning it to 512 bytes
1529 * boundaries could be beneficial, performance wise
1530 */
1531#define TOTAL_TX_DUMMY_PACKET_SIZE (ALIGN(1400, 512))
1532
Luciano Coelhocf27d862011-04-01 21:08:23 +03001533static struct sk_buff *wl12xx_alloc_dummy_packet(struct wl1271 *wl)
Ido Yariv990f5de2011-03-31 10:06:59 +02001534{
1535 struct sk_buff *skb;
1536 struct ieee80211_hdr_3addr *hdr;
1537 unsigned int dummy_packet_size;
1538
1539 dummy_packet_size = TOTAL_TX_DUMMY_PACKET_SIZE -
1540 sizeof(struct wl1271_tx_hw_descr) - sizeof(*hdr);
1541
1542 skb = dev_alloc_skb(TOTAL_TX_DUMMY_PACKET_SIZE);
Shahar Leviae47c452011-03-06 16:32:14 +02001543 if (!skb) {
Ido Yariv990f5de2011-03-31 10:06:59 +02001544 wl1271_warning("Failed to allocate a dummy packet skb");
1545 return NULL;
Shahar Leviae47c452011-03-06 16:32:14 +02001546 }
1547
1548 skb_reserve(skb, sizeof(struct wl1271_tx_hw_descr));
1549
1550 hdr = (struct ieee80211_hdr_3addr *) skb_put(skb, sizeof(*hdr));
1551 memset(hdr, 0, sizeof(*hdr));
1552 hdr->frame_control = cpu_to_le16(IEEE80211_FTYPE_DATA |
Ido Yariv990f5de2011-03-31 10:06:59 +02001553 IEEE80211_STYPE_NULLFUNC |
1554 IEEE80211_FCTL_TODS);
Shahar Leviae47c452011-03-06 16:32:14 +02001555
Ido Yariv990f5de2011-03-31 10:06:59 +02001556 memset(skb_put(skb, dummy_packet_size), 0, dummy_packet_size);
Shahar Leviae47c452011-03-06 16:32:14 +02001557
Luciano Coelho18b92ff2011-03-21 16:35:21 +02001558 /* Dummy packets require the TID to be management */
1559 skb->priority = WL1271_TID_MGMT;
Ido Yariv990f5de2011-03-31 10:06:59 +02001560
1561 /* Initialize all fields that might be used */
Hauke Mehrtens86c438f2011-04-26 23:27:44 +02001562 skb_set_queue_mapping(skb, 0);
Ido Yariv990f5de2011-03-31 10:06:59 +02001563 memset(IEEE80211_SKB_CB(skb), 0, sizeof(struct ieee80211_tx_info));
Shahar Leviae47c452011-03-06 16:32:14 +02001564
Ido Yariv990f5de2011-03-31 10:06:59 +02001565 return skb;
Shahar Leviae47c452011-03-06 16:32:14 +02001566}
1567
Ido Yariv990f5de2011-03-31 10:06:59 +02001568
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +03001569static struct notifier_block wl1271_dev_notifier = {
1570 .notifier_call = wl1271_dev_notify,
1571};
1572
Luciano Coelhof634a4e2011-05-18 16:51:26 -04001573#ifdef CONFIG_PM
Eliad Peller94390642011-05-13 11:57:13 +03001574
Eliad Peller0603d892011-10-05 11:55:51 +02001575static int wl1271_configure_suspend_ap(struct wl1271 *wl,
1576 struct wl12xx_vif *wlvif)
Eliad Peller94390642011-05-13 11:57:13 +03001577{
Eliad Pellere85d1622011-06-27 13:06:43 +03001578 int ret = 0;
Eliad Peller94390642011-05-13 11:57:13 +03001579
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001580 mutex_lock(&wl->mutex);
1581
Eliad Peller53d40d02011-10-10 10:13:02 +02001582 if (!test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags))
Eliad Pellere85d1622011-06-27 13:06:43 +03001583 goto out_unlock;
1584
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001585 ret = wl1271_ps_elp_wakeup(wl);
1586 if (ret < 0)
1587 goto out_unlock;
1588
Eliad Peller0603d892011-10-05 11:55:51 +02001589 ret = wl1271_acx_beacon_filter_opt(wl, wlvif, true);
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001590
1591 wl1271_ps_elp_sleep(wl);
1592out_unlock:
1593 mutex_unlock(&wl->mutex);
1594 return ret;
1595
1596}
1597
Eliad Pellerd2d66c52011-10-05 11:55:43 +02001598static int wl1271_configure_suspend(struct wl1271 *wl,
1599 struct wl12xx_vif *wlvif)
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001600{
Eliad Peller536129c2011-10-05 11:55:45 +02001601 if (wlvif->bss_type == BSS_TYPE_AP_BSS)
Eliad Peller0603d892011-10-05 11:55:51 +02001602 return wl1271_configure_suspend_ap(wl, wlvif);
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001603 return 0;
1604}
1605
Eliad Pellerd2d66c52011-10-05 11:55:43 +02001606static void wl1271_configure_resume(struct wl1271 *wl,
1607 struct wl12xx_vif *wlvif)
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001608{
1609 int ret;
Eliad Peller536129c2011-10-05 11:55:45 +02001610 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS;
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001611
Eyal Shapirad6bf9ad2012-01-31 11:57:20 +02001612 if (!is_ap)
Eliad Peller94390642011-05-13 11:57:13 +03001613 return;
1614
1615 mutex_lock(&wl->mutex);
1616 ret = wl1271_ps_elp_wakeup(wl);
1617 if (ret < 0)
1618 goto out;
1619
Eyal Shapirad6bf9ad2012-01-31 11:57:20 +02001620 wl1271_acx_beacon_filter_opt(wl, wlvif, false);
Eliad Peller94390642011-05-13 11:57:13 +03001621
1622 wl1271_ps_elp_sleep(wl);
1623out:
1624 mutex_unlock(&wl->mutex);
1625}
1626
Eliad Peller402e48612011-05-13 11:57:09 +03001627static int wl1271_op_suspend(struct ieee80211_hw *hw,
1628 struct cfg80211_wowlan *wow)
1629{
1630 struct wl1271 *wl = hw->priv;
Eliad Peller6e8cd332011-10-10 10:13:13 +02001631 struct wl12xx_vif *wlvif;
Eliad Peller4a859df2011-06-06 12:21:52 +03001632 int ret;
1633
Eliad Peller402e48612011-05-13 11:57:09 +03001634 wl1271_debug(DEBUG_MAC80211, "mac80211 suspend wow=%d", !!wow);
Eliad Peller4a859df2011-06-06 12:21:52 +03001635 WARN_ON(!wow || !wow->any);
Eliad Pellerf44e5862011-05-13 11:57:11 +03001636
Eliad Peller4a859df2011-06-06 12:21:52 +03001637 wl->wow_enabled = true;
Eliad Peller6e8cd332011-10-10 10:13:13 +02001638 wl12xx_for_each_wlvif(wl, wlvif) {
1639 ret = wl1271_configure_suspend(wl, wlvif);
1640 if (ret < 0) {
1641 wl1271_warning("couldn't prepare device to suspend");
1642 return ret;
1643 }
Eliad Pellerf44e5862011-05-13 11:57:11 +03001644 }
Eliad Peller4a859df2011-06-06 12:21:52 +03001645 /* flush any remaining work */
1646 wl1271_debug(DEBUG_MAC80211, "flushing remaining works");
Eliad Peller4a859df2011-06-06 12:21:52 +03001647
1648 /*
1649 * disable and re-enable interrupts in order to flush
1650 * the threaded_irq
1651 */
1652 wl1271_disable_interrupts(wl);
1653
1654 /*
1655 * set suspended flag to avoid triggering a new threaded_irq
1656 * work. no need for spinlock as interrupts are disabled.
1657 */
1658 set_bit(WL1271_FLAG_SUSPENDED, &wl->flags);
1659
1660 wl1271_enable_interrupts(wl);
1661 flush_work(&wl->tx_work);
Eliad Peller4a859df2011-06-06 12:21:52 +03001662 flush_delayed_work(&wl->elp_work);
1663
Eliad Peller402e48612011-05-13 11:57:09 +03001664 return 0;
1665}
1666
1667static int wl1271_op_resume(struct ieee80211_hw *hw)
1668{
1669 struct wl1271 *wl = hw->priv;
Eliad Peller6e8cd332011-10-10 10:13:13 +02001670 struct wl12xx_vif *wlvif;
Eliad Peller4a859df2011-06-06 12:21:52 +03001671 unsigned long flags;
1672 bool run_irq_work = false;
1673
Eliad Peller402e48612011-05-13 11:57:09 +03001674 wl1271_debug(DEBUG_MAC80211, "mac80211 resume wow=%d",
1675 wl->wow_enabled);
Eliad Peller4a859df2011-06-06 12:21:52 +03001676 WARN_ON(!wl->wow_enabled);
Eliad Pellerf44e5862011-05-13 11:57:11 +03001677
1678 /*
1679 * re-enable irq_work enqueuing, and call irq_work directly if
1680 * there is a pending work.
1681 */
Eliad Peller4a859df2011-06-06 12:21:52 +03001682 spin_lock_irqsave(&wl->wl_lock, flags);
1683 clear_bit(WL1271_FLAG_SUSPENDED, &wl->flags);
1684 if (test_and_clear_bit(WL1271_FLAG_PENDING_WORK, &wl->flags))
1685 run_irq_work = true;
1686 spin_unlock_irqrestore(&wl->wl_lock, flags);
Eliad Pellerf44e5862011-05-13 11:57:11 +03001687
Eliad Peller4a859df2011-06-06 12:21:52 +03001688 if (run_irq_work) {
1689 wl1271_debug(DEBUG_MAC80211,
1690 "run postponed irq_work directly");
1691 wl1271_irq(0, wl);
1692 wl1271_enable_interrupts(wl);
Eliad Pellerf44e5862011-05-13 11:57:11 +03001693 }
Eliad Peller6e8cd332011-10-10 10:13:13 +02001694 wl12xx_for_each_wlvif(wl, wlvif) {
1695 wl1271_configure_resume(wl, wlvif);
1696 }
Eliad Pellerff91afc2011-06-06 12:21:53 +03001697 wl->wow_enabled = false;
Eliad Pellerf44e5862011-05-13 11:57:11 +03001698
Eliad Peller402e48612011-05-13 11:57:09 +03001699 return 0;
1700}
Luciano Coelhof634a4e2011-05-18 16:51:26 -04001701#endif
Eliad Peller402e48612011-05-13 11:57:09 +03001702
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001703static int wl1271_op_start(struct ieee80211_hw *hw)
1704{
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02001705 wl1271_debug(DEBUG_MAC80211, "mac80211 start");
1706
1707 /*
1708 * We have to delay the booting of the hardware because
1709 * we need to know the local MAC address before downloading and
1710 * initializing the firmware. The MAC address cannot be changed
1711 * after boot, and without the proper MAC address, the firmware
1712 * will not function properly.
1713 *
1714 * The MAC address is first known when the corresponding interface
1715 * is added. That is where we will initialize the hardware.
1716 */
1717
Eyal Shapirad18da7f2012-01-31 11:57:25 +02001718 return 0;
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02001719}
1720
1721static void wl1271_op_stop(struct ieee80211_hw *hw)
1722{
Eliad Pellerbaf62772011-10-10 10:12:52 +02001723 struct wl1271 *wl = hw->priv;
1724 int i;
1725
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02001726 wl1271_debug(DEBUG_MAC80211, "mac80211 stop");
Eliad Pellerbaf62772011-10-10 10:12:52 +02001727
Ido Yariv46b0cc92012-01-11 09:42:41 +02001728 /*
1729 * Interrupts must be disabled before setting the state to OFF.
1730 * Otherwise, the interrupt handler might be called and exit without
1731 * reading the interrupt status.
1732 */
1733 wl1271_disable_interrupts(wl);
Eliad Peller10c8cd02011-10-10 10:13:06 +02001734 mutex_lock(&wl->mutex);
1735 if (wl->state == WL1271_STATE_OFF) {
1736 mutex_unlock(&wl->mutex);
Ido Yariv46b0cc92012-01-11 09:42:41 +02001737
1738 /*
1739 * This will not necessarily enable interrupts as interrupts
1740 * may have been disabled when op_stop was called. It will,
1741 * however, balance the above call to disable_interrupts().
1742 */
1743 wl1271_enable_interrupts(wl);
Eliad Peller10c8cd02011-10-10 10:13:06 +02001744 return;
1745 }
Ido Yariv46b0cc92012-01-11 09:42:41 +02001746
Eliad Pellerbaf62772011-10-10 10:12:52 +02001747 /*
1748 * this must be before the cancel_work calls below, so that the work
1749 * functions don't perform further work.
1750 */
1751 wl->state = WL1271_STATE_OFF;
Eliad Peller10c8cd02011-10-10 10:13:06 +02001752 mutex_unlock(&wl->mutex);
1753
1754 mutex_lock(&wl_list_mutex);
1755 list_del(&wl->list);
Eliad Pellerbaf62772011-10-10 10:12:52 +02001756 mutex_unlock(&wl_list_mutex);
1757
Eliad Pellerbaf62772011-10-10 10:12:52 +02001758 wl1271_flush_deferred_work(wl);
1759 cancel_delayed_work_sync(&wl->scan_complete_work);
1760 cancel_work_sync(&wl->netstack_work);
1761 cancel_work_sync(&wl->tx_work);
Eliad Pellerbaf62772011-10-10 10:12:52 +02001762 cancel_delayed_work_sync(&wl->elp_work);
1763
1764 /* let's notify MAC80211 about the remaining pending TX frames */
1765 wl12xx_tx_reset(wl, true);
1766 mutex_lock(&wl->mutex);
1767
1768 wl1271_power_off(wl);
1769
1770 wl->band = IEEE80211_BAND_2GHZ;
1771
1772 wl->rx_counter = 0;
1773 wl->power_level = WL1271_DEFAULT_POWER_LEVEL;
1774 wl->tx_blocks_available = 0;
1775 wl->tx_allocated_blocks = 0;
1776 wl->tx_results_count = 0;
1777 wl->tx_packets_count = 0;
1778 wl->time_offset = 0;
Eliad Pellerbaf62772011-10-10 10:12:52 +02001779 wl->tx_spare_blocks = TX_HW_BLOCK_SPARE_DEFAULT;
1780 wl->ap_fw_ps_map = 0;
1781 wl->ap_ps_map = 0;
1782 wl->sched_scanning = false;
1783 memset(wl->roles_map, 0, sizeof(wl->roles_map));
1784 memset(wl->links_map, 0, sizeof(wl->links_map));
1785 memset(wl->roc_map, 0, sizeof(wl->roc_map));
1786 wl->active_sta_count = 0;
1787
1788 /* The system link is always allocated */
1789 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map);
1790
1791 /*
1792 * this is performed after the cancel_work calls and the associated
1793 * mutex_lock, so that wl1271_op_add_interface does not accidentally
1794 * get executed before all these vars have been reset.
1795 */
1796 wl->flags = 0;
1797
1798 wl->tx_blocks_freed = 0;
1799
1800 for (i = 0; i < NUM_TX_QUEUES; i++) {
1801 wl->tx_pkts_freed[i] = 0;
1802 wl->tx_allocated_pkts[i] = 0;
1803 }
1804
1805 wl1271_debugfs_reset(wl);
1806
1807 kfree(wl->fw_status);
1808 wl->fw_status = NULL;
1809 kfree(wl->tx_res_if);
1810 wl->tx_res_if = NULL;
1811 kfree(wl->target_mem_map);
1812 wl->target_mem_map = NULL;
1813
1814 mutex_unlock(&wl->mutex);
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02001815}
1816
Eliad Pellere5a359f2011-10-10 10:13:15 +02001817static int wl12xx_allocate_rate_policy(struct wl1271 *wl, u8 *idx)
1818{
1819 u8 policy = find_first_zero_bit(wl->rate_policies_map,
1820 WL12XX_MAX_RATE_POLICIES);
1821 if (policy >= WL12XX_MAX_RATE_POLICIES)
1822 return -EBUSY;
1823
1824 __set_bit(policy, wl->rate_policies_map);
1825 *idx = policy;
1826 return 0;
1827}
1828
1829static void wl12xx_free_rate_policy(struct wl1271 *wl, u8 *idx)
1830{
1831 if (WARN_ON(*idx >= WL12XX_MAX_RATE_POLICIES))
1832 return;
1833
1834 __clear_bit(*idx, wl->rate_policies_map);
1835 *idx = WL12XX_MAX_RATE_POLICIES;
1836}
1837
Eliad Peller536129c2011-10-05 11:55:45 +02001838static u8 wl12xx_get_role_type(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001839{
Eliad Peller536129c2011-10-05 11:55:45 +02001840 switch (wlvif->bss_type) {
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001841 case BSS_TYPE_AP_BSS:
Eliad Pellerfb0e7072011-10-05 11:55:47 +02001842 if (wlvif->p2p)
Eliad Peller045c7452011-08-28 15:23:01 +03001843 return WL1271_ROLE_P2P_GO;
1844 else
1845 return WL1271_ROLE_AP;
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001846
1847 case BSS_TYPE_STA_BSS:
Eliad Pellerfb0e7072011-10-05 11:55:47 +02001848 if (wlvif->p2p)
Eliad Peller045c7452011-08-28 15:23:01 +03001849 return WL1271_ROLE_P2P_CL;
1850 else
1851 return WL1271_ROLE_STA;
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001852
Eliad Peller227e81e2011-08-14 13:17:26 +03001853 case BSS_TYPE_IBSS:
1854 return WL1271_ROLE_IBSS;
1855
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001856 default:
Eliad Peller536129c2011-10-05 11:55:45 +02001857 wl1271_error("invalid bss_type: %d", wlvif->bss_type);
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001858 }
1859 return WL12XX_INVALID_ROLE_TYPE;
1860}
1861
Eliad Peller83587502011-10-10 10:12:53 +02001862static int wl12xx_init_vif_data(struct wl1271 *wl, struct ieee80211_vif *vif)
Eliad Peller87fbcb02011-10-05 11:55:41 +02001863{
Eliad Pellere936bbe2011-10-05 11:55:56 +02001864 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Pellere5a359f2011-10-10 10:13:15 +02001865 int i;
Eliad Pellere936bbe2011-10-05 11:55:56 +02001866
Eliad Peller48e93e42011-10-10 10:12:58 +02001867 /* clear everything but the persistent data */
1868 memset(wlvif, 0, offsetof(struct wl12xx_vif, persistent));
Eliad Pellere936bbe2011-10-05 11:55:56 +02001869
1870 switch (ieee80211_vif_type_p2p(vif)) {
1871 case NL80211_IFTYPE_P2P_CLIENT:
1872 wlvif->p2p = 1;
1873 /* fall-through */
1874 case NL80211_IFTYPE_STATION:
1875 wlvif->bss_type = BSS_TYPE_STA_BSS;
1876 break;
1877 case NL80211_IFTYPE_ADHOC:
1878 wlvif->bss_type = BSS_TYPE_IBSS;
1879 break;
1880 case NL80211_IFTYPE_P2P_GO:
1881 wlvif->p2p = 1;
1882 /* fall-through */
1883 case NL80211_IFTYPE_AP:
1884 wlvif->bss_type = BSS_TYPE_AP_BSS;
1885 break;
1886 default:
1887 wlvif->bss_type = MAX_BSS_TYPE;
1888 return -EOPNOTSUPP;
1889 }
1890
Eliad Peller0603d892011-10-05 11:55:51 +02001891 wlvif->role_id = WL12XX_INVALID_ROLE_ID;
Eliad Peller7edebf52011-10-05 11:55:52 +02001892 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID;
Eliad Pellerafaf8bd2011-10-05 11:55:57 +02001893 wlvif->dev_hlid = WL12XX_INVALID_LINK_ID;
Eliad Pellera8ab39a2011-10-05 11:55:54 +02001894
Eliad Pellere936bbe2011-10-05 11:55:56 +02001895 if (wlvif->bss_type == BSS_TYPE_STA_BSS ||
1896 wlvif->bss_type == BSS_TYPE_IBSS) {
1897 /* init sta/ibss data */
1898 wlvif->sta.hlid = WL12XX_INVALID_LINK_ID;
Eliad Pellere5a359f2011-10-10 10:13:15 +02001899 wl12xx_allocate_rate_policy(wl, &wlvif->sta.basic_rate_idx);
1900 wl12xx_allocate_rate_policy(wl, &wlvif->sta.ap_rate_idx);
1901 wl12xx_allocate_rate_policy(wl, &wlvif->sta.p2p_rate_idx);
Eliad Pellere936bbe2011-10-05 11:55:56 +02001902 } else {
1903 /* init ap data */
1904 wlvif->ap.bcast_hlid = WL12XX_INVALID_LINK_ID;
1905 wlvif->ap.global_hlid = WL12XX_INVALID_LINK_ID;
Eliad Pellere5a359f2011-10-10 10:13:15 +02001906 wl12xx_allocate_rate_policy(wl, &wlvif->ap.mgmt_rate_idx);
1907 wl12xx_allocate_rate_policy(wl, &wlvif->ap.bcast_rate_idx);
1908 for (i = 0; i < CONF_TX_MAX_AC_COUNT; i++)
1909 wl12xx_allocate_rate_policy(wl,
1910 &wlvif->ap.ucast_rate_idx[i]);
Eliad Pellere936bbe2011-10-05 11:55:56 +02001911 }
Eliad Pellera8ab39a2011-10-05 11:55:54 +02001912
Eliad Peller83587502011-10-10 10:12:53 +02001913 wlvif->bitrate_masks[IEEE80211_BAND_2GHZ] = wl->conf.tx.basic_rate;
1914 wlvif->bitrate_masks[IEEE80211_BAND_5GHZ] = wl->conf.tx.basic_rate_5;
Eliad Peller87fbcb02011-10-05 11:55:41 +02001915 wlvif->basic_rate_set = CONF_TX_RATE_MASK_BASIC;
Eliad Pellerd2d66c52011-10-05 11:55:43 +02001916 wlvif->basic_rate = CONF_TX_RATE_MASK_BASIC;
Eliad Peller30d0c8f2011-10-05 11:55:42 +02001917 wlvif->rate_set = CONF_TX_RATE_MASK_BASIC;
Eliad Peller6a899792011-10-05 11:55:58 +02001918 wlvif->beacon_int = WL1271_DEFAULT_BEACON_INT;
1919
Eliad Peller1b92f152011-10-10 10:13:09 +02001920 /*
1921 * mac80211 configures some values globally, while we treat them
1922 * per-interface. thus, on init, we have to copy them from wl
1923 */
1924 wlvif->band = wl->band;
Eliad Peller61f845f2011-10-10 10:13:10 +02001925 wlvif->channel = wl->channel;
Eliad Peller6bd65022011-10-10 10:13:11 +02001926 wlvif->power_level = wl->power_level;
Eliad Peller1b92f152011-10-10 10:13:09 +02001927
Eliad Peller9eb599e2011-10-10 10:12:59 +02001928 INIT_WORK(&wlvif->rx_streaming_enable_work,
1929 wl1271_rx_streaming_enable_work);
1930 INIT_WORK(&wlvif->rx_streaming_disable_work,
1931 wl1271_rx_streaming_disable_work);
Eliad Peller87627212011-10-10 10:12:54 +02001932 INIT_LIST_HEAD(&wlvif->list);
Eliad Peller252efa42011-10-05 11:56:00 +02001933
Eliad Peller9eb599e2011-10-10 10:12:59 +02001934 setup_timer(&wlvif->rx_streaming_timer, wl1271_rx_streaming_timer,
1935 (unsigned long) wlvif);
Eliad Pellere936bbe2011-10-05 11:55:56 +02001936 return 0;
Eliad Peller87fbcb02011-10-05 11:55:41 +02001937}
1938
Eliad Peller1d095472011-10-10 10:12:49 +02001939static bool wl12xx_init_fw(struct wl1271 *wl)
1940{
1941 int retries = WL1271_BOOT_RETRIES;
1942 bool booted = false;
1943 struct wiphy *wiphy = wl->hw->wiphy;
1944 int ret;
1945
1946 while (retries) {
1947 retries--;
1948 ret = wl1271_chip_wakeup(wl);
1949 if (ret < 0)
1950 goto power_off;
1951
1952 ret = wl1271_boot(wl);
1953 if (ret < 0)
1954 goto power_off;
1955
1956 ret = wl1271_hw_init(wl);
1957 if (ret < 0)
1958 goto irq_disable;
1959
1960 booted = true;
1961 break;
1962
1963irq_disable:
1964 mutex_unlock(&wl->mutex);
1965 /* Unlocking the mutex in the middle of handling is
1966 inherently unsafe. In this case we deem it safe to do,
1967 because we need to let any possibly pending IRQ out of
1968 the system (and while we are WL1271_STATE_OFF the IRQ
1969 work function will not do anything.) Also, any other
1970 possible concurrent operations will fail due to the
1971 current state, hence the wl1271 struct should be safe. */
1972 wl1271_disable_interrupts(wl);
1973 wl1271_flush_deferred_work(wl);
1974 cancel_work_sync(&wl->netstack_work);
1975 mutex_lock(&wl->mutex);
1976power_off:
1977 wl1271_power_off(wl);
1978 }
1979
1980 if (!booted) {
1981 wl1271_error("firmware boot failed despite %d retries",
1982 WL1271_BOOT_RETRIES);
1983 goto out;
1984 }
1985
1986 wl1271_info("firmware booted (%s)", wl->chip.fw_ver_str);
1987
1988 /* update hw/fw version info in wiphy struct */
1989 wiphy->hw_version = wl->chip.id;
1990 strncpy(wiphy->fw_version, wl->chip.fw_ver_str,
1991 sizeof(wiphy->fw_version));
1992
1993 /*
1994 * Now we know if 11a is supported (info from the NVS), so disable
1995 * 11a channels if not supported
1996 */
1997 if (!wl->enable_11a)
1998 wiphy->bands[IEEE80211_BAND_5GHZ]->n_channels = 0;
1999
2000 wl1271_debug(DEBUG_MAC80211, "11a is %ssupported",
2001 wl->enable_11a ? "" : "not ");
2002
2003 wl->state = WL1271_STATE_ON;
2004out:
2005 return booted;
2006}
2007
Eliad Peller92e712d2011-12-18 20:25:43 +02002008static bool wl12xx_dev_role_started(struct wl12xx_vif *wlvif)
2009{
2010 return wlvif->dev_hlid != WL12XX_INVALID_LINK_ID;
2011}
2012
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002013static int wl1271_op_add_interface(struct ieee80211_hw *hw,
2014 struct ieee80211_vif *vif)
2015{
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002016 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02002017 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002018 int ret = 0;
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002019 u8 role_type;
Eliad Peller71125ab2010-10-28 21:46:43 +02002020 bool booted = false;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002021
Johannes Bergea086352012-01-19 09:29:58 +01002022 vif->driver_flags |= IEEE80211_VIF_BEACON_FILTER |
2023 IEEE80211_VIF_SUPPORTS_CQM_RSSI;
Johannes Bergc1288b12012-01-19 09:29:57 +01002024
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002025 wl1271_debug(DEBUG_MAC80211, "mac80211 add interface type %d mac %pM",
Eliad Peller045c7452011-08-28 15:23:01 +03002026 ieee80211_vif_type_p2p(vif), vif->addr);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002027
2028 mutex_lock(&wl->mutex);
Eliad Pellerf750c822011-10-10 10:13:16 +02002029 ret = wl1271_ps_elp_wakeup(wl);
2030 if (ret < 0)
2031 goto out_unlock;
2032
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002033 if (wl->vif) {
Eliad Peller71125ab2010-10-28 21:46:43 +02002034 wl1271_debug(DEBUG_MAC80211,
2035 "multiple vifs are not supported yet");
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002036 ret = -EBUSY;
2037 goto out;
2038 }
2039
Juuso Oikarinen13026de2011-03-29 16:43:50 +03002040 /*
2041 * in some very corner case HW recovery scenarios its possible to
2042 * get here before __wl1271_op_remove_interface is complete, so
2043 * opt out if that is the case.
2044 */
Eliad Peller10c8cd02011-10-10 10:13:06 +02002045 if (test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags) ||
2046 test_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags)) {
Juuso Oikarinen13026de2011-03-29 16:43:50 +03002047 ret = -EBUSY;
2048 goto out;
2049 }
2050
Eliad Peller83587502011-10-10 10:12:53 +02002051 ret = wl12xx_init_vif_data(wl, vif);
Eliad Pellere936bbe2011-10-05 11:55:56 +02002052 if (ret < 0)
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002053 goto out;
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002054
Eliad Peller252efa42011-10-05 11:56:00 +02002055 wlvif->wl = wl;
Eliad Peller536129c2011-10-05 11:55:45 +02002056 role_type = wl12xx_get_role_type(wl, wlvif);
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002057 if (role_type == WL12XX_INVALID_ROLE_TYPE) {
2058 ret = -EINVAL;
2059 goto out;
2060 }
Eliad Peller1d095472011-10-10 10:12:49 +02002061
Eliad Peller784f6942011-10-05 11:55:39 +02002062 /*
Eliad Peller1d095472011-10-10 10:12:49 +02002063 * TODO: after the nvs issue will be solved, move this block
2064 * to start(), and make sure here the driver is ON.
Eliad Peller784f6942011-10-05 11:55:39 +02002065 */
Eliad Peller1d095472011-10-10 10:12:49 +02002066 if (wl->state == WL1271_STATE_OFF) {
2067 /*
2068 * we still need this in order to configure the fw
2069 * while uploading the nvs
2070 */
Luciano Coelho5e037e72011-12-23 09:32:17 +02002071 memcpy(wl->addresses[0].addr, vif->addr, ETH_ALEN);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002072
Eliad Peller1d095472011-10-10 10:12:49 +02002073 booted = wl12xx_init_fw(wl);
2074 if (!booted) {
2075 ret = -EINVAL;
2076 goto out;
Eliad Peller04e80792011-08-14 13:17:09 +03002077 }
Eliad Peller1d095472011-10-10 10:12:49 +02002078 }
Eliad Peller04e80792011-08-14 13:17:09 +03002079
Eliad Peller1d095472011-10-10 10:12:49 +02002080 if (wlvif->bss_type == BSS_TYPE_STA_BSS ||
2081 wlvif->bss_type == BSS_TYPE_IBSS) {
2082 /*
2083 * The device role is a special role used for
2084 * rx and tx frames prior to association (as
2085 * the STA role can get packets only from
2086 * its associated bssid)
2087 */
Eliad Peller784f6942011-10-05 11:55:39 +02002088 ret = wl12xx_cmd_role_enable(wl, vif->addr,
Eliad Peller1d095472011-10-10 10:12:49 +02002089 WL1271_ROLE_DEVICE,
2090 &wlvif->dev_role_id);
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002091 if (ret < 0)
Eliad Peller1d095472011-10-10 10:12:49 +02002092 goto out;
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02002093 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002094
Eliad Peller1d095472011-10-10 10:12:49 +02002095 ret = wl12xx_cmd_role_enable(wl, vif->addr,
2096 role_type, &wlvif->role_id);
2097 if (ret < 0)
Eliad Peller71125ab2010-10-28 21:46:43 +02002098 goto out;
Eliad Peller1d095472011-10-10 10:12:49 +02002099
2100 ret = wl1271_init_vif_specific(wl, vif);
2101 if (ret < 0)
2102 goto out;
Eliad Peller71125ab2010-10-28 21:46:43 +02002103
2104 wl->vif = vif;
Eliad Peller87627212011-10-10 10:12:54 +02002105 list_add(&wlvif->list, &wl->wlvif_list);
Eliad Peller10c8cd02011-10-10 10:13:06 +02002106 set_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags);
Eliad Pellera4e41302011-10-11 11:49:15 +02002107
2108 if (wlvif->bss_type == BSS_TYPE_AP_BSS)
2109 wl->ap_count++;
2110 else
2111 wl->sta_count++;
Juuso Oikarineneb5b28d2009-10-13 12:47:45 +03002112out:
Eliad Pellerf750c822011-10-10 10:13:16 +02002113 wl1271_ps_elp_sleep(wl);
2114out_unlock:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002115 mutex_unlock(&wl->mutex);
2116
Juuso Oikarinenf9f774c2011-03-21 10:43:36 +02002117 mutex_lock(&wl_list_mutex);
Juuso Oikarineneb887df2010-07-08 17:49:58 +03002118 if (!ret)
Juuso Oikarinen01c09162009-10-13 12:47:55 +03002119 list_add(&wl->list, &wl_list);
Juuso Oikarinenf9f774c2011-03-21 10:43:36 +02002120 mutex_unlock(&wl_list_mutex);
Juuso Oikarinen01c09162009-10-13 12:47:55 +03002121
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002122 return ret;
2123}
2124
Arik Nemtsov7dece1c2011-04-18 14:15:28 +03002125static void __wl1271_op_remove_interface(struct wl1271 *wl,
Eliad Peller536129c2011-10-05 11:55:45 +02002126 struct ieee80211_vif *vif,
Arik Nemtsov7dece1c2011-04-18 14:15:28 +03002127 bool reset_tx_queues)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002128{
Eliad Peller536129c2011-10-05 11:55:45 +02002129 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Pellere5a359f2011-10-10 10:13:15 +02002130 int i, ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002131
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002132 wl1271_debug(DEBUG_MAC80211, "mac80211 remove interface");
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002133
Eliad Peller10c8cd02011-10-10 10:13:06 +02002134 if (!test_and_clear_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags))
2135 return;
2136
Eliad Peller2f8e81a2011-11-01 15:12:50 +02002137 wl->vif = NULL;
2138
Juuso Oikarinen13026de2011-03-29 16:43:50 +03002139 /* because of hardware recovery, we may get here twice */
2140 if (wl->state != WL1271_STATE_ON)
2141 return;
2142
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002143 wl1271_info("down");
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002144
Eliad Pellerbaf62772011-10-10 10:12:52 +02002145 if (wl->scan.state != WL1271_SCAN_STATE_IDLE &&
2146 wl->scan_vif == vif) {
Luciano Coelho08688d62010-07-08 17:50:07 +03002147 wl->scan.state = WL1271_SCAN_STATE_IDLE;
Luciano Coelho4a31c112011-03-21 23:16:14 +02002148 memset(wl->scan.scanned_ch, 0, sizeof(wl->scan.scanned_ch));
Eliad Peller784f6942011-10-05 11:55:39 +02002149 wl->scan_vif = NULL;
Juuso Oikarinenb739a422010-10-26 13:24:38 +02002150 wl->scan.req = NULL;
Juuso Oikarinen76a029f2010-07-29 04:54:45 +03002151 ieee80211_scan_completed(wl->hw, true);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002152 }
2153
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002154 if (!test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) {
2155 /* disable active roles */
2156 ret = wl1271_ps_elp_wakeup(wl);
2157 if (ret < 0)
2158 goto deinit;
2159
Eliad Pellerb890f4c2011-12-18 20:25:44 +02002160 if (wlvif->bss_type == BSS_TYPE_STA_BSS ||
2161 wlvif->bss_type == BSS_TYPE_IBSS) {
2162 if (wl12xx_dev_role_started(wlvif))
2163 wl12xx_stop_dev(wl, wlvif);
2164
Eliad Peller7edebf52011-10-05 11:55:52 +02002165 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id);
Eliad Peller04e80792011-08-14 13:17:09 +03002166 if (ret < 0)
2167 goto deinit;
2168 }
2169
Eliad Peller0603d892011-10-05 11:55:51 +02002170 ret = wl12xx_cmd_role_disable(wl, &wlvif->role_id);
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002171 if (ret < 0)
2172 goto deinit;
2173
2174 wl1271_ps_elp_sleep(wl);
2175 }
2176deinit:
Arik Nemtsove51ae9b2011-08-14 13:17:21 +03002177 /* clear all hlids (except system_hlid) */
Eliad Pellerafaf8bd2011-10-05 11:55:57 +02002178 wlvif->dev_hlid = WL12XX_INVALID_LINK_ID;
Eliad Pellere5a359f2011-10-10 10:13:15 +02002179
2180 if (wlvif->bss_type == BSS_TYPE_STA_BSS ||
2181 wlvif->bss_type == BSS_TYPE_IBSS) {
2182 wlvif->sta.hlid = WL12XX_INVALID_LINK_ID;
2183 wl12xx_free_rate_policy(wl, &wlvif->sta.basic_rate_idx);
2184 wl12xx_free_rate_policy(wl, &wlvif->sta.ap_rate_idx);
2185 wl12xx_free_rate_policy(wl, &wlvif->sta.p2p_rate_idx);
2186 } else {
2187 wlvif->ap.bcast_hlid = WL12XX_INVALID_LINK_ID;
2188 wlvif->ap.global_hlid = WL12XX_INVALID_LINK_ID;
2189 wl12xx_free_rate_policy(wl, &wlvif->ap.mgmt_rate_idx);
2190 wl12xx_free_rate_policy(wl, &wlvif->ap.bcast_rate_idx);
2191 for (i = 0; i < CONF_TX_MAX_AC_COUNT; i++)
2192 wl12xx_free_rate_policy(wl,
2193 &wlvif->ap.ucast_rate_idx[i]);
2194 }
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002195
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02002196 wl12xx_tx_reset_wlvif(wl, wlvif);
Eliad Peller170d0e62011-10-05 11:56:06 +02002197 wl1271_free_ap_keys(wl, wlvif);
Eliad Pellere4120df2011-10-10 10:13:17 +02002198 if (wl->last_wlvif == wlvif)
2199 wl->last_wlvif = NULL;
Eliad Peller87627212011-10-10 10:12:54 +02002200 list_del(&wlvif->list);
Eliad Pellerc7ffb902011-10-05 11:56:05 +02002201 memset(wlvif->ap.sta_hlid_map, 0, sizeof(wlvif->ap.sta_hlid_map));
Eliad Peller0603d892011-10-05 11:55:51 +02002202 wlvif->role_id = WL12XX_INVALID_ROLE_ID;
Eliad Peller7edebf52011-10-05 11:55:52 +02002203 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID;
Luciano Coelhod6e19d12009-10-12 15:08:43 +03002204
Eliad Pellera4e41302011-10-11 11:49:15 +02002205 if (wlvif->bss_type == BSS_TYPE_AP_BSS)
2206 wl->ap_count--;
2207 else
2208 wl->sta_count--;
2209
Eliad Pellerbaf62772011-10-10 10:12:52 +02002210 mutex_unlock(&wl->mutex);
Eyal Shapirad6bf9ad2012-01-31 11:57:20 +02002211
Eliad Peller9eb599e2011-10-10 10:12:59 +02002212 del_timer_sync(&wlvif->rx_streaming_timer);
2213 cancel_work_sync(&wlvif->rx_streaming_enable_work);
2214 cancel_work_sync(&wlvif->rx_streaming_disable_work);
Eliad Pellerf4df1bd2011-08-14 13:17:15 +03002215
Eliad Pellerbaf62772011-10-10 10:12:52 +02002216 mutex_lock(&wl->mutex);
Juuso Oikarinen52a2a372010-09-21 06:23:30 +02002217}
Juuso Oikarinenbd9dc492010-04-09 11:07:26 +03002218
Juuso Oikarinen52a2a372010-09-21 06:23:30 +02002219static void wl1271_op_remove_interface(struct ieee80211_hw *hw,
2220 struct ieee80211_vif *vif)
2221{
2222 struct wl1271 *wl = hw->priv;
Eliad Peller10c8cd02011-10-10 10:13:06 +02002223 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Peller6e8cd332011-10-10 10:13:13 +02002224 struct wl12xx_vif *iter;
Juuso Oikarinen52a2a372010-09-21 06:23:30 +02002225
2226 mutex_lock(&wl->mutex);
Eliad Peller10c8cd02011-10-10 10:13:06 +02002227
2228 if (wl->state == WL1271_STATE_OFF ||
2229 !test_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags))
2230 goto out;
2231
Juuso Oikarinen67353292010-11-18 15:19:02 +02002232 /*
2233 * wl->vif can be null here if someone shuts down the interface
2234 * just when hardware recovery has been started.
2235 */
Eliad Peller6e8cd332011-10-10 10:13:13 +02002236 wl12xx_for_each_wlvif(wl, iter) {
2237 if (iter != wlvif)
2238 continue;
2239
Eliad Peller536129c2011-10-05 11:55:45 +02002240 __wl1271_op_remove_interface(wl, vif, true);
Eliad Peller6e8cd332011-10-10 10:13:13 +02002241 break;
Juuso Oikarinen67353292010-11-18 15:19:02 +02002242 }
Eliad Peller6e8cd332011-10-10 10:13:13 +02002243 WARN_ON(iter != wlvif);
Eliad Peller10c8cd02011-10-10 10:13:06 +02002244out:
Juuso Oikarinen67353292010-11-18 15:19:02 +02002245 mutex_unlock(&wl->mutex);
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02002246 cancel_work_sync(&wl->recovery_work);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002247}
2248
Eliad Pellerc0fad1b2011-12-19 12:00:03 +02002249static int wl12xx_op_change_interface(struct ieee80211_hw *hw,
2250 struct ieee80211_vif *vif,
2251 enum nl80211_iftype new_type, bool p2p)
2252{
2253 wl1271_op_remove_interface(hw, vif);
2254
2255 vif->type = ieee80211_iftype_p2p(new_type, p2p);
2256 vif->p2p = p2p;
2257 return wl1271_op_add_interface(hw, vif);
2258}
2259
Eliad Peller87fbcb02011-10-05 11:55:41 +02002260static int wl1271_join(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2261 bool set_assoc)
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002262{
2263 int ret;
Eliad Peller536129c2011-10-05 11:55:45 +02002264 bool is_ibss = (wlvif->bss_type == BSS_TYPE_IBSS);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002265
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002266 /*
2267 * One of the side effects of the JOIN command is that is clears
2268 * WPA/WPA2 keys from the chipset. Performing a JOIN while associated
2269 * to a WPA/WPA2 access point will therefore kill the data-path.
Ohad Ben-Cohen8bf69aa2011-03-30 19:18:31 +02002270 * Currently the only valid scenario for JOIN during association
2271 * is on roaming, in which case we will also be given new keys.
2272 * Keep the below message for now, unless it starts bothering
2273 * users who really like to roam a lot :)
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002274 */
Eliad Pellerba8447f2011-10-10 10:13:00 +02002275 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002276 wl1271_info("JOIN while associated.");
2277
2278 if (set_assoc)
Eliad Pellerba8447f2011-10-10 10:13:00 +02002279 set_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags);
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002280
Eliad Peller227e81e2011-08-14 13:17:26 +03002281 if (is_ibss)
Eliad Peller87fbcb02011-10-05 11:55:41 +02002282 ret = wl12xx_cmd_role_start_ibss(wl, wlvif);
Eliad Peller227e81e2011-08-14 13:17:26 +03002283 else
Eliad Peller87fbcb02011-10-05 11:55:41 +02002284 ret = wl12xx_cmd_role_start_sta(wl, wlvif);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002285 if (ret < 0)
2286 goto out;
2287
Eliad Pellerba8447f2011-10-10 10:13:00 +02002288 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002289 goto out;
2290
2291 /*
2292 * The join command disable the keep-alive mode, shut down its process,
2293 * and also clear the template config, so we need to reset it all after
2294 * the join. The acx_aid starts the keep-alive process, and the order
2295 * of the commands below is relevant.
2296 */
Eliad Peller0603d892011-10-05 11:55:51 +02002297 ret = wl1271_acx_keep_alive_mode(wl, wlvif, true);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002298 if (ret < 0)
2299 goto out;
2300
Eliad Peller0603d892011-10-05 11:55:51 +02002301 ret = wl1271_acx_aid(wl, wlvif, wlvif->aid);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002302 if (ret < 0)
2303 goto out;
2304
Eliad Pellerd2d66c52011-10-05 11:55:43 +02002305 ret = wl12xx_cmd_build_klv_null_data(wl, wlvif);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002306 if (ret < 0)
2307 goto out;
2308
Eliad Peller0603d892011-10-05 11:55:51 +02002309 ret = wl1271_acx_keep_alive_config(wl, wlvif,
2310 CMD_TEMPL_KLV_IDX_NULL_DATA,
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002311 ACX_KEEP_ALIVE_TPL_VALID);
2312 if (ret < 0)
2313 goto out;
2314
2315out:
2316 return ret;
2317}
2318
Eliad Peller0603d892011-10-05 11:55:51 +02002319static int wl1271_unjoin(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Luciano Coelhoc7f43e42009-12-11 15:40:44 +02002320{
2321 int ret;
2322
Eliad Peller52630c52011-10-10 10:13:08 +02002323 if (test_and_clear_bit(WLVIF_FLAG_CS_PROGRESS, &wlvif->flags)) {
Eliad Peller6e8cd332011-10-10 10:13:13 +02002324 struct ieee80211_vif *vif = wl12xx_wlvif_to_vif(wlvif);
2325
Shahar Levi6d158ff2011-09-08 13:01:33 +03002326 wl12xx_cmd_stop_channel_switch(wl);
Eliad Peller6e8cd332011-10-10 10:13:13 +02002327 ieee80211_chswitch_done(vif, false);
Shahar Levi6d158ff2011-09-08 13:01:33 +03002328 }
2329
Luciano Coelhoc7f43e42009-12-11 15:40:44 +02002330 /* to stop listening to a channel, we disconnect */
Eliad Peller0603d892011-10-05 11:55:51 +02002331 ret = wl12xx_cmd_role_stop_sta(wl, wlvif);
Luciano Coelhoc7f43e42009-12-11 15:40:44 +02002332 if (ret < 0)
2333 goto out;
2334
Oz Krakowskib992c682011-06-26 10:36:02 +03002335 /* reset TX security counters on a clean disconnect */
Eliad Peller48e93e42011-10-10 10:12:58 +02002336 wlvif->tx_security_last_seq_lsb = 0;
2337 wlvif->tx_security_seq = 0;
Oz Krakowskib992c682011-06-26 10:36:02 +03002338
Luciano Coelhoc7f43e42009-12-11 15:40:44 +02002339out:
2340 return ret;
2341}
2342
Eliad Peller87fbcb02011-10-05 11:55:41 +02002343static void wl1271_set_band_rate(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002344{
Eliad Peller1b92f152011-10-10 10:13:09 +02002345 wlvif->basic_rate_set = wlvif->bitrate_masks[wlvif->band];
Eliad Peller30d0c8f2011-10-05 11:55:42 +02002346 wlvif->rate_set = wlvif->basic_rate_set;
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002347}
2348
Eliad Peller87fbcb02011-10-05 11:55:41 +02002349static int wl1271_sta_handle_idle(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2350 bool idle)
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002351{
2352 int ret;
Eliad Pellera0c7b782011-12-18 20:25:41 +02002353 bool cur_idle = !test_bit(WLVIF_FLAG_IN_USE, &wlvif->flags);
2354
2355 if (idle == cur_idle)
2356 return 0;
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002357
2358 if (idle) {
Eliad Peller251c1772011-08-14 13:17:17 +03002359 /* no need to croc if we weren't busy (e.g. during boot) */
Eliad Peller92e712d2011-12-18 20:25:43 +02002360 if (wl12xx_dev_role_started(wlvif)) {
Eliad Peller679a6732011-10-11 11:55:44 +02002361 ret = wl12xx_stop_dev(wl, wlvif);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002362 if (ret < 0)
2363 goto out;
2364 }
Eliad Peller30d0c8f2011-10-05 11:55:42 +02002365 wlvif->rate_set =
2366 wl1271_tx_min_rate_get(wl, wlvif->basic_rate_set);
2367 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002368 if (ret < 0)
2369 goto out;
2370 ret = wl1271_acx_keep_alive_config(
Eliad Peller0603d892011-10-05 11:55:51 +02002371 wl, wlvif, CMD_TEMPL_KLV_IDX_NULL_DATA,
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002372 ACX_KEEP_ALIVE_TPL_INVALID);
2373 if (ret < 0)
2374 goto out;
Eliad Pellera0c7b782011-12-18 20:25:41 +02002375 clear_bit(WLVIF_FLAG_IN_USE, &wlvif->flags);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002376 } else {
Luciano Coelho33c2c062011-05-10 14:46:02 +03002377 /* The current firmware only supports sched_scan in idle */
2378 if (wl->sched_scanning) {
2379 wl1271_scan_sched_scan_stop(wl);
2380 ieee80211_sched_scan_stopped(wl->hw);
2381 }
2382
Eliad Peller679a6732011-10-11 11:55:44 +02002383 ret = wl12xx_start_dev(wl, wlvif);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002384 if (ret < 0)
2385 goto out;
Eliad Pellera0c7b782011-12-18 20:25:41 +02002386 set_bit(WLVIF_FLAG_IN_USE, &wlvif->flags);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002387 }
2388
2389out:
2390 return ret;
2391}
2392
Eliad Peller9f259c42011-10-10 10:13:12 +02002393static int wl12xx_config_vif(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2394 struct ieee80211_conf *conf, u32 changed)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002395{
Eliad Peller9f259c42011-10-10 10:13:12 +02002396 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
2397 int channel, ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002398
2399 channel = ieee80211_frequency_to_channel(conf->channel->center_freq);
2400
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002401 /* if the channel changes while joined, join again */
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002402 if (changed & IEEE80211_CONF_CHANGE_CHANNEL &&
Eliad Peller1b92f152011-10-10 10:13:09 +02002403 ((wlvif->band != conf->channel->band) ||
Eliad Peller61f845f2011-10-10 10:13:10 +02002404 (wlvif->channel != channel))) {
Eliad Pellerc6930b02011-09-15 13:00:01 +03002405 /* send all pending packets */
Eliad Pellera32d0cd2011-10-10 10:12:55 +02002406 wl1271_tx_work_locked(wl);
Eliad Peller61f845f2011-10-10 10:13:10 +02002407 wlvif->band = conf->channel->band;
2408 wlvif->channel = channel;
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002409
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002410 if (!is_ap) {
2411 /*
2412 * FIXME: the mac80211 should really provide a fixed
2413 * rate to use here. for now, just use the smallest
2414 * possible rate for the band as a fixed rate for
2415 * association frames and other control messages.
2416 */
Eliad Pellerba8447f2011-10-10 10:13:00 +02002417 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
Eliad Peller87fbcb02011-10-05 11:55:41 +02002418 wl1271_set_band_rate(wl, wlvif);
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002419
Eliad Pellerd2d66c52011-10-05 11:55:43 +02002420 wlvif->basic_rate =
Eliad Peller87fbcb02011-10-05 11:55:41 +02002421 wl1271_tx_min_rate_get(wl,
2422 wlvif->basic_rate_set);
Eliad Peller30d0c8f2011-10-05 11:55:42 +02002423 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002424 if (ret < 0)
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002425 wl1271_warning("rate policy for channel "
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002426 "failed %d", ret);
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002427
Eliad Pellerba8447f2011-10-10 10:13:00 +02002428 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED,
2429 &wlvif->flags)) {
Eliad Peller92e712d2011-12-18 20:25:43 +02002430 if (wl12xx_dev_role_started(wlvif)) {
Eliad Peller251c1772011-08-14 13:17:17 +03002431 /* roaming */
Eliad Peller7edebf52011-10-05 11:55:52 +02002432 ret = wl12xx_croc(wl,
2433 wlvif->dev_role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03002434 if (ret < 0)
Eliad Peller9f259c42011-10-10 10:13:12 +02002435 return ret;
Eliad Peller251c1772011-08-14 13:17:17 +03002436 }
Eliad Peller87fbcb02011-10-05 11:55:41 +02002437 ret = wl1271_join(wl, wlvif, false);
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002438 if (ret < 0)
2439 wl1271_warning("cmd join on channel "
2440 "failed %d", ret);
Eliad Peller251c1772011-08-14 13:17:17 +03002441 } else {
2442 /*
2443 * change the ROC channel. do it only if we are
2444 * not idle. otherwise, CROC will be called
2445 * anyway.
2446 */
Eliad Peller92e712d2011-12-18 20:25:43 +02002447 if (wl12xx_dev_role_started(wlvif) &&
Eliad Peller251c1772011-08-14 13:17:17 +03002448 !(conf->flags & IEEE80211_CONF_IDLE)) {
Eliad Peller679a6732011-10-11 11:55:44 +02002449 ret = wl12xx_stop_dev(wl, wlvif);
Eliad Peller251c1772011-08-14 13:17:17 +03002450 if (ret < 0)
Eliad Peller9f259c42011-10-10 10:13:12 +02002451 return ret;
Eliad Peller251c1772011-08-14 13:17:17 +03002452
Eliad Peller679a6732011-10-11 11:55:44 +02002453 ret = wl12xx_start_dev(wl, wlvif);
Eliad Peller251c1772011-08-14 13:17:17 +03002454 if (ret < 0)
Eliad Peller679a6732011-10-11 11:55:44 +02002455 return ret;
Eliad Peller251c1772011-08-14 13:17:17 +03002456 }
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002457 }
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002458 }
2459 }
2460
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002461 if ((changed & IEEE80211_CONF_CHANGE_PS) && !is_ap) {
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002462
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002463 if ((conf->flags & IEEE80211_CONF_PS) &&
2464 test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags) &&
2465 !test_bit(WLVIF_FLAG_IN_AUTO_PS, &wlvif->flags)) {
2466
2467 wl1271_debug(DEBUG_PSM, "auto ps enabled");
2468
Eliad Peller0603d892011-10-05 11:55:51 +02002469 ret = wl1271_ps_set_mode(wl, wlvif,
Eyal Shapira248a0012012-01-31 11:57:23 +02002470 STATION_AUTO_PS_MODE);
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002471 if (ret < 0)
2472 wl1271_warning("enter auto ps failed %d", ret);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002473
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002474 } else if (!(conf->flags & IEEE80211_CONF_PS) &&
2475 test_bit(WLVIF_FLAG_IN_AUTO_PS, &wlvif->flags)) {
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002476
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002477 wl1271_debug(DEBUG_PSM, "auto ps disabled");
2478
Eliad Peller0603d892011-10-05 11:55:51 +02002479 ret = wl1271_ps_set_mode(wl, wlvif,
Eyal Shapira248a0012012-01-31 11:57:23 +02002480 STATION_ACTIVE_MODE);
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002481 if (ret < 0)
2482 wl1271_warning("exit auto ps failed %d", ret);
2483 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002484 }
2485
Eliad Peller6bd65022011-10-10 10:13:11 +02002486 if (conf->power_level != wlvif->power_level) {
Eliad Peller0603d892011-10-05 11:55:51 +02002487 ret = wl1271_acx_tx_power(wl, wlvif, conf->power_level);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002488 if (ret < 0)
Eliad Peller9f259c42011-10-10 10:13:12 +02002489 return ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002490
Eliad Peller6bd65022011-10-10 10:13:11 +02002491 wlvif->power_level = conf->power_level;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002492 }
2493
Eliad Peller9f259c42011-10-10 10:13:12 +02002494 return 0;
2495}
2496
2497static int wl1271_op_config(struct ieee80211_hw *hw, u32 changed)
2498{
2499 struct wl1271 *wl = hw->priv;
2500 struct wl12xx_vif *wlvif;
2501 struct ieee80211_conf *conf = &hw->conf;
2502 int channel, ret = 0;
2503
2504 channel = ieee80211_frequency_to_channel(conf->channel->center_freq);
2505
2506 wl1271_debug(DEBUG_MAC80211, "mac80211 config ch %d psm %s power %d %s"
2507 " changed 0x%x",
2508 channel,
2509 conf->flags & IEEE80211_CONF_PS ? "on" : "off",
2510 conf->power_level,
2511 conf->flags & IEEE80211_CONF_IDLE ? "idle" : "in use",
2512 changed);
2513
2514 /*
2515 * mac80211 will go to idle nearly immediately after transmitting some
2516 * frames, such as the deauth. To make sure those frames reach the air,
2517 * wait here until the TX queue is fully flushed.
2518 */
2519 if ((changed & IEEE80211_CONF_CHANGE_IDLE) &&
2520 (conf->flags & IEEE80211_CONF_IDLE))
2521 wl1271_tx_flush(wl);
2522
2523 mutex_lock(&wl->mutex);
2524
2525 /* we support configuring the channel and band even while off */
2526 if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
2527 wl->band = conf->channel->band;
2528 wl->channel = channel;
2529 }
2530
2531 if (changed & IEEE80211_CONF_CHANGE_POWER)
2532 wl->power_level = conf->power_level;
2533
2534 if (unlikely(wl->state == WL1271_STATE_OFF))
2535 goto out;
2536
2537 ret = wl1271_ps_elp_wakeup(wl);
2538 if (ret < 0)
2539 goto out;
2540
2541 /* configure each interface */
2542 wl12xx_for_each_wlvif(wl, wlvif) {
2543 ret = wl12xx_config_vif(wl, wlvif, conf, changed);
2544 if (ret < 0)
2545 goto out_sleep;
2546 }
2547
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002548out_sleep:
2549 wl1271_ps_elp_sleep(wl);
2550
2551out:
2552 mutex_unlock(&wl->mutex);
2553
2554 return ret;
2555}
2556
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002557struct wl1271_filter_params {
2558 bool enabled;
2559 int mc_list_length;
2560 u8 mc_list[ACX_MC_ADDRESS_GROUP_MAX][ETH_ALEN];
2561};
2562
Jiri Pirko22bedad2010-04-01 21:22:57 +00002563static u64 wl1271_op_prepare_multicast(struct ieee80211_hw *hw,
2564 struct netdev_hw_addr_list *mc_list)
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002565{
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002566 struct wl1271_filter_params *fp;
Jiri Pirko22bedad2010-04-01 21:22:57 +00002567 struct netdev_hw_addr *ha;
Saravanan Dhanabal2c10bb92010-04-09 11:07:27 +03002568 struct wl1271 *wl = hw->priv;
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002569
Saravanan Dhanabal2c10bb92010-04-09 11:07:27 +03002570 if (unlikely(wl->state == WL1271_STATE_OFF))
2571 return 0;
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002572
Juuso Oikarinen74441132009-10-13 12:47:53 +03002573 fp = kzalloc(sizeof(*fp), GFP_ATOMIC);
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002574 if (!fp) {
2575 wl1271_error("Out of memory setting filters.");
2576 return 0;
2577 }
2578
2579 /* update multicast filtering parameters */
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002580 fp->mc_list_length = 0;
Jiri Pirko22bedad2010-04-01 21:22:57 +00002581 if (netdev_hw_addr_list_count(mc_list) > ACX_MC_ADDRESS_GROUP_MAX) {
2582 fp->enabled = false;
2583 } else {
2584 fp->enabled = true;
2585 netdev_hw_addr_list_for_each(ha, mc_list) {
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002586 memcpy(fp->mc_list[fp->mc_list_length],
Jiri Pirko22bedad2010-04-01 21:22:57 +00002587 ha->addr, ETH_ALEN);
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002588 fp->mc_list_length++;
Jiri Pirko22bedad2010-04-01 21:22:57 +00002589 }
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002590 }
2591
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002592 return (u64)(unsigned long)fp;
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002593}
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002594
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002595#define WL1271_SUPPORTED_FILTERS (FIF_PROMISC_IN_BSS | \
2596 FIF_ALLMULTI | \
2597 FIF_FCSFAIL | \
2598 FIF_BCN_PRBRESP_PROMISC | \
2599 FIF_CONTROL | \
2600 FIF_OTHER_BSS)
2601
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002602static void wl1271_op_configure_filter(struct ieee80211_hw *hw,
2603 unsigned int changed,
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002604 unsigned int *total, u64 multicast)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002605{
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002606 struct wl1271_filter_params *fp = (void *)(unsigned long)multicast;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002607 struct wl1271 *wl = hw->priv;
Eliad Peller6e8cd332011-10-10 10:13:13 +02002608 struct wl12xx_vif *wlvif;
Eliad Peller536129c2011-10-05 11:55:45 +02002609
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002610 int ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002611
Arik Nemtsov7d057862010-10-16 19:25:35 +02002612 wl1271_debug(DEBUG_MAC80211, "mac80211 configure filter changed %x"
2613 " total %x", changed, *total);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002614
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002615 mutex_lock(&wl->mutex);
2616
Saravanan Dhanabal2c10bb92010-04-09 11:07:27 +03002617 *total &= WL1271_SUPPORTED_FILTERS;
2618 changed &= WL1271_SUPPORTED_FILTERS;
2619
2620 if (unlikely(wl->state == WL1271_STATE_OFF))
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002621 goto out;
2622
Ido Yariva6208652011-03-01 15:14:41 +02002623 ret = wl1271_ps_elp_wakeup(wl);
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002624 if (ret < 0)
2625 goto out;
2626
Eliad Peller6e8cd332011-10-10 10:13:13 +02002627 wl12xx_for_each_wlvif(wl, wlvif) {
2628 if (wlvif->bss_type != BSS_TYPE_AP_BSS) {
2629 if (*total & FIF_ALLMULTI)
2630 ret = wl1271_acx_group_address_tbl(wl, wlvif,
2631 false,
2632 NULL, 0);
2633 else if (fp)
2634 ret = wl1271_acx_group_address_tbl(wl, wlvif,
2635 fp->enabled,
2636 fp->mc_list,
2637 fp->mc_list_length);
2638 if (ret < 0)
2639 goto out_sleep;
2640 }
Arik Nemtsov7d057862010-10-16 19:25:35 +02002641 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002642
Eliad Peller08c1d1c2011-08-14 13:17:04 +03002643 /*
2644 * the fw doesn't provide an api to configure the filters. instead,
2645 * the filters configuration is based on the active roles / ROC
2646 * state.
2647 */
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002648
2649out_sleep:
2650 wl1271_ps_elp_sleep(wl);
2651
2652out:
2653 mutex_unlock(&wl->mutex);
Juuso Oikarinen14b228a2010-03-18 12:26:43 +02002654 kfree(fp);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002655}
2656
Eliad Peller170d0e62011-10-05 11:56:06 +02002657static int wl1271_record_ap_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2658 u8 id, u8 key_type, u8 key_size,
2659 const u8 *key, u8 hlid, u32 tx_seq_32,
2660 u16 tx_seq_16)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002661{
2662 struct wl1271_ap_key *ap_key;
2663 int i;
2664
2665 wl1271_debug(DEBUG_CRYPT, "record ap key id %d", (int)id);
2666
2667 if (key_size > MAX_KEY_SIZE)
2668 return -EINVAL;
2669
2670 /*
2671 * Find next free entry in ap_keys. Also check we are not replacing
2672 * an existing key.
2673 */
2674 for (i = 0; i < MAX_NUM_KEYS; i++) {
Eliad Peller170d0e62011-10-05 11:56:06 +02002675 if (wlvif->ap.recorded_keys[i] == NULL)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002676 break;
2677
Eliad Peller170d0e62011-10-05 11:56:06 +02002678 if (wlvif->ap.recorded_keys[i]->id == id) {
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002679 wl1271_warning("trying to record key replacement");
2680 return -EINVAL;
2681 }
2682 }
2683
2684 if (i == MAX_NUM_KEYS)
2685 return -EBUSY;
2686
2687 ap_key = kzalloc(sizeof(*ap_key), GFP_KERNEL);
2688 if (!ap_key)
2689 return -ENOMEM;
2690
2691 ap_key->id = id;
2692 ap_key->key_type = key_type;
2693 ap_key->key_size = key_size;
2694 memcpy(ap_key->key, key, key_size);
2695 ap_key->hlid = hlid;
2696 ap_key->tx_seq_32 = tx_seq_32;
2697 ap_key->tx_seq_16 = tx_seq_16;
2698
Eliad Peller170d0e62011-10-05 11:56:06 +02002699 wlvif->ap.recorded_keys[i] = ap_key;
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002700 return 0;
2701}
2702
Eliad Peller170d0e62011-10-05 11:56:06 +02002703static void wl1271_free_ap_keys(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002704{
2705 int i;
2706
2707 for (i = 0; i < MAX_NUM_KEYS; i++) {
Eliad Peller170d0e62011-10-05 11:56:06 +02002708 kfree(wlvif->ap.recorded_keys[i]);
2709 wlvif->ap.recorded_keys[i] = NULL;
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002710 }
2711}
2712
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002713static int wl1271_ap_init_hwenc(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002714{
2715 int i, ret = 0;
2716 struct wl1271_ap_key *key;
2717 bool wep_key_added = false;
2718
2719 for (i = 0; i < MAX_NUM_KEYS; i++) {
Eliad Peller7f97b482011-08-14 13:17:30 +03002720 u8 hlid;
Eliad Peller170d0e62011-10-05 11:56:06 +02002721 if (wlvif->ap.recorded_keys[i] == NULL)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002722 break;
2723
Eliad Peller170d0e62011-10-05 11:56:06 +02002724 key = wlvif->ap.recorded_keys[i];
Eliad Peller7f97b482011-08-14 13:17:30 +03002725 hlid = key->hlid;
2726 if (hlid == WL12XX_INVALID_LINK_ID)
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002727 hlid = wlvif->ap.bcast_hlid;
Eliad Peller7f97b482011-08-14 13:17:30 +03002728
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002729 ret = wl1271_cmd_set_ap_key(wl, wlvif, KEY_ADD_OR_REPLACE,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002730 key->id, key->key_type,
2731 key->key_size, key->key,
Eliad Peller7f97b482011-08-14 13:17:30 +03002732 hlid, key->tx_seq_32,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002733 key->tx_seq_16);
2734 if (ret < 0)
2735 goto out;
2736
2737 if (key->key_type == KEY_WEP)
2738 wep_key_added = true;
2739 }
2740
2741 if (wep_key_added) {
Eliad Pellerf75c753f2011-10-05 11:55:59 +02002742 ret = wl12xx_cmd_set_default_wep_key(wl, wlvif->default_key,
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002743 wlvif->ap.bcast_hlid);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002744 if (ret < 0)
2745 goto out;
2746 }
2747
2748out:
Eliad Peller170d0e62011-10-05 11:56:06 +02002749 wl1271_free_ap_keys(wl, wlvif);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002750 return ret;
2751}
2752
Eliad Peller536129c2011-10-05 11:55:45 +02002753static int wl1271_set_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2754 u16 action, u8 id, u8 key_type,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002755 u8 key_size, const u8 *key, u32 tx_seq_32,
2756 u16 tx_seq_16, struct ieee80211_sta *sta)
2757{
2758 int ret;
Eliad Peller536129c2011-10-05 11:55:45 +02002759 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002760
2761 if (is_ap) {
2762 struct wl1271_station *wl_sta;
2763 u8 hlid;
2764
2765 if (sta) {
2766 wl_sta = (struct wl1271_station *)sta->drv_priv;
2767 hlid = wl_sta->hlid;
2768 } else {
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002769 hlid = wlvif->ap.bcast_hlid;
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002770 }
2771
Eliad Peller53d40d02011-10-10 10:13:02 +02002772 if (!test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags)) {
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002773 /*
2774 * We do not support removing keys after AP shutdown.
2775 * Pretend we do to make mac80211 happy.
2776 */
2777 if (action != KEY_ADD_OR_REPLACE)
2778 return 0;
2779
Eliad Peller170d0e62011-10-05 11:56:06 +02002780 ret = wl1271_record_ap_key(wl, wlvif, id,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002781 key_type, key_size,
2782 key, hlid, tx_seq_32,
2783 tx_seq_16);
2784 } else {
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002785 ret = wl1271_cmd_set_ap_key(wl, wlvif, action,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002786 id, key_type, key_size,
2787 key, hlid, tx_seq_32,
2788 tx_seq_16);
2789 }
2790
2791 if (ret < 0)
2792 return ret;
2793 } else {
2794 const u8 *addr;
2795 static const u8 bcast_addr[ETH_ALEN] = {
2796 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
2797 };
2798
Guy Eilame9eb8cb2011-08-16 19:49:12 +03002799 /*
2800 * A STA set to GEM cipher requires 2 tx spare blocks.
2801 * Return to default value when GEM cipher key is removed
2802 */
2803 if (key_type == KEY_GEM) {
2804 if (action == KEY_ADD_OR_REPLACE)
2805 wl->tx_spare_blocks = 2;
2806 else if (action == KEY_REMOVE)
2807 wl->tx_spare_blocks = TX_HW_BLOCK_SPARE_DEFAULT;
2808 }
2809
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002810 addr = sta ? sta->addr : bcast_addr;
2811
2812 if (is_zero_ether_addr(addr)) {
2813 /* We dont support TX only encryption */
2814 return -EOPNOTSUPP;
2815 }
2816
2817 /* The wl1271 does not allow to remove unicast keys - they
2818 will be cleared automatically on next CMD_JOIN. Ignore the
2819 request silently, as we dont want the mac80211 to emit
2820 an error message. */
2821 if (action == KEY_REMOVE && !is_broadcast_ether_addr(addr))
2822 return 0;
2823
Eliad Peller010d3d32011-08-14 13:17:31 +03002824 /* don't remove key if hlid was already deleted */
2825 if (action == KEY_REMOVE &&
Eliad Peller154da672011-10-05 11:55:53 +02002826 wlvif->sta.hlid == WL12XX_INVALID_LINK_ID)
Eliad Peller010d3d32011-08-14 13:17:31 +03002827 return 0;
2828
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002829 ret = wl1271_cmd_set_sta_key(wl, wlvif, action,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002830 id, key_type, key_size,
2831 key, addr, tx_seq_32,
2832 tx_seq_16);
2833 if (ret < 0)
2834 return ret;
2835
2836 /* the default WEP key needs to be configured at least once */
2837 if (key_type == KEY_WEP) {
Eliad Pellerc690ec82011-08-14 13:17:07 +03002838 ret = wl12xx_cmd_set_default_wep_key(wl,
Eliad Pellerf75c753f2011-10-05 11:55:59 +02002839 wlvif->default_key,
2840 wlvif->sta.hlid);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002841 if (ret < 0)
2842 return ret;
2843 }
2844 }
2845
2846 return 0;
2847}
2848
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002849static int wl1271_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
2850 struct ieee80211_vif *vif,
2851 struct ieee80211_sta *sta,
2852 struct ieee80211_key_conf *key_conf)
2853{
2854 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02002855 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002856 int ret;
Juuso Oikarinenac4e4ce2009-10-08 21:56:19 +03002857 u32 tx_seq_32 = 0;
2858 u16 tx_seq_16 = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002859 u8 key_type;
2860
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002861 wl1271_debug(DEBUG_MAC80211, "mac80211 set key");
2862
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002863 wl1271_debug(DEBUG_CRYPT, "CMD: 0x%x sta: %p", cmd, sta);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002864 wl1271_debug(DEBUG_CRYPT, "Key: algo:0x%x, id:%d, len:%d flags 0x%x",
Johannes Berg97359d12010-08-10 09:46:38 +02002865 key_conf->cipher, key_conf->keyidx,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002866 key_conf->keylen, key_conf->flags);
2867 wl1271_dump(DEBUG_CRYPT, "KEY: ", key_conf->key, key_conf->keylen);
2868
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002869 mutex_lock(&wl->mutex);
2870
Juuso Oikarinenf8d98022010-10-26 13:24:39 +02002871 if (unlikely(wl->state == WL1271_STATE_OFF)) {
2872 ret = -EAGAIN;
2873 goto out_unlock;
2874 }
2875
Ido Yariva6208652011-03-01 15:14:41 +02002876 ret = wl1271_ps_elp_wakeup(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002877 if (ret < 0)
2878 goto out_unlock;
2879
Johannes Berg97359d12010-08-10 09:46:38 +02002880 switch (key_conf->cipher) {
2881 case WLAN_CIPHER_SUITE_WEP40:
2882 case WLAN_CIPHER_SUITE_WEP104:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002883 key_type = KEY_WEP;
2884
2885 key_conf->hw_key_idx = key_conf->keyidx;
2886 break;
Johannes Berg97359d12010-08-10 09:46:38 +02002887 case WLAN_CIPHER_SUITE_TKIP:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002888 key_type = KEY_TKIP;
2889
2890 key_conf->hw_key_idx = key_conf->keyidx;
Eliad Peller48e93e42011-10-10 10:12:58 +02002891 tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq);
2892 tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002893 break;
Johannes Berg97359d12010-08-10 09:46:38 +02002894 case WLAN_CIPHER_SUITE_CCMP:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002895 key_type = KEY_AES;
2896
Arik Nemtsov12d4b972011-10-23 08:21:54 +02002897 key_conf->flags |= IEEE80211_KEY_FLAG_PUT_IV_SPACE;
Eliad Peller48e93e42011-10-10 10:12:58 +02002898 tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq);
2899 tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002900 break;
Juuso Oikarinen7a557242010-09-27 12:42:07 +02002901 case WL1271_CIPHER_SUITE_GEM:
2902 key_type = KEY_GEM;
Eliad Peller48e93e42011-10-10 10:12:58 +02002903 tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq);
2904 tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq);
Juuso Oikarinen7a557242010-09-27 12:42:07 +02002905 break;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002906 default:
Johannes Berg97359d12010-08-10 09:46:38 +02002907 wl1271_error("Unknown key algo 0x%x", key_conf->cipher);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002908
2909 ret = -EOPNOTSUPP;
2910 goto out_sleep;
2911 }
2912
2913 switch (cmd) {
2914 case SET_KEY:
Eliad Peller536129c2011-10-05 11:55:45 +02002915 ret = wl1271_set_key(wl, wlvif, KEY_ADD_OR_REPLACE,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002916 key_conf->keyidx, key_type,
2917 key_conf->keylen, key_conf->key,
2918 tx_seq_32, tx_seq_16, sta);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002919 if (ret < 0) {
2920 wl1271_error("Could not add or replace key");
2921 goto out_sleep;
2922 }
2923 break;
2924
2925 case DISABLE_KEY:
Eliad Peller536129c2011-10-05 11:55:45 +02002926 ret = wl1271_set_key(wl, wlvif, KEY_REMOVE,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002927 key_conf->keyidx, key_type,
2928 key_conf->keylen, key_conf->key,
2929 0, 0, sta);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002930 if (ret < 0) {
2931 wl1271_error("Could not remove key");
2932 goto out_sleep;
2933 }
2934 break;
2935
2936 default:
2937 wl1271_error("Unsupported key cmd 0x%x", cmd);
2938 ret = -EOPNOTSUPP;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002939 break;
2940 }
2941
2942out_sleep:
2943 wl1271_ps_elp_sleep(wl);
2944
2945out_unlock:
2946 mutex_unlock(&wl->mutex);
2947
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002948 return ret;
2949}
2950
2951static int wl1271_op_hw_scan(struct ieee80211_hw *hw,
Johannes Berga060bbf2010-04-27 11:59:34 +02002952 struct ieee80211_vif *vif,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002953 struct cfg80211_scan_request *req)
2954{
2955 struct wl1271 *wl = hw->priv;
Eliad Peller7edebf52011-10-05 11:55:52 +02002956 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
2957
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002958 int ret;
2959 u8 *ssid = NULL;
Teemu Paasikiviabb0b3b2009-10-13 12:47:50 +03002960 size_t len = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002961
2962 wl1271_debug(DEBUG_MAC80211, "mac80211 hw scan");
2963
2964 if (req->n_ssids) {
2965 ssid = req->ssids[0].ssid;
Teemu Paasikiviabb0b3b2009-10-13 12:47:50 +03002966 len = req->ssids[0].ssid_len;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002967 }
2968
2969 mutex_lock(&wl->mutex);
2970
Juuso Oikarinenb739a422010-10-26 13:24:38 +02002971 if (wl->state == WL1271_STATE_OFF) {
2972 /*
2973 * We cannot return -EBUSY here because cfg80211 will expect
2974 * a call to ieee80211_scan_completed if we do - in this case
2975 * there won't be any call.
2976 */
2977 ret = -EAGAIN;
2978 goto out;
2979 }
2980
Ido Yariva6208652011-03-01 15:14:41 +02002981 ret = wl1271_ps_elp_wakeup(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002982 if (ret < 0)
2983 goto out;
2984
Eliad Peller92e712d2011-12-18 20:25:43 +02002985 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags) &&
2986 test_bit(wlvif->role_id, wl->roc_map)) {
2987 /* don't allow scanning right now */
2988 ret = -EBUSY;
2989 goto out_sleep;
Eliad Peller251c1772011-08-14 13:17:17 +03002990 }
2991
Eliad Peller92e712d2011-12-18 20:25:43 +02002992 /* cancel ROC before scanning */
2993 if (wl12xx_dev_role_started(wlvif))
Eliad Pellerc059beb2012-01-31 11:57:17 +02002994 wl12xx_croc(wl, wlvif->dev_role_id);
Eliad Peller92e712d2011-12-18 20:25:43 +02002995
Eliad Peller784f6942011-10-05 11:55:39 +02002996 ret = wl1271_scan(hw->priv, vif, ssid, len, req);
Eliad Peller251c1772011-08-14 13:17:17 +03002997out_sleep:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002998 wl1271_ps_elp_sleep(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002999out:
3000 mutex_unlock(&wl->mutex);
3001
3002 return ret;
3003}
3004
Eliad Peller73ecce32011-06-27 13:06:45 +03003005static void wl1271_op_cancel_hw_scan(struct ieee80211_hw *hw,
3006 struct ieee80211_vif *vif)
3007{
3008 struct wl1271 *wl = hw->priv;
3009 int ret;
3010
3011 wl1271_debug(DEBUG_MAC80211, "mac80211 cancel hw scan");
3012
3013 mutex_lock(&wl->mutex);
3014
3015 if (wl->state == WL1271_STATE_OFF)
3016 goto out;
3017
3018 if (wl->scan.state == WL1271_SCAN_STATE_IDLE)
3019 goto out;
3020
3021 ret = wl1271_ps_elp_wakeup(wl);
3022 if (ret < 0)
3023 goto out;
3024
3025 if (wl->scan.state != WL1271_SCAN_STATE_DONE) {
3026 ret = wl1271_scan_stop(wl);
3027 if (ret < 0)
3028 goto out_sleep;
3029 }
3030 wl->scan.state = WL1271_SCAN_STATE_IDLE;
3031 memset(wl->scan.scanned_ch, 0, sizeof(wl->scan.scanned_ch));
Eliad Peller784f6942011-10-05 11:55:39 +02003032 wl->scan_vif = NULL;
Eliad Peller73ecce32011-06-27 13:06:45 +03003033 wl->scan.req = NULL;
3034 ieee80211_scan_completed(wl->hw, true);
3035
3036out_sleep:
3037 wl1271_ps_elp_sleep(wl);
3038out:
3039 mutex_unlock(&wl->mutex);
3040
3041 cancel_delayed_work_sync(&wl->scan_complete_work);
3042}
3043
Luciano Coelho33c2c062011-05-10 14:46:02 +03003044static int wl1271_op_sched_scan_start(struct ieee80211_hw *hw,
3045 struct ieee80211_vif *vif,
3046 struct cfg80211_sched_scan_request *req,
3047 struct ieee80211_sched_scan_ies *ies)
3048{
3049 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02003050 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Luciano Coelho33c2c062011-05-10 14:46:02 +03003051 int ret;
3052
3053 wl1271_debug(DEBUG_MAC80211, "wl1271_op_sched_scan_start");
3054
3055 mutex_lock(&wl->mutex);
3056
Pontus Fuchs9e0dc892012-01-11 14:22:42 +01003057 if (wl->state == WL1271_STATE_OFF) {
3058 ret = -EAGAIN;
3059 goto out;
3060 }
3061
Luciano Coelho33c2c062011-05-10 14:46:02 +03003062 ret = wl1271_ps_elp_wakeup(wl);
3063 if (ret < 0)
3064 goto out;
3065
Eliad Peller536129c2011-10-05 11:55:45 +02003066 ret = wl1271_scan_sched_scan_config(wl, wlvif, req, ies);
Luciano Coelho33c2c062011-05-10 14:46:02 +03003067 if (ret < 0)
3068 goto out_sleep;
3069
Eliad Peller536129c2011-10-05 11:55:45 +02003070 ret = wl1271_scan_sched_scan_start(wl, wlvif);
Luciano Coelho33c2c062011-05-10 14:46:02 +03003071 if (ret < 0)
3072 goto out_sleep;
3073
3074 wl->sched_scanning = true;
3075
3076out_sleep:
3077 wl1271_ps_elp_sleep(wl);
3078out:
3079 mutex_unlock(&wl->mutex);
3080 return ret;
3081}
3082
3083static void wl1271_op_sched_scan_stop(struct ieee80211_hw *hw,
3084 struct ieee80211_vif *vif)
3085{
3086 struct wl1271 *wl = hw->priv;
3087 int ret;
3088
3089 wl1271_debug(DEBUG_MAC80211, "wl1271_op_sched_scan_stop");
3090
3091 mutex_lock(&wl->mutex);
3092
Pontus Fuchs9e0dc892012-01-11 14:22:42 +01003093 if (wl->state == WL1271_STATE_OFF)
3094 goto out;
3095
Luciano Coelho33c2c062011-05-10 14:46:02 +03003096 ret = wl1271_ps_elp_wakeup(wl);
3097 if (ret < 0)
3098 goto out;
3099
3100 wl1271_scan_sched_scan_stop(wl);
3101
3102 wl1271_ps_elp_sleep(wl);
3103out:
3104 mutex_unlock(&wl->mutex);
3105}
3106
Arik Nemtsov68d069c2010-11-08 10:51:07 +01003107static int wl1271_op_set_frag_threshold(struct ieee80211_hw *hw, u32 value)
3108{
3109 struct wl1271 *wl = hw->priv;
3110 int ret = 0;
3111
3112 mutex_lock(&wl->mutex);
3113
3114 if (unlikely(wl->state == WL1271_STATE_OFF)) {
3115 ret = -EAGAIN;
3116 goto out;
3117 }
3118
Ido Yariva6208652011-03-01 15:14:41 +02003119 ret = wl1271_ps_elp_wakeup(wl);
Arik Nemtsov68d069c2010-11-08 10:51:07 +01003120 if (ret < 0)
3121 goto out;
3122
Arik Nemtsov5f704d12011-04-18 14:15:21 +03003123 ret = wl1271_acx_frag_threshold(wl, value);
Arik Nemtsov68d069c2010-11-08 10:51:07 +01003124 if (ret < 0)
3125 wl1271_warning("wl1271_op_set_frag_threshold failed: %d", ret);
3126
3127 wl1271_ps_elp_sleep(wl);
3128
3129out:
3130 mutex_unlock(&wl->mutex);
3131
3132 return ret;
3133}
3134
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003135static int wl1271_op_set_rts_threshold(struct ieee80211_hw *hw, u32 value)
3136{
3137 struct wl1271 *wl = hw->priv;
Eliad Peller6e8cd332011-10-10 10:13:13 +02003138 struct wl12xx_vif *wlvif;
Saravanan Dhanabalaecb0562010-04-09 11:07:28 +03003139 int ret = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003140
3141 mutex_lock(&wl->mutex);
3142
Juuso Oikarinenf8d98022010-10-26 13:24:39 +02003143 if (unlikely(wl->state == WL1271_STATE_OFF)) {
3144 ret = -EAGAIN;
Saravanan Dhanabalaecb0562010-04-09 11:07:28 +03003145 goto out;
Juuso Oikarinenf8d98022010-10-26 13:24:39 +02003146 }
Saravanan Dhanabalaecb0562010-04-09 11:07:28 +03003147
Ido Yariva6208652011-03-01 15:14:41 +02003148 ret = wl1271_ps_elp_wakeup(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003149 if (ret < 0)
3150 goto out;
3151
Eliad Peller6e8cd332011-10-10 10:13:13 +02003152 wl12xx_for_each_wlvif(wl, wlvif) {
3153 ret = wl1271_acx_rts_threshold(wl, wlvif, value);
3154 if (ret < 0)
3155 wl1271_warning("set rts threshold failed: %d", ret);
3156 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003157 wl1271_ps_elp_sleep(wl);
3158
3159out:
3160 mutex_unlock(&wl->mutex);
3161
3162 return ret;
3163}
3164
Eliad Peller1fe9f162011-10-05 11:55:48 +02003165static int wl1271_ssid_set(struct ieee80211_vif *vif, struct sk_buff *skb,
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003166 int offset)
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003167{
Eliad Peller1fe9f162011-10-05 11:55:48 +02003168 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Peller889cb362011-05-01 09:56:45 +03003169 u8 ssid_len;
3170 const u8 *ptr = cfg80211_find_ie(WLAN_EID_SSID, skb->data + offset,
3171 skb->len - offset);
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003172
Eliad Peller889cb362011-05-01 09:56:45 +03003173 if (!ptr) {
3174 wl1271_error("No SSID in IEs!");
3175 return -ENOENT;
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003176 }
Arik Nemtsove78a2872010-10-16 19:07:21 +02003177
Eliad Peller889cb362011-05-01 09:56:45 +03003178 ssid_len = ptr[1];
3179 if (ssid_len > IEEE80211_MAX_SSID_LEN) {
3180 wl1271_error("SSID is too long!");
3181 return -EINVAL;
3182 }
3183
Eliad Peller1fe9f162011-10-05 11:55:48 +02003184 wlvif->ssid_len = ssid_len;
3185 memcpy(wlvif->ssid, ptr+2, ssid_len);
Eliad Peller889cb362011-05-01 09:56:45 +03003186 return 0;
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003187}
3188
Eliad Pellerd48055d2011-09-15 12:07:04 +03003189static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset)
3190{
3191 int len;
3192 const u8 *next, *end = skb->data + skb->len;
3193 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset,
3194 skb->len - ieoffset);
3195 if (!ie)
3196 return;
3197 len = ie[1] + 2;
3198 next = ie + len;
3199 memmove(ie, next, end - next);
3200 skb_trim(skb, skb->len - len);
3201}
3202
Eliad Peller26b4bf22011-09-15 12:07:05 +03003203static void wl12xx_remove_vendor_ie(struct sk_buff *skb,
3204 unsigned int oui, u8 oui_type,
3205 int ieoffset)
3206{
3207 int len;
3208 const u8 *next, *end = skb->data + skb->len;
3209 u8 *ie = (u8 *)cfg80211_find_vendor_ie(oui, oui_type,
3210 skb->data + ieoffset,
3211 skb->len - ieoffset);
3212 if (!ie)
3213 return;
3214 len = ie[1] + 2;
3215 next = ie + len;
3216 memmove(ie, next, end - next);
3217 skb_trim(skb, skb->len - len);
3218}
3219
Arik Nemtsov341f2c12011-11-22 19:52:59 +02003220static int wl1271_ap_set_probe_resp_tmpl(struct wl1271 *wl, u32 rates,
3221 struct ieee80211_vif *vif)
Arik Nemtsov560f0022011-11-08 18:46:54 +02003222{
Eliad Pellercdaac622012-01-31 11:57:16 +02003223 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsov560f0022011-11-08 18:46:54 +02003224 struct sk_buff *skb;
3225 int ret;
3226
Arik Nemtsov341f2c12011-11-22 19:52:59 +02003227 skb = ieee80211_proberesp_get(wl->hw, vif);
Arik Nemtsov560f0022011-11-08 18:46:54 +02003228 if (!skb)
Arik Nemtsov341f2c12011-11-22 19:52:59 +02003229 return -EOPNOTSUPP;
Arik Nemtsov560f0022011-11-08 18:46:54 +02003230
Eliad Pellercdaac622012-01-31 11:57:16 +02003231 ret = wl1271_cmd_template_set(wl, wlvif->role_id,
Arik Nemtsov560f0022011-11-08 18:46:54 +02003232 CMD_TEMPL_AP_PROBE_RESPONSE,
3233 skb->data,
3234 skb->len, 0,
3235 rates);
3236
3237 dev_kfree_skb(skb);
3238 return ret;
3239}
3240
3241static int wl1271_ap_set_probe_resp_tmpl_legacy(struct wl1271 *wl,
3242 struct ieee80211_vif *vif,
3243 u8 *probe_rsp_data,
3244 size_t probe_rsp_len,
3245 u32 rates)
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003246{
Eliad Peller1fe9f162011-10-05 11:55:48 +02003247 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
3248 struct ieee80211_bss_conf *bss_conf = &vif->bss_conf;
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003249 u8 probe_rsp_templ[WL1271_CMD_TEMPL_MAX_SIZE];
3250 int ssid_ie_offset, ie_offset, templ_len;
3251 const u8 *ptr;
3252
3253 /* no need to change probe response if the SSID is set correctly */
Eliad Peller1fe9f162011-10-05 11:55:48 +02003254 if (wlvif->ssid_len > 0)
Eliad Pellercdaac622012-01-31 11:57:16 +02003255 return wl1271_cmd_template_set(wl, wlvif->role_id,
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003256 CMD_TEMPL_AP_PROBE_RESPONSE,
3257 probe_rsp_data,
3258 probe_rsp_len, 0,
3259 rates);
3260
3261 if (probe_rsp_len + bss_conf->ssid_len > WL1271_CMD_TEMPL_MAX_SIZE) {
3262 wl1271_error("probe_rsp template too big");
3263 return -EINVAL;
3264 }
3265
3266 /* start searching from IE offset */
3267 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable);
3268
3269 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset,
3270 probe_rsp_len - ie_offset);
3271 if (!ptr) {
3272 wl1271_error("No SSID in beacon!");
3273 return -EINVAL;
3274 }
3275
3276 ssid_ie_offset = ptr - probe_rsp_data;
3277 ptr += (ptr[1] + 2);
3278
3279 memcpy(probe_rsp_templ, probe_rsp_data, ssid_ie_offset);
3280
3281 /* insert SSID from bss_conf */
3282 probe_rsp_templ[ssid_ie_offset] = WLAN_EID_SSID;
3283 probe_rsp_templ[ssid_ie_offset + 1] = bss_conf->ssid_len;
3284 memcpy(probe_rsp_templ + ssid_ie_offset + 2,
3285 bss_conf->ssid, bss_conf->ssid_len);
3286 templ_len = ssid_ie_offset + 2 + bss_conf->ssid_len;
3287
3288 memcpy(probe_rsp_templ + ssid_ie_offset + 2 + bss_conf->ssid_len,
3289 ptr, probe_rsp_len - (ptr - probe_rsp_data));
3290 templ_len += probe_rsp_len - (ptr - probe_rsp_data);
3291
Eliad Pellercdaac622012-01-31 11:57:16 +02003292 return wl1271_cmd_template_set(wl, wlvif->role_id,
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003293 CMD_TEMPL_AP_PROBE_RESPONSE,
3294 probe_rsp_templ,
3295 templ_len, 0,
3296 rates);
3297}
3298
Arik Nemtsove78a2872010-10-16 19:07:21 +02003299static int wl1271_bss_erp_info_changed(struct wl1271 *wl,
Eliad Peller0603d892011-10-05 11:55:51 +02003300 struct ieee80211_vif *vif,
Arik Nemtsove78a2872010-10-16 19:07:21 +02003301 struct ieee80211_bss_conf *bss_conf,
3302 u32 changed)
3303{
Eliad Peller0603d892011-10-05 11:55:51 +02003304 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003305 int ret = 0;
3306
3307 if (changed & BSS_CHANGED_ERP_SLOT) {
3308 if (bss_conf->use_short_slot)
Eliad Peller0603d892011-10-05 11:55:51 +02003309 ret = wl1271_acx_slot(wl, wlvif, SLOT_TIME_SHORT);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003310 else
Eliad Peller0603d892011-10-05 11:55:51 +02003311 ret = wl1271_acx_slot(wl, wlvif, SLOT_TIME_LONG);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003312 if (ret < 0) {
3313 wl1271_warning("Set slot time failed %d", ret);
3314 goto out;
3315 }
3316 }
3317
3318 if (changed & BSS_CHANGED_ERP_PREAMBLE) {
3319 if (bss_conf->use_short_preamble)
Eliad Peller0603d892011-10-05 11:55:51 +02003320 wl1271_acx_set_preamble(wl, wlvif, ACX_PREAMBLE_SHORT);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003321 else
Eliad Peller0603d892011-10-05 11:55:51 +02003322 wl1271_acx_set_preamble(wl, wlvif, ACX_PREAMBLE_LONG);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003323 }
3324
3325 if (changed & BSS_CHANGED_ERP_CTS_PROT) {
3326 if (bss_conf->use_cts_prot)
Eliad Peller0603d892011-10-05 11:55:51 +02003327 ret = wl1271_acx_cts_protect(wl, wlvif,
3328 CTSPROTECT_ENABLE);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003329 else
Eliad Peller0603d892011-10-05 11:55:51 +02003330 ret = wl1271_acx_cts_protect(wl, wlvif,
3331 CTSPROTECT_DISABLE);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003332 if (ret < 0) {
3333 wl1271_warning("Set ctsprotect failed %d", ret);
3334 goto out;
3335 }
3336 }
3337
3338out:
3339 return ret;
3340}
3341
3342static int wl1271_bss_beacon_info_changed(struct wl1271 *wl,
3343 struct ieee80211_vif *vif,
3344 struct ieee80211_bss_conf *bss_conf,
3345 u32 changed)
3346{
Eliad Peller87fbcb02011-10-05 11:55:41 +02003347 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Peller536129c2011-10-05 11:55:45 +02003348 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003349 int ret = 0;
3350
3351 if ((changed & BSS_CHANGED_BEACON_INT)) {
3352 wl1271_debug(DEBUG_MASTER, "beacon interval updated: %d",
3353 bss_conf->beacon_int);
3354
Eliad Peller6a899792011-10-05 11:55:58 +02003355 wlvif->beacon_int = bss_conf->beacon_int;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003356 }
3357
Arik Nemtsov560f0022011-11-08 18:46:54 +02003358 if ((changed & BSS_CHANGED_AP_PROBE_RESP) && is_ap) {
3359 u32 rate = wl1271_tx_min_rate_get(wl, wlvif->basic_rate_set);
Arik Nemtsov341f2c12011-11-22 19:52:59 +02003360 if (!wl1271_ap_set_probe_resp_tmpl(wl, rate, vif)) {
3361 wl1271_debug(DEBUG_AP, "probe response updated");
3362 set_bit(WLVIF_FLAG_AP_PROBE_RESP_SET, &wlvif->flags);
3363 }
Arik Nemtsov560f0022011-11-08 18:46:54 +02003364 }
3365
Arik Nemtsove78a2872010-10-16 19:07:21 +02003366 if ((changed & BSS_CHANGED_BEACON)) {
3367 struct ieee80211_hdr *hdr;
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003368 u32 min_rate;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003369 int ieoffset = offsetof(struct ieee80211_mgmt,
3370 u.beacon.variable);
3371 struct sk_buff *beacon = ieee80211_beacon_get(wl->hw, vif);
3372 u16 tmpl_id;
3373
Arik Nemtsov560f0022011-11-08 18:46:54 +02003374 if (!beacon) {
3375 ret = -EINVAL;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003376 goto out;
Arik Nemtsov560f0022011-11-08 18:46:54 +02003377 }
Arik Nemtsove78a2872010-10-16 19:07:21 +02003378
3379 wl1271_debug(DEBUG_MASTER, "beacon updated");
3380
Eliad Peller1fe9f162011-10-05 11:55:48 +02003381 ret = wl1271_ssid_set(vif, beacon, ieoffset);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003382 if (ret < 0) {
3383 dev_kfree_skb(beacon);
3384 goto out;
3385 }
Eliad Peller87fbcb02011-10-05 11:55:41 +02003386 min_rate = wl1271_tx_min_rate_get(wl, wlvif->basic_rate_set);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003387 tmpl_id = is_ap ? CMD_TEMPL_AP_BEACON :
3388 CMD_TEMPL_BEACON;
Eliad Pellercdaac622012-01-31 11:57:16 +02003389 ret = wl1271_cmd_template_set(wl, wlvif->role_id, tmpl_id,
Arik Nemtsove78a2872010-10-16 19:07:21 +02003390 beacon->data,
3391 beacon->len, 0,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003392 min_rate);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003393 if (ret < 0) {
3394 dev_kfree_skb(beacon);
3395 goto out;
3396 }
3397
Arik Nemtsov560f0022011-11-08 18:46:54 +02003398 /*
3399 * In case we already have a probe-resp beacon set explicitly
3400 * by usermode, don't use the beacon data.
3401 */
3402 if (test_bit(WLVIF_FLAG_AP_PROBE_RESP_SET, &wlvif->flags))
3403 goto end_bcn;
3404
Eliad Pellerd48055d2011-09-15 12:07:04 +03003405 /* remove TIM ie from probe response */
3406 wl12xx_remove_ie(beacon, WLAN_EID_TIM, ieoffset);
3407
Eliad Peller26b4bf22011-09-15 12:07:05 +03003408 /*
3409 * remove p2p ie from probe response.
3410 * the fw reponds to probe requests that don't include
3411 * the p2p ie. probe requests with p2p ie will be passed,
3412 * and will be responded by the supplicant (the spec
3413 * forbids including the p2p ie when responding to probe
3414 * requests that didn't include it).
3415 */
3416 wl12xx_remove_vendor_ie(beacon, WLAN_OUI_WFA,
3417 WLAN_OUI_TYPE_WFA_P2P, ieoffset);
3418
Arik Nemtsove78a2872010-10-16 19:07:21 +02003419 hdr = (struct ieee80211_hdr *) beacon->data;
3420 hdr->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
3421 IEEE80211_STYPE_PROBE_RESP);
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003422 if (is_ap)
Arik Nemtsov560f0022011-11-08 18:46:54 +02003423 ret = wl1271_ap_set_probe_resp_tmpl_legacy(wl, vif,
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003424 beacon->data,
3425 beacon->len,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003426 min_rate);
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003427 else
Eliad Pellercdaac622012-01-31 11:57:16 +02003428 ret = wl1271_cmd_template_set(wl, wlvif->role_id,
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003429 CMD_TEMPL_PROBE_RESPONSE,
3430 beacon->data,
3431 beacon->len, 0,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003432 min_rate);
Arik Nemtsov560f0022011-11-08 18:46:54 +02003433end_bcn:
Arik Nemtsove78a2872010-10-16 19:07:21 +02003434 dev_kfree_skb(beacon);
3435 if (ret < 0)
3436 goto out;
3437 }
3438
3439out:
Arik Nemtsov560f0022011-11-08 18:46:54 +02003440 if (ret != 0)
3441 wl1271_error("beacon info change failed: %d", ret);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003442 return ret;
3443}
3444
3445/* AP mode changes */
3446static void wl1271_bss_info_changed_ap(struct wl1271 *wl,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003447 struct ieee80211_vif *vif,
3448 struct ieee80211_bss_conf *bss_conf,
3449 u32 changed)
3450{
Eliad Peller87fbcb02011-10-05 11:55:41 +02003451 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003452 int ret = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003453
Arik Nemtsove78a2872010-10-16 19:07:21 +02003454 if ((changed & BSS_CHANGED_BASIC_RATES)) {
3455 u32 rates = bss_conf->basic_rates;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003456
Eliad Peller87fbcb02011-10-05 11:55:41 +02003457 wlvif->basic_rate_set = wl1271_tx_enabled_rates_get(wl, rates,
Eliad Peller1b92f152011-10-10 10:13:09 +02003458 wlvif->band);
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003459 wlvif->basic_rate = wl1271_tx_min_rate_get(wl,
Eliad Peller87fbcb02011-10-05 11:55:41 +02003460 wlvif->basic_rate_set);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003461
Eliad Peller87fbcb02011-10-05 11:55:41 +02003462 ret = wl1271_init_ap_rates(wl, wlvif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003463 if (ret < 0) {
Arik Nemtsov70f47422011-04-18 14:15:25 +03003464 wl1271_error("AP rate policy change failed %d", ret);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003465 goto out;
Juuso Oikarinene0d8bbf2009-12-11 15:41:04 +02003466 }
Arik Nemtsovc45a85b2011-04-18 14:15:26 +03003467
Eliad Peller784f6942011-10-05 11:55:39 +02003468 ret = wl1271_ap_init_templates(wl, vif);
Arik Nemtsovc45a85b2011-04-18 14:15:26 +03003469 if (ret < 0)
3470 goto out;
Juuso Oikarinene0d8bbf2009-12-11 15:41:04 +02003471 }
3472
Arik Nemtsove78a2872010-10-16 19:07:21 +02003473 ret = wl1271_bss_beacon_info_changed(wl, vif, bss_conf, changed);
3474 if (ret < 0)
3475 goto out;
3476
3477 if ((changed & BSS_CHANGED_BEACON_ENABLED)) {
3478 if (bss_conf->enable_beacon) {
Eliad Peller53d40d02011-10-10 10:13:02 +02003479 if (!test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags)) {
Eliad Peller87fbcb02011-10-05 11:55:41 +02003480 ret = wl12xx_cmd_role_start_ap(wl, wlvif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003481 if (ret < 0)
3482 goto out;
3483
Eliad Pellera8ab39a2011-10-05 11:55:54 +02003484 ret = wl1271_ap_init_hwenc(wl, wlvif);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02003485 if (ret < 0)
3486 goto out;
Arik Nemtsovcf420392011-08-14 13:17:37 +03003487
Eliad Peller53d40d02011-10-10 10:13:02 +02003488 set_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags);
Arik Nemtsovcf420392011-08-14 13:17:37 +03003489 wl1271_debug(DEBUG_AP, "started AP");
Arik Nemtsove78a2872010-10-16 19:07:21 +02003490 }
3491 } else {
Eliad Peller53d40d02011-10-10 10:13:02 +02003492 if (test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags)) {
Eliad Peller0603d892011-10-05 11:55:51 +02003493 ret = wl12xx_cmd_role_stop_ap(wl, wlvif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003494 if (ret < 0)
3495 goto out;
3496
Eliad Peller53d40d02011-10-10 10:13:02 +02003497 clear_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags);
Arik Nemtsov560f0022011-11-08 18:46:54 +02003498 clear_bit(WLVIF_FLAG_AP_PROBE_RESP_SET,
3499 &wlvif->flags);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003500 wl1271_debug(DEBUG_AP, "stopped AP");
3501 }
3502 }
3503 }
3504
Eliad Peller0603d892011-10-05 11:55:51 +02003505 ret = wl1271_bss_erp_info_changed(wl, vif, bss_conf, changed);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003506 if (ret < 0)
3507 goto out;
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003508
3509 /* Handle HT information change */
3510 if ((changed & BSS_CHANGED_HT) &&
3511 (bss_conf->channel_type != NL80211_CHAN_NO_HT)) {
Eliad Peller0603d892011-10-05 11:55:51 +02003512 ret = wl1271_acx_set_ht_information(wl, wlvif,
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003513 bss_conf->ht_operation_mode);
3514 if (ret < 0) {
3515 wl1271_warning("Set ht information failed %d", ret);
3516 goto out;
3517 }
3518 }
3519
Arik Nemtsove78a2872010-10-16 19:07:21 +02003520out:
3521 return;
3522}
3523
3524/* STA/IBSS mode changes */
3525static void wl1271_bss_info_changed_sta(struct wl1271 *wl,
3526 struct ieee80211_vif *vif,
3527 struct ieee80211_bss_conf *bss_conf,
3528 u32 changed)
3529{
Eliad Peller87fbcb02011-10-05 11:55:41 +02003530 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003531 bool do_join = false, set_assoc = false;
Eliad Peller536129c2011-10-05 11:55:45 +02003532 bool is_ibss = (wlvif->bss_type == BSS_TYPE_IBSS);
Eliad Peller227e81e2011-08-14 13:17:26 +03003533 bool ibss_joined = false;
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003534 u32 sta_rate_set = 0;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003535 int ret;
Luciano Coelho2d6e4e762011-01-11 19:07:21 +01003536 struct ieee80211_sta *sta;
Arik Nemtsova1008852011-02-12 23:24:20 +02003537 bool sta_exists = false;
3538 struct ieee80211_sta_ht_cap sta_ht_cap;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003539
3540 if (is_ibss) {
3541 ret = wl1271_bss_beacon_info_changed(wl, vif, bss_conf,
3542 changed);
3543 if (ret < 0)
3544 goto out;
3545 }
3546
Eliad Peller227e81e2011-08-14 13:17:26 +03003547 if (changed & BSS_CHANGED_IBSS) {
3548 if (bss_conf->ibss_joined) {
Eliad Pellereee514e2011-10-10 10:13:01 +02003549 set_bit(WLVIF_FLAG_IBSS_JOINED, &wlvif->flags);
Eliad Peller227e81e2011-08-14 13:17:26 +03003550 ibss_joined = true;
3551 } else {
Eliad Pellereee514e2011-10-10 10:13:01 +02003552 if (test_and_clear_bit(WLVIF_FLAG_IBSS_JOINED,
3553 &wlvif->flags)) {
Eliad Peller0603d892011-10-05 11:55:51 +02003554 wl1271_unjoin(wl, wlvif);
Eliad Peller679a6732011-10-11 11:55:44 +02003555 wl12xx_start_dev(wl, wlvif);
Eliad Peller227e81e2011-08-14 13:17:26 +03003556 }
3557 }
3558 }
3559
3560 if ((changed & BSS_CHANGED_BEACON_INT) && ibss_joined)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003561 do_join = true;
3562
3563 /* Need to update the SSID (for filtering etc) */
Eliad Peller227e81e2011-08-14 13:17:26 +03003564 if ((changed & BSS_CHANGED_BEACON) && ibss_joined)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003565 do_join = true;
3566
Eliad Peller227e81e2011-08-14 13:17:26 +03003567 if ((changed & BSS_CHANGED_BEACON_ENABLED) && ibss_joined) {
Juuso Oikarinen5da11dc2010-03-26 12:53:24 +02003568 wl1271_debug(DEBUG_ADHOC, "ad-hoc beaconing: %s",
3569 bss_conf->enable_beacon ? "enabled" : "disabled");
3570
Juuso Oikarinen5da11dc2010-03-26 12:53:24 +02003571 do_join = true;
3572 }
3573
Eliad Pellerc31e4942011-10-23 08:21:55 +02003574 if (changed & BSS_CHANGED_IDLE) {
3575 ret = wl1271_sta_handle_idle(wl, wlvif, bss_conf->idle);
3576 if (ret < 0)
3577 wl1271_warning("idle mode change failed %d", ret);
3578 }
3579
Arik Nemtsove78a2872010-10-16 19:07:21 +02003580 if ((changed & BSS_CHANGED_CQM)) {
Juuso Oikarinen00236aed2010-04-09 11:07:30 +03003581 bool enable = false;
3582 if (bss_conf->cqm_rssi_thold)
3583 enable = true;
Eliad Peller0603d892011-10-05 11:55:51 +02003584 ret = wl1271_acx_rssi_snr_trigger(wl, wlvif, enable,
Juuso Oikarinen00236aed2010-04-09 11:07:30 +03003585 bss_conf->cqm_rssi_thold,
3586 bss_conf->cqm_rssi_hyst);
3587 if (ret < 0)
3588 goto out;
Eliad Peller04324d92011-10-05 11:56:03 +02003589 wlvif->rssi_thold = bss_conf->cqm_rssi_thold;
Juuso Oikarinen00236aed2010-04-09 11:07:30 +03003590 }
3591
Eliad Peller7db4ee62012-01-24 18:18:42 +02003592 if (changed & BSS_CHANGED_BSSID &&
3593 (is_ibss || bss_conf->assoc))
Eliad Pellercdf09492011-10-05 11:55:44 +02003594 if (!is_zero_ether_addr(bss_conf->bssid)) {
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003595 ret = wl12xx_cmd_build_null_data(wl, wlvif);
Eliad Pellerfa287b82010-12-26 09:27:50 +01003596 if (ret < 0)
3597 goto out;
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003598
Eliad Peller784f6942011-10-05 11:55:39 +02003599 ret = wl1271_build_qos_null_data(wl, vif);
Eliad Pellerfa287b82010-12-26 09:27:50 +01003600 if (ret < 0)
3601 goto out;
Saravanan Dhanabal141418c2010-04-28 09:50:00 +03003602
Eliad Pellerfa287b82010-12-26 09:27:50 +01003603 /* Need to update the BSSID (for filtering etc) */
3604 do_join = true;
3605 }
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003606
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003607 if (changed & (BSS_CHANGED_ASSOC | BSS_CHANGED_HT)) {
3608 rcu_read_lock();
3609 sta = ieee80211_find_sta(vif, bss_conf->bssid);
3610 if (!sta)
3611 goto sta_not_found;
3612
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003613 /* save the supp_rates of the ap */
3614 sta_rate_set = sta->supp_rates[wl->hw->conf.channel->band];
3615 if (sta->ht_cap.ht_supported)
3616 sta_rate_set |=
3617 (sta->ht_cap.mcs.rx_mask[0] << HW_HT_RATES_OFFSET);
Arik Nemtsova1008852011-02-12 23:24:20 +02003618 sta_ht_cap = sta->ht_cap;
3619 sta_exists = true;
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003620
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003621sta_not_found:
3622 rcu_read_unlock();
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003623 }
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003624
Arik Nemtsove78a2872010-10-16 19:07:21 +02003625 if ((changed & BSS_CHANGED_ASSOC)) {
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003626 if (bss_conf->assoc) {
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003627 u32 rates;
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003628 int ieoffset;
Eliad Peller6840e372011-10-05 11:55:50 +02003629 wlvif->aid = bss_conf->aid;
Juuso Oikarinen69e54342010-05-07 11:39:00 +03003630 set_assoc = true;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003631
Luciano Coelhoae751ba2009-10-12 15:08:57 +03003632 /*
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003633 * use basic rates from AP, and determine lowest rate
3634 * to use with control frames.
3635 */
3636 rates = bss_conf->basic_rates;
Eliad Peller87fbcb02011-10-05 11:55:41 +02003637 wlvif->basic_rate_set =
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003638 wl1271_tx_enabled_rates_get(wl, rates,
Eliad Peller1b92f152011-10-10 10:13:09 +02003639 wlvif->band);
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003640 wlvif->basic_rate =
Eliad Peller87fbcb02011-10-05 11:55:41 +02003641 wl1271_tx_min_rate_get(wl,
3642 wlvif->basic_rate_set);
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003643 if (sta_rate_set)
Eliad Peller30d0c8f2011-10-05 11:55:42 +02003644 wlvif->rate_set =
3645 wl1271_tx_enabled_rates_get(wl,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003646 sta_rate_set,
Eliad Peller1b92f152011-10-10 10:13:09 +02003647 wlvif->band);
Eliad Peller30d0c8f2011-10-05 11:55:42 +02003648 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003649 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003650 goto out;
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003651
3652 /*
Luciano Coelhoae751ba2009-10-12 15:08:57 +03003653 * with wl1271, we don't need to update the
3654 * beacon_int and dtim_period, because the firmware
3655 * updates it by itself when the first beacon is
3656 * received after a join.
3657 */
Eliad Peller6840e372011-10-05 11:55:50 +02003658 ret = wl1271_cmd_build_ps_poll(wl, wlvif, wlvif->aid);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003659 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003660 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003661
Juuso Oikarinenc2b2d992010-03-26 12:53:28 +02003662 /*
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003663 * Get a template for hardware connection maintenance
Juuso Oikarinenc2b2d992010-03-26 12:53:28 +02003664 */
Eliad Pellerbddb29b2011-10-05 11:55:49 +02003665 dev_kfree_skb(wlvif->probereq);
3666 wlvif->probereq = wl1271_cmd_build_ap_probe_req(wl,
Eliad Peller83587502011-10-10 10:12:53 +02003667 wlvif,
Eliad Pellerbddb29b2011-10-05 11:55:49 +02003668 NULL);
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003669 ieoffset = offsetof(struct ieee80211_mgmt,
3670 u.probe_req.variable);
Eliad Pellerbddb29b2011-10-05 11:55:49 +02003671 wl1271_ssid_set(vif, wlvif->probereq, ieoffset);
Juuso Oikarinenc2b2d992010-03-26 12:53:28 +02003672
Juuso Oikarinen6ccbb922010-03-26 12:53:23 +02003673 /* enable the connection monitoring feature */
Eliad Peller0603d892011-10-05 11:55:51 +02003674 ret = wl1271_acx_conn_monit_params(wl, wlvif, true);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003675 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003676 goto out;
Juuso Oikarinend94cd292009-10-08 21:56:25 +03003677 } else {
3678 /* use defaults when not associated */
Eliad Peller30df14d2011-04-05 19:13:28 +03003679 bool was_assoc =
Eliad Pellerba8447f2011-10-10 10:13:00 +02003680 !!test_and_clear_bit(WLVIF_FLAG_STA_ASSOCIATED,
3681 &wlvif->flags);
Eliad Peller251c1772011-08-14 13:17:17 +03003682 bool was_ifup =
Eliad Peller8181aec2011-10-10 10:13:04 +02003683 !!test_and_clear_bit(WLVIF_FLAG_STA_STATE_SENT,
3684 &wlvif->flags);
Eliad Peller6840e372011-10-05 11:55:50 +02003685 wlvif->aid = 0;
Juuso Oikarinen6ccbb922010-03-26 12:53:23 +02003686
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003687 /* free probe-request template */
Eliad Pellerbddb29b2011-10-05 11:55:49 +02003688 dev_kfree_skb(wlvif->probereq);
3689 wlvif->probereq = NULL;
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003690
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003691 /* revert back to minimum rates for the current band */
Eliad Peller87fbcb02011-10-05 11:55:41 +02003692 wl1271_set_band_rate(wl, wlvif);
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 Peller30d0c8f2011-10-05 11:55:42 +02003696 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003697 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003698 goto out;
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003699
Juuso Oikarinen6ccbb922010-03-26 12:53:23 +02003700 /* disable connection monitor features */
Eliad Peller0603d892011-10-05 11:55:51 +02003701 ret = wl1271_acx_conn_monit_params(wl, wlvif, false);
Juuso Oikarinenc1899552010-03-26 12:53:32 +02003702
3703 /* Disable the keep-alive feature */
Eliad Peller0603d892011-10-05 11:55:51 +02003704 ret = wl1271_acx_keep_alive_mode(wl, wlvif, false);
Juuso Oikarinen6ccbb922010-03-26 12:53:23 +02003705 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003706 goto out;
Juuso Oikarinenb84a7d32010-11-22 12:59:08 +02003707
3708 /* restore the bssid filter and go to dummy bssid */
Eliad Peller30df14d2011-04-05 19:13:28 +03003709 if (was_assoc) {
Eliad Peller251c1772011-08-14 13:17:17 +03003710 u32 conf_flags = wl->hw->conf.flags;
3711 /*
3712 * we might have to disable roc, if there was
3713 * no IF_OPER_UP notification.
3714 */
3715 if (!was_ifup) {
Eliad Peller0603d892011-10-05 11:55:51 +02003716 ret = wl12xx_croc(wl, wlvif->role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03003717 if (ret < 0)
3718 goto out;
3719 }
3720 /*
3721 * (we also need to disable roc in case of
3722 * roaming on the same channel. until we will
3723 * have a better flow...)
3724 */
Eliad Peller7edebf52011-10-05 11:55:52 +02003725 if (test_bit(wlvif->dev_role_id, wl->roc_map)) {
3726 ret = wl12xx_croc(wl,
3727 wlvif->dev_role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03003728 if (ret < 0)
3729 goto out;
3730 }
3731
Eliad Peller0603d892011-10-05 11:55:51 +02003732 wl1271_unjoin(wl, wlvif);
Eliad Peller679a6732011-10-11 11:55:44 +02003733 if (!(conf_flags & IEEE80211_CONF_IDLE))
3734 wl12xx_start_dev(wl, wlvif);
Eliad Peller30df14d2011-04-05 19:13:28 +03003735 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003736 }
3737 }
Juuso Oikarinen8a5a37a2009-10-08 21:56:24 +03003738
Eliad Pellerd192d262011-05-24 14:33:08 +03003739 if (changed & BSS_CHANGED_IBSS) {
3740 wl1271_debug(DEBUG_ADHOC, "ibss_joined: %d",
3741 bss_conf->ibss_joined);
3742
3743 if (bss_conf->ibss_joined) {
3744 u32 rates = bss_conf->basic_rates;
Eliad Peller87fbcb02011-10-05 11:55:41 +02003745 wlvif->basic_rate_set =
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003746 wl1271_tx_enabled_rates_get(wl, rates,
Eliad Peller1b92f152011-10-10 10:13:09 +02003747 wlvif->band);
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003748 wlvif->basic_rate =
Eliad Peller87fbcb02011-10-05 11:55:41 +02003749 wl1271_tx_min_rate_get(wl,
3750 wlvif->basic_rate_set);
Eliad Pellerd192d262011-05-24 14:33:08 +03003751
Shahar Levi06b660e2011-09-05 13:54:36 +03003752 /* by default, use 11b + OFDM rates */
Eliad Peller30d0c8f2011-10-05 11:55:42 +02003753 wlvif->rate_set = CONF_TX_IBSS_DEFAULT_RATES;
3754 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Eliad Pellerd192d262011-05-24 14:33:08 +03003755 if (ret < 0)
3756 goto out;
3757 }
3758 }
3759
Eliad Peller0603d892011-10-05 11:55:51 +02003760 ret = wl1271_bss_erp_info_changed(wl, vif, bss_conf, changed);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003761 if (ret < 0)
3762 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003763
Juuso Oikarinenca52a5e2010-07-08 17:50:02 +03003764 if (changed & BSS_CHANGED_ARP_FILTER) {
3765 __be32 addr = bss_conf->arp_addr_list[0];
Eliad Peller536129c2011-10-05 11:55:45 +02003766 WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS);
Juuso Oikarinenca52a5e2010-07-08 17:50:02 +03003767
Eliad Pellerc5312772010-12-09 11:31:27 +02003768 if (bss_conf->arp_addr_cnt == 1 &&
3769 bss_conf->arp_filter_enabled) {
3770 /*
3771 * The template should have been configured only upon
3772 * association. however, it seems that the correct ip
3773 * isn't being set (when sending), so we have to
3774 * reconfigure the template upon every ip change.
3775 */
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003776 ret = wl1271_cmd_build_arp_rsp(wl, wlvif, addr);
Eliad Pellerc5312772010-12-09 11:31:27 +02003777 if (ret < 0) {
3778 wl1271_warning("build arp rsp failed: %d", ret);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003779 goto out;
Eliad Pellerc5312772010-12-09 11:31:27 +02003780 }
3781
Eliad Peller0603d892011-10-05 11:55:51 +02003782 ret = wl1271_acx_arp_ip_filter(wl, wlvif,
Eliad Pellere5e2f242011-01-24 19:19:03 +01003783 ACX_ARP_FILTER_ARP_FILTERING,
Eliad Pellerc5312772010-12-09 11:31:27 +02003784 addr);
3785 } else
Eliad Peller0603d892011-10-05 11:55:51 +02003786 ret = wl1271_acx_arp_ip_filter(wl, wlvif, 0, addr);
Juuso Oikarinenca52a5e2010-07-08 17:50:02 +03003787
3788 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003789 goto out;
Juuso Oikarinenca52a5e2010-07-08 17:50:02 +03003790 }
3791
Juuso Oikarinen8bf29b02010-02-18 13:25:51 +02003792 if (do_join) {
Eliad Peller87fbcb02011-10-05 11:55:41 +02003793 ret = wl1271_join(wl, wlvif, set_assoc);
Juuso Oikarinen8bf29b02010-02-18 13:25:51 +02003794 if (ret < 0) {
3795 wl1271_warning("cmd join failed %d", ret);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003796 goto out;
Juuso Oikarinen8bf29b02010-02-18 13:25:51 +02003797 }
Eliad Peller251c1772011-08-14 13:17:17 +03003798
3799 /* ROC until connected (after EAPOL exchange) */
3800 if (!is_ibss) {
Eliad Peller1b92f152011-10-10 10:13:09 +02003801 ret = wl12xx_roc(wl, wlvif, wlvif->role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03003802 if (ret < 0)
3803 goto out;
3804
Eliad Pellerba8447f2011-10-10 10:13:00 +02003805 wl1271_check_operstate(wl, wlvif,
Eliad Peller251c1772011-08-14 13:17:17 +03003806 ieee80211_get_operstate(vif));
3807 }
3808 /*
3809 * stop device role if started (we might already be in
Eliad Peller92e712d2011-12-18 20:25:43 +02003810 * STA/IBSS role).
Eliad Peller251c1772011-08-14 13:17:17 +03003811 */
Eliad Peller92e712d2011-12-18 20:25:43 +02003812 if (wl12xx_dev_role_started(wlvif)) {
Eliad Peller679a6732011-10-11 11:55:44 +02003813 ret = wl12xx_stop_dev(wl, wlvif);
Eliad Peller251c1772011-08-14 13:17:17 +03003814 if (ret < 0)
3815 goto out;
3816 }
Juuso Oikarinenc1899552010-03-26 12:53:32 +02003817 }
3818
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003819 /* Handle new association with HT. Do this after join. */
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003820 if (sta_exists) {
3821 if ((changed & BSS_CHANGED_HT) &&
3822 (bss_conf->channel_type != NL80211_CHAN_NO_HT)) {
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003823 ret = wl1271_acx_set_ht_capabilities(wl,
3824 &sta_ht_cap,
3825 true,
Eliad Peller154da672011-10-05 11:55:53 +02003826 wlvif->sta.hlid);
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003827 if (ret < 0) {
3828 wl1271_warning("Set ht cap true failed %d",
3829 ret);
3830 goto out;
3831 }
3832 }
3833 /* handle new association without HT and disassociation */
3834 else if (changed & BSS_CHANGED_ASSOC) {
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003835 ret = wl1271_acx_set_ht_capabilities(wl,
3836 &sta_ht_cap,
3837 false,
Eliad Peller154da672011-10-05 11:55:53 +02003838 wlvif->sta.hlid);
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003839 if (ret < 0) {
3840 wl1271_warning("Set ht cap false failed %d",
3841 ret);
3842 goto out;
3843 }
3844 }
3845 }
3846
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003847 /* Handle HT information change. Done after join. */
3848 if ((changed & BSS_CHANGED_HT) &&
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003849 (bss_conf->channel_type != NL80211_CHAN_NO_HT)) {
Eliad Peller0603d892011-10-05 11:55:51 +02003850 ret = wl1271_acx_set_ht_information(wl, wlvif,
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003851 bss_conf->ht_operation_mode);
3852 if (ret < 0) {
3853 wl1271_warning("Set ht information failed %d", ret);
3854 goto out;
3855 }
3856 }
3857
Arik Nemtsove78a2872010-10-16 19:07:21 +02003858out:
3859 return;
3860}
3861
3862static void wl1271_op_bss_info_changed(struct ieee80211_hw *hw,
3863 struct ieee80211_vif *vif,
3864 struct ieee80211_bss_conf *bss_conf,
3865 u32 changed)
3866{
3867 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02003868 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
3869 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003870 int ret;
3871
3872 wl1271_debug(DEBUG_MAC80211, "mac80211 bss info changed 0x%x",
3873 (int)changed);
3874
3875 mutex_lock(&wl->mutex);
3876
3877 if (unlikely(wl->state == WL1271_STATE_OFF))
3878 goto out;
3879
Eliad Peller10c8cd02011-10-10 10:13:06 +02003880 if (unlikely(!test_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags)))
3881 goto out;
3882
Ido Yariva6208652011-03-01 15:14:41 +02003883 ret = wl1271_ps_elp_wakeup(wl);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003884 if (ret < 0)
3885 goto out;
3886
3887 if (is_ap)
3888 wl1271_bss_info_changed_ap(wl, vif, bss_conf, changed);
3889 else
3890 wl1271_bss_info_changed_sta(wl, vif, bss_conf, changed);
3891
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003892 wl1271_ps_elp_sleep(wl);
3893
3894out:
3895 mutex_unlock(&wl->mutex);
3896}
3897
Eliad Peller8a3a3c82011-10-02 10:15:52 +02003898static int wl1271_op_conf_tx(struct ieee80211_hw *hw,
3899 struct ieee80211_vif *vif, u16 queue,
Kalle Valoc6999d82010-02-18 13:25:41 +02003900 const struct ieee80211_tx_queue_params *params)
3901{
3902 struct wl1271 *wl = hw->priv;
Eliad Peller0603d892011-10-05 11:55:51 +02003903 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Kalle Valo4695dc92010-03-18 12:26:38 +02003904 u8 ps_scheme;
Arik Nemtsov488fc542010-10-16 20:33:45 +02003905 int ret = 0;
Kalle Valoc6999d82010-02-18 13:25:41 +02003906
3907 mutex_lock(&wl->mutex);
3908
3909 wl1271_debug(DEBUG_MAC80211, "mac80211 conf tx %d", queue);
3910
Kalle Valo4695dc92010-03-18 12:26:38 +02003911 if (params->uapsd)
3912 ps_scheme = CONF_PS_SCHEME_UPSD_TRIGGER;
3913 else
3914 ps_scheme = CONF_PS_SCHEME_LEGACY;
3915
Eliad Peller5b37ddf2011-12-18 20:25:40 +02003916 if (!test_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags))
Eliad Pellerc1b193e2011-03-23 22:22:15 +02003917 goto out;
Arik Nemtsov488fc542010-10-16 20:33:45 +02003918
Eliad Pellerc1b193e2011-03-23 22:22:15 +02003919 ret = wl1271_ps_elp_wakeup(wl);
3920 if (ret < 0)
3921 goto out;
Arik Nemtsov488fc542010-10-16 20:33:45 +02003922
Eliad Pellerc1b193e2011-03-23 22:22:15 +02003923 /*
3924 * the txop is confed in units of 32us by the mac80211,
3925 * we need us
3926 */
Eliad Peller0603d892011-10-05 11:55:51 +02003927 ret = wl1271_acx_ac_cfg(wl, wlvif, wl1271_tx_get_queue(queue),
Eliad Pellerc1b193e2011-03-23 22:22:15 +02003928 params->cw_min, params->cw_max,
3929 params->aifs, params->txop << 5);
3930 if (ret < 0)
3931 goto out_sleep;
3932
Eliad Peller0603d892011-10-05 11:55:51 +02003933 ret = wl1271_acx_tid_cfg(wl, wlvif, wl1271_tx_get_queue(queue),
Eliad Pellerc1b193e2011-03-23 22:22:15 +02003934 CONF_CHANNEL_TYPE_EDCF,
3935 wl1271_tx_get_queue(queue),
3936 ps_scheme, CONF_ACK_POLICY_LEGACY,
3937 0, 0);
Kalle Valoc82c1dd2010-02-18 13:25:47 +02003938
3939out_sleep:
Eliad Pellerc1b193e2011-03-23 22:22:15 +02003940 wl1271_ps_elp_sleep(wl);
Kalle Valoc6999d82010-02-18 13:25:41 +02003941
3942out:
3943 mutex_unlock(&wl->mutex);
3944
3945 return ret;
3946}
3947
Eliad Peller37a41b42011-09-21 14:06:11 +03003948static u64 wl1271_op_get_tsf(struct ieee80211_hw *hw,
3949 struct ieee80211_vif *vif)
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03003950{
3951
3952 struct wl1271 *wl = hw->priv;
Eliad Peller9c531142012-01-31 11:57:18 +02003953 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03003954 u64 mactime = ULLONG_MAX;
3955 int ret;
3956
3957 wl1271_debug(DEBUG_MAC80211, "mac80211 get tsf");
3958
3959 mutex_lock(&wl->mutex);
3960
Juuso Oikarinenf8d98022010-10-26 13:24:39 +02003961 if (unlikely(wl->state == WL1271_STATE_OFF))
3962 goto out;
3963
Ido Yariva6208652011-03-01 15:14:41 +02003964 ret = wl1271_ps_elp_wakeup(wl);
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03003965 if (ret < 0)
3966 goto out;
3967
Eliad Peller9c531142012-01-31 11:57:18 +02003968 ret = wl12xx_acx_tsf_info(wl, wlvif, &mactime);
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03003969 if (ret < 0)
3970 goto out_sleep;
3971
3972out_sleep:
3973 wl1271_ps_elp_sleep(wl);
3974
3975out:
3976 mutex_unlock(&wl->mutex);
3977 return mactime;
3978}
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003979
John W. Linvilleece550d2010-07-28 16:41:06 -04003980static int wl1271_op_get_survey(struct ieee80211_hw *hw, int idx,
3981 struct survey_info *survey)
3982{
3983 struct wl1271 *wl = hw->priv;
3984 struct ieee80211_conf *conf = &hw->conf;
Juuso Oikarinenb739a422010-10-26 13:24:38 +02003985
John W. Linvilleece550d2010-07-28 16:41:06 -04003986 if (idx != 0)
3987 return -ENOENT;
Juuso Oikarinenb739a422010-10-26 13:24:38 +02003988
John W. Linvilleece550d2010-07-28 16:41:06 -04003989 survey->channel = conf->channel;
3990 survey->filled = SURVEY_INFO_NOISE_DBM;
3991 survey->noise = wl->noise;
Juuso Oikarinenb739a422010-10-26 13:24:38 +02003992
John W. Linvilleece550d2010-07-28 16:41:06 -04003993 return 0;
3994}
3995
Arik Nemtsov409622e2011-02-23 00:22:29 +02003996static int wl1271_allocate_sta(struct wl1271 *wl,
Eliad Pellerc7ffb902011-10-05 11:56:05 +02003997 struct wl12xx_vif *wlvif,
3998 struct ieee80211_sta *sta)
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02003999{
4000 struct wl1271_station *wl_sta;
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004001 int ret;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004002
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004003
4004 if (wl->active_sta_count >= AP_MAX_STATIONS) {
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004005 wl1271_warning("could not allocate HLID - too much stations");
4006 return -EBUSY;
4007 }
4008
4009 wl_sta = (struct wl1271_station *)sta->drv_priv;
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004010 ret = wl12xx_allocate_link(wl, wlvif, &wl_sta->hlid);
4011 if (ret < 0) {
4012 wl1271_warning("could not allocate HLID - too many links");
4013 return -EBUSY;
4014 }
4015
4016 set_bit(wl_sta->hlid, wlvif->ap.sta_hlid_map);
Arik Nemtsovb622d992011-02-23 00:22:31 +02004017 memcpy(wl->links[wl_sta->hlid].addr, sta->addr, ETH_ALEN);
Arik Nemtsovda032092011-08-25 12:43:15 +03004018 wl->active_sta_count++;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004019 return 0;
4020}
4021
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004022void wl1271_free_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid)
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004023{
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004024 if (!test_bit(hlid, wlvif->ap.sta_hlid_map))
Arik Nemtsovf1acea92011-08-25 12:43:17 +03004025 return;
4026
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004027 clear_bit(hlid, wlvif->ap.sta_hlid_map);
Arik Nemtsovb622d992011-02-23 00:22:31 +02004028 memset(wl->links[hlid].addr, 0, ETH_ALEN);
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004029 wl->links[hlid].ba_bitmap = 0;
Arik Nemtsova8c0ddb2011-02-23 00:22:26 +02004030 wl1271_tx_reset_link_queues(wl, hlid);
Arik Nemtsovb622d992011-02-23 00:22:31 +02004031 __clear_bit(hlid, &wl->ap_ps_map);
4032 __clear_bit(hlid, (unsigned long *)&wl->ap_fw_ps_map);
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004033 wl12xx_free_link(wl, wlvif, &hlid);
Arik Nemtsovda032092011-08-25 12:43:15 +03004034 wl->active_sta_count--;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004035}
4036
4037static int wl1271_op_sta_add(struct ieee80211_hw *hw,
4038 struct ieee80211_vif *vif,
4039 struct ieee80211_sta *sta)
4040{
4041 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02004042 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004043 struct wl1271_station *wl_sta;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004044 int ret = 0;
4045 u8 hlid;
4046
4047 mutex_lock(&wl->mutex);
4048
4049 if (unlikely(wl->state == WL1271_STATE_OFF))
4050 goto out;
4051
Eliad Peller536129c2011-10-05 11:55:45 +02004052 if (wlvif->bss_type != BSS_TYPE_AP_BSS)
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004053 goto out;
4054
4055 wl1271_debug(DEBUG_MAC80211, "mac80211 add sta %d", (int)sta->aid);
4056
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004057 ret = wl1271_allocate_sta(wl, wlvif, sta);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004058 if (ret < 0)
4059 goto out;
4060
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004061 wl_sta = (struct wl1271_station *)sta->drv_priv;
4062 hlid = wl_sta->hlid;
4063
Ido Yariva6208652011-03-01 15:14:41 +02004064 ret = wl1271_ps_elp_wakeup(wl);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004065 if (ret < 0)
Arik Nemtsov409622e2011-02-23 00:22:29 +02004066 goto out_free_sta;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004067
Eliad Peller1b92f152011-10-10 10:13:09 +02004068 ret = wl12xx_cmd_add_peer(wl, wlvif, sta, hlid);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004069 if (ret < 0)
4070 goto out_sleep;
4071
Eliad Pellerb67476e2011-08-14 13:17:23 +03004072 ret = wl12xx_cmd_set_peer_state(wl, hlid);
4073 if (ret < 0)
4074 goto out_sleep;
4075
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03004076 ret = wl1271_acx_set_ht_capabilities(wl, &sta->ht_cap, true, hlid);
4077 if (ret < 0)
4078 goto out_sleep;
4079
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004080out_sleep:
4081 wl1271_ps_elp_sleep(wl);
4082
Arik Nemtsov409622e2011-02-23 00:22:29 +02004083out_free_sta:
4084 if (ret < 0)
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004085 wl1271_free_sta(wl, wlvif, hlid);
Arik Nemtsov409622e2011-02-23 00:22:29 +02004086
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004087out:
4088 mutex_unlock(&wl->mutex);
4089 return ret;
4090}
4091
4092static int wl1271_op_sta_remove(struct ieee80211_hw *hw,
4093 struct ieee80211_vif *vif,
4094 struct ieee80211_sta *sta)
4095{
4096 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02004097 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004098 struct wl1271_station *wl_sta;
4099 int ret = 0, id;
4100
4101 mutex_lock(&wl->mutex);
4102
4103 if (unlikely(wl->state == WL1271_STATE_OFF))
4104 goto out;
4105
Eliad Peller536129c2011-10-05 11:55:45 +02004106 if (wlvif->bss_type != BSS_TYPE_AP_BSS)
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004107 goto out;
4108
4109 wl1271_debug(DEBUG_MAC80211, "mac80211 remove sta %d", (int)sta->aid);
4110
4111 wl_sta = (struct wl1271_station *)sta->drv_priv;
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004112 id = wl_sta->hlid;
4113 if (WARN_ON(!test_bit(id, wlvif->ap.sta_hlid_map)))
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004114 goto out;
4115
Ido Yariva6208652011-03-01 15:14:41 +02004116 ret = wl1271_ps_elp_wakeup(wl);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004117 if (ret < 0)
4118 goto out;
4119
Eliad Pellerc690ec82011-08-14 13:17:07 +03004120 ret = wl12xx_cmd_remove_peer(wl, wl_sta->hlid);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004121 if (ret < 0)
4122 goto out_sleep;
4123
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004124 wl1271_free_sta(wl, wlvif, wl_sta->hlid);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004125
4126out_sleep:
4127 wl1271_ps_elp_sleep(wl);
4128
4129out:
4130 mutex_unlock(&wl->mutex);
4131 return ret;
4132}
4133
Luciano Coelho4623ec72011-03-21 19:26:41 +02004134static int wl1271_op_ampdu_action(struct ieee80211_hw *hw,
4135 struct ieee80211_vif *vif,
4136 enum ieee80211_ampdu_mlme_action action,
4137 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
4138 u8 buf_size)
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004139{
4140 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02004141 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004142 int ret;
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004143 u8 hlid, *ba_bitmap;
4144
4145 wl1271_debug(DEBUG_MAC80211, "mac80211 ampdu action %d tid %d", action,
4146 tid);
4147
4148 /* sanity check - the fields in FW are only 8bits wide */
4149 if (WARN_ON(tid > 0xFF))
4150 return -ENOTSUPP;
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004151
4152 mutex_lock(&wl->mutex);
4153
4154 if (unlikely(wl->state == WL1271_STATE_OFF)) {
4155 ret = -EAGAIN;
4156 goto out;
4157 }
4158
Eliad Peller536129c2011-10-05 11:55:45 +02004159 if (wlvif->bss_type == BSS_TYPE_STA_BSS) {
Eliad Peller154da672011-10-05 11:55:53 +02004160 hlid = wlvif->sta.hlid;
Eliad Pellerd0802ab2011-10-05 11:56:04 +02004161 ba_bitmap = &wlvif->sta.ba_rx_bitmap;
Eliad Peller536129c2011-10-05 11:55:45 +02004162 } else if (wlvif->bss_type == BSS_TYPE_AP_BSS) {
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004163 struct wl1271_station *wl_sta;
4164
4165 wl_sta = (struct wl1271_station *)sta->drv_priv;
4166 hlid = wl_sta->hlid;
4167 ba_bitmap = &wl->links[hlid].ba_bitmap;
4168 } else {
4169 ret = -EINVAL;
4170 goto out;
4171 }
4172
Ido Yariva6208652011-03-01 15:14:41 +02004173 ret = wl1271_ps_elp_wakeup(wl);
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004174 if (ret < 0)
4175 goto out;
4176
Shahar Levi70559a02011-05-22 16:10:22 +03004177 wl1271_debug(DEBUG_MAC80211, "mac80211 ampdu: Rx tid %d action %d",
4178 tid, action);
4179
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004180 switch (action) {
4181 case IEEE80211_AMPDU_RX_START:
Eliad Pellerd0802ab2011-10-05 11:56:04 +02004182 if (!wlvif->ba_support || !wlvif->ba_allowed) {
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004183 ret = -ENOTSUPP;
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004184 break;
4185 }
4186
4187 if (wl->ba_rx_session_count >= RX_BA_MAX_SESSIONS) {
4188 ret = -EBUSY;
4189 wl1271_error("exceeded max RX BA sessions");
4190 break;
4191 }
4192
4193 if (*ba_bitmap & BIT(tid)) {
4194 ret = -EINVAL;
4195 wl1271_error("cannot enable RX BA session on active "
4196 "tid: %d", tid);
4197 break;
4198 }
4199
4200 ret = wl12xx_acx_set_ba_receiver_session(wl, tid, *ssn, true,
4201 hlid);
4202 if (!ret) {
4203 *ba_bitmap |= BIT(tid);
4204 wl->ba_rx_session_count++;
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004205 }
4206 break;
4207
4208 case IEEE80211_AMPDU_RX_STOP:
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004209 if (!(*ba_bitmap & BIT(tid))) {
4210 ret = -EINVAL;
4211 wl1271_error("no active RX BA session on tid: %d",
4212 tid);
4213 break;
4214 }
4215
4216 ret = wl12xx_acx_set_ba_receiver_session(wl, tid, 0, false,
4217 hlid);
4218 if (!ret) {
4219 *ba_bitmap &= ~BIT(tid);
4220 wl->ba_rx_session_count--;
4221 }
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004222 break;
4223
4224 /*
4225 * The BA initiator session management in FW independently.
4226 * Falling break here on purpose for all TX APDU commands.
4227 */
4228 case IEEE80211_AMPDU_TX_START:
4229 case IEEE80211_AMPDU_TX_STOP:
4230 case IEEE80211_AMPDU_TX_OPERATIONAL:
4231 ret = -EINVAL;
4232 break;
4233
4234 default:
4235 wl1271_error("Incorrect ampdu action id=%x\n", action);
4236 ret = -EINVAL;
4237 }
4238
4239 wl1271_ps_elp_sleep(wl);
4240
4241out:
4242 mutex_unlock(&wl->mutex);
4243
4244 return ret;
4245}
4246
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004247static int wl12xx_set_bitrate_mask(struct ieee80211_hw *hw,
4248 struct ieee80211_vif *vif,
4249 const struct cfg80211_bitrate_mask *mask)
4250{
Eliad Peller83587502011-10-10 10:12:53 +02004251 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004252 struct wl1271 *wl = hw->priv;
Eliad Pellerd6fa37c2011-10-11 11:57:39 +02004253 int i, ret = 0;
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004254
4255 wl1271_debug(DEBUG_MAC80211, "mac80211 set_bitrate_mask 0x%x 0x%x",
4256 mask->control[NL80211_BAND_2GHZ].legacy,
4257 mask->control[NL80211_BAND_5GHZ].legacy);
4258
4259 mutex_lock(&wl->mutex);
4260
4261 for (i = 0; i < IEEE80211_NUM_BANDS; i++)
Eliad Peller83587502011-10-10 10:12:53 +02004262 wlvif->bitrate_masks[i] =
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004263 wl1271_tx_enabled_rates_get(wl,
4264 mask->control[i].legacy,
4265 i);
Eliad Pellerd6fa37c2011-10-11 11:57:39 +02004266
4267 if (unlikely(wl->state == WL1271_STATE_OFF))
4268 goto out;
4269
4270 if (wlvif->bss_type == BSS_TYPE_STA_BSS &&
4271 !test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags)) {
4272
4273 ret = wl1271_ps_elp_wakeup(wl);
4274 if (ret < 0)
4275 goto out;
4276
4277 wl1271_set_band_rate(wl, wlvif);
4278 wlvif->basic_rate =
4279 wl1271_tx_min_rate_get(wl, wlvif->basic_rate_set);
4280 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
4281
4282 wl1271_ps_elp_sleep(wl);
4283 }
4284out:
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004285 mutex_unlock(&wl->mutex);
4286
Eliad Pellerd6fa37c2011-10-11 11:57:39 +02004287 return ret;
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004288}
4289
Shahar Levi6d158ff2011-09-08 13:01:33 +03004290static void wl12xx_op_channel_switch(struct ieee80211_hw *hw,
4291 struct ieee80211_channel_switch *ch_switch)
4292{
4293 struct wl1271 *wl = hw->priv;
Eliad Peller52630c52011-10-10 10:13:08 +02004294 struct wl12xx_vif *wlvif;
Shahar Levi6d158ff2011-09-08 13:01:33 +03004295 int ret;
4296
4297 wl1271_debug(DEBUG_MAC80211, "mac80211 channel switch");
4298
4299 mutex_lock(&wl->mutex);
4300
4301 if (unlikely(wl->state == WL1271_STATE_OFF)) {
Eliad Peller6e8cd332011-10-10 10:13:13 +02004302 wl12xx_for_each_wlvif_sta(wl, wlvif) {
4303 struct ieee80211_vif *vif = wl12xx_wlvif_to_vif(wlvif);
4304 ieee80211_chswitch_done(vif, false);
4305 }
4306 goto out;
Shahar Levi6d158ff2011-09-08 13:01:33 +03004307 }
4308
4309 ret = wl1271_ps_elp_wakeup(wl);
4310 if (ret < 0)
4311 goto out;
4312
Eliad Peller52630c52011-10-10 10:13:08 +02004313 /* TODO: change mac80211 to pass vif as param */
4314 wl12xx_for_each_wlvif_sta(wl, wlvif) {
Eliad Peller8332f0f2012-01-31 11:57:19 +02004315 ret = wl12xx_cmd_channel_switch(wl, wlvif, ch_switch);
Shahar Levi6d158ff2011-09-08 13:01:33 +03004316
Eliad Peller52630c52011-10-10 10:13:08 +02004317 if (!ret)
4318 set_bit(WLVIF_FLAG_CS_PROGRESS, &wlvif->flags);
4319 }
Shahar Levi6d158ff2011-09-08 13:01:33 +03004320
4321 wl1271_ps_elp_sleep(wl);
4322
4323out:
4324 mutex_unlock(&wl->mutex);
4325}
4326
Arik Nemtsov33437892011-04-26 23:35:39 +03004327static bool wl1271_tx_frames_pending(struct ieee80211_hw *hw)
4328{
4329 struct wl1271 *wl = hw->priv;
4330 bool ret = false;
4331
4332 mutex_lock(&wl->mutex);
4333
4334 if (unlikely(wl->state == WL1271_STATE_OFF))
4335 goto out;
4336
4337 /* packets are considered pending if in the TX queue or the FW */
Arik Nemtsovf1a46382011-07-07 14:25:23 +03004338 ret = (wl1271_tx_total_queue_count(wl) > 0) || (wl->tx_frames_cnt > 0);
Arik Nemtsov33437892011-04-26 23:35:39 +03004339out:
4340 mutex_unlock(&wl->mutex);
4341
4342 return ret;
4343}
4344
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004345/* can't be const, mac80211 writes to this */
4346static struct ieee80211_rate wl1271_rates[] = {
4347 { .bitrate = 10,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004348 .hw_value = CONF_HW_BIT_RATE_1MBPS,
4349 .hw_value_short = CONF_HW_BIT_RATE_1MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004350 { .bitrate = 20,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004351 .hw_value = CONF_HW_BIT_RATE_2MBPS,
4352 .hw_value_short = CONF_HW_BIT_RATE_2MBPS,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004353 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
4354 { .bitrate = 55,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004355 .hw_value = CONF_HW_BIT_RATE_5_5MBPS,
4356 .hw_value_short = CONF_HW_BIT_RATE_5_5MBPS,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004357 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
4358 { .bitrate = 110,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004359 .hw_value = CONF_HW_BIT_RATE_11MBPS,
4360 .hw_value_short = CONF_HW_BIT_RATE_11MBPS,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004361 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
4362 { .bitrate = 60,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004363 .hw_value = CONF_HW_BIT_RATE_6MBPS,
4364 .hw_value_short = CONF_HW_BIT_RATE_6MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004365 { .bitrate = 90,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004366 .hw_value = CONF_HW_BIT_RATE_9MBPS,
4367 .hw_value_short = CONF_HW_BIT_RATE_9MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004368 { .bitrate = 120,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004369 .hw_value = CONF_HW_BIT_RATE_12MBPS,
4370 .hw_value_short = CONF_HW_BIT_RATE_12MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004371 { .bitrate = 180,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004372 .hw_value = CONF_HW_BIT_RATE_18MBPS,
4373 .hw_value_short = CONF_HW_BIT_RATE_18MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004374 { .bitrate = 240,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004375 .hw_value = CONF_HW_BIT_RATE_24MBPS,
4376 .hw_value_short = CONF_HW_BIT_RATE_24MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004377 { .bitrate = 360,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004378 .hw_value = CONF_HW_BIT_RATE_36MBPS,
4379 .hw_value_short = CONF_HW_BIT_RATE_36MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004380 { .bitrate = 480,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004381 .hw_value = CONF_HW_BIT_RATE_48MBPS,
4382 .hw_value_short = CONF_HW_BIT_RATE_48MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004383 { .bitrate = 540,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004384 .hw_value = CONF_HW_BIT_RATE_54MBPS,
4385 .hw_value_short = CONF_HW_BIT_RATE_54MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004386};
4387
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004388/* can't be const, mac80211 writes to this */
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004389static struct ieee80211_channel wl1271_channels[] = {
Luciano Coelhoa2d0e3f2009-12-11 15:40:46 +02004390 { .hw_value = 1, .center_freq = 2412, .max_power = 25 },
Juuso Oikarinenfa21c7a2010-08-10 08:22:02 +02004391 { .hw_value = 2, .center_freq = 2417, .max_power = 25 },
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004392 { .hw_value = 3, .center_freq = 2422, .max_power = 25 },
4393 { .hw_value = 4, .center_freq = 2427, .max_power = 25 },
4394 { .hw_value = 5, .center_freq = 2432, .max_power = 25 },
Juuso Oikarinenfa21c7a2010-08-10 08:22:02 +02004395 { .hw_value = 6, .center_freq = 2437, .max_power = 25 },
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004396 { .hw_value = 7, .center_freq = 2442, .max_power = 25 },
4397 { .hw_value = 8, .center_freq = 2447, .max_power = 25 },
4398 { .hw_value = 9, .center_freq = 2452, .max_power = 25 },
Juuso Oikarinenfa21c7a2010-08-10 08:22:02 +02004399 { .hw_value = 10, .center_freq = 2457, .max_power = 25 },
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004400 { .hw_value = 11, .center_freq = 2462, .max_power = 25 },
4401 { .hw_value = 12, .center_freq = 2467, .max_power = 25 },
4402 { .hw_value = 13, .center_freq = 2472, .max_power = 25 },
Arik Nemtsov6c89b7b2011-01-18 20:39:52 +01004403 { .hw_value = 14, .center_freq = 2484, .max_power = 25 },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004404};
4405
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004406/* mapping to indexes for wl1271_rates */
Tobias Klausera0ea9492010-05-20 10:38:11 +02004407static const u8 wl1271_rate_to_idx_2ghz[] = {
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004408 /* MCS rates are used only with 11n */
Shahar Levi18357852010-10-13 16:09:41 +02004409 7, /* CONF_HW_RXTX_RATE_MCS7 */
4410 6, /* CONF_HW_RXTX_RATE_MCS6 */
4411 5, /* CONF_HW_RXTX_RATE_MCS5 */
4412 4, /* CONF_HW_RXTX_RATE_MCS4 */
4413 3, /* CONF_HW_RXTX_RATE_MCS3 */
4414 2, /* CONF_HW_RXTX_RATE_MCS2 */
4415 1, /* CONF_HW_RXTX_RATE_MCS1 */
4416 0, /* CONF_HW_RXTX_RATE_MCS0 */
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004417
4418 11, /* CONF_HW_RXTX_RATE_54 */
4419 10, /* CONF_HW_RXTX_RATE_48 */
4420 9, /* CONF_HW_RXTX_RATE_36 */
4421 8, /* CONF_HW_RXTX_RATE_24 */
4422
4423 /* TI-specific rate */
4424 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_22 */
4425
4426 7, /* CONF_HW_RXTX_RATE_18 */
4427 6, /* CONF_HW_RXTX_RATE_12 */
4428 3, /* CONF_HW_RXTX_RATE_11 */
4429 5, /* CONF_HW_RXTX_RATE_9 */
4430 4, /* CONF_HW_RXTX_RATE_6 */
4431 2, /* CONF_HW_RXTX_RATE_5_5 */
4432 1, /* CONF_HW_RXTX_RATE_2 */
4433 0 /* CONF_HW_RXTX_RATE_1 */
4434};
4435
Shahar Levie8b03a22010-10-13 16:09:39 +02004436/* 11n STA capabilities */
4437#define HW_RX_HIGHEST_RATE 72
4438
Shahar Levi00d20102010-11-08 11:20:10 +00004439#define WL12XX_HT_CAP { \
Shahar Levi871d0c32011-03-13 11:24:40 +02004440 .cap = IEEE80211_HT_CAP_GRN_FLD | IEEE80211_HT_CAP_SGI_20 | \
4441 (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT), \
Shahar Levie8b03a22010-10-13 16:09:39 +02004442 .ht_supported = true, \
4443 .ampdu_factor = IEEE80211_HT_MAX_AMPDU_8K, \
4444 .ampdu_density = IEEE80211_HT_MPDU_DENSITY_8, \
4445 .mcs = { \
4446 .rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, \
4447 .rx_highest = cpu_to_le16(HW_RX_HIGHEST_RATE), \
4448 .tx_params = IEEE80211_HT_MCS_TX_DEFINED, \
4449 }, \
4450}
4451
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004452/* can't be const, mac80211 writes to this */
4453static struct ieee80211_supported_band wl1271_band_2ghz = {
4454 .channels = wl1271_channels,
4455 .n_channels = ARRAY_SIZE(wl1271_channels),
4456 .bitrates = wl1271_rates,
4457 .n_bitrates = ARRAY_SIZE(wl1271_rates),
Shahar Levi00d20102010-11-08 11:20:10 +00004458 .ht_cap = WL12XX_HT_CAP,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004459};
4460
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004461/* 5 GHz data rates for WL1273 */
4462static struct ieee80211_rate wl1271_rates_5ghz[] = {
4463 { .bitrate = 60,
4464 .hw_value = CONF_HW_BIT_RATE_6MBPS,
4465 .hw_value_short = CONF_HW_BIT_RATE_6MBPS, },
4466 { .bitrate = 90,
4467 .hw_value = CONF_HW_BIT_RATE_9MBPS,
4468 .hw_value_short = CONF_HW_BIT_RATE_9MBPS, },
4469 { .bitrate = 120,
4470 .hw_value = CONF_HW_BIT_RATE_12MBPS,
4471 .hw_value_short = CONF_HW_BIT_RATE_12MBPS, },
4472 { .bitrate = 180,
4473 .hw_value = CONF_HW_BIT_RATE_18MBPS,
4474 .hw_value_short = CONF_HW_BIT_RATE_18MBPS, },
4475 { .bitrate = 240,
4476 .hw_value = CONF_HW_BIT_RATE_24MBPS,
4477 .hw_value_short = CONF_HW_BIT_RATE_24MBPS, },
4478 { .bitrate = 360,
4479 .hw_value = CONF_HW_BIT_RATE_36MBPS,
4480 .hw_value_short = CONF_HW_BIT_RATE_36MBPS, },
4481 { .bitrate = 480,
4482 .hw_value = CONF_HW_BIT_RATE_48MBPS,
4483 .hw_value_short = CONF_HW_BIT_RATE_48MBPS, },
4484 { .bitrate = 540,
4485 .hw_value = CONF_HW_BIT_RATE_54MBPS,
4486 .hw_value_short = CONF_HW_BIT_RATE_54MBPS, },
4487};
4488
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004489/* 5 GHz band channels for WL1273 */
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004490static struct ieee80211_channel wl1271_channels_5ghz[] = {
Arik Nemtsov6cfa5cf2011-06-27 22:06:33 +03004491 { .hw_value = 7, .center_freq = 5035, .max_power = 25 },
4492 { .hw_value = 8, .center_freq = 5040, .max_power = 25 },
4493 { .hw_value = 9, .center_freq = 5045, .max_power = 25 },
4494 { .hw_value = 11, .center_freq = 5055, .max_power = 25 },
4495 { .hw_value = 12, .center_freq = 5060, .max_power = 25 },
4496 { .hw_value = 16, .center_freq = 5080, .max_power = 25 },
4497 { .hw_value = 34, .center_freq = 5170, .max_power = 25 },
4498 { .hw_value = 36, .center_freq = 5180, .max_power = 25 },
4499 { .hw_value = 38, .center_freq = 5190, .max_power = 25 },
4500 { .hw_value = 40, .center_freq = 5200, .max_power = 25 },
4501 { .hw_value = 42, .center_freq = 5210, .max_power = 25 },
4502 { .hw_value = 44, .center_freq = 5220, .max_power = 25 },
4503 { .hw_value = 46, .center_freq = 5230, .max_power = 25 },
4504 { .hw_value = 48, .center_freq = 5240, .max_power = 25 },
4505 { .hw_value = 52, .center_freq = 5260, .max_power = 25 },
4506 { .hw_value = 56, .center_freq = 5280, .max_power = 25 },
4507 { .hw_value = 60, .center_freq = 5300, .max_power = 25 },
4508 { .hw_value = 64, .center_freq = 5320, .max_power = 25 },
4509 { .hw_value = 100, .center_freq = 5500, .max_power = 25 },
4510 { .hw_value = 104, .center_freq = 5520, .max_power = 25 },
4511 { .hw_value = 108, .center_freq = 5540, .max_power = 25 },
4512 { .hw_value = 112, .center_freq = 5560, .max_power = 25 },
4513 { .hw_value = 116, .center_freq = 5580, .max_power = 25 },
4514 { .hw_value = 120, .center_freq = 5600, .max_power = 25 },
4515 { .hw_value = 124, .center_freq = 5620, .max_power = 25 },
4516 { .hw_value = 128, .center_freq = 5640, .max_power = 25 },
4517 { .hw_value = 132, .center_freq = 5660, .max_power = 25 },
4518 { .hw_value = 136, .center_freq = 5680, .max_power = 25 },
4519 { .hw_value = 140, .center_freq = 5700, .max_power = 25 },
4520 { .hw_value = 149, .center_freq = 5745, .max_power = 25 },
4521 { .hw_value = 153, .center_freq = 5765, .max_power = 25 },
4522 { .hw_value = 157, .center_freq = 5785, .max_power = 25 },
4523 { .hw_value = 161, .center_freq = 5805, .max_power = 25 },
4524 { .hw_value = 165, .center_freq = 5825, .max_power = 25 },
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004525};
4526
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004527/* mapping to indexes for wl1271_rates_5ghz */
Tobias Klausera0ea9492010-05-20 10:38:11 +02004528static const u8 wl1271_rate_to_idx_5ghz[] = {
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004529 /* MCS rates are used only with 11n */
Shahar Levi18357852010-10-13 16:09:41 +02004530 7, /* CONF_HW_RXTX_RATE_MCS7 */
4531 6, /* CONF_HW_RXTX_RATE_MCS6 */
4532 5, /* CONF_HW_RXTX_RATE_MCS5 */
4533 4, /* CONF_HW_RXTX_RATE_MCS4 */
4534 3, /* CONF_HW_RXTX_RATE_MCS3 */
4535 2, /* CONF_HW_RXTX_RATE_MCS2 */
4536 1, /* CONF_HW_RXTX_RATE_MCS1 */
4537 0, /* CONF_HW_RXTX_RATE_MCS0 */
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004538
4539 7, /* CONF_HW_RXTX_RATE_54 */
4540 6, /* CONF_HW_RXTX_RATE_48 */
4541 5, /* CONF_HW_RXTX_RATE_36 */
4542 4, /* CONF_HW_RXTX_RATE_24 */
4543
4544 /* TI-specific rate */
4545 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_22 */
4546
4547 3, /* CONF_HW_RXTX_RATE_18 */
4548 2, /* CONF_HW_RXTX_RATE_12 */
4549 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_11 */
4550 1, /* CONF_HW_RXTX_RATE_9 */
4551 0, /* CONF_HW_RXTX_RATE_6 */
4552 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_5_5 */
4553 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_2 */
4554 CONF_HW_RXTX_RATE_UNSUPPORTED /* CONF_HW_RXTX_RATE_1 */
4555};
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004556
4557static struct ieee80211_supported_band wl1271_band_5ghz = {
4558 .channels = wl1271_channels_5ghz,
4559 .n_channels = ARRAY_SIZE(wl1271_channels_5ghz),
4560 .bitrates = wl1271_rates_5ghz,
4561 .n_bitrates = ARRAY_SIZE(wl1271_rates_5ghz),
Shahar Levi00d20102010-11-08 11:20:10 +00004562 .ht_cap = WL12XX_HT_CAP,
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004563};
4564
Tobias Klausera0ea9492010-05-20 10:38:11 +02004565static const u8 *wl1271_band_rate_to_idx[] = {
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004566 [IEEE80211_BAND_2GHZ] = wl1271_rate_to_idx_2ghz,
4567 [IEEE80211_BAND_5GHZ] = wl1271_rate_to_idx_5ghz
4568};
4569
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004570static const struct ieee80211_ops wl1271_ops = {
4571 .start = wl1271_op_start,
4572 .stop = wl1271_op_stop,
4573 .add_interface = wl1271_op_add_interface,
4574 .remove_interface = wl1271_op_remove_interface,
Eliad Pellerc0fad1b2011-12-19 12:00:03 +02004575 .change_interface = wl12xx_op_change_interface,
Luciano Coelhof634a4e2011-05-18 16:51:26 -04004576#ifdef CONFIG_PM
Eliad Peller402e48612011-05-13 11:57:09 +03004577 .suspend = wl1271_op_suspend,
4578 .resume = wl1271_op_resume,
Luciano Coelhof634a4e2011-05-18 16:51:26 -04004579#endif
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004580 .config = wl1271_op_config,
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03004581 .prepare_multicast = wl1271_op_prepare_multicast,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004582 .configure_filter = wl1271_op_configure_filter,
4583 .tx = wl1271_op_tx,
4584 .set_key = wl1271_op_set_key,
4585 .hw_scan = wl1271_op_hw_scan,
Eliad Peller73ecce32011-06-27 13:06:45 +03004586 .cancel_hw_scan = wl1271_op_cancel_hw_scan,
Luciano Coelho33c2c062011-05-10 14:46:02 +03004587 .sched_scan_start = wl1271_op_sched_scan_start,
4588 .sched_scan_stop = wl1271_op_sched_scan_stop,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004589 .bss_info_changed = wl1271_op_bss_info_changed,
Arik Nemtsov68d069c2010-11-08 10:51:07 +01004590 .set_frag_threshold = wl1271_op_set_frag_threshold,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004591 .set_rts_threshold = wl1271_op_set_rts_threshold,
Kalle Valoc6999d82010-02-18 13:25:41 +02004592 .conf_tx = wl1271_op_conf_tx,
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03004593 .get_tsf = wl1271_op_get_tsf,
John W. Linvilleece550d2010-07-28 16:41:06 -04004594 .get_survey = wl1271_op_get_survey,
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004595 .sta_add = wl1271_op_sta_add,
4596 .sta_remove = wl1271_op_sta_remove,
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004597 .ampdu_action = wl1271_op_ampdu_action,
Arik Nemtsov33437892011-04-26 23:35:39 +03004598 .tx_frames_pending = wl1271_tx_frames_pending,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004599 .set_bitrate_mask = wl12xx_set_bitrate_mask,
Shahar Levi6d158ff2011-09-08 13:01:33 +03004600 .channel_switch = wl12xx_op_channel_switch,
Kalle Valoc8c90872010-02-18 13:25:53 +02004601 CFG80211_TESTMODE_CMD(wl1271_tm_cmd)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004602};
4603
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004604
Teemu Paasikivi6a2de932010-10-14 11:00:04 +02004605u8 wl1271_rate_to_idx(int rate, enum ieee80211_band band)
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004606{
4607 u8 idx;
4608
Teemu Paasikivi6a2de932010-10-14 11:00:04 +02004609 BUG_ON(band >= sizeof(wl1271_band_rate_to_idx)/sizeof(u8 *));
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004610
4611 if (unlikely(rate >= CONF_HW_RXTX_RATE_MAX)) {
4612 wl1271_error("Illegal RX rate from HW: %d", rate);
4613 return 0;
4614 }
4615
Teemu Paasikivi6a2de932010-10-14 11:00:04 +02004616 idx = wl1271_band_rate_to_idx[band][rate];
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004617 if (unlikely(idx == CONF_HW_RXTX_RATE_UNSUPPORTED)) {
4618 wl1271_error("Unsupported RX rate from HW: %d", rate);
4619 return 0;
4620 }
4621
4622 return idx;
4623}
4624
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02004625static ssize_t wl1271_sysfs_show_bt_coex_state(struct device *dev,
4626 struct device_attribute *attr,
4627 char *buf)
4628{
4629 struct wl1271 *wl = dev_get_drvdata(dev);
4630 ssize_t len;
4631
Juuso Oikarinen2f63b012010-08-10 06:38:35 +02004632 len = PAGE_SIZE;
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02004633
4634 mutex_lock(&wl->mutex);
4635 len = snprintf(buf, len, "%d\n\n0 - off\n1 - on\n",
4636 wl->sg_enabled);
4637 mutex_unlock(&wl->mutex);
4638
4639 return len;
4640
4641}
4642
4643static ssize_t wl1271_sysfs_store_bt_coex_state(struct device *dev,
4644 struct device_attribute *attr,
4645 const char *buf, size_t count)
4646{
4647 struct wl1271 *wl = dev_get_drvdata(dev);
4648 unsigned long res;
4649 int ret;
4650
Luciano Coelho6277ed62011-04-01 17:49:54 +03004651 ret = kstrtoul(buf, 10, &res);
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02004652 if (ret < 0) {
4653 wl1271_warning("incorrect value written to bt_coex_mode");
4654 return count;
4655 }
4656
4657 mutex_lock(&wl->mutex);
4658
4659 res = !!res;
4660
4661 if (res == wl->sg_enabled)
4662 goto out;
4663
4664 wl->sg_enabled = res;
4665
4666 if (wl->state == WL1271_STATE_OFF)
4667 goto out;
4668
Ido Yariva6208652011-03-01 15:14:41 +02004669 ret = wl1271_ps_elp_wakeup(wl);
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02004670 if (ret < 0)
4671 goto out;
4672
4673 wl1271_acx_sg_enable(wl, wl->sg_enabled);
4674 wl1271_ps_elp_sleep(wl);
4675
4676 out:
4677 mutex_unlock(&wl->mutex);
4678 return count;
4679}
4680
4681static DEVICE_ATTR(bt_coex_state, S_IRUGO | S_IWUSR,
4682 wl1271_sysfs_show_bt_coex_state,
4683 wl1271_sysfs_store_bt_coex_state);
4684
Juuso Oikarinend717fd62010-05-07 11:38:58 +03004685static ssize_t wl1271_sysfs_show_hw_pg_ver(struct device *dev,
4686 struct device_attribute *attr,
4687 char *buf)
4688{
4689 struct wl1271 *wl = dev_get_drvdata(dev);
4690 ssize_t len;
4691
Juuso Oikarinen2f63b012010-08-10 06:38:35 +02004692 len = PAGE_SIZE;
Juuso Oikarinend717fd62010-05-07 11:38:58 +03004693
4694 mutex_lock(&wl->mutex);
4695 if (wl->hw_pg_ver >= 0)
4696 len = snprintf(buf, len, "%d\n", wl->hw_pg_ver);
4697 else
4698 len = snprintf(buf, len, "n/a\n");
4699 mutex_unlock(&wl->mutex);
4700
4701 return len;
4702}
4703
Gery Kahn6f07b722011-07-18 14:21:49 +03004704static DEVICE_ATTR(hw_pg_ver, S_IRUGO,
Juuso Oikarinend717fd62010-05-07 11:38:58 +03004705 wl1271_sysfs_show_hw_pg_ver, NULL);
4706
Ido Yariv95dac04f2011-06-06 14:57:06 +03004707static ssize_t wl1271_sysfs_read_fwlog(struct file *filp, struct kobject *kobj,
4708 struct bin_attribute *bin_attr,
4709 char *buffer, loff_t pos, size_t count)
4710{
4711 struct device *dev = container_of(kobj, struct device, kobj);
4712 struct wl1271 *wl = dev_get_drvdata(dev);
4713 ssize_t len;
4714 int ret;
4715
4716 ret = mutex_lock_interruptible(&wl->mutex);
4717 if (ret < 0)
4718 return -ERESTARTSYS;
4719
4720 /* Let only one thread read the log at a time, blocking others */
4721 while (wl->fwlog_size == 0) {
4722 DEFINE_WAIT(wait);
4723
4724 prepare_to_wait_exclusive(&wl->fwlog_waitq,
4725 &wait,
4726 TASK_INTERRUPTIBLE);
4727
4728 if (wl->fwlog_size != 0) {
4729 finish_wait(&wl->fwlog_waitq, &wait);
4730 break;
4731 }
4732
4733 mutex_unlock(&wl->mutex);
4734
4735 schedule();
4736 finish_wait(&wl->fwlog_waitq, &wait);
4737
4738 if (signal_pending(current))
4739 return -ERESTARTSYS;
4740
4741 ret = mutex_lock_interruptible(&wl->mutex);
4742 if (ret < 0)
4743 return -ERESTARTSYS;
4744 }
4745
4746 /* Check if the fwlog is still valid */
4747 if (wl->fwlog_size < 0) {
4748 mutex_unlock(&wl->mutex);
4749 return 0;
4750 }
4751
4752 /* Seeking is not supported - old logs are not kept. Disregard pos. */
4753 len = min(count, (size_t)wl->fwlog_size);
4754 wl->fwlog_size -= len;
4755 memcpy(buffer, wl->fwlog, len);
4756
4757 /* Make room for new messages */
4758 memmove(wl->fwlog, wl->fwlog + len, wl->fwlog_size);
4759
4760 mutex_unlock(&wl->mutex);
4761
4762 return len;
4763}
4764
4765static struct bin_attribute fwlog_attr = {
4766 .attr = {.name = "fwlog", .mode = S_IRUSR},
4767 .read = wl1271_sysfs_read_fwlog,
4768};
4769
Luciano Coelho5e037e72011-12-23 09:32:17 +02004770static bool wl12xx_mac_in_fuse(struct wl1271 *wl)
4771{
4772 bool supported = false;
4773 u8 major, minor;
4774
4775 if (wl->chip.id == CHIP_ID_1283_PG20) {
4776 major = WL128X_PG_GET_MAJOR(wl->hw_pg_ver);
4777 minor = WL128X_PG_GET_MINOR(wl->hw_pg_ver);
4778
4779 /* in wl128x we have the MAC address if the PG is >= (2, 1) */
4780 if (major > 2 || (major == 2 && minor >= 1))
4781 supported = true;
4782 } else {
4783 major = WL127X_PG_GET_MAJOR(wl->hw_pg_ver);
4784 minor = WL127X_PG_GET_MINOR(wl->hw_pg_ver);
4785
4786 /* in wl127x we have the MAC address if the PG is >= (3, 1) */
4787 if (major == 3 && minor >= 1)
4788 supported = true;
4789 }
4790
4791 wl1271_debug(DEBUG_PROBE,
4792 "PG Ver major = %d minor = %d, MAC %s present",
4793 major, minor, supported ? "is" : "is not");
4794
4795 return supported;
4796}
4797
4798static void wl12xx_derive_mac_addresses(struct wl1271 *wl,
4799 u32 oui, u32 nic, int n)
4800{
4801 int i;
4802
4803 wl1271_debug(DEBUG_PROBE, "base address: oui %06x nic %06x, n %d",
4804 oui, nic, n);
4805
4806 if (nic + n - 1 > 0xffffff)
4807 wl1271_warning("NIC part of the MAC address wraps around!");
4808
4809 for (i = 0; i < n; i++) {
4810 wl->addresses[i].addr[0] = (u8)(oui >> 16);
4811 wl->addresses[i].addr[1] = (u8)(oui >> 8);
4812 wl->addresses[i].addr[2] = (u8) oui;
4813 wl->addresses[i].addr[3] = (u8)(nic >> 16);
4814 wl->addresses[i].addr[4] = (u8)(nic >> 8);
4815 wl->addresses[i].addr[5] = (u8) nic;
4816 nic++;
4817 }
4818
4819 wl->hw->wiphy->n_addresses = n;
4820 wl->hw->wiphy->addresses = wl->addresses;
4821}
4822
4823static void wl12xx_get_fuse_mac(struct wl1271 *wl)
4824{
4825 u32 mac1, mac2;
4826
4827 wl1271_set_partition(wl, &wl12xx_part_table[PART_DRPW]);
4828
4829 mac1 = wl1271_read32(wl, WL12XX_REG_FUSE_BD_ADDR_1);
4830 mac2 = wl1271_read32(wl, WL12XX_REG_FUSE_BD_ADDR_2);
4831
4832 /* these are the two parts of the BD_ADDR */
4833 wl->fuse_oui_addr = ((mac2 & 0xffff) << 8) +
4834 ((mac1 & 0xff000000) >> 24);
4835 wl->fuse_nic_addr = mac1 & 0xffffff;
4836
4837 wl1271_set_partition(wl, &wl12xx_part_table[PART_DOWN]);
4838}
4839
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02004840static int wl12xx_get_hw_info(struct wl1271 *wl)
4841{
4842 int ret;
4843 u32 die_info;
4844
4845 ret = wl12xx_set_power_on(wl);
4846 if (ret < 0)
4847 goto out;
4848
4849 wl->chip.id = wl1271_read32(wl, CHIP_ID_B);
4850
4851 if (wl->chip.id == CHIP_ID_1283_PG20)
4852 die_info = wl1271_top_reg_read(wl, WL128X_REG_FUSE_DATA_2_1);
4853 else
4854 die_info = wl1271_top_reg_read(wl, WL127X_REG_FUSE_DATA_2_1);
4855
4856 wl->hw_pg_ver = (s8) (die_info & PG_VER_MASK) >> PG_VER_OFFSET;
4857
Luciano Coelho5e037e72011-12-23 09:32:17 +02004858 if (!wl12xx_mac_in_fuse(wl)) {
4859 wl->fuse_oui_addr = 0;
4860 wl->fuse_nic_addr = 0;
4861 } else {
4862 wl12xx_get_fuse_mac(wl);
4863 }
4864
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02004865 wl1271_power_off(wl);
4866out:
4867 return ret;
4868}
4869
Felipe Balbi4b32a2c2011-10-06 10:46:20 +03004870static int wl1271_register_hw(struct wl1271 *wl)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004871{
4872 int ret;
Luciano Coelho5e037e72011-12-23 09:32:17 +02004873 u32 oui_addr = 0, nic_addr = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004874
4875 if (wl->mac80211_registered)
4876 return 0;
4877
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02004878 ret = wl12xx_get_hw_info(wl);
4879 if (ret < 0) {
4880 wl1271_error("couldn't get hw info");
4881 goto out;
4882 }
4883
Arik Nemtsov31d26ec2010-10-16 21:49:52 +02004884 ret = wl1271_fetch_nvs(wl);
4885 if (ret == 0) {
Shahar Levibc765bf2011-03-06 16:32:10 +02004886 /* NOTE: The wl->nvs->nvs element must be first, in
4887 * order to simplify the casting, we assume it is at
4888 * the beginning of the wl->nvs structure.
4889 */
4890 u8 *nvs_ptr = (u8 *)wl->nvs;
Arik Nemtsov31d26ec2010-10-16 21:49:52 +02004891
Luciano Coelho5e037e72011-12-23 09:32:17 +02004892 oui_addr =
4893 (nvs_ptr[11] << 16) + (nvs_ptr[10] << 8) + nvs_ptr[6];
4894 nic_addr =
4895 (nvs_ptr[5] << 16) + (nvs_ptr[4] << 8) + nvs_ptr[3];
Arik Nemtsov31d26ec2010-10-16 21:49:52 +02004896 }
4897
Luciano Coelho5e037e72011-12-23 09:32:17 +02004898 /* if the MAC address is zeroed in the NVS derive from fuse */
4899 if (oui_addr == 0 && nic_addr == 0) {
4900 oui_addr = wl->fuse_oui_addr;
4901 /* fuse has the BD_ADDR, the WLAN addresses are the next two */
4902 nic_addr = wl->fuse_nic_addr + 1;
4903 }
4904
4905 wl12xx_derive_mac_addresses(wl, oui_addr, nic_addr, 2);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004906
4907 ret = ieee80211_register_hw(wl->hw);
4908 if (ret < 0) {
4909 wl1271_error("unable to register mac80211 hw: %d", ret);
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02004910 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004911 }
4912
4913 wl->mac80211_registered = true;
4914
Eliad Pellerd60080a2010-11-24 12:53:16 +02004915 wl1271_debugfs_init(wl);
4916
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +03004917 register_netdevice_notifier(&wl1271_dev_notifier);
4918
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004919 wl1271_notice("loaded");
4920
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02004921out:
4922 return ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004923}
4924
Felipe Balbi4b32a2c2011-10-06 10:46:20 +03004925static void wl1271_unregister_hw(struct wl1271 *wl)
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02004926{
Juuso Oikarinen4ae3fa82011-01-14 12:48:46 +01004927 if (wl->state == WL1271_STATE_PLT)
Ido Yarivf3df1332012-01-11 09:42:39 +02004928 wl1271_plt_stop(wl);
Juuso Oikarinen4ae3fa82011-01-14 12:48:46 +01004929
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +03004930 unregister_netdevice_notifier(&wl1271_dev_notifier);
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02004931 ieee80211_unregister_hw(wl->hw);
4932 wl->mac80211_registered = false;
4933
4934}
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02004935
Felipe Balbi4b32a2c2011-10-06 10:46:20 +03004936static int wl1271_init_ieee80211(struct wl1271 *wl)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004937{
Juuso Oikarinen7a557242010-09-27 12:42:07 +02004938 static const u32 cipher_suites[] = {
4939 WLAN_CIPHER_SUITE_WEP40,
4940 WLAN_CIPHER_SUITE_WEP104,
4941 WLAN_CIPHER_SUITE_TKIP,
4942 WLAN_CIPHER_SUITE_CCMP,
4943 WL1271_CIPHER_SUITE_GEM,
4944 };
4945
Juuso Oikarinen1e2b7972009-10-08 21:56:20 +03004946 /* The tx descriptor buffer and the TKIP space. */
4947 wl->hw->extra_tx_headroom = WL1271_TKIP_IV_SPACE +
4948 sizeof(struct wl1271_tx_hw_descr);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004949
4950 /* unit us */
4951 /* FIXME: find a proper value */
4952 wl->hw->channel_change_time = 10000;
Juuso Oikarinen50c500a2010-04-01 11:38:22 +03004953 wl->hw->max_listen_interval = wl->conf.conn.max_listen_interval;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004954
4955 wl->hw->flags = IEEE80211_HW_SIGNAL_DBM |
Juuso Oikarinen0a343322010-02-22 08:38:41 +02004956 IEEE80211_HW_SUPPORTS_PS |
Eyal Shapiraf1d63a52012-01-31 11:57:21 +02004957 IEEE80211_HW_SUPPORTS_DYNAMIC_PS |
Kalle Valo4695dc92010-03-18 12:26:38 +02004958 IEEE80211_HW_SUPPORTS_UAPSD |
Juuso Oikarinena9af0922010-03-26 12:53:30 +02004959 IEEE80211_HW_HAS_RATE_CONTROL |
Juuso Oikarinen00236aed2010-04-09 11:07:30 +03004960 IEEE80211_HW_CONNECTION_MONITOR |
Luciano Coelho25eaea302011-05-02 12:37:33 +03004961 IEEE80211_HW_REPORTS_TX_ACK_STATUS |
Shahar Levifcd23b62011-05-11 12:12:56 +03004962 IEEE80211_HW_SPECTRUM_MGMT |
Arik Nemtsov93f8c8e2011-08-30 09:34:01 +03004963 IEEE80211_HW_AP_LINK_PS |
4964 IEEE80211_HW_AMPDU_AGGREGATION |
4965 IEEE80211_HW_TX_AMPDU_SETUP_IN_HW;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004966
Juuso Oikarinen7a557242010-09-27 12:42:07 +02004967 wl->hw->wiphy->cipher_suites = cipher_suites;
4968 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
4969
Juuso Oikarinene0d8bbf2009-12-11 15:41:04 +02004970 wl->hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
Eliad Peller045c7452011-08-28 15:23:01 +03004971 BIT(NL80211_IFTYPE_ADHOC) | BIT(NL80211_IFTYPE_AP) |
4972 BIT(NL80211_IFTYPE_P2P_CLIENT) | BIT(NL80211_IFTYPE_P2P_GO);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004973 wl->hw->wiphy->max_scan_ssids = 1;
Luciano Coelho221737d2011-09-02 14:28:22 +03004974 wl->hw->wiphy->max_sched_scan_ssids = 16;
4975 wl->hw->wiphy->max_match_sets = 16;
Guy Eilamea559b42010-12-09 16:54:59 +02004976 /*
4977 * Maximum length of elements in scanning probe request templates
4978 * should be the maximum length possible for a template, without
4979 * the IEEE80211 header of the template
4980 */
Eliad Peller154037d2011-08-14 13:17:12 +03004981 wl->hw->wiphy->max_scan_ie_len = WL1271_CMD_TEMPL_DFLT_SIZE -
Guy Eilamea559b42010-12-09 16:54:59 +02004982 sizeof(struct ieee80211_header);
Luciano Coelhoa8aaaf52011-01-11 18:25:18 +01004983
Luciano Coelhoc9e79a42011-09-27 16:22:35 +03004984 wl->hw->wiphy->max_sched_scan_ie_len = WL1271_CMD_TEMPL_DFLT_SIZE -
4985 sizeof(struct ieee80211_header);
4986
Eliad Peller1ec23f72011-08-25 14:26:54 +03004987 wl->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD;
4988
Luciano Coelho4a31c112011-03-21 23:16:14 +02004989 /* make sure all our channels fit in the scanned_ch bitmask */
4990 BUILD_BUG_ON(ARRAY_SIZE(wl1271_channels) +
4991 ARRAY_SIZE(wl1271_channels_5ghz) >
4992 WL1271_MAX_CHANNELS);
Luciano Coelhoa8aaaf52011-01-11 18:25:18 +01004993 /*
4994 * We keep local copies of the band structs because we need to
4995 * modify them on a per-device basis.
4996 */
4997 memcpy(&wl->bands[IEEE80211_BAND_2GHZ], &wl1271_band_2ghz,
4998 sizeof(wl1271_band_2ghz));
4999 memcpy(&wl->bands[IEEE80211_BAND_5GHZ], &wl1271_band_5ghz,
5000 sizeof(wl1271_band_5ghz));
5001
5002 wl->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
5003 &wl->bands[IEEE80211_BAND_2GHZ];
5004 wl->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
5005 &wl->bands[IEEE80211_BAND_5GHZ];
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03005006
Kalle Valo12bd8942010-03-18 12:26:33 +02005007 wl->hw->queues = 4;
Juuso Oikarinen31627dc2010-03-26 12:53:12 +02005008 wl->hw->max_rates = 1;
Kalle Valo12bd8942010-03-18 12:26:33 +02005009
Juuso Oikarinenb7417d92010-11-10 11:27:19 +01005010 wl->hw->wiphy->reg_notifier = wl1271_reg_notify;
5011
Arik Nemtsov9c1b1902011-11-08 18:46:55 +02005012 /* the FW answers probe-requests in AP-mode */
5013 wl->hw->wiphy->flags |= WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD;
5014 wl->hw->wiphy->probe_resp_offload =
5015 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS |
5016 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 |
5017 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P;
5018
Felipe Balbia390e852011-10-06 10:07:44 +03005019 SET_IEEE80211_DEV(wl->hw, wl->dev);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005020
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02005021 wl->hw->sta_data_size = sizeof(struct wl1271_station);
Eliad Peller87fbcb02011-10-05 11:55:41 +02005022 wl->hw->vif_data_size = sizeof(struct wl12xx_vif);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02005023
Luciano Coelho4c9cfa72011-01-12 14:27:03 +01005024 wl->hw->max_rx_aggregation_subframes = 8;
5025
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005026 return 0;
5027}
5028
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005029#define WL1271_DEFAULT_CHANNEL 0
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005030
Felipe Balbi4b32a2c2011-10-06 10:46:20 +03005031static struct ieee80211_hw *wl1271_alloc_hw(void)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005032{
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005033 struct ieee80211_hw *hw;
5034 struct wl1271 *wl;
Arik Nemtsova8c0ddb2011-02-23 00:22:26 +02005035 int i, j, ret;
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005036 unsigned int order;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005037
Eliad Pellerc7ffb902011-10-05 11:56:05 +02005038 BUILD_BUG_ON(AP_MAX_STATIONS > WL12XX_MAX_LINKS);
Arik Nemtsovf80c2d12011-09-22 09:52:05 +03005039
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005040 hw = ieee80211_alloc_hw(sizeof(*wl), &wl1271_ops);
5041 if (!hw) {
5042 wl1271_error("could not alloc ieee80211_hw");
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005043 ret = -ENOMEM;
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005044 goto err_hw_alloc;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005045 }
5046
5047 wl = hw->priv;
5048 memset(wl, 0, sizeof(*wl));
5049
Juuso Oikarinen01c09162009-10-13 12:47:55 +03005050 INIT_LIST_HEAD(&wl->list);
Eliad Peller87627212011-10-10 10:12:54 +02005051 INIT_LIST_HEAD(&wl->wlvif_list);
Juuso Oikarinen01c09162009-10-13 12:47:55 +03005052
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005053 wl->hw = hw;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005054
Juuso Oikarinen6742f552010-12-13 09:52:37 +02005055 for (i = 0; i < NUM_TX_QUEUES; i++)
Eliad Pellerc7ffb902011-10-05 11:56:05 +02005056 for (j = 0; j < WL12XX_MAX_LINKS; j++)
Arik Nemtsova8c0ddb2011-02-23 00:22:26 +02005057 skb_queue_head_init(&wl->links[j].tx_queue[i]);
5058
Ido Yariva6208652011-03-01 15:14:41 +02005059 skb_queue_head_init(&wl->deferred_rx_queue);
5060 skb_queue_head_init(&wl->deferred_tx_queue);
5061
Juuso Oikarinen37b70a82009-10-08 21:56:21 +03005062 INIT_DELAYED_WORK(&wl->elp_work, wl1271_elp_work);
Ido Yariva6208652011-03-01 15:14:41 +02005063 INIT_WORK(&wl->netstack_work, wl1271_netstack_work);
Juuso Oikarinen117b38d2010-09-30 10:43:28 +02005064 INIT_WORK(&wl->tx_work, wl1271_tx_work);
5065 INIT_WORK(&wl->recovery_work, wl1271_recovery_work);
5066 INIT_DELAYED_WORK(&wl->scan_complete_work, wl1271_scan_complete_work);
Eliad Peller77ddaa12011-05-15 11:10:29 +03005067
Eliad Peller92ef8962011-06-07 12:50:46 +03005068 wl->freezable_wq = create_freezable_workqueue("wl12xx_wq");
5069 if (!wl->freezable_wq) {
5070 ret = -ENOMEM;
5071 goto err_hw;
5072 }
5073
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005074 wl->channel = WL1271_DEFAULT_CHANNEL;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005075 wl->rx_counter = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005076 wl->power_level = WL1271_DEFAULT_POWER_LEVEL;
Juuso Oikarinen8a5a37a2009-10-08 21:56:24 +03005077 wl->band = IEEE80211_BAND_2GHZ;
Juuso Oikarinenb771eee2009-10-08 21:56:34 +03005078 wl->vif = NULL;
Juuso Oikarinen830fb672009-12-11 15:41:06 +02005079 wl->flags = 0;
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02005080 wl->sg_enabled = true;
Juuso Oikarinend717fd62010-05-07 11:38:58 +03005081 wl->hw_pg_ver = -1;
Arik Nemtsovb622d992011-02-23 00:22:31 +02005082 wl->ap_ps_map = 0;
5083 wl->ap_fw_ps_map = 0;
Ido Yariv606ea9f2011-03-01 15:14:39 +02005084 wl->quirks = 0;
Ido Yariv341b7cd2011-03-31 10:07:01 +02005085 wl->platform_quirks = 0;
Luciano Coelho33c2c062011-05-10 14:46:02 +03005086 wl->sched_scanning = false;
Guy Eilame9eb8cb2011-08-16 19:49:12 +03005087 wl->tx_spare_blocks = TX_HW_BLOCK_SPARE_DEFAULT;
Eliad Pellerf4df1bd2011-08-14 13:17:15 +03005088 wl->system_hlid = WL12XX_SYSTEM_HLID;
Arik Nemtsovda032092011-08-25 12:43:15 +03005089 wl->active_sta_count = 0;
Ido Yariv95dac04f2011-06-06 14:57:06 +03005090 wl->fwlog_size = 0;
5091 init_waitqueue_head(&wl->fwlog_waitq);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005092
Eliad Pellerf4df1bd2011-08-14 13:17:15 +03005093 /* The system link is always allocated */
5094 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map);
5095
Ido Yariv25eeb9e2010-10-12 16:20:06 +02005096 memset(wl->tx_frames_map, 0, sizeof(wl->tx_frames_map));
Juuso Oikarinenbe7078c2009-10-08 21:56:26 +03005097 for (i = 0; i < ACX_TX_DESCRIPTORS; i++)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005098 wl->tx_frames[i] = NULL;
5099
5100 spin_lock_init(&wl->wl_lock);
5101
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005102 wl->state = WL1271_STATE_OFF;
5103 mutex_init(&wl->mutex);
5104
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005105 /* Apply default driver configuration. */
5106 wl1271_conf_init(wl);
5107
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005108 order = get_order(WL1271_AGGR_BUFFER_SIZE);
5109 wl->aggr_buf = (u8 *)__get_free_pages(GFP_KERNEL, order);
5110 if (!wl->aggr_buf) {
5111 ret = -ENOMEM;
Eliad Peller92ef8962011-06-07 12:50:46 +03005112 goto err_wq;
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005113 }
5114
Ido Yariv990f5de2011-03-31 10:06:59 +02005115 wl->dummy_packet = wl12xx_alloc_dummy_packet(wl);
5116 if (!wl->dummy_packet) {
5117 ret = -ENOMEM;
5118 goto err_aggr;
5119 }
5120
Ido Yariv95dac04f2011-06-06 14:57:06 +03005121 /* Allocate one page for the FW log */
5122 wl->fwlog = (u8 *)get_zeroed_page(GFP_KERNEL);
5123 if (!wl->fwlog) {
5124 ret = -ENOMEM;
5125 goto err_dummy_packet;
5126 }
5127
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005128 return hw;
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005129
Ido Yariv990f5de2011-03-31 10:06:59 +02005130err_dummy_packet:
5131 dev_kfree_skb(wl->dummy_packet);
5132
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005133err_aggr:
5134 free_pages((unsigned long)wl->aggr_buf, order);
5135
Eliad Peller92ef8962011-06-07 12:50:46 +03005136err_wq:
5137 destroy_workqueue(wl->freezable_wq);
5138
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005139err_hw:
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005140 wl1271_debugfs_exit(wl);
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005141 ieee80211_free_hw(hw);
5142
5143err_hw_alloc:
5144
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005145 return ERR_PTR(ret);
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005146}
5147
Felipe Balbi4b32a2c2011-10-06 10:46:20 +03005148static int wl1271_free_hw(struct wl1271 *wl)
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005149{
Ido Yariv95dac04f2011-06-06 14:57:06 +03005150 /* Unblock any fwlog readers */
5151 mutex_lock(&wl->mutex);
5152 wl->fwlog_size = -1;
5153 wake_up_interruptible_all(&wl->fwlog_waitq);
5154 mutex_unlock(&wl->mutex);
5155
Felipe Balbif79f8902011-10-06 13:05:25 +03005156 device_remove_bin_file(wl->dev, &fwlog_attr);
Gery Kahn6f07b722011-07-18 14:21:49 +03005157
Felipe Balbif79f8902011-10-06 13:05:25 +03005158 device_remove_file(wl->dev, &dev_attr_hw_pg_ver);
Gery Kahn6f07b722011-07-18 14:21:49 +03005159
Felipe Balbif79f8902011-10-06 13:05:25 +03005160 device_remove_file(wl->dev, &dev_attr_bt_coex_state);
Ido Yariv95dac04f2011-06-06 14:57:06 +03005161 free_page((unsigned long)wl->fwlog);
Ido Yariv990f5de2011-03-31 10:06:59 +02005162 dev_kfree_skb(wl->dummy_packet);
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005163 free_pages((unsigned long)wl->aggr_buf,
5164 get_order(WL1271_AGGR_BUFFER_SIZE));
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005165
5166 wl1271_debugfs_exit(wl);
5167
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005168 vfree(wl->fw);
5169 wl->fw = NULL;
5170 kfree(wl->nvs);
5171 wl->nvs = NULL;
5172
5173 kfree(wl->fw_status);
5174 kfree(wl->tx_res_if);
Eliad Peller92ef8962011-06-07 12:50:46 +03005175 destroy_workqueue(wl->freezable_wq);
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005176
5177 ieee80211_free_hw(wl->hw);
5178
5179 return 0;
5180}
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +02005181
Felipe Balbia390e852011-10-06 10:07:44 +03005182static irqreturn_t wl12xx_hardirq(int irq, void *cookie)
5183{
5184 struct wl1271 *wl = cookie;
5185 unsigned long flags;
5186
5187 wl1271_debug(DEBUG_IRQ, "IRQ");
5188
5189 /* complete the ELP completion */
5190 spin_lock_irqsave(&wl->wl_lock, flags);
5191 set_bit(WL1271_FLAG_IRQ_RUNNING, &wl->flags);
5192 if (wl->elp_compl) {
5193 complete(wl->elp_compl);
5194 wl->elp_compl = NULL;
5195 }
5196
5197 if (test_bit(WL1271_FLAG_SUSPENDED, &wl->flags)) {
5198 /* don't enqueue a work right now. mark it as pending */
5199 set_bit(WL1271_FLAG_PENDING_WORK, &wl->flags);
5200 wl1271_debug(DEBUG_IRQ, "should not enqueue work");
5201 disable_irq_nosync(wl->irq);
5202 pm_wakeup_event(wl->dev, 0);
5203 spin_unlock_irqrestore(&wl->wl_lock, flags);
5204 return IRQ_HANDLED;
5205 }
5206 spin_unlock_irqrestore(&wl->wl_lock, flags);
5207
5208 return IRQ_WAKE_THREAD;
5209}
5210
Felipe Balbice2a2172011-10-05 14:12:55 +03005211static int __devinit wl12xx_probe(struct platform_device *pdev)
5212{
Felipe Balbia390e852011-10-06 10:07:44 +03005213 struct wl12xx_platform_data *pdata = pdev->dev.platform_data;
5214 struct ieee80211_hw *hw;
5215 struct wl1271 *wl;
5216 unsigned long irqflags;
5217 int ret = -ENODEV;
5218
5219 hw = wl1271_alloc_hw();
5220 if (IS_ERR(hw)) {
5221 wl1271_error("can't allocate hw");
5222 ret = PTR_ERR(hw);
5223 goto out;
5224 }
5225
5226 wl = hw->priv;
5227 wl->irq = platform_get_irq(pdev, 0);
5228 wl->ref_clock = pdata->board_ref_clock;
5229 wl->tcxo_clock = pdata->board_tcxo_clock;
5230 wl->platform_quirks = pdata->platform_quirks;
5231 wl->set_power = pdata->set_power;
5232 wl->dev = &pdev->dev;
5233 wl->if_ops = pdata->ops;
5234
5235 platform_set_drvdata(pdev, wl);
5236
5237 if (wl->platform_quirks & WL12XX_PLATFORM_QUIRK_EDGE_IRQ)
5238 irqflags = IRQF_TRIGGER_RISING;
5239 else
5240 irqflags = IRQF_TRIGGER_HIGH | IRQF_ONESHOT;
5241
5242 ret = request_threaded_irq(wl->irq, wl12xx_hardirq, wl1271_irq,
5243 irqflags,
5244 pdev->name, wl);
5245 if (ret < 0) {
5246 wl1271_error("request_irq() failed: %d", ret);
5247 goto out_free_hw;
5248 }
5249
5250 ret = enable_irq_wake(wl->irq);
5251 if (!ret) {
5252 wl->irq_wake_enabled = true;
5253 device_init_wakeup(wl->dev, 1);
5254 if (pdata->pwr_in_suspend)
5255 hw->wiphy->wowlan.flags = WIPHY_WOWLAN_ANY;
5256
5257 }
5258 disable_irq(wl->irq);
5259
5260 ret = wl1271_init_ieee80211(wl);
5261 if (ret)
5262 goto out_irq;
5263
5264 ret = wl1271_register_hw(wl);
5265 if (ret)
5266 goto out_irq;
5267
Felipe Balbif79f8902011-10-06 13:05:25 +03005268 /* Create sysfs file to control bt coex state */
5269 ret = device_create_file(wl->dev, &dev_attr_bt_coex_state);
5270 if (ret < 0) {
5271 wl1271_error("failed to create sysfs file bt_coex_state");
5272 goto out_irq;
5273 }
5274
5275 /* Create sysfs file to get HW PG version */
5276 ret = device_create_file(wl->dev, &dev_attr_hw_pg_ver);
5277 if (ret < 0) {
5278 wl1271_error("failed to create sysfs file hw_pg_ver");
5279 goto out_bt_coex_state;
5280 }
5281
5282 /* Create sysfs file for the FW log */
5283 ret = device_create_bin_file(wl->dev, &fwlog_attr);
5284 if (ret < 0) {
5285 wl1271_error("failed to create sysfs file fwlog");
5286 goto out_hw_pg_ver;
5287 }
5288
Felipe Balbice2a2172011-10-05 14:12:55 +03005289 return 0;
Felipe Balbia390e852011-10-06 10:07:44 +03005290
Felipe Balbif79f8902011-10-06 13:05:25 +03005291out_hw_pg_ver:
5292 device_remove_file(wl->dev, &dev_attr_hw_pg_ver);
5293
5294out_bt_coex_state:
5295 device_remove_file(wl->dev, &dev_attr_bt_coex_state);
5296
Felipe Balbia390e852011-10-06 10:07:44 +03005297out_irq:
5298 free_irq(wl->irq, wl);
5299
5300out_free_hw:
5301 wl1271_free_hw(wl);
5302
5303out:
5304 return ret;
Felipe Balbice2a2172011-10-05 14:12:55 +03005305}
5306
5307static int __devexit wl12xx_remove(struct platform_device *pdev)
5308{
Felipe Balbia390e852011-10-06 10:07:44 +03005309 struct wl1271 *wl = platform_get_drvdata(pdev);
5310
5311 if (wl->irq_wake_enabled) {
5312 device_init_wakeup(wl->dev, 0);
5313 disable_irq_wake(wl->irq);
5314 }
5315 wl1271_unregister_hw(wl);
5316 free_irq(wl->irq, wl);
5317 wl1271_free_hw(wl);
5318
Felipe Balbice2a2172011-10-05 14:12:55 +03005319 return 0;
5320}
5321
5322static const struct platform_device_id wl12xx_id_table[] __devinitconst = {
Luciano Coelhoccb62002011-10-07 15:54:15 +03005323 { "wl12xx", 0 },
Felipe Balbice2a2172011-10-05 14:12:55 +03005324 { } /* Terminating Entry */
5325};
5326MODULE_DEVICE_TABLE(platform, wl12xx_id_table);
5327
5328static struct platform_driver wl12xx_driver = {
5329 .probe = wl12xx_probe,
5330 .remove = __devexit_p(wl12xx_remove),
5331 .id_table = wl12xx_id_table,
5332 .driver = {
Luciano Coelhoccb62002011-10-07 15:54:15 +03005333 .name = "wl12xx_driver",
Felipe Balbice2a2172011-10-05 14:12:55 +03005334 .owner = THIS_MODULE,
5335 }
5336};
5337
5338static int __init wl12xx_init(void)
5339{
5340 return platform_driver_register(&wl12xx_driver);
5341}
5342module_init(wl12xx_init);
5343
5344static void __exit wl12xx_exit(void)
5345{
5346 platform_driver_unregister(&wl12xx_driver);
5347}
5348module_exit(wl12xx_exit);
5349
Guy Eilam491bbd62011-01-12 10:33:29 +01005350u32 wl12xx_debug_level = DEBUG_NONE;
Eliad Peller17c17552010-12-12 12:15:35 +02005351EXPORT_SYMBOL_GPL(wl12xx_debug_level);
Guy Eilam491bbd62011-01-12 10:33:29 +01005352module_param_named(debug_level, wl12xx_debug_level, uint, S_IRUSR | S_IWUSR);
Eliad Peller17c17552010-12-12 12:15:35 +02005353MODULE_PARM_DESC(debug_level, "wl12xx debugging level");
5354
Ido Yariv95dac04f2011-06-06 14:57:06 +03005355module_param_named(fwlog, fwlog_param, charp, 0);
Luciano Coelho2c882fa2012-02-07 12:37:33 +02005356MODULE_PARM_DESC(fwlog,
Ido Yariv95dac04f2011-06-06 14:57:06 +03005357 "FW logger options: continuous, ondemand, dbgpins or disable");
5358
Eliad Peller2a5bff02011-08-25 18:10:59 +03005359module_param(bug_on_recovery, bool, S_IRUSR | S_IWUSR);
5360MODULE_PARM_DESC(bug_on_recovery, "BUG() on fw recovery");
5361
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +02005362MODULE_LICENSE("GPL");
Luciano Coelhob1a48ca2011-02-22 14:19:28 +02005363MODULE_AUTHOR("Luciano Coelho <coelho@ti.com>");
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +02005364MODULE_AUTHOR("Juuso Oikarinen <juuso.oikarinen@nokia.com>");