blob: 3c966f2e00d0ce2944f75d7bbf176e14faa1f858 [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,
Eliad Peller26612c42012-01-31 17:54:43 +0200119 /* CTS Diluting params */
120 [CONF_SG_CTS_DILUTED_BAD_RX_PACKETS_TH] = 0,
121 [CONF_SG_CTS_CHOP_IN_DUAL_ANT_SCO_MASTER] = 0,
Arik Nemtsov801f8702011-04-18 14:15:20 +0300122 },
Juuso Oikarinen1b00f542010-03-18 12:26:30 +0200123 .state = CONF_SG_PROTECTIVE,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300124 },
125 .rx = {
126 .rx_msdu_life_time = 512000,
127 .packet_detection_threshold = 0,
128 .ps_poll_timeout = 15,
129 .upsd_timeout = 15,
Arik Nemtsov5f704d12011-04-18 14:15:21 +0300130 .rts_threshold = IEEE80211_MAX_RTS_THRESHOLD,
Luciano Coelho3ed8f2c2009-12-11 15:40:54 +0200131 .rx_cca_threshold = 0,
132 .irq_blk_threshold = 0xFFFF,
133 .irq_pkt_threshold = 0,
134 .irq_timeout = 600,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300135 .queue_type = CONF_RX_QUEUE_TYPE_LOW_PRIORITY,
136 },
137 .tx = {
138 .tx_energy_detection = 0,
Arik Nemtsov1e05a812010-10-16 17:44:51 +0200139 .sta_rc_conf = {
Juuso Oikarinenebba60c2010-04-01 11:38:20 +0300140 .enabled_rates = 0,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300141 .short_retry_limit = 10,
142 .long_retry_limit = 10,
Arik Nemtsov1e05a812010-10-16 17:44:51 +0200143 .aflags = 0,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300144 },
145 .ac_conf_count = 4,
146 .ac_conf = {
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200147 [CONF_TX_AC_BE] = {
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300148 .ac = CONF_TX_AC_BE,
149 .cw_min = 15,
150 .cw_max = 63,
151 .aifsn = 3,
152 .tx_op_limit = 0,
153 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200154 [CONF_TX_AC_BK] = {
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300155 .ac = CONF_TX_AC_BK,
156 .cw_min = 15,
157 .cw_max = 63,
158 .aifsn = 7,
159 .tx_op_limit = 0,
160 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200161 [CONF_TX_AC_VI] = {
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300162 .ac = CONF_TX_AC_VI,
163 .cw_min = 15,
164 .cw_max = 63,
165 .aifsn = CONF_TX_AIFS_PIFS,
166 .tx_op_limit = 3008,
167 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200168 [CONF_TX_AC_VO] = {
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300169 .ac = CONF_TX_AC_VO,
170 .cw_min = 15,
171 .cw_max = 63,
172 .aifsn = CONF_TX_AIFS_PIFS,
173 .tx_op_limit = 1504,
174 },
175 },
Arik Nemtsov3618f302011-06-26 10:36:03 +0300176 .max_tx_retries = 100,
177 .ap_aging_period = 300,
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200178 .tid_conf_count = 4,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300179 .tid_conf = {
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200180 [CONF_TX_AC_BE] = {
181 .queue_id = CONF_TX_AC_BE,
182 .channel_type = CONF_CHANNEL_TYPE_EDCF,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300183 .tsid = CONF_TX_AC_BE,
184 .ps_scheme = CONF_PS_SCHEME_LEGACY,
185 .ack_policy = CONF_ACK_POLICY_LEGACY,
186 .apsd_conf = {0, 0},
187 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200188 [CONF_TX_AC_BK] = {
189 .queue_id = CONF_TX_AC_BK,
190 .channel_type = CONF_CHANNEL_TYPE_EDCF,
191 .tsid = CONF_TX_AC_BK,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300192 .ps_scheme = CONF_PS_SCHEME_LEGACY,
193 .ack_policy = CONF_ACK_POLICY_LEGACY,
194 .apsd_conf = {0, 0},
195 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200196 [CONF_TX_AC_VI] = {
197 .queue_id = CONF_TX_AC_VI,
198 .channel_type = CONF_CHANNEL_TYPE_EDCF,
199 .tsid = CONF_TX_AC_VI,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300200 .ps_scheme = CONF_PS_SCHEME_LEGACY,
201 .ack_policy = CONF_ACK_POLICY_LEGACY,
202 .apsd_conf = {0, 0},
203 },
Juuso Oikarinen9987a9d2010-09-01 11:31:12 +0200204 [CONF_TX_AC_VO] = {
205 .queue_id = CONF_TX_AC_VO,
206 .channel_type = CONF_CHANNEL_TYPE_EDCF,
207 .tsid = CONF_TX_AC_VO,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300208 .ps_scheme = CONF_PS_SCHEME_LEGACY,
209 .ack_policy = CONF_ACK_POLICY_LEGACY,
210 .apsd_conf = {0, 0},
211 },
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300212 },
213 .frag_threshold = IEEE80211_MAX_FRAG_THRESHOLD,
Luciano Coelho3ed8f2c2009-12-11 15:40:54 +0200214 .tx_compl_timeout = 700,
Juuso Oikarinenebba60c2010-04-01 11:38:20 +0300215 .tx_compl_threshold = 4,
216 .basic_rate = CONF_HW_BIT_RATE_1MBPS,
217 .basic_rate_5 = CONF_HW_BIT_RATE_6MBPS,
Arik Nemtsov1e05a812010-10-16 17:44:51 +0200218 .tmpl_short_retry_limit = 10,
219 .tmpl_long_retry_limit = 10,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300220 },
221 .conn = {
222 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM,
Juuso Oikarinen50c500a2010-04-01 11:38:22 +0300223 .listen_interval = 1,
Eyal Shapiradae728f2012-02-02 12:03:39 +0200224 .suspend_wake_up_event = CONF_WAKE_UP_EVENT_N_DTIM,
225 .suspend_listen_interval = 3,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300226 .bcn_filt_mode = CONF_BCN_FILT_MODE_ENABLED,
Shahar Levibc76b942011-05-11 11:14:22 +0300227 .bcn_filt_ie_count = 2,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300228 .bcn_filt_ie = {
229 [0] = {
230 .ie = WLAN_EID_CHANNEL_SWITCH,
231 .rule = CONF_BCN_RULE_PASS_ON_APPEARANCE,
Shahar Levibc76b942011-05-11 11:14:22 +0300232 },
233 [1] = {
234 .ie = WLAN_EID_HT_INFORMATION,
235 .rule = CONF_BCN_RULE_PASS_ON_CHANGE,
236 },
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300237 },
Luciano Coelho3ed8f2c2009-12-11 15:40:54 +0200238 .synch_fail_thold = 10,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300239 .bss_lose_timeout = 100,
240 .beacon_rx_timeout = 10000,
241 .broadcast_timeout = 20000,
242 .rx_broadcast_in_ps = 1,
Juuso Oikarinen90494a92010-07-08 17:50:00 +0300243 .ps_poll_threshold = 10,
Juuso Oikarinen11f70f92009-10-13 12:47:46 +0300244 .bet_enable = CONF_BET_MODE_ENABLE,
Ohad Ben-Cohen958b20e02011-03-14 18:53:10 +0200245 .bet_max_consecutive = 50,
Eliad Pellera879ed72011-08-23 16:37:02 +0300246 .psm_entry_retries = 8,
Shahar Levi23708412011-04-13 14:52:50 +0300247 .psm_exit_retries = 16,
Juuso Oikarinen8eab7b42010-09-24 03:10:11 +0200248 .psm_entry_nullfunc_retries = 3,
Arik Nemtsovd7b63b92012-02-28 00:41:34 +0200249 .dynamic_ps_timeout = 200,
Eyal Shapira5c0dc2f2012-02-02 19:06:45 +0200250 .forced_ps = false,
Juuso Oikarinen50c500a2010-04-01 11:38:22 +0300251 .keep_alive_interval = 55000,
252 .max_listen_interval = 20,
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300253 },
Luciano Coelho6e92b412009-12-11 15:40:50 +0200254 .itrim = {
255 .enable = false,
256 .timeout = 50000,
Juuso Oikarinen38ad2d82009-12-11 15:41:08 +0200257 },
258 .pm_config = {
259 .host_clk_settling_time = 5000,
260 .host_fast_wakeup_support = false
Juuso Oikarinen00236aed2010-04-09 11:07:30 +0300261 },
262 .roam_trigger = {
Juuso Oikarinen00236aed2010-04-09 11:07:30 +0300263 .trigger_pacing = 1,
264 .avg_weight_rssi_beacon = 20,
265 .avg_weight_rssi_data = 10,
266 .avg_weight_snr_beacon = 20,
Levi, Shahar4b7fac72011-01-23 07:27:22 +0100267 .avg_weight_snr_data = 10,
Juuso Oikarinenbea39d62010-09-21 08:14:31 +0200268 },
269 .scan = {
270 .min_dwell_time_active = 7500,
271 .max_dwell_time_active = 30000,
Juuso Oikarinenea45b2c2011-01-24 07:01:54 +0100272 .min_dwell_time_passive = 100000,
273 .max_dwell_time_passive = 100000,
Juuso Oikarinenbea39d62010-09-21 08:14:31 +0200274 .num_probe_reqs = 2,
Eyal Shapirad647f2d2012-02-02 13:54:28 +0200275 .split_scan_timeout = 50000,
Juuso Oikarinenbea39d62010-09-21 08:14:31 +0200276 },
Luciano Coelho3a9d60e2011-05-10 14:06:31 +0300277 .sched_scan = {
278 /* sched_scan requires dwell times in TU instead of TU/1000 */
Luciano Coelho221737d2011-09-02 14:28:22 +0300279 .min_dwell_time_active = 30,
280 .max_dwell_time_active = 60,
Luciano Coelho3a9d60e2011-05-10 14:06:31 +0300281 .dwell_time_passive = 100,
Luciano Coelho50a66d72011-05-27 15:34:47 +0300282 .dwell_time_dfs = 150,
Luciano Coelho3a9d60e2011-05-10 14:06:31 +0300283 .num_probe_reqs = 2,
284 .rssi_threshold = -90,
285 .snr_threshold = 0,
286 },
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200287 .rf = {
288 .tx_per_channel_power_compensation_2 = {
289 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
290 },
291 .tx_per_channel_power_compensation_5 = {
292 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
293 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
294 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
295 },
296 },
Levi, Shahar4b7fac72011-01-23 07:27:22 +0100297 .ht = {
Arik Nemtsov0f9c8252011-08-17 10:45:49 +0300298 .rx_ba_win_size = 8,
Levi, Shahar4b7fac72011-01-23 07:27:22 +0100299 .tx_ba_win_size = 64,
300 .inactivity_timeout = 10000,
Arik Nemtsov0f9c8252011-08-17 10:45:49 +0300301 .tx_ba_tid_bitmap = CONF_TX_BA_ENABLED_TID_BITMAP,
Levi, Shahar4b7fac72011-01-23 07:27:22 +0100302 },
Shahar Levi13b107d2011-03-06 16:32:12 +0200303 .mem_wl127x = {
Eliad Pellerfe5ef092011-02-02 09:59:36 +0200304 .num_stations = 1,
305 .ssid_profiles = 1,
306 .rx_block_num = 70,
307 .tx_min_block_num = 40,
Ido Yariv4cf557f2011-04-18 16:45:10 +0300308 .dynamic_memory = 1,
Ido Yarivb16d4b62011-03-01 15:14:44 +0200309 .min_req_tx_blocks = 100,
Eliad Pellerc8bde242011-02-02 09:59:35 +0200310 .min_req_rx_blocks = 22,
311 .tx_min = 27,
Shahar Levi13b107d2011-03-06 16:32:12 +0200312 },
313 .mem_wl128x = {
314 .num_stations = 1,
315 .ssid_profiles = 1,
316 .rx_block_num = 40,
317 .tx_min_block_num = 40,
318 .dynamic_memory = 1,
319 .min_req_tx_blocks = 45,
320 .min_req_rx_blocks = 22,
321 .tx_min = 27,
322 },
Shahar Leviff868432011-04-11 15:41:46 +0300323 .fm_coex = {
324 .enable = true,
325 .swallow_period = 5,
326 .n_divider_fref_set_1 = 0xff, /* default */
327 .n_divider_fref_set_2 = 12,
328 .m_divider_fref_set_1 = 148,
329 .m_divider_fref_set_2 = 0xffff, /* default */
330 .coex_pll_stabilization_time = 0xffffffff, /* default */
331 .ldo_stabilization_time = 0xffff, /* default */
332 .fm_disturbed_band_margin = 0xff, /* default */
333 .swallow_clk_diff = 0xff, /* default */
334 },
Eliad Pellerf84673d2011-05-15 11:10:28 +0300335 .rx_streaming = {
336 .duration = 150,
337 .queues = 0x1,
338 .interval = 20,
Eliad Peller77ddaa12011-05-15 11:10:29 +0300339 .always = 0,
Eliad Pellerf84673d2011-05-15 11:10:28 +0300340 },
Ido Yariv95dac04f2011-06-06 14:57:06 +0300341 .fwlog = {
342 .mode = WL12XX_FWLOG_ON_DEMAND,
343 .mem_blocks = 2,
344 .severity = 0,
345 .timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED,
346 .output = WL12XX_FWLOG_OUTPUT_HOST,
347 .threshold = 0,
348 },
Luciano Coelhoafb7d3c2011-04-01 20:48:02 +0300349 .hci_io_ds = HCI_IO_DS_6MA,
Eliad Pellerfa6ad9f2011-08-14 13:17:14 +0300350 .rate = {
351 .rate_retry_score = 32000,
352 .per_add = 8192,
353 .per_th1 = 2048,
354 .per_th2 = 4096,
355 .max_per = 8100,
356 .inverse_curiosity_factor = 5,
357 .tx_fail_low_th = 4,
358 .tx_fail_high_th = 10,
359 .per_alpha_shift = 4,
360 .per_add_shift = 13,
361 .per_beta1_shift = 10,
362 .per_beta2_shift = 8,
363 .rate_check_up = 2,
364 .rate_check_down = 12,
365 .rate_retry_policy = {
366 0x00, 0x00, 0x00, 0x00, 0x00,
367 0x00, 0x00, 0x00, 0x00, 0x00,
368 0x00, 0x00, 0x00,
369 },
370 },
Eliad Peller94877752011-08-28 15:11:56 +0300371 .hangover = {
372 .recover_time = 0,
373 .hangover_period = 20,
374 .dynamic_mode = 1,
375 .early_termination_mode = 1,
376 .max_period = 20,
377 .min_period = 1,
378 .increase_delta = 1,
379 .decrease_delta = 2,
380 .quiet_time = 4,
381 .increase_time = 1,
382 .window_size = 16,
383 },
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300384};
385
Ido Yariv95dac04f2011-06-06 14:57:06 +0300386static char *fwlog_param;
Eliad Peller2a5bff02011-08-25 18:10:59 +0300387static bool bug_on_recovery;
Ido Yariv95dac04f2011-06-06 14:57:06 +0300388
Arik Nemtsov7dece1c2011-04-18 14:15:28 +0300389static void __wl1271_op_remove_interface(struct wl1271 *wl,
Eliad Peller536129c2011-10-05 11:55:45 +0200390 struct ieee80211_vif *vif,
Arik Nemtsov7dece1c2011-04-18 14:15:28 +0300391 bool reset_tx_queues);
Eliad Pellerf0277432011-10-10 10:13:14 +0200392static void wl1271_op_stop(struct ieee80211_hw *hw);
Eliad Peller170d0e62011-10-05 11:56:06 +0200393static void wl1271_free_ap_keys(struct wl1271 *wl, struct wl12xx_vif *wlvif);
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +0200394
Eliad Peller9fd6f212012-03-04 10:55:48 +0200395static int wl12xx_set_authorized(struct wl1271 *wl,
396 struct wl12xx_vif *wlvif)
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300397{
398 int ret;
Eliad Peller0603d892011-10-05 11:55:51 +0200399
Eliad Peller9fd6f212012-03-04 10:55:48 +0200400 if (WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS))
401 return -EINVAL;
402
403 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300404 return 0;
405
Eliad Peller8181aec2011-10-10 10:13:04 +0200406 if (test_and_set_bit(WLVIF_FLAG_STA_STATE_SENT, &wlvif->flags))
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300407 return 0;
408
Eliad Peller154da672011-10-05 11:55:53 +0200409 ret = wl12xx_cmd_set_peer_state(wl, wlvif->sta.hlid);
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300410 if (ret < 0)
411 return ret;
412
Eliad Peller0603d892011-10-05 11:55:51 +0200413 wl12xx_croc(wl, wlvif->role_id);
Eliad Peller251c1772011-08-14 13:17:17 +0300414
Eliad Pelleref4b29e2011-06-06 13:03:12 +0300415 wl1271_info("Association completed.");
416 return 0;
417}
Juuso Oikarinenc2c192a2010-07-27 03:30:09 +0300418
Juuso Oikarinenb7417d92010-11-10 11:27:19 +0100419static int wl1271_reg_notify(struct wiphy *wiphy,
Luciano Coelho573c67c2010-11-26 13:44:59 +0200420 struct regulatory_request *request)
421{
Juuso Oikarinenb7417d92010-11-10 11:27:19 +0100422 struct ieee80211_supported_band *band;
423 struct ieee80211_channel *ch;
424 int i;
425
426 band = wiphy->bands[IEEE80211_BAND_5GHZ];
427 for (i = 0; i < band->n_channels; i++) {
428 ch = &band->channels[i];
429 if (ch->flags & IEEE80211_CHAN_DISABLED)
430 continue;
431
432 if (ch->flags & IEEE80211_CHAN_RADAR)
433 ch->flags |= IEEE80211_CHAN_NO_IBSS |
434 IEEE80211_CHAN_PASSIVE_SCAN;
435
436 }
437
438 return 0;
439}
440
Eliad Peller9eb599e2011-10-10 10:12:59 +0200441static int wl1271_set_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif,
442 bool enable)
Eliad Peller77ddaa12011-05-15 11:10:29 +0300443{
444 int ret = 0;
445
446 /* we should hold wl->mutex */
Eliad Peller9eb599e2011-10-10 10:12:59 +0200447 ret = wl1271_acx_ps_rx_streaming(wl, wlvif, enable);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300448 if (ret < 0)
449 goto out;
450
451 if (enable)
Eliad Peller0744bdb2011-10-10 10:13:05 +0200452 set_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300453 else
Eliad Peller0744bdb2011-10-10 10:13:05 +0200454 clear_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300455out:
456 return ret;
457}
458
459/*
460 * this function is being called when the rx_streaming interval
461 * has beed changed or rx_streaming should be disabled
462 */
Eliad Peller9eb599e2011-10-10 10:12:59 +0200463int wl1271_recalc_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Eliad Peller77ddaa12011-05-15 11:10:29 +0300464{
465 int ret = 0;
466 int period = wl->conf.rx_streaming.interval;
467
468 /* don't reconfigure if rx_streaming is disabled */
Eliad Peller0744bdb2011-10-10 10:13:05 +0200469 if (!test_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags))
Eliad Peller77ddaa12011-05-15 11:10:29 +0300470 goto out;
471
472 /* reconfigure/disable according to new streaming_period */
473 if (period &&
Eliad Pellerba8447f2011-10-10 10:13:00 +0200474 test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags) &&
Eliad Peller77ddaa12011-05-15 11:10:29 +0300475 (wl->conf.rx_streaming.always ||
476 test_bit(WL1271_FLAG_SOFT_GEMINI, &wl->flags)))
Eliad Peller9eb599e2011-10-10 10:12:59 +0200477 ret = wl1271_set_rx_streaming(wl, wlvif, true);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300478 else {
Eliad Peller9eb599e2011-10-10 10:12:59 +0200479 ret = wl1271_set_rx_streaming(wl, wlvif, false);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300480 /* don't cancel_work_sync since we might deadlock */
Eliad Peller9eb599e2011-10-10 10:12:59 +0200481 del_timer_sync(&wlvif->rx_streaming_timer);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300482 }
483out:
484 return ret;
485}
486
487static void wl1271_rx_streaming_enable_work(struct work_struct *work)
488{
489 int ret;
Eliad Peller9eb599e2011-10-10 10:12:59 +0200490 struct wl12xx_vif *wlvif = container_of(work, struct wl12xx_vif,
491 rx_streaming_enable_work);
492 struct wl1271 *wl = wlvif->wl;
Eliad Peller77ddaa12011-05-15 11:10:29 +0300493
494 mutex_lock(&wl->mutex);
495
Eliad Peller0744bdb2011-10-10 10:13:05 +0200496 if (test_bit(WLVIF_FLAG_RX_STREAMING_STARTED, &wlvif->flags) ||
Eliad Pellerba8447f2011-10-10 10:13:00 +0200497 !test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags) ||
Eliad Peller77ddaa12011-05-15 11:10:29 +0300498 (!wl->conf.rx_streaming.always &&
499 !test_bit(WL1271_FLAG_SOFT_GEMINI, &wl->flags)))
500 goto out;
501
502 if (!wl->conf.rx_streaming.interval)
503 goto out;
504
505 ret = wl1271_ps_elp_wakeup(wl);
506 if (ret < 0)
507 goto out;
508
Eliad Peller9eb599e2011-10-10 10:12:59 +0200509 ret = wl1271_set_rx_streaming(wl, wlvif, true);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300510 if (ret < 0)
511 goto out_sleep;
512
513 /* stop it after some time of inactivity */
Eliad Peller9eb599e2011-10-10 10:12:59 +0200514 mod_timer(&wlvif->rx_streaming_timer,
Eliad Peller77ddaa12011-05-15 11:10:29 +0300515 jiffies + msecs_to_jiffies(wl->conf.rx_streaming.duration));
516
517out_sleep:
518 wl1271_ps_elp_sleep(wl);
519out:
520 mutex_unlock(&wl->mutex);
521}
522
523static void wl1271_rx_streaming_disable_work(struct work_struct *work)
524{
525 int ret;
Eliad Peller9eb599e2011-10-10 10:12:59 +0200526 struct wl12xx_vif *wlvif = container_of(work, struct wl12xx_vif,
527 rx_streaming_disable_work);
528 struct wl1271 *wl = wlvif->wl;
Eliad Peller77ddaa12011-05-15 11:10:29 +0300529
530 mutex_lock(&wl->mutex);
531
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 ret = wl1271_ps_elp_wakeup(wl);
536 if (ret < 0)
537 goto out;
538
Eliad Peller9eb599e2011-10-10 10:12:59 +0200539 ret = wl1271_set_rx_streaming(wl, wlvif, false);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300540 if (ret)
541 goto out_sleep;
542
543out_sleep:
544 wl1271_ps_elp_sleep(wl);
545out:
546 mutex_unlock(&wl->mutex);
547}
548
549static void wl1271_rx_streaming_timer(unsigned long data)
550{
Eliad Peller9eb599e2011-10-10 10:12:59 +0200551 struct wl12xx_vif *wlvif = (struct wl12xx_vif *)data;
552 struct wl1271 *wl = wlvif->wl;
553 ieee80211_queue_work(wl->hw, &wlvif->rx_streaming_disable_work);
Eliad Peller77ddaa12011-05-15 11:10:29 +0300554}
555
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +0300556static void wl1271_conf_init(struct wl1271 *wl)
557{
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +0300558
559 /*
560 * This function applies the default configuration to the driver. This
561 * function is invoked upon driver load (spi probe.)
562 *
563 * The configuration is stored in a run-time structure in order to
564 * facilitate for run-time adjustment of any of the parameters. Making
565 * changes to the configuration structure will apply the new values on
566 * the next interface up (wl1271_op_start.)
567 */
568
569 /* apply driver default configuration */
Juuso Oikarinen8a080482009-10-13 12:47:44 +0300570 memcpy(&wl->conf, &default_conf, sizeof(default_conf));
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +0300571
Ido Yariv95dac04f2011-06-06 14:57:06 +0300572 /* Adjust settings according to optional module parameters */
573 if (fwlog_param) {
574 if (!strcmp(fwlog_param, "continuous")) {
575 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS;
576 } else if (!strcmp(fwlog_param, "ondemand")) {
577 wl->conf.fwlog.mode = WL12XX_FWLOG_ON_DEMAND;
578 } else if (!strcmp(fwlog_param, "dbgpins")) {
579 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS;
580 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_DBG_PINS;
581 } else if (!strcmp(fwlog_param, "disable")) {
582 wl->conf.fwlog.mem_blocks = 0;
583 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_NONE;
584 } else {
585 wl1271_error("Unknown fwlog parameter %s", fwlog_param);
586 }
587 }
588}
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +0300589
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300590static int wl1271_plt_init(struct wl1271 *wl)
591{
Eliad Peller188e7f52011-12-06 12:15:06 +0200592 int ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300593
Shahar Levi49d750ca2011-03-06 16:32:09 +0200594 if (wl->chip.id == CHIP_ID_1283_PG20)
595 ret = wl128x_cmd_general_parms(wl);
596 else
597 ret = wl1271_cmd_general_parms(wl);
Luciano Coelho4a904062009-11-23 23:22:18 +0200598 if (ret < 0)
Luciano Coelhocc7defa2009-11-23 23:22:16 +0200599 return ret;
600
Shahar Levi49d750ca2011-03-06 16:32:09 +0200601 if (wl->chip.id == CHIP_ID_1283_PG20)
602 ret = wl128x_cmd_radio_parms(wl);
603 else
604 ret = wl1271_cmd_radio_parms(wl);
Luciano Coelho4a904062009-11-23 23:22:18 +0200605 if (ret < 0)
Luciano Coelhocc7defa2009-11-23 23:22:16 +0200606 return ret;
607
Shahar Levi49d750ca2011-03-06 16:32:09 +0200608 if (wl->chip.id != CHIP_ID_1283_PG20) {
609 ret = wl1271_cmd_ext_radio_parms(wl);
610 if (ret < 0)
611 return ret;
612 }
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200613
Shahar Levi48a61472011-03-06 16:32:08 +0200614 /* Chip-specific initializations */
615 ret = wl1271_chip_specific_init(wl);
616 if (ret < 0)
617 return ret;
618
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300619 ret = wl1271_acx_init_mem_config(wl);
620 if (ret < 0)
621 return ret;
622
Eliad Peller7f0979882011-08-14 13:17:06 +0300623 ret = wl12xx_acx_mem_cfg(wl);
Gery Kahn1ec610e2011-02-01 03:03:08 -0600624 if (ret < 0)
625 goto out_free_memmap;
626
Luciano Coelho12419cc2010-02-18 13:25:44 +0200627 /* Enable data path */
Luciano Coelho94210892009-12-11 15:40:55 +0200628 ret = wl1271_cmd_data_path(wl, 1);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300629 if (ret < 0)
Luciano Coelho12419cc2010-02-18 13:25:44 +0200630 goto out_free_memmap;
631
632 /* Configure for CAM power saving (ie. always active) */
633 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM);
634 if (ret < 0)
635 goto out_free_memmap;
636
637 /* configure PM */
638 ret = wl1271_acx_pm_config(wl);
639 if (ret < 0)
640 goto out_free_memmap;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300641
642 return 0;
Luciano Coelho12419cc2010-02-18 13:25:44 +0200643
644 out_free_memmap:
645 kfree(wl->target_mem_map);
646 wl->target_mem_map = NULL;
647
648 return ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300649}
650
Eliad Peller6e8cd332011-10-10 10:13:13 +0200651static void wl12xx_irq_ps_regulate_link(struct wl1271 *wl,
652 struct wl12xx_vif *wlvif,
653 u8 hlid, u8 tx_pkts)
Arik Nemtsovb622d992011-02-23 00:22:31 +0200654{
Arik Nemtsovda032092011-08-25 12:43:15 +0300655 bool fw_ps, single_sta;
Arik Nemtsovb622d992011-02-23 00:22:31 +0200656
Arik Nemtsovb622d992011-02-23 00:22:31 +0200657 fw_ps = test_bit(hlid, (unsigned long *)&wl->ap_fw_ps_map);
Arik Nemtsovda032092011-08-25 12:43:15 +0300658 single_sta = (wl->active_sta_count == 1);
Arik Nemtsovb622d992011-02-23 00:22:31 +0200659
660 /*
661 * Wake up from high level PS if the STA is asleep with too little
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300662 * packets in FW or if the STA is awake.
Arik Nemtsovb622d992011-02-23 00:22:31 +0200663 */
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300664 if (!fw_ps || tx_pkts < WL1271_PS_STA_MAX_PACKETS)
Eliad Peller6e8cd332011-10-10 10:13:13 +0200665 wl12xx_ps_link_end(wl, wlvif, hlid);
Arik Nemtsovb622d992011-02-23 00:22:31 +0200666
Arik Nemtsovda032092011-08-25 12:43:15 +0300667 /*
668 * Start high-level PS if the STA is asleep with enough blocks in FW.
669 * Make an exception if this is the only connected station. In this
670 * case FW-memory congestion is not a problem.
671 */
672 else if (!single_sta && fw_ps && tx_pkts >= WL1271_PS_STA_MAX_PACKETS)
Eliad Peller6e8cd332011-10-10 10:13:13 +0200673 wl12xx_ps_link_start(wl, wlvif, hlid, true);
Arik Nemtsovb622d992011-02-23 00:22:31 +0200674}
675
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300676static void wl12xx_irq_update_links_status(struct wl1271 *wl,
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200677 struct wl12xx_vif *wlvif,
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300678 struct wl12xx_fw_status *status)
Arik Nemtsovb622d992011-02-23 00:22:31 +0200679{
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200680 struct wl1271_link *lnk;
Arik Nemtsovb622d992011-02-23 00:22:31 +0200681 u32 cur_fw_ps_map;
Arik Nemtsov9b17f1b2011-08-14 13:17:35 +0300682 u8 hlid, cnt;
683
684 /* TODO: also use link_fast_bitmap here */
Arik Nemtsovb622d992011-02-23 00:22:31 +0200685
686 cur_fw_ps_map = le32_to_cpu(status->link_ps_bitmap);
687 if (wl->ap_fw_ps_map != cur_fw_ps_map) {
688 wl1271_debug(DEBUG_PSM,
689 "link ps prev 0x%x cur 0x%x changed 0x%x",
690 wl->ap_fw_ps_map, cur_fw_ps_map,
691 wl->ap_fw_ps_map ^ cur_fw_ps_map);
692
693 wl->ap_fw_ps_map = cur_fw_ps_map;
694 }
695
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200696 for_each_set_bit(hlid, wlvif->ap.sta_hlid_map, WL12XX_MAX_LINKS) {
697 lnk = &wl->links[hlid];
698 cnt = status->tx_lnk_free_pkts[hlid] - lnk->prev_freed_pkts;
Arik Nemtsovb622d992011-02-23 00:22:31 +0200699
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200700 lnk->prev_freed_pkts = status->tx_lnk_free_pkts[hlid];
701 lnk->allocated_pkts -= cnt;
Arik Nemtsovb622d992011-02-23 00:22:31 +0200702
Eliad Peller6e8cd332011-10-10 10:13:13 +0200703 wl12xx_irq_ps_regulate_link(wl, wlvif, hlid,
704 lnk->allocated_pkts);
Arik Nemtsovb622d992011-02-23 00:22:31 +0200705 }
706}
707
Eliad Peller4d56ad92011-08-14 13:17:05 +0300708static void wl12xx_fw_status(struct wl1271 *wl,
709 struct wl12xx_fw_status *status)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300710{
Eliad Peller6e8cd332011-10-10 10:13:13 +0200711 struct wl12xx_vif *wlvif;
Juuso Oikarinenac5e1e32010-02-22 08:38:38 +0200712 struct timespec ts;
Shahar Levi13b107d2011-03-06 16:32:12 +0200713 u32 old_tx_blk_count = wl->tx_blocks_available;
Eliad Peller4d56ad92011-08-14 13:17:05 +0300714 int avail, freed_blocks;
Arik Nemtsovbf54e302011-08-14 13:17:32 +0300715 int i;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300716
Eliad Peller4d56ad92011-08-14 13:17:05 +0300717 wl1271_raw_read(wl, FW_STATUS_ADDR, status, sizeof(*status), false);
Shahar Levi13b107d2011-03-06 16:32:12 +0200718
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300719 wl1271_debug(DEBUG_IRQ, "intr: 0x%x (fw_rx_counter = %d, "
720 "drv_rx_counter = %d, tx_results_counter = %d)",
721 status->intr,
722 status->fw_rx_counter,
723 status->drv_rx_counter,
724 status->tx_results_counter);
725
Arik Nemtsovbf54e302011-08-14 13:17:32 +0300726 for (i = 0; i < NUM_TX_QUEUES; i++) {
727 /* prevent wrap-around in freed-packets counter */
Arik Nemtsov742246f2011-08-14 13:17:33 +0300728 wl->tx_allocated_pkts[i] -=
Arik Nemtsovbf54e302011-08-14 13:17:32 +0300729 (status->tx_released_pkts[i] -
730 wl->tx_pkts_freed[i]) & 0xff;
731
732 wl->tx_pkts_freed[i] = status->tx_released_pkts[i];
733 }
734
Arik Nemtsovbdf91cf2011-08-14 13:17:34 +0300735 /* prevent wrap-around in total blocks counter */
736 if (likely(wl->tx_blocks_freed <=
737 le32_to_cpu(status->total_released_blks)))
738 freed_blocks = le32_to_cpu(status->total_released_blks) -
739 wl->tx_blocks_freed;
740 else
741 freed_blocks = 0x100000000LL - wl->tx_blocks_freed +
742 le32_to_cpu(status->total_released_blks);
743
Eliad Peller4d56ad92011-08-14 13:17:05 +0300744 wl->tx_blocks_freed = le32_to_cpu(status->total_released_blks);
Shahar Levi13b107d2011-03-06 16:32:12 +0200745
Arik Nemtsov7bb5d6c2011-08-14 13:17:00 +0300746 wl->tx_allocated_blocks -= freed_blocks;
747
Eliad Peller4d56ad92011-08-14 13:17:05 +0300748 avail = le32_to_cpu(status->tx_total) - wl->tx_allocated_blocks;
Ido Yarivd2f4d472011-03-31 10:07:00 +0200749
Eliad Peller4d56ad92011-08-14 13:17:05 +0300750 /*
751 * The FW might change the total number of TX memblocks before
752 * we get a notification about blocks being released. Thus, the
753 * available blocks calculation might yield a temporary result
754 * which is lower than the actual available blocks. Keeping in
755 * mind that only blocks that were allocated can be moved from
756 * TX to RX, tx_blocks_available should never decrease here.
757 */
758 wl->tx_blocks_available = max((int)wl->tx_blocks_available,
759 avail);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300760
Ido Yariva5225502010-10-12 14:49:10 +0200761 /* if more blocks are available now, tx work can be scheduled */
Shahar Levi13b107d2011-03-06 16:32:12 +0200762 if (wl->tx_blocks_available > old_tx_blk_count)
Ido Yariva5225502010-10-12 14:49:10 +0200763 clear_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300764
Eliad Peller4d56ad92011-08-14 13:17:05 +0300765 /* for AP update num of allocated TX blocks per link and ps status */
Eliad Peller6e8cd332011-10-10 10:13:13 +0200766 wl12xx_for_each_wlvif_ap(wl, wlvif) {
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200767 wl12xx_irq_update_links_status(wl, wlvif, status);
Eliad Peller6e8cd332011-10-10 10:13:13 +0200768 }
Eliad Peller4d56ad92011-08-14 13:17:05 +0300769
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300770 /* update the host-chipset time offset */
Juuso Oikarinenac5e1e32010-02-22 08:38:38 +0200771 getnstimeofday(&ts);
772 wl->time_offset = (timespec_to_ns(&ts) >> 10) -
773 (s64)le32_to_cpu(status->fw_localtime);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300774}
775
Ido Yariva6208652011-03-01 15:14:41 +0200776static void wl1271_flush_deferred_work(struct wl1271 *wl)
777{
778 struct sk_buff *skb;
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200779
Ido Yariva6208652011-03-01 15:14:41 +0200780 /* Pass all received frames to the network stack */
781 while ((skb = skb_dequeue(&wl->deferred_rx_queue)))
782 ieee80211_rx_ni(wl->hw, skb);
783
784 /* Return sent skbs to the network stack */
785 while ((skb = skb_dequeue(&wl->deferred_tx_queue)))
Eliad Pellerc27d3ac2011-06-07 10:40:39 +0300786 ieee80211_tx_status_ni(wl->hw, skb);
Ido Yariva6208652011-03-01 15:14:41 +0200787}
788
789static void wl1271_netstack_work(struct work_struct *work)
790{
791 struct wl1271 *wl =
792 container_of(work, struct wl1271, netstack_work);
793
794 do {
795 wl1271_flush_deferred_work(wl);
796 } while (skb_queue_len(&wl->deferred_rx_queue));
797}
798
799#define WL1271_IRQ_MAX_LOOPS 256
800
Felipe Balbi4b32a2c2011-10-06 10:46:20 +0300801static irqreturn_t wl1271_irq(int irq, void *cookie)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300802{
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300803 int ret;
Juuso Oikarinenc15f63b2009-10-12 15:08:50 +0300804 u32 intr;
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200805 int loopcount = WL1271_IRQ_MAX_LOOPS;
Ido Yariva6208652011-03-01 15:14:41 +0200806 struct wl1271 *wl = (struct wl1271 *)cookie;
807 bool done = false;
808 unsigned int defer_count;
Ido Yarivb07d4032011-03-01 15:14:43 +0200809 unsigned long flags;
810
811 /* TX might be handled here, avoid redundant work */
812 set_bit(WL1271_FLAG_TX_PENDING, &wl->flags);
813 cancel_work_sync(&wl->tx_work);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300814
Ido Yariv341b7cd2011-03-31 10:07:01 +0200815 /*
816 * In case edge triggered interrupt must be used, we cannot iterate
817 * more than once without introducing race conditions with the hardirq.
818 */
819 if (wl->platform_quirks & WL12XX_PLATFORM_QUIRK_EDGE_IRQ)
820 loopcount = 1;
821
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300822 mutex_lock(&wl->mutex);
823
824 wl1271_debug(DEBUG_IRQ, "IRQ work");
825
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200826 if (unlikely(wl->state == WL1271_STATE_OFF))
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300827 goto out;
828
Ido Yariva6208652011-03-01 15:14:41 +0200829 ret = wl1271_ps_elp_wakeup(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300830 if (ret < 0)
831 goto out;
832
Ido Yariva6208652011-03-01 15:14:41 +0200833 while (!done && loopcount--) {
834 /*
835 * In order to avoid a race with the hardirq, clear the flag
836 * before acknowledging the chip. Since the mutex is held,
837 * wl1271_ps_elp_wakeup cannot be called concurrently.
838 */
839 clear_bit(WL1271_FLAG_IRQ_RUNNING, &wl->flags);
840 smp_mb__after_clear_bit();
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200841
Eliad Peller4d56ad92011-08-14 13:17:05 +0300842 wl12xx_fw_status(wl, wl->fw_status);
843 intr = le32_to_cpu(wl->fw_status->intr);
Ido Yariva6208652011-03-01 15:14:41 +0200844 intr &= WL1271_INTR_MASK;
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200845 if (!intr) {
Ido Yariva6208652011-03-01 15:14:41 +0200846 done = true;
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200847 continue;
848 }
849
Eliad Pellerccc83b02010-10-27 14:09:57 +0200850 if (unlikely(intr & WL1271_ACX_INTR_WATCHDOG)) {
851 wl1271_error("watchdog interrupt received! "
852 "starting recovery.");
Ido Yarivbaacb9a2011-06-06 14:57:05 +0300853 wl12xx_queue_recovery_work(wl);
Eliad Pellerccc83b02010-10-27 14:09:57 +0200854
855 /* restarting the chip. ignore any other interrupt. */
856 goto out;
857 }
858
Ido Yariva6208652011-03-01 15:14:41 +0200859 if (likely(intr & WL1271_ACX_INTR_DATA)) {
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200860 wl1271_debug(DEBUG_IRQ, "WL1271_ACX_INTR_DATA");
861
Eliad Peller4d56ad92011-08-14 13:17:05 +0300862 wl12xx_rx(wl, wl->fw_status);
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200863
Ido Yariva5225502010-10-12 14:49:10 +0200864 /* Check if any tx blocks were freed */
Ido Yarivb07d4032011-03-01 15:14:43 +0200865 spin_lock_irqsave(&wl->wl_lock, flags);
Ido Yariva5225502010-10-12 14:49:10 +0200866 if (!test_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags) &&
Arik Nemtsovf1a46382011-07-07 14:25:23 +0300867 wl1271_tx_total_queue_count(wl) > 0) {
Ido Yarivb07d4032011-03-01 15:14:43 +0200868 spin_unlock_irqrestore(&wl->wl_lock, flags);
Ido Yariva5225502010-10-12 14:49:10 +0200869 /*
870 * In order to avoid starvation of the TX path,
871 * call the work function directly.
872 */
Eliad Pellera32d0cd2011-10-10 10:12:55 +0200873 wl1271_tx_work_locked(wl);
Ido Yarivb07d4032011-03-01 15:14:43 +0200874 } else {
875 spin_unlock_irqrestore(&wl->wl_lock, flags);
Ido Yariva5225502010-10-12 14:49:10 +0200876 }
877
Ido Yariv8aad2462011-03-01 15:14:38 +0200878 /* check for tx results */
Eliad Peller4d56ad92011-08-14 13:17:05 +0300879 if (wl->fw_status->tx_results_counter !=
Ido Yariv8aad2462011-03-01 15:14:38 +0200880 (wl->tx_results_count & 0xff))
881 wl1271_tx_complete(wl);
Ido Yariva6208652011-03-01 15:14:41 +0200882
883 /* Make sure the deferred queues don't get too long */
884 defer_count = skb_queue_len(&wl->deferred_tx_queue) +
885 skb_queue_len(&wl->deferred_rx_queue);
886 if (defer_count > WL1271_DEFERRED_QUEUE_LIMIT)
887 wl1271_flush_deferred_work(wl);
Juuso Oikarinen1e73eb62010-02-22 08:38:37 +0200888 }
889
890 if (intr & WL1271_ACX_INTR_EVENT_A) {
891 wl1271_debug(DEBUG_IRQ, "WL1271_ACX_INTR_EVENT_A");
892 wl1271_event_handle(wl, 0);
893 }
894
895 if (intr & WL1271_ACX_INTR_EVENT_B) {
896 wl1271_debug(DEBUG_IRQ, "WL1271_ACX_INTR_EVENT_B");
897 wl1271_event_handle(wl, 1);
898 }
899
900 if (intr & WL1271_ACX_INTR_INIT_COMPLETE)
901 wl1271_debug(DEBUG_IRQ,
902 "WL1271_ACX_INTR_INIT_COMPLETE");
903
904 if (intr & WL1271_ACX_INTR_HW_AVAILABLE)
905 wl1271_debug(DEBUG_IRQ, "WL1271_ACX_INTR_HW_AVAILABLE");
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300906 }
907
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300908 wl1271_ps_elp_sleep(wl);
909
910out:
Ido Yarivb07d4032011-03-01 15:14:43 +0200911 spin_lock_irqsave(&wl->wl_lock, flags);
912 /* In case TX was not handled here, queue TX work */
913 clear_bit(WL1271_FLAG_TX_PENDING, &wl->flags);
914 if (!test_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags) &&
Arik Nemtsovf1a46382011-07-07 14:25:23 +0300915 wl1271_tx_total_queue_count(wl) > 0)
Ido Yarivb07d4032011-03-01 15:14:43 +0200916 ieee80211_queue_work(wl->hw, &wl->tx_work);
917 spin_unlock_irqrestore(&wl->wl_lock, flags);
918
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300919 mutex_unlock(&wl->mutex);
Ido Yariva6208652011-03-01 15:14:41 +0200920
921 return IRQ_HANDLED;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300922}
923
Eliad Peller4549d092012-02-06 13:07:52 +0200924struct vif_counter_data {
925 u8 counter;
926
927 struct ieee80211_vif *cur_vif;
928 bool cur_vif_running;
929};
930
931static void wl12xx_vif_count_iter(void *data, u8 *mac,
932 struct ieee80211_vif *vif)
933{
934 struct vif_counter_data *counter = data;
935
936 counter->counter++;
937 if (counter->cur_vif == vif)
938 counter->cur_vif_running = true;
939}
940
941/* caller must not hold wl->mutex, as it might deadlock */
942static void wl12xx_get_vif_count(struct ieee80211_hw *hw,
943 struct ieee80211_vif *cur_vif,
944 struct vif_counter_data *data)
945{
946 memset(data, 0, sizeof(*data));
947 data->cur_vif = cur_vif;
948
949 ieee80211_iterate_active_interfaces(hw,
950 wl12xx_vif_count_iter, data);
951}
952
Eliad Peller3fcdab72012-02-06 12:47:54 +0200953static int wl12xx_fetch_firmware(struct wl1271 *wl, bool plt)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300954{
955 const struct firmware *fw;
Arik Nemtsov166d5042010-10-16 21:44:57 +0200956 const char *fw_name;
Eliad Peller3fcdab72012-02-06 12:47:54 +0200957 enum wl12xx_fw_type fw_type;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300958 int ret;
959
Eliad Peller3fcdab72012-02-06 12:47:54 +0200960 if (plt) {
961 fw_type = WL12XX_FW_TYPE_PLT;
962 if (wl->chip.id == CHIP_ID_1283_PG20)
963 fw_name = WL128X_PLT_FW_NAME;
964 else
965 fw_name = WL127X_PLT_FW_NAME;
966 } else {
Eliad Peller4549d092012-02-06 13:07:52 +0200967 /*
968 * we can't call wl12xx_get_vif_count() here because
969 * wl->mutex is taken, so use the cached last_vif_count value
970 */
971 if (wl->last_vif_count > 1) {
972 fw_type = WL12XX_FW_TYPE_MULTI;
973 if (wl->chip.id == CHIP_ID_1283_PG20)
974 fw_name = WL128X_FW_NAME_MULTI;
975 else
976 fw_name = WL127X_FW_NAME_MULTI;
977 } else {
978 fw_type = WL12XX_FW_TYPE_NORMAL;
979 if (wl->chip.id == CHIP_ID_1283_PG20)
980 fw_name = WL128X_FW_NAME_SINGLE;
981 else
982 fw_name = WL127X_FW_NAME_SINGLE;
983 }
Eliad Peller3fcdab72012-02-06 12:47:54 +0200984 }
985
986 if (wl->fw_type == fw_type)
987 return 0;
Arik Nemtsov166d5042010-10-16 21:44:57 +0200988
989 wl1271_debug(DEBUG_BOOT, "booting firmware %s", fw_name);
990
Felipe Balbia390e852011-10-06 10:07:44 +0300991 ret = request_firmware(&fw, fw_name, wl->dev);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300992
993 if (ret < 0) {
Pontus Fuchs35898932011-11-30 15:35:09 +0100994 wl1271_error("could not get firmware %s: %d", fw_name, ret);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300995 return ret;
996 }
997
998 if (fw->size % 4) {
999 wl1271_error("firmware size is not multiple of 32 bits: %zu",
1000 fw->size);
1001 ret = -EILSEQ;
1002 goto out;
1003 }
1004
Arik Nemtsov166d5042010-10-16 21:44:57 +02001005 vfree(wl->fw);
Eliad Peller3fcdab72012-02-06 12:47:54 +02001006 wl->fw_type = WL12XX_FW_TYPE_NONE;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001007 wl->fw_len = fw->size;
Juuso Oikarinen1fba4972009-10-08 21:56:32 +03001008 wl->fw = vmalloc(wl->fw_len);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001009
1010 if (!wl->fw) {
1011 wl1271_error("could not allocate memory for the firmware");
1012 ret = -ENOMEM;
1013 goto out;
1014 }
1015
1016 memcpy(wl->fw, fw->data, wl->fw_len);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001017 ret = 0;
Eliad Peller3fcdab72012-02-06 12:47:54 +02001018 wl->fw_type = fw_type;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001019out:
1020 release_firmware(fw);
1021
1022 return ret;
1023}
1024
1025static int wl1271_fetch_nvs(struct wl1271 *wl)
1026{
1027 const struct firmware *fw;
1028 int ret;
1029
Felipe Balbia390e852011-10-06 10:07:44 +03001030 ret = request_firmware(&fw, WL12XX_NVS_NAME, wl->dev);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001031
1032 if (ret < 0) {
Pontus Fuchs35898932011-11-30 15:35:09 +01001033 wl1271_error("could not get nvs file %s: %d", WL12XX_NVS_NAME,
1034 ret);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001035 return ret;
1036 }
1037
Shahar Levibc765bf2011-03-06 16:32:10 +02001038 wl->nvs = kmemdup(fw->data, fw->size, GFP_KERNEL);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001039
1040 if (!wl->nvs) {
1041 wl1271_error("could not allocate memory for the nvs file");
1042 ret = -ENOMEM;
1043 goto out;
1044 }
1045
Juuso Oikarinen02fabb02010-08-19 04:41:15 +02001046 wl->nvs_len = fw->size;
1047
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001048out:
1049 release_firmware(fw);
1050
1051 return ret;
1052}
1053
Ido Yarivbaacb9a2011-06-06 14:57:05 +03001054void wl12xx_queue_recovery_work(struct wl1271 *wl)
1055{
1056 if (!test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags))
1057 ieee80211_queue_work(wl->hw, &wl->recovery_work);
1058}
1059
Ido Yariv95dac04f2011-06-06 14:57:06 +03001060size_t wl12xx_copy_fwlog(struct wl1271 *wl, u8 *memblock, size_t maxlen)
1061{
1062 size_t len = 0;
1063
1064 /* The FW log is a length-value list, find where the log end */
1065 while (len < maxlen) {
1066 if (memblock[len] == 0)
1067 break;
1068 if (len + memblock[len] + 1 > maxlen)
1069 break;
1070 len += memblock[len] + 1;
1071 }
1072
1073 /* Make sure we have enough room */
1074 len = min(len, (size_t)(PAGE_SIZE - wl->fwlog_size));
1075
1076 /* Fill the FW log file, consumed by the sysfs fwlog entry */
1077 memcpy(wl->fwlog + wl->fwlog_size, memblock, len);
1078 wl->fwlog_size += len;
1079
1080 return len;
1081}
1082
1083static void wl12xx_read_fwlog_panic(struct wl1271 *wl)
1084{
1085 u32 addr;
1086 u32 first_addr;
1087 u8 *block;
1088
1089 if ((wl->quirks & WL12XX_QUIRK_FWLOG_NOT_IMPLEMENTED) ||
1090 (wl->conf.fwlog.mode != WL12XX_FWLOG_ON_DEMAND) ||
1091 (wl->conf.fwlog.mem_blocks == 0))
1092 return;
1093
1094 wl1271_info("Reading FW panic log");
1095
1096 block = kmalloc(WL12XX_HW_BLOCK_SIZE, GFP_KERNEL);
1097 if (!block)
1098 return;
1099
1100 /*
1101 * Make sure the chip is awake and the logger isn't active.
1102 * This might fail if the firmware hanged.
1103 */
1104 if (!wl1271_ps_elp_wakeup(wl))
1105 wl12xx_cmd_stop_fwlog(wl);
1106
1107 /* Read the first memory block address */
Eliad Peller4d56ad92011-08-14 13:17:05 +03001108 wl12xx_fw_status(wl, wl->fw_status);
1109 first_addr = le32_to_cpu(wl->fw_status->log_start_addr);
Ido Yariv95dac04f2011-06-06 14:57:06 +03001110 if (!first_addr)
1111 goto out;
1112
1113 /* Traverse the memory blocks linked list */
1114 addr = first_addr;
1115 do {
1116 memset(block, 0, WL12XX_HW_BLOCK_SIZE);
1117 wl1271_read_hwaddr(wl, addr, block, WL12XX_HW_BLOCK_SIZE,
1118 false);
1119
1120 /*
1121 * Memory blocks are linked to one another. The first 4 bytes
1122 * of each memory block hold the hardware address of the next
1123 * one. The last memory block points to the first one.
1124 */
Eliad Peller4d56ad92011-08-14 13:17:05 +03001125 addr = le32_to_cpup((__le32 *)block);
Ido Yariv95dac04f2011-06-06 14:57:06 +03001126 if (!wl12xx_copy_fwlog(wl, block + sizeof(addr),
1127 WL12XX_HW_BLOCK_SIZE - sizeof(addr)))
1128 break;
1129 } while (addr && (addr != first_addr));
1130
1131 wake_up_interruptible(&wl->fwlog_waitq);
1132
1133out:
1134 kfree(block);
1135}
1136
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001137static void wl1271_recovery_work(struct work_struct *work)
1138{
1139 struct wl1271 *wl =
1140 container_of(work, struct wl1271, recovery_work);
Eliad Peller48e93e42011-10-10 10:12:58 +02001141 struct wl12xx_vif *wlvif;
Eliad Peller6e8cd332011-10-10 10:13:13 +02001142 struct ieee80211_vif *vif;
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001143
1144 mutex_lock(&wl->mutex);
1145
Eliad Peller3fcdab72012-02-06 12:47:54 +02001146 if (wl->state != WL1271_STATE_ON || wl->plt)
Eliad Pellerf0277432011-10-10 10:13:14 +02001147 goto out_unlock;
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001148
Ido Yarivbaacb9a2011-06-06 14:57:05 +03001149 /* Avoid a recursive recovery */
1150 set_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags);
1151
Ido Yariv95dac04f2011-06-06 14:57:06 +03001152 wl12xx_read_fwlog_panic(wl);
1153
Arik Nemtsov52dcaf52011-04-18 14:15:24 +03001154 wl1271_info("Hardware recovery in progress. FW ver: %s pc: 0x%x",
1155 wl->chip.fw_ver_str, wl1271_read32(wl, SCR_PAD4));
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001156
Eliad Pellere9ba7152012-03-04 10:55:54 +02001157 BUG_ON(bug_on_recovery &&
1158 !test_bit(WL1271_FLAG_INTENDED_FW_RECOVERY, &wl->flags));
Eliad Peller2a5bff02011-08-25 18:10:59 +03001159
Oz Krakowskib992c682011-06-26 10:36:02 +03001160 /*
1161 * Advance security sequence number to overcome potential progress
1162 * in the firmware during recovery. This doens't hurt if the network is
1163 * not encrypted.
1164 */
Eliad Peller48e93e42011-10-10 10:12:58 +02001165 wl12xx_for_each_wlvif(wl, wlvif) {
Eliad Pellerba8447f2011-10-10 10:13:00 +02001166 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags) ||
Eliad Peller53d40d02011-10-10 10:13:02 +02001167 test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags))
Eliad Peller48e93e42011-10-10 10:12:58 +02001168 wlvif->tx_security_seq +=
1169 WL1271_TX_SQN_POST_RECOVERY_PADDING;
1170 }
Oz Krakowskib992c682011-06-26 10:36:02 +03001171
Arik Nemtsov7dece1c2011-04-18 14:15:28 +03001172 /* Prevent spurious TX during FW restart */
1173 ieee80211_stop_queues(wl->hw);
1174
Luciano Coelho33c2c062011-05-10 14:46:02 +03001175 if (wl->sched_scanning) {
1176 ieee80211_sched_scan_stopped(wl->hw);
1177 wl->sched_scanning = false;
1178 }
1179
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001180 /* reboot the chipset */
Eliad Peller6e8cd332011-10-10 10:13:13 +02001181 while (!list_empty(&wl->wlvif_list)) {
1182 wlvif = list_first_entry(&wl->wlvif_list,
1183 struct wl12xx_vif, list);
1184 vif = wl12xx_wlvif_to_vif(wlvif);
1185 __wl1271_op_remove_interface(wl, vif, false);
1186 }
Eliad Pellerf0277432011-10-10 10:13:14 +02001187 mutex_unlock(&wl->mutex);
1188 wl1271_op_stop(wl->hw);
Ido Yarivbaacb9a2011-06-06 14:57:05 +03001189
1190 clear_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags);
1191
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001192 ieee80211_restart_hw(wl->hw);
1193
Arik Nemtsov7dece1c2011-04-18 14:15:28 +03001194 /*
1195 * Its safe to enable TX now - the queues are stopped after a request
1196 * to restart the HW.
1197 */
1198 ieee80211_wake_queues(wl->hw);
Eliad Pellerf0277432011-10-10 10:13:14 +02001199 return;
1200out_unlock:
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001201 mutex_unlock(&wl->mutex);
1202}
1203
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001204static void wl1271_fw_wakeup(struct wl1271 *wl)
1205{
1206 u32 elp_reg;
1207
1208 elp_reg = ELPCTRL_WAKE_UP;
Juuso Oikarinen74621412009-10-12 15:08:54 +03001209 wl1271_raw_write32(wl, HW_ACCESS_ELP_CTRL_REG_ADDR, elp_reg);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001210}
1211
1212static int wl1271_setup(struct wl1271 *wl)
1213{
1214 wl->fw_status = kmalloc(sizeof(*wl->fw_status), GFP_KERNEL);
1215 if (!wl->fw_status)
1216 return -ENOMEM;
1217
1218 wl->tx_res_if = kmalloc(sizeof(*wl->tx_res_if), GFP_KERNEL);
1219 if (!wl->tx_res_if) {
1220 kfree(wl->fw_status);
1221 return -ENOMEM;
1222 }
1223
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001224 return 0;
1225}
1226
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02001227static int wl12xx_set_power_on(struct wl1271 *wl)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001228{
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02001229 int ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001230
Juuso Oikarinen01ac17ec2009-12-11 15:41:02 +02001231 msleep(WL1271_PRE_POWER_ON_SLEEP);
Ohad Ben-Cohen2cc78ff2010-09-16 01:22:04 +02001232 ret = wl1271_power_on(wl);
1233 if (ret < 0)
1234 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001235 msleep(WL1271_POWER_ON_SLEEP);
Teemu Paasikivi9b280722010-02-18 13:25:56 +02001236 wl1271_io_reset(wl);
1237 wl1271_io_init(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001238
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02001239 wl1271_set_partition(wl, &wl12xx_part_table[PART_DOWN]);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001240
1241 /* ELP module wake up */
1242 wl1271_fw_wakeup(wl);
1243
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02001244out:
1245 return ret;
1246}
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001247
Eliad Peller3fcdab72012-02-06 12:47:54 +02001248static int wl12xx_chip_wakeup(struct wl1271 *wl, bool plt)
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02001249{
1250 int ret = 0;
1251
1252 ret = wl12xx_set_power_on(wl);
1253 if (ret < 0)
1254 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001255
Luciano Coelhoe62c9ce2011-11-03 08:44:42 +02001256 /*
1257 * For wl127x based devices we could use the default block
1258 * size (512 bytes), but due to a bug in the sdio driver, we
1259 * need to set it explicitly after the chip is powered on. To
1260 * simplify the code and since the performance impact is
1261 * negligible, we use the same block size for all different
1262 * chip types.
1263 */
1264 if (!wl1271_set_block_size(wl))
1265 wl->quirks |= WL12XX_QUIRK_NO_BLOCKSIZE_ALIGNMENT;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001266
1267 switch (wl->chip.id) {
1268 case CHIP_ID_1271_PG10:
1269 wl1271_warning("chip id 0x%x (1271 PG10) support is obsolete",
1270 wl->chip.id);
1271
1272 ret = wl1271_setup(wl);
1273 if (ret < 0)
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001274 goto out;
Luciano Coelhoce39def2011-11-03 08:44:41 +02001275 wl->quirks |= WL12XX_QUIRK_NO_BLOCKSIZE_ALIGNMENT;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001276 break;
Luciano Coelhoce39def2011-11-03 08:44:41 +02001277
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001278 case CHIP_ID_1271_PG20:
1279 wl1271_debug(DEBUG_BOOT, "chip id 0x%x (1271 PG20)",
1280 wl->chip.id);
1281
1282 ret = wl1271_setup(wl);
1283 if (ret < 0)
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001284 goto out;
Luciano Coelhoce39def2011-11-03 08:44:41 +02001285 wl->quirks |= WL12XX_QUIRK_NO_BLOCKSIZE_ALIGNMENT;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001286 break;
Luciano Coelhoce39def2011-11-03 08:44:41 +02001287
Shahar Levi0830cee2011-03-06 16:32:20 +02001288 case CHIP_ID_1283_PG20:
1289 wl1271_debug(DEBUG_BOOT, "chip id 0x%x (1283 PG20)",
1290 wl->chip.id);
1291
1292 ret = wl1271_setup(wl);
1293 if (ret < 0)
1294 goto out;
1295 break;
1296 case CHIP_ID_1283_PG10:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001297 default:
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001298 wl1271_warning("unsupported chip id: 0x%x", wl->chip.id);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001299 ret = -ENODEV;
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001300 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001301 }
1302
Eliad Peller3fcdab72012-02-06 12:47:54 +02001303 ret = wl12xx_fetch_firmware(wl, plt);
1304 if (ret < 0)
1305 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001306
1307 /* No NVS from netlink, try to get it from the filesystem */
1308 if (wl->nvs == NULL) {
1309 ret = wl1271_fetch_nvs(wl);
1310 if (ret < 0)
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001311 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001312 }
1313
1314out:
1315 return ret;
1316}
1317
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001318int wl1271_plt_start(struct wl1271 *wl)
1319{
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001320 int retries = WL1271_BOOT_RETRIES;
Gery Kahn6f07b722011-07-18 14:21:49 +03001321 struct wiphy *wiphy = wl->hw->wiphy;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001322 int ret;
1323
1324 mutex_lock(&wl->mutex);
1325
1326 wl1271_notice("power up");
1327
1328 if (wl->state != WL1271_STATE_OFF) {
1329 wl1271_error("cannot go into PLT state because not "
1330 "in off state: %d", wl->state);
1331 ret = -EBUSY;
1332 goto out;
1333 }
1334
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001335 while (retries) {
1336 retries--;
Eliad Peller3fcdab72012-02-06 12:47:54 +02001337 ret = wl12xx_chip_wakeup(wl, true);
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001338 if (ret < 0)
1339 goto power_off;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001340
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001341 ret = wl1271_boot(wl);
1342 if (ret < 0)
1343 goto power_off;
1344
1345 ret = wl1271_plt_init(wl);
1346 if (ret < 0)
1347 goto irq_disable;
1348
Eliad Peller3fcdab72012-02-06 12:47:54 +02001349 wl->plt = true;
1350 wl->state = WL1271_STATE_ON;
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001351 wl1271_notice("firmware booted in PLT mode (%s)",
Levi, Shahar4b7fac72011-01-23 07:27:22 +01001352 wl->chip.fw_ver_str);
Luciano Coelhoe7ddf542011-03-10 15:24:57 +02001353
Gery Kahn6f07b722011-07-18 14:21:49 +03001354 /* update hw/fw version info in wiphy struct */
1355 wiphy->hw_version = wl->chip.id;
1356 strncpy(wiphy->fw_version, wl->chip.fw_ver_str,
1357 sizeof(wiphy->fw_version));
1358
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001359 goto out;
1360
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001361irq_disable:
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001362 mutex_unlock(&wl->mutex);
1363 /* Unlocking the mutex in the middle of handling is
1364 inherently unsafe. In this case we deem it safe to do,
1365 because we need to let any possibly pending IRQ out of
1366 the system (and while we are WL1271_STATE_OFF the IRQ
1367 work function will not do anything.) Also, any other
1368 possible concurrent operations will fail due to the
1369 current state, hence the wl1271 struct should be safe. */
Ido Yariva6208652011-03-01 15:14:41 +02001370 wl1271_disable_interrupts(wl);
1371 wl1271_flush_deferred_work(wl);
1372 cancel_work_sync(&wl->netstack_work);
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001373 mutex_lock(&wl->mutex);
1374power_off:
1375 wl1271_power_off(wl);
1376 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001377
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02001378 wl1271_error("firmware boot in PLT mode failed despite %d retries",
1379 WL1271_BOOT_RETRIES);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001380out:
1381 mutex_unlock(&wl->mutex);
1382
1383 return ret;
1384}
1385
Ido Yarivf3df1332012-01-11 09:42:39 +02001386int wl1271_plt_stop(struct wl1271 *wl)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001387{
1388 int ret = 0;
1389
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001390 wl1271_notice("power down");
1391
Ido Yariv46b0cc92012-01-11 09:42:41 +02001392 /*
1393 * Interrupts must be disabled before setting the state to OFF.
1394 * Otherwise, the interrupt handler might be called and exit without
1395 * reading the interrupt status.
1396 */
1397 wl1271_disable_interrupts(wl);
Ido Yarivf3df1332012-01-11 09:42:39 +02001398 mutex_lock(&wl->mutex);
Eliad Peller3fcdab72012-02-06 12:47:54 +02001399 if (!wl->plt) {
Ido Yarivf3df1332012-01-11 09:42:39 +02001400 mutex_unlock(&wl->mutex);
Ido Yariv46b0cc92012-01-11 09:42:41 +02001401
1402 /*
1403 * This will not necessarily enable interrupts as interrupts
1404 * may have been disabled when op_stop was called. It will,
1405 * however, balance the above call to disable_interrupts().
1406 */
1407 wl1271_enable_interrupts(wl);
1408
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001409 wl1271_error("cannot power down because not in PLT "
1410 "state: %d", wl->state);
1411 ret = -EBUSY;
1412 goto out;
1413 }
1414
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001415 mutex_unlock(&wl->mutex);
Ido Yarivf3df1332012-01-11 09:42:39 +02001416
Ido Yariva6208652011-03-01 15:14:41 +02001417 wl1271_flush_deferred_work(wl);
1418 cancel_work_sync(&wl->netstack_work);
Juuso Oikarinen52b0e7a2010-09-21 06:23:31 +02001419 cancel_work_sync(&wl->recovery_work);
Luciano Coelhof6fbecc2012-01-11 09:42:42 +02001420 cancel_delayed_work_sync(&wl->elp_work);
Ido Yariva4549692012-01-11 09:42:40 +02001421
1422 mutex_lock(&wl->mutex);
1423 wl1271_power_off(wl);
Luciano Coelhof6fbecc2012-01-11 09:42:42 +02001424 wl->flags = 0;
1425 wl->state = WL1271_STATE_OFF;
Eliad Peller3fcdab72012-02-06 12:47:54 +02001426 wl->plt = false;
Luciano Coelhof6fbecc2012-01-11 09:42:42 +02001427 wl->rx_counter = 0;
Ido Yariva4549692012-01-11 09:42:40 +02001428 mutex_unlock(&wl->mutex);
1429
Juuso Oikarinen4ae3fa82011-01-14 12:48:46 +01001430out:
1431 return ret;
1432}
Juuso Oikarinen8c7f4f32010-09-21 06:23:29 +02001433
Johannes Berg7bb45682011-02-24 14:42:06 +01001434static void wl1271_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001435{
1436 struct wl1271 *wl = hw->priv;
Eliad Pellera8ab39a2011-10-05 11:55:54 +02001437 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
1438 struct ieee80211_vif *vif = info->control.vif;
Eliad Peller0f168012011-10-11 13:52:25 +02001439 struct wl12xx_vif *wlvif = NULL;
Juuso Oikarinen830fb672009-12-11 15:41:06 +02001440 unsigned long flags;
Arik Nemtsov708bb3c2011-06-24 13:03:37 +03001441 int q, mapping;
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001442 u8 hlid;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001443
Eliad Peller0f168012011-10-11 13:52:25 +02001444 if (vif)
1445 wlvif = wl12xx_vif_to_data(vif);
1446
Arik Nemtsov708bb3c2011-06-24 13:03:37 +03001447 mapping = skb_get_queue_mapping(skb);
1448 q = wl1271_tx_get_queue(mapping);
Ido Yarivb07d4032011-03-01 15:14:43 +02001449
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001450 hlid = wl12xx_tx_get_hlid(wl, wlvif, skb);
Ido Yarivb07d4032011-03-01 15:14:43 +02001451
Juuso Oikarinen830fb672009-12-11 15:41:06 +02001452 spin_lock_irqsave(&wl->wl_lock, flags);
Ido Yarivb07d4032011-03-01 15:14:43 +02001453
Juuso Oikarinen830fb672009-12-11 15:41:06 +02001454 /* queue the packet */
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001455 if (hlid == WL12XX_INVALID_LINK_ID ||
Eliad Peller0f168012011-10-11 13:52:25 +02001456 (wlvif && !test_bit(hlid, wlvif->links_map))) {
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001457 wl1271_debug(DEBUG_TX, "DROP skb hlid %d q %d", hlid, q);
Eliad Peller5de8eef2011-12-13 15:26:38 +02001458 ieee80211_free_txskb(hw, skb);
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001459 goto out;
Arik Nemtsova8c0ddb2011-02-23 00:22:26 +02001460 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001461
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02001462 wl1271_debug(DEBUG_TX, "queue skb hlid %d q %d", hlid, q);
1463 skb_queue_tail(&wl->links[hlid].tx_queue[q], skb);
1464
Arik Nemtsov04b4d692011-08-14 13:17:39 +03001465 wl->tx_queue_count[q]++;
1466
1467 /*
1468 * The workqueue is slow to process the tx_queue and we need stop
1469 * the queue here, otherwise the queue will get too long.
1470 */
1471 if (wl->tx_queue_count[q] >= WL1271_TX_QUEUE_HIGH_WATERMARK) {
1472 wl1271_debug(DEBUG_TX, "op_tx: stopping queues for q %d", q);
1473 ieee80211_stop_queue(wl->hw, mapping);
1474 set_bit(q, &wl->stopped_queues_map);
1475 }
1476
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001477 /*
1478 * The chip specific setup must run before the first TX packet -
1479 * before that, the tx_work will not be initialized!
1480 */
1481
Ido Yarivb07d4032011-03-01 15:14:43 +02001482 if (!test_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags) &&
1483 !test_bit(WL1271_FLAG_TX_PENDING, &wl->flags))
Ido Yariva5225502010-10-12 14:49:10 +02001484 ieee80211_queue_work(wl->hw, &wl->tx_work);
Ido Yarivb07d4032011-03-01 15:14:43 +02001485
Arik Nemtsov04216da2011-08-14 13:17:38 +03001486out:
Ido Yarivb07d4032011-03-01 15:14:43 +02001487 spin_unlock_irqrestore(&wl->wl_lock, flags);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001488}
1489
Shahar Leviae47c452011-03-06 16:32:14 +02001490int wl1271_tx_dummy_packet(struct wl1271 *wl)
1491{
Ido Yariv990f5de2011-03-31 10:06:59 +02001492 unsigned long flags;
Arik Nemtsov14623782011-08-28 15:11:57 +03001493 int q;
1494
1495 /* no need to queue a new dummy packet if one is already pending */
1496 if (test_bit(WL1271_FLAG_DUMMY_PACKET_PENDING, &wl->flags))
1497 return 0;
1498
1499 q = wl1271_tx_get_queue(skb_get_queue_mapping(wl->dummy_packet));
Shahar Leviae47c452011-03-06 16:32:14 +02001500
Ido Yariv990f5de2011-03-31 10:06:59 +02001501 spin_lock_irqsave(&wl->wl_lock, flags);
1502 set_bit(WL1271_FLAG_DUMMY_PACKET_PENDING, &wl->flags);
Arik Nemtsovf1a46382011-07-07 14:25:23 +03001503 wl->tx_queue_count[q]++;
Ido Yariv990f5de2011-03-31 10:06:59 +02001504 spin_unlock_irqrestore(&wl->wl_lock, flags);
1505
1506 /* The FW is low on RX memory blocks, so send the dummy packet asap */
1507 if (!test_bit(WL1271_FLAG_FW_TX_BUSY, &wl->flags))
Eliad Pellera32d0cd2011-10-10 10:12:55 +02001508 wl1271_tx_work_locked(wl);
Ido Yariv990f5de2011-03-31 10:06:59 +02001509
1510 /*
1511 * If the FW TX is busy, TX work will be scheduled by the threaded
1512 * interrupt handler function
1513 */
1514 return 0;
1515}
1516
1517/*
1518 * The size of the dummy packet should be at least 1400 bytes. However, in
1519 * order to minimize the number of bus transactions, aligning it to 512 bytes
1520 * boundaries could be beneficial, performance wise
1521 */
1522#define TOTAL_TX_DUMMY_PACKET_SIZE (ALIGN(1400, 512))
1523
Luciano Coelhocf27d862011-04-01 21:08:23 +03001524static struct sk_buff *wl12xx_alloc_dummy_packet(struct wl1271 *wl)
Ido Yariv990f5de2011-03-31 10:06:59 +02001525{
1526 struct sk_buff *skb;
1527 struct ieee80211_hdr_3addr *hdr;
1528 unsigned int dummy_packet_size;
1529
1530 dummy_packet_size = TOTAL_TX_DUMMY_PACKET_SIZE -
1531 sizeof(struct wl1271_tx_hw_descr) - sizeof(*hdr);
1532
1533 skb = dev_alloc_skb(TOTAL_TX_DUMMY_PACKET_SIZE);
Shahar Leviae47c452011-03-06 16:32:14 +02001534 if (!skb) {
Ido Yariv990f5de2011-03-31 10:06:59 +02001535 wl1271_warning("Failed to allocate a dummy packet skb");
1536 return NULL;
Shahar Leviae47c452011-03-06 16:32:14 +02001537 }
1538
1539 skb_reserve(skb, sizeof(struct wl1271_tx_hw_descr));
1540
1541 hdr = (struct ieee80211_hdr_3addr *) skb_put(skb, sizeof(*hdr));
1542 memset(hdr, 0, sizeof(*hdr));
1543 hdr->frame_control = cpu_to_le16(IEEE80211_FTYPE_DATA |
Ido Yariv990f5de2011-03-31 10:06:59 +02001544 IEEE80211_STYPE_NULLFUNC |
1545 IEEE80211_FCTL_TODS);
Shahar Leviae47c452011-03-06 16:32:14 +02001546
Ido Yariv990f5de2011-03-31 10:06:59 +02001547 memset(skb_put(skb, dummy_packet_size), 0, dummy_packet_size);
Shahar Leviae47c452011-03-06 16:32:14 +02001548
Luciano Coelho18b92ff2011-03-21 16:35:21 +02001549 /* Dummy packets require the TID to be management */
1550 skb->priority = WL1271_TID_MGMT;
Ido Yariv990f5de2011-03-31 10:06:59 +02001551
1552 /* Initialize all fields that might be used */
Hauke Mehrtens86c438f2011-04-26 23:27:44 +02001553 skb_set_queue_mapping(skb, 0);
Ido Yariv990f5de2011-03-31 10:06:59 +02001554 memset(IEEE80211_SKB_CB(skb), 0, sizeof(struct ieee80211_tx_info));
Shahar Leviae47c452011-03-06 16:32:14 +02001555
Ido Yariv990f5de2011-03-31 10:06:59 +02001556 return skb;
Shahar Leviae47c452011-03-06 16:32:14 +02001557}
1558
Ido Yariv990f5de2011-03-31 10:06:59 +02001559
Luciano Coelhof634a4e2011-05-18 16:51:26 -04001560#ifdef CONFIG_PM
Eyal Shapiradae728f2012-02-02 12:03:39 +02001561static int wl1271_configure_suspend_sta(struct wl1271 *wl,
1562 struct wl12xx_vif *wlvif)
1563{
1564 int ret = 0;
1565
1566 mutex_lock(&wl->mutex);
1567
1568 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
1569 goto out_unlock;
1570
1571 ret = wl1271_ps_elp_wakeup(wl);
1572 if (ret < 0)
1573 goto out_unlock;
1574
1575 ret = wl1271_acx_wake_up_conditions(wl, wlvif,
1576 wl->conf.conn.suspend_wake_up_event,
1577 wl->conf.conn.suspend_listen_interval);
1578
1579 if (ret < 0)
1580 wl1271_error("suspend: set wake up conditions failed: %d", ret);
1581
1582
1583 wl1271_ps_elp_sleep(wl);
1584
1585out_unlock:
1586 mutex_unlock(&wl->mutex);
1587 return ret;
1588
1589}
Eliad Peller94390642011-05-13 11:57:13 +03001590
Eliad Peller0603d892011-10-05 11:55:51 +02001591static int wl1271_configure_suspend_ap(struct wl1271 *wl,
1592 struct wl12xx_vif *wlvif)
Eliad Peller94390642011-05-13 11:57:13 +03001593{
Eliad Pellere85d1622011-06-27 13:06:43 +03001594 int ret = 0;
Eliad Peller94390642011-05-13 11:57:13 +03001595
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001596 mutex_lock(&wl->mutex);
1597
Eliad Peller53d40d02011-10-10 10:13:02 +02001598 if (!test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags))
Eliad Pellere85d1622011-06-27 13:06:43 +03001599 goto out_unlock;
1600
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001601 ret = wl1271_ps_elp_wakeup(wl);
1602 if (ret < 0)
1603 goto out_unlock;
1604
Eliad Peller0603d892011-10-05 11:55:51 +02001605 ret = wl1271_acx_beacon_filter_opt(wl, wlvif, true);
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001606
1607 wl1271_ps_elp_sleep(wl);
1608out_unlock:
1609 mutex_unlock(&wl->mutex);
1610 return ret;
1611
1612}
1613
Eliad Pellerd2d66c52011-10-05 11:55:43 +02001614static int wl1271_configure_suspend(struct wl1271 *wl,
1615 struct wl12xx_vif *wlvif)
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001616{
Eyal Shapiradae728f2012-02-02 12:03:39 +02001617 if (wlvif->bss_type == BSS_TYPE_STA_BSS)
1618 return wl1271_configure_suspend_sta(wl, wlvif);
Eliad Peller536129c2011-10-05 11:55:45 +02001619 if (wlvif->bss_type == BSS_TYPE_AP_BSS)
Eliad Peller0603d892011-10-05 11:55:51 +02001620 return wl1271_configure_suspend_ap(wl, wlvif);
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001621 return 0;
1622}
1623
Eliad Pellerd2d66c52011-10-05 11:55:43 +02001624static void wl1271_configure_resume(struct wl1271 *wl,
1625 struct wl12xx_vif *wlvif)
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001626{
Eyal Shapiradae728f2012-02-02 12:03:39 +02001627 int ret = 0;
Eliad Peller536129c2011-10-05 11:55:45 +02001628 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS;
Eyal Shapiradae728f2012-02-02 12:03:39 +02001629 bool is_sta = wlvif->bss_type == BSS_TYPE_STA_BSS;
Eliad Peller8a7cf3f2011-06-06 12:21:54 +03001630
Eyal Shapiradae728f2012-02-02 12:03:39 +02001631 if ((!is_ap) && (!is_sta))
Eliad Peller94390642011-05-13 11:57:13 +03001632 return;
1633
1634 mutex_lock(&wl->mutex);
1635 ret = wl1271_ps_elp_wakeup(wl);
1636 if (ret < 0)
1637 goto out;
1638
Eyal Shapiradae728f2012-02-02 12:03:39 +02001639 if (is_sta) {
1640 ret = wl1271_acx_wake_up_conditions(wl, wlvif,
1641 wl->conf.conn.wake_up_event,
1642 wl->conf.conn.listen_interval);
1643
1644 if (ret < 0)
1645 wl1271_error("resume: wake up conditions failed: %d",
1646 ret);
1647
1648 } else if (is_ap) {
1649 ret = wl1271_acx_beacon_filter_opt(wl, wlvif, false);
1650 }
Eliad Peller94390642011-05-13 11:57:13 +03001651
1652 wl1271_ps_elp_sleep(wl);
1653out:
1654 mutex_unlock(&wl->mutex);
1655}
1656
Eliad Peller402e48612011-05-13 11:57:09 +03001657static int wl1271_op_suspend(struct ieee80211_hw *hw,
1658 struct cfg80211_wowlan *wow)
1659{
1660 struct wl1271 *wl = hw->priv;
Eliad Peller6e8cd332011-10-10 10:13:13 +02001661 struct wl12xx_vif *wlvif;
Eliad Peller4a859df2011-06-06 12:21:52 +03001662 int ret;
1663
Eliad Peller402e48612011-05-13 11:57:09 +03001664 wl1271_debug(DEBUG_MAC80211, "mac80211 suspend wow=%d", !!wow);
Eliad Peller4a859df2011-06-06 12:21:52 +03001665 WARN_ON(!wow || !wow->any);
Eliad Pellerf44e5862011-05-13 11:57:11 +03001666
Arik Nemtsovb9239b62012-02-28 00:41:33 +02001667 wl1271_tx_flush(wl);
1668
Eliad Peller4a859df2011-06-06 12:21:52 +03001669 wl->wow_enabled = true;
Eliad Peller6e8cd332011-10-10 10:13:13 +02001670 wl12xx_for_each_wlvif(wl, wlvif) {
1671 ret = wl1271_configure_suspend(wl, wlvif);
1672 if (ret < 0) {
1673 wl1271_warning("couldn't prepare device to suspend");
1674 return ret;
1675 }
Eliad Pellerf44e5862011-05-13 11:57:11 +03001676 }
Eliad Peller4a859df2011-06-06 12:21:52 +03001677 /* flush any remaining work */
1678 wl1271_debug(DEBUG_MAC80211, "flushing remaining works");
Eliad Peller4a859df2011-06-06 12:21:52 +03001679
1680 /*
1681 * disable and re-enable interrupts in order to flush
1682 * the threaded_irq
1683 */
1684 wl1271_disable_interrupts(wl);
1685
1686 /*
1687 * set suspended flag to avoid triggering a new threaded_irq
1688 * work. no need for spinlock as interrupts are disabled.
1689 */
1690 set_bit(WL1271_FLAG_SUSPENDED, &wl->flags);
1691
1692 wl1271_enable_interrupts(wl);
1693 flush_work(&wl->tx_work);
Eliad Peller4a859df2011-06-06 12:21:52 +03001694 flush_delayed_work(&wl->elp_work);
1695
Eliad Peller402e48612011-05-13 11:57:09 +03001696 return 0;
1697}
1698
1699static int wl1271_op_resume(struct ieee80211_hw *hw)
1700{
1701 struct wl1271 *wl = hw->priv;
Eliad Peller6e8cd332011-10-10 10:13:13 +02001702 struct wl12xx_vif *wlvif;
Eliad Peller4a859df2011-06-06 12:21:52 +03001703 unsigned long flags;
1704 bool run_irq_work = false;
1705
Eliad Peller402e48612011-05-13 11:57:09 +03001706 wl1271_debug(DEBUG_MAC80211, "mac80211 resume wow=%d",
1707 wl->wow_enabled);
Eliad Peller4a859df2011-06-06 12:21:52 +03001708 WARN_ON(!wl->wow_enabled);
Eliad Pellerf44e5862011-05-13 11:57:11 +03001709
1710 /*
1711 * re-enable irq_work enqueuing, and call irq_work directly if
1712 * there is a pending work.
1713 */
Eliad Peller4a859df2011-06-06 12:21:52 +03001714 spin_lock_irqsave(&wl->wl_lock, flags);
1715 clear_bit(WL1271_FLAG_SUSPENDED, &wl->flags);
1716 if (test_and_clear_bit(WL1271_FLAG_PENDING_WORK, &wl->flags))
1717 run_irq_work = true;
1718 spin_unlock_irqrestore(&wl->wl_lock, flags);
Eliad Pellerf44e5862011-05-13 11:57:11 +03001719
Eliad Peller4a859df2011-06-06 12:21:52 +03001720 if (run_irq_work) {
1721 wl1271_debug(DEBUG_MAC80211,
1722 "run postponed irq_work directly");
1723 wl1271_irq(0, wl);
1724 wl1271_enable_interrupts(wl);
Eliad Pellerf44e5862011-05-13 11:57:11 +03001725 }
Eliad Peller6e8cd332011-10-10 10:13:13 +02001726 wl12xx_for_each_wlvif(wl, wlvif) {
1727 wl1271_configure_resume(wl, wlvif);
1728 }
Eliad Pellerff91afc2011-06-06 12:21:53 +03001729 wl->wow_enabled = false;
Eliad Pellerf44e5862011-05-13 11:57:11 +03001730
Eliad Peller402e48612011-05-13 11:57:09 +03001731 return 0;
1732}
Luciano Coelhof634a4e2011-05-18 16:51:26 -04001733#endif
Eliad Peller402e48612011-05-13 11:57:09 +03001734
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001735static int wl1271_op_start(struct ieee80211_hw *hw)
1736{
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02001737 wl1271_debug(DEBUG_MAC80211, "mac80211 start");
1738
1739 /*
1740 * We have to delay the booting of the hardware because
1741 * we need to know the local MAC address before downloading and
1742 * initializing the firmware. The MAC address cannot be changed
1743 * after boot, and without the proper MAC address, the firmware
1744 * will not function properly.
1745 *
1746 * The MAC address is first known when the corresponding interface
1747 * is added. That is where we will initialize the hardware.
1748 */
1749
Eyal Shapirad18da7f2012-01-31 11:57:25 +02001750 return 0;
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02001751}
1752
1753static void wl1271_op_stop(struct ieee80211_hw *hw)
1754{
Eliad Pellerbaf62772011-10-10 10:12:52 +02001755 struct wl1271 *wl = hw->priv;
1756 int i;
1757
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02001758 wl1271_debug(DEBUG_MAC80211, "mac80211 stop");
Eliad Pellerbaf62772011-10-10 10:12:52 +02001759
Ido Yariv46b0cc92012-01-11 09:42:41 +02001760 /*
1761 * Interrupts must be disabled before setting the state to OFF.
1762 * Otherwise, the interrupt handler might be called and exit without
1763 * reading the interrupt status.
1764 */
1765 wl1271_disable_interrupts(wl);
Eliad Peller10c8cd02011-10-10 10:13:06 +02001766 mutex_lock(&wl->mutex);
1767 if (wl->state == WL1271_STATE_OFF) {
1768 mutex_unlock(&wl->mutex);
Ido Yariv46b0cc92012-01-11 09:42:41 +02001769
1770 /*
1771 * This will not necessarily enable interrupts as interrupts
1772 * may have been disabled when op_stop was called. It will,
1773 * however, balance the above call to disable_interrupts().
1774 */
1775 wl1271_enable_interrupts(wl);
Eliad Peller10c8cd02011-10-10 10:13:06 +02001776 return;
1777 }
Ido Yariv46b0cc92012-01-11 09:42:41 +02001778
Eliad Pellerbaf62772011-10-10 10:12:52 +02001779 /*
1780 * this must be before the cancel_work calls below, so that the work
1781 * functions don't perform further work.
1782 */
1783 wl->state = WL1271_STATE_OFF;
Eliad Peller10c8cd02011-10-10 10:13:06 +02001784 mutex_unlock(&wl->mutex);
1785
Eliad Pellerbaf62772011-10-10 10:12:52 +02001786 wl1271_flush_deferred_work(wl);
1787 cancel_delayed_work_sync(&wl->scan_complete_work);
1788 cancel_work_sync(&wl->netstack_work);
1789 cancel_work_sync(&wl->tx_work);
Eliad Pellerbaf62772011-10-10 10:12:52 +02001790 cancel_delayed_work_sync(&wl->elp_work);
1791
1792 /* let's notify MAC80211 about the remaining pending TX frames */
1793 wl12xx_tx_reset(wl, true);
1794 mutex_lock(&wl->mutex);
1795
1796 wl1271_power_off(wl);
1797
1798 wl->band = IEEE80211_BAND_2GHZ;
1799
1800 wl->rx_counter = 0;
1801 wl->power_level = WL1271_DEFAULT_POWER_LEVEL;
1802 wl->tx_blocks_available = 0;
1803 wl->tx_allocated_blocks = 0;
1804 wl->tx_results_count = 0;
1805 wl->tx_packets_count = 0;
1806 wl->time_offset = 0;
Eliad Pellerbaf62772011-10-10 10:12:52 +02001807 wl->tx_spare_blocks = TX_HW_BLOCK_SPARE_DEFAULT;
1808 wl->ap_fw_ps_map = 0;
1809 wl->ap_ps_map = 0;
1810 wl->sched_scanning = false;
1811 memset(wl->roles_map, 0, sizeof(wl->roles_map));
1812 memset(wl->links_map, 0, sizeof(wl->links_map));
1813 memset(wl->roc_map, 0, sizeof(wl->roc_map));
1814 wl->active_sta_count = 0;
1815
1816 /* The system link is always allocated */
1817 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map);
1818
1819 /*
1820 * this is performed after the cancel_work calls and the associated
1821 * mutex_lock, so that wl1271_op_add_interface does not accidentally
1822 * get executed before all these vars have been reset.
1823 */
1824 wl->flags = 0;
1825
1826 wl->tx_blocks_freed = 0;
1827
1828 for (i = 0; i < NUM_TX_QUEUES; i++) {
1829 wl->tx_pkts_freed[i] = 0;
1830 wl->tx_allocated_pkts[i] = 0;
1831 }
1832
1833 wl1271_debugfs_reset(wl);
1834
1835 kfree(wl->fw_status);
1836 wl->fw_status = NULL;
1837 kfree(wl->tx_res_if);
1838 wl->tx_res_if = NULL;
1839 kfree(wl->target_mem_map);
1840 wl->target_mem_map = NULL;
1841
1842 mutex_unlock(&wl->mutex);
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02001843}
1844
Eliad Pellere5a359f2011-10-10 10:13:15 +02001845static int wl12xx_allocate_rate_policy(struct wl1271 *wl, u8 *idx)
1846{
1847 u8 policy = find_first_zero_bit(wl->rate_policies_map,
1848 WL12XX_MAX_RATE_POLICIES);
1849 if (policy >= WL12XX_MAX_RATE_POLICIES)
1850 return -EBUSY;
1851
1852 __set_bit(policy, wl->rate_policies_map);
1853 *idx = policy;
1854 return 0;
1855}
1856
1857static void wl12xx_free_rate_policy(struct wl1271 *wl, u8 *idx)
1858{
1859 if (WARN_ON(*idx >= WL12XX_MAX_RATE_POLICIES))
1860 return;
1861
1862 __clear_bit(*idx, wl->rate_policies_map);
1863 *idx = WL12XX_MAX_RATE_POLICIES;
1864}
1865
Eliad Peller536129c2011-10-05 11:55:45 +02001866static u8 wl12xx_get_role_type(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001867{
Eliad Peller536129c2011-10-05 11:55:45 +02001868 switch (wlvif->bss_type) {
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001869 case BSS_TYPE_AP_BSS:
Eliad Pellerfb0e7072011-10-05 11:55:47 +02001870 if (wlvif->p2p)
Eliad Peller045c7452011-08-28 15:23:01 +03001871 return WL1271_ROLE_P2P_GO;
1872 else
1873 return WL1271_ROLE_AP;
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001874
1875 case BSS_TYPE_STA_BSS:
Eliad Pellerfb0e7072011-10-05 11:55:47 +02001876 if (wlvif->p2p)
Eliad Peller045c7452011-08-28 15:23:01 +03001877 return WL1271_ROLE_P2P_CL;
1878 else
1879 return WL1271_ROLE_STA;
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001880
Eliad Peller227e81e2011-08-14 13:17:26 +03001881 case BSS_TYPE_IBSS:
1882 return WL1271_ROLE_IBSS;
1883
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001884 default:
Eliad Peller536129c2011-10-05 11:55:45 +02001885 wl1271_error("invalid bss_type: %d", wlvif->bss_type);
Eliad Pellerb78b47e2011-08-14 13:17:08 +03001886 }
1887 return WL12XX_INVALID_ROLE_TYPE;
1888}
1889
Eliad Peller83587502011-10-10 10:12:53 +02001890static int wl12xx_init_vif_data(struct wl1271 *wl, struct ieee80211_vif *vif)
Eliad Peller87fbcb02011-10-05 11:55:41 +02001891{
Eliad Pellere936bbe2011-10-05 11:55:56 +02001892 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Pellere5a359f2011-10-10 10:13:15 +02001893 int i;
Eliad Pellere936bbe2011-10-05 11:55:56 +02001894
Eliad Peller48e93e42011-10-10 10:12:58 +02001895 /* clear everything but the persistent data */
1896 memset(wlvif, 0, offsetof(struct wl12xx_vif, persistent));
Eliad Pellere936bbe2011-10-05 11:55:56 +02001897
1898 switch (ieee80211_vif_type_p2p(vif)) {
1899 case NL80211_IFTYPE_P2P_CLIENT:
1900 wlvif->p2p = 1;
1901 /* fall-through */
1902 case NL80211_IFTYPE_STATION:
1903 wlvif->bss_type = BSS_TYPE_STA_BSS;
1904 break;
1905 case NL80211_IFTYPE_ADHOC:
1906 wlvif->bss_type = BSS_TYPE_IBSS;
1907 break;
1908 case NL80211_IFTYPE_P2P_GO:
1909 wlvif->p2p = 1;
1910 /* fall-through */
1911 case NL80211_IFTYPE_AP:
1912 wlvif->bss_type = BSS_TYPE_AP_BSS;
1913 break;
1914 default:
1915 wlvif->bss_type = MAX_BSS_TYPE;
1916 return -EOPNOTSUPP;
1917 }
1918
Eliad Peller0603d892011-10-05 11:55:51 +02001919 wlvif->role_id = WL12XX_INVALID_ROLE_ID;
Eliad Peller7edebf52011-10-05 11:55:52 +02001920 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID;
Eliad Pellerafaf8bd2011-10-05 11:55:57 +02001921 wlvif->dev_hlid = WL12XX_INVALID_LINK_ID;
Eliad Pellera8ab39a2011-10-05 11:55:54 +02001922
Eliad Pellere936bbe2011-10-05 11:55:56 +02001923 if (wlvif->bss_type == BSS_TYPE_STA_BSS ||
1924 wlvif->bss_type == BSS_TYPE_IBSS) {
1925 /* init sta/ibss data */
1926 wlvif->sta.hlid = WL12XX_INVALID_LINK_ID;
Eliad Pellere5a359f2011-10-10 10:13:15 +02001927 wl12xx_allocate_rate_policy(wl, &wlvif->sta.basic_rate_idx);
1928 wl12xx_allocate_rate_policy(wl, &wlvif->sta.ap_rate_idx);
1929 wl12xx_allocate_rate_policy(wl, &wlvif->sta.p2p_rate_idx);
Eliad Pellere936bbe2011-10-05 11:55:56 +02001930 } else {
1931 /* init ap data */
1932 wlvif->ap.bcast_hlid = WL12XX_INVALID_LINK_ID;
1933 wlvif->ap.global_hlid = WL12XX_INVALID_LINK_ID;
Eliad Pellere5a359f2011-10-10 10:13:15 +02001934 wl12xx_allocate_rate_policy(wl, &wlvif->ap.mgmt_rate_idx);
1935 wl12xx_allocate_rate_policy(wl, &wlvif->ap.bcast_rate_idx);
1936 for (i = 0; i < CONF_TX_MAX_AC_COUNT; i++)
1937 wl12xx_allocate_rate_policy(wl,
1938 &wlvif->ap.ucast_rate_idx[i]);
Eliad Pellere936bbe2011-10-05 11:55:56 +02001939 }
Eliad Pellera8ab39a2011-10-05 11:55:54 +02001940
Eliad Peller83587502011-10-10 10:12:53 +02001941 wlvif->bitrate_masks[IEEE80211_BAND_2GHZ] = wl->conf.tx.basic_rate;
1942 wlvif->bitrate_masks[IEEE80211_BAND_5GHZ] = wl->conf.tx.basic_rate_5;
Eliad Peller87fbcb02011-10-05 11:55:41 +02001943 wlvif->basic_rate_set = CONF_TX_RATE_MASK_BASIC;
Eliad Pellerd2d66c52011-10-05 11:55:43 +02001944 wlvif->basic_rate = CONF_TX_RATE_MASK_BASIC;
Eliad Peller30d0c8f2011-10-05 11:55:42 +02001945 wlvif->rate_set = CONF_TX_RATE_MASK_BASIC;
Eliad Peller6a899792011-10-05 11:55:58 +02001946 wlvif->beacon_int = WL1271_DEFAULT_BEACON_INT;
1947
Eliad Peller1b92f152011-10-10 10:13:09 +02001948 /*
1949 * mac80211 configures some values globally, while we treat them
1950 * per-interface. thus, on init, we have to copy them from wl
1951 */
1952 wlvif->band = wl->band;
Eliad Peller61f845f2011-10-10 10:13:10 +02001953 wlvif->channel = wl->channel;
Eliad Peller6bd65022011-10-10 10:13:11 +02001954 wlvif->power_level = wl->power_level;
Eliad Peller1b92f152011-10-10 10:13:09 +02001955
Eliad Peller9eb599e2011-10-10 10:12:59 +02001956 INIT_WORK(&wlvif->rx_streaming_enable_work,
1957 wl1271_rx_streaming_enable_work);
1958 INIT_WORK(&wlvif->rx_streaming_disable_work,
1959 wl1271_rx_streaming_disable_work);
Eliad Peller87627212011-10-10 10:12:54 +02001960 INIT_LIST_HEAD(&wlvif->list);
Eliad Peller252efa42011-10-05 11:56:00 +02001961
Eliad Peller9eb599e2011-10-10 10:12:59 +02001962 setup_timer(&wlvif->rx_streaming_timer, wl1271_rx_streaming_timer,
1963 (unsigned long) wlvif);
Eliad Pellere936bbe2011-10-05 11:55:56 +02001964 return 0;
Eliad Peller87fbcb02011-10-05 11:55:41 +02001965}
1966
Eliad Peller1d095472011-10-10 10:12:49 +02001967static bool wl12xx_init_fw(struct wl1271 *wl)
1968{
1969 int retries = WL1271_BOOT_RETRIES;
1970 bool booted = false;
1971 struct wiphy *wiphy = wl->hw->wiphy;
1972 int ret;
1973
1974 while (retries) {
1975 retries--;
Eliad Peller3fcdab72012-02-06 12:47:54 +02001976 ret = wl12xx_chip_wakeup(wl, false);
Eliad Peller1d095472011-10-10 10:12:49 +02001977 if (ret < 0)
1978 goto power_off;
1979
1980 ret = wl1271_boot(wl);
1981 if (ret < 0)
1982 goto power_off;
1983
1984 ret = wl1271_hw_init(wl);
1985 if (ret < 0)
1986 goto irq_disable;
1987
1988 booted = true;
1989 break;
1990
1991irq_disable:
1992 mutex_unlock(&wl->mutex);
1993 /* Unlocking the mutex in the middle of handling is
1994 inherently unsafe. In this case we deem it safe to do,
1995 because we need to let any possibly pending IRQ out of
1996 the system (and while we are WL1271_STATE_OFF the IRQ
1997 work function will not do anything.) Also, any other
1998 possible concurrent operations will fail due to the
1999 current state, hence the wl1271 struct should be safe. */
2000 wl1271_disable_interrupts(wl);
2001 wl1271_flush_deferred_work(wl);
2002 cancel_work_sync(&wl->netstack_work);
2003 mutex_lock(&wl->mutex);
2004power_off:
2005 wl1271_power_off(wl);
2006 }
2007
2008 if (!booted) {
2009 wl1271_error("firmware boot failed despite %d retries",
2010 WL1271_BOOT_RETRIES);
2011 goto out;
2012 }
2013
2014 wl1271_info("firmware booted (%s)", wl->chip.fw_ver_str);
2015
2016 /* update hw/fw version info in wiphy struct */
2017 wiphy->hw_version = wl->chip.id;
2018 strncpy(wiphy->fw_version, wl->chip.fw_ver_str,
2019 sizeof(wiphy->fw_version));
2020
2021 /*
2022 * Now we know if 11a is supported (info from the NVS), so disable
2023 * 11a channels if not supported
2024 */
2025 if (!wl->enable_11a)
2026 wiphy->bands[IEEE80211_BAND_5GHZ]->n_channels = 0;
2027
2028 wl1271_debug(DEBUG_MAC80211, "11a is %ssupported",
2029 wl->enable_11a ? "" : "not ");
2030
2031 wl->state = WL1271_STATE_ON;
2032out:
2033 return booted;
2034}
2035
Eliad Peller92e712d2011-12-18 20:25:43 +02002036static bool wl12xx_dev_role_started(struct wl12xx_vif *wlvif)
2037{
2038 return wlvif->dev_hlid != WL12XX_INVALID_LINK_ID;
2039}
2040
Eliad Peller4549d092012-02-06 13:07:52 +02002041/*
2042 * Check whether a fw switch (i.e. moving from one loaded
2043 * fw to another) is needed. This function is also responsible
2044 * for updating wl->last_vif_count, so it must be called before
2045 * loading a non-plt fw (so the correct fw (single-role/multi-role)
2046 * will be used).
2047 */
2048static bool wl12xx_need_fw_change(struct wl1271 *wl,
2049 struct vif_counter_data vif_counter_data,
2050 bool add)
2051{
2052 enum wl12xx_fw_type current_fw = wl->fw_type;
2053 u8 vif_count = vif_counter_data.counter;
2054
2055 if (test_bit(WL1271_FLAG_VIF_CHANGE_IN_PROGRESS, &wl->flags))
2056 return false;
2057
2058 /* increase the vif count if this is a new vif */
2059 if (add && !vif_counter_data.cur_vif_running)
2060 vif_count++;
2061
2062 wl->last_vif_count = vif_count;
2063
2064 /* no need for fw change if the device is OFF */
2065 if (wl->state == WL1271_STATE_OFF)
2066 return false;
2067
2068 if (vif_count > 1 && current_fw == WL12XX_FW_TYPE_NORMAL)
2069 return true;
2070 if (vif_count <= 1 && current_fw == WL12XX_FW_TYPE_MULTI)
2071 return true;
2072
2073 return false;
2074}
2075
Eliad Peller3dee4392012-02-06 12:47:56 +02002076/*
2077 * Enter "forced psm". Make sure the sta is in psm against the ap,
2078 * to make the fw switch a bit more disconnection-persistent.
2079 */
2080static void wl12xx_force_active_psm(struct wl1271 *wl)
2081{
2082 struct wl12xx_vif *wlvif;
2083
2084 wl12xx_for_each_wlvif_sta(wl, wlvif) {
2085 wl1271_ps_set_mode(wl, wlvif, STATION_POWER_SAVE_MODE);
2086 }
2087}
2088
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002089static int wl1271_op_add_interface(struct ieee80211_hw *hw,
2090 struct ieee80211_vif *vif)
2091{
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002092 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02002093 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Peller4549d092012-02-06 13:07:52 +02002094 struct vif_counter_data vif_count;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002095 int ret = 0;
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002096 u8 role_type;
Eliad Peller71125ab2010-10-28 21:46:43 +02002097 bool booted = false;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002098
Johannes Bergea086352012-01-19 09:29:58 +01002099 vif->driver_flags |= IEEE80211_VIF_BEACON_FILTER |
2100 IEEE80211_VIF_SUPPORTS_CQM_RSSI;
Johannes Bergc1288b12012-01-19 09:29:57 +01002101
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002102 wl1271_debug(DEBUG_MAC80211, "mac80211 add interface type %d mac %pM",
Eliad Peller045c7452011-08-28 15:23:01 +03002103 ieee80211_vif_type_p2p(vif), vif->addr);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002104
Eliad Peller4549d092012-02-06 13:07:52 +02002105 wl12xx_get_vif_count(hw, vif, &vif_count);
2106
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002107 mutex_lock(&wl->mutex);
Eliad Pellerf750c822011-10-10 10:13:16 +02002108 ret = wl1271_ps_elp_wakeup(wl);
2109 if (ret < 0)
2110 goto out_unlock;
2111
Juuso Oikarinen13026de2011-03-29 16:43:50 +03002112 /*
2113 * in some very corner case HW recovery scenarios its possible to
2114 * get here before __wl1271_op_remove_interface is complete, so
2115 * opt out if that is the case.
2116 */
Eliad Peller10c8cd02011-10-10 10:13:06 +02002117 if (test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags) ||
2118 test_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags)) {
Juuso Oikarinen13026de2011-03-29 16:43:50 +03002119 ret = -EBUSY;
2120 goto out;
2121 }
2122
Eliad Peller3fcdab72012-02-06 12:47:54 +02002123
Eliad Peller83587502011-10-10 10:12:53 +02002124 ret = wl12xx_init_vif_data(wl, vif);
Eliad Pellere936bbe2011-10-05 11:55:56 +02002125 if (ret < 0)
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002126 goto out;
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002127
Eliad Peller252efa42011-10-05 11:56:00 +02002128 wlvif->wl = wl;
Eliad Peller536129c2011-10-05 11:55:45 +02002129 role_type = wl12xx_get_role_type(wl, wlvif);
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002130 if (role_type == WL12XX_INVALID_ROLE_TYPE) {
2131 ret = -EINVAL;
2132 goto out;
2133 }
Eliad Peller1d095472011-10-10 10:12:49 +02002134
Eliad Peller4549d092012-02-06 13:07:52 +02002135 if (wl12xx_need_fw_change(wl, vif_count, true)) {
Eliad Peller3dee4392012-02-06 12:47:56 +02002136 wl12xx_force_active_psm(wl);
Eliad Pellere9ba7152012-03-04 10:55:54 +02002137 set_bit(WL1271_FLAG_INTENDED_FW_RECOVERY, &wl->flags);
Eliad Peller4549d092012-02-06 13:07:52 +02002138 mutex_unlock(&wl->mutex);
2139 wl1271_recovery_work(&wl->recovery_work);
2140 return 0;
2141 }
2142
Eliad Peller784f6942011-10-05 11:55:39 +02002143 /*
Eliad Peller1d095472011-10-10 10:12:49 +02002144 * TODO: after the nvs issue will be solved, move this block
2145 * to start(), and make sure here the driver is ON.
Eliad Peller784f6942011-10-05 11:55:39 +02002146 */
Eliad Peller1d095472011-10-10 10:12:49 +02002147 if (wl->state == WL1271_STATE_OFF) {
2148 /*
2149 * we still need this in order to configure the fw
2150 * while uploading the nvs
2151 */
Luciano Coelho5e037e72011-12-23 09:32:17 +02002152 memcpy(wl->addresses[0].addr, vif->addr, ETH_ALEN);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002153
Eliad Peller1d095472011-10-10 10:12:49 +02002154 booted = wl12xx_init_fw(wl);
2155 if (!booted) {
2156 ret = -EINVAL;
2157 goto out;
Eliad Peller04e80792011-08-14 13:17:09 +03002158 }
Eliad Peller1d095472011-10-10 10:12:49 +02002159 }
Eliad Peller04e80792011-08-14 13:17:09 +03002160
Eliad Peller1d095472011-10-10 10:12:49 +02002161 if (wlvif->bss_type == BSS_TYPE_STA_BSS ||
2162 wlvif->bss_type == BSS_TYPE_IBSS) {
2163 /*
2164 * The device role is a special role used for
2165 * rx and tx frames prior to association (as
2166 * the STA role can get packets only from
2167 * its associated bssid)
2168 */
Eliad Peller784f6942011-10-05 11:55:39 +02002169 ret = wl12xx_cmd_role_enable(wl, vif->addr,
Eliad Peller1d095472011-10-10 10:12:49 +02002170 WL1271_ROLE_DEVICE,
2171 &wlvif->dev_role_id);
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002172 if (ret < 0)
Eliad Peller1d095472011-10-10 10:12:49 +02002173 goto out;
Juuso Oikarinen9ccd9212009-12-11 15:41:01 +02002174 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002175
Eliad Peller1d095472011-10-10 10:12:49 +02002176 ret = wl12xx_cmd_role_enable(wl, vif->addr,
2177 role_type, &wlvif->role_id);
2178 if (ret < 0)
Eliad Peller71125ab2010-10-28 21:46:43 +02002179 goto out;
Eliad Peller1d095472011-10-10 10:12:49 +02002180
2181 ret = wl1271_init_vif_specific(wl, vif);
2182 if (ret < 0)
2183 goto out;
Eliad Peller71125ab2010-10-28 21:46:43 +02002184
Eliad Peller87627212011-10-10 10:12:54 +02002185 list_add(&wlvif->list, &wl->wlvif_list);
Eliad Peller10c8cd02011-10-10 10:13:06 +02002186 set_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags);
Eliad Pellera4e41302011-10-11 11:49:15 +02002187
2188 if (wlvif->bss_type == BSS_TYPE_AP_BSS)
2189 wl->ap_count++;
2190 else
2191 wl->sta_count++;
Juuso Oikarineneb5b28d2009-10-13 12:47:45 +03002192out:
Eliad Pellerf750c822011-10-10 10:13:16 +02002193 wl1271_ps_elp_sleep(wl);
2194out_unlock:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002195 mutex_unlock(&wl->mutex);
2196
2197 return ret;
2198}
2199
Arik Nemtsov7dece1c2011-04-18 14:15:28 +03002200static void __wl1271_op_remove_interface(struct wl1271 *wl,
Eliad Peller536129c2011-10-05 11:55:45 +02002201 struct ieee80211_vif *vif,
Arik Nemtsov7dece1c2011-04-18 14:15:28 +03002202 bool reset_tx_queues)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002203{
Eliad Peller536129c2011-10-05 11:55:45 +02002204 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Pellere5a359f2011-10-10 10:13:15 +02002205 int i, ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002206
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002207 wl1271_debug(DEBUG_MAC80211, "mac80211 remove interface");
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002208
Eliad Peller10c8cd02011-10-10 10:13:06 +02002209 if (!test_and_clear_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags))
2210 return;
2211
Juuso Oikarinen13026de2011-03-29 16:43:50 +03002212 /* because of hardware recovery, we may get here twice */
2213 if (wl->state != WL1271_STATE_ON)
2214 return;
2215
Juuso Oikarinen1b72aec2010-03-18 12:26:39 +02002216 wl1271_info("down");
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002217
Eliad Pellerbaf62772011-10-10 10:12:52 +02002218 if (wl->scan.state != WL1271_SCAN_STATE_IDLE &&
2219 wl->scan_vif == vif) {
Luciano Coelho08688d62010-07-08 17:50:07 +03002220 wl->scan.state = WL1271_SCAN_STATE_IDLE;
Luciano Coelho4a31c112011-03-21 23:16:14 +02002221 memset(wl->scan.scanned_ch, 0, sizeof(wl->scan.scanned_ch));
Eliad Peller784f6942011-10-05 11:55:39 +02002222 wl->scan_vif = NULL;
Juuso Oikarinenb739a422010-10-26 13:24:38 +02002223 wl->scan.req = NULL;
Juuso Oikarinen76a029f2010-07-29 04:54:45 +03002224 ieee80211_scan_completed(wl->hw, true);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002225 }
2226
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002227 if (!test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) {
2228 /* disable active roles */
2229 ret = wl1271_ps_elp_wakeup(wl);
2230 if (ret < 0)
2231 goto deinit;
2232
Eliad Pellerb890f4c2011-12-18 20:25:44 +02002233 if (wlvif->bss_type == BSS_TYPE_STA_BSS ||
2234 wlvif->bss_type == BSS_TYPE_IBSS) {
2235 if (wl12xx_dev_role_started(wlvif))
2236 wl12xx_stop_dev(wl, wlvif);
2237
Eliad Peller7edebf52011-10-05 11:55:52 +02002238 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id);
Eliad Peller04e80792011-08-14 13:17:09 +03002239 if (ret < 0)
2240 goto deinit;
2241 }
2242
Eliad Peller0603d892011-10-05 11:55:51 +02002243 ret = wl12xx_cmd_role_disable(wl, &wlvif->role_id);
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002244 if (ret < 0)
2245 goto deinit;
2246
2247 wl1271_ps_elp_sleep(wl);
2248 }
2249deinit:
Arik Nemtsove51ae9b2011-08-14 13:17:21 +03002250 /* clear all hlids (except system_hlid) */
Eliad Pellerafaf8bd2011-10-05 11:55:57 +02002251 wlvif->dev_hlid = WL12XX_INVALID_LINK_ID;
Eliad Pellere5a359f2011-10-10 10:13:15 +02002252
2253 if (wlvif->bss_type == BSS_TYPE_STA_BSS ||
2254 wlvif->bss_type == BSS_TYPE_IBSS) {
2255 wlvif->sta.hlid = WL12XX_INVALID_LINK_ID;
2256 wl12xx_free_rate_policy(wl, &wlvif->sta.basic_rate_idx);
2257 wl12xx_free_rate_policy(wl, &wlvif->sta.ap_rate_idx);
2258 wl12xx_free_rate_policy(wl, &wlvif->sta.p2p_rate_idx);
2259 } else {
2260 wlvif->ap.bcast_hlid = WL12XX_INVALID_LINK_ID;
2261 wlvif->ap.global_hlid = WL12XX_INVALID_LINK_ID;
2262 wl12xx_free_rate_policy(wl, &wlvif->ap.mgmt_rate_idx);
2263 wl12xx_free_rate_policy(wl, &wlvif->ap.bcast_rate_idx);
2264 for (i = 0; i < CONF_TX_MAX_AC_COUNT; i++)
2265 wl12xx_free_rate_policy(wl,
2266 &wlvif->ap.ucast_rate_idx[i]);
2267 }
Eliad Pellerb78b47e2011-08-14 13:17:08 +03002268
Eliad Pellerd6a3cc22011-10-10 10:12:51 +02002269 wl12xx_tx_reset_wlvif(wl, wlvif);
Eliad Peller170d0e62011-10-05 11:56:06 +02002270 wl1271_free_ap_keys(wl, wlvif);
Eliad Pellere4120df2011-10-10 10:13:17 +02002271 if (wl->last_wlvif == wlvif)
2272 wl->last_wlvif = NULL;
Eliad Peller87627212011-10-10 10:12:54 +02002273 list_del(&wlvif->list);
Eliad Pellerc7ffb902011-10-05 11:56:05 +02002274 memset(wlvif->ap.sta_hlid_map, 0, sizeof(wlvif->ap.sta_hlid_map));
Eliad Peller0603d892011-10-05 11:55:51 +02002275 wlvif->role_id = WL12XX_INVALID_ROLE_ID;
Eliad Peller7edebf52011-10-05 11:55:52 +02002276 wlvif->dev_role_id = WL12XX_INVALID_ROLE_ID;
Luciano Coelhod6e19d12009-10-12 15:08:43 +03002277
Eliad Pellera4e41302011-10-11 11:49:15 +02002278 if (wlvif->bss_type == BSS_TYPE_AP_BSS)
2279 wl->ap_count--;
2280 else
2281 wl->sta_count--;
2282
Eliad Pellerbaf62772011-10-10 10:12:52 +02002283 mutex_unlock(&wl->mutex);
Eyal Shapirad6bf9ad2012-01-31 11:57:20 +02002284
Eliad Peller9eb599e2011-10-10 10:12:59 +02002285 del_timer_sync(&wlvif->rx_streaming_timer);
2286 cancel_work_sync(&wlvif->rx_streaming_enable_work);
2287 cancel_work_sync(&wlvif->rx_streaming_disable_work);
Eliad Pellerf4df1bd2011-08-14 13:17:15 +03002288
Eliad Pellerbaf62772011-10-10 10:12:52 +02002289 mutex_lock(&wl->mutex);
Juuso Oikarinen52a2a372010-09-21 06:23:30 +02002290}
Juuso Oikarinenbd9dc492010-04-09 11:07:26 +03002291
Juuso Oikarinen52a2a372010-09-21 06:23:30 +02002292static void wl1271_op_remove_interface(struct ieee80211_hw *hw,
2293 struct ieee80211_vif *vif)
2294{
2295 struct wl1271 *wl = hw->priv;
Eliad Peller10c8cd02011-10-10 10:13:06 +02002296 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Peller6e8cd332011-10-10 10:13:13 +02002297 struct wl12xx_vif *iter;
Eliad Peller4549d092012-02-06 13:07:52 +02002298 struct vif_counter_data vif_count;
2299 bool cancel_recovery = true;
Juuso Oikarinen52a2a372010-09-21 06:23:30 +02002300
Eliad Peller4549d092012-02-06 13:07:52 +02002301 wl12xx_get_vif_count(hw, vif, &vif_count);
Juuso Oikarinen52a2a372010-09-21 06:23:30 +02002302 mutex_lock(&wl->mutex);
Eliad Peller10c8cd02011-10-10 10:13:06 +02002303
2304 if (wl->state == WL1271_STATE_OFF ||
2305 !test_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags))
2306 goto out;
2307
Juuso Oikarinen67353292010-11-18 15:19:02 +02002308 /*
2309 * wl->vif can be null here if someone shuts down the interface
2310 * just when hardware recovery has been started.
2311 */
Eliad Peller6e8cd332011-10-10 10:13:13 +02002312 wl12xx_for_each_wlvif(wl, iter) {
2313 if (iter != wlvif)
2314 continue;
2315
Eliad Peller536129c2011-10-05 11:55:45 +02002316 __wl1271_op_remove_interface(wl, vif, true);
Eliad Peller6e8cd332011-10-10 10:13:13 +02002317 break;
Juuso Oikarinen67353292010-11-18 15:19:02 +02002318 }
Eliad Peller6e8cd332011-10-10 10:13:13 +02002319 WARN_ON(iter != wlvif);
Eliad Peller4549d092012-02-06 13:07:52 +02002320 if (wl12xx_need_fw_change(wl, vif_count, false)) {
Eliad Peller3dee4392012-02-06 12:47:56 +02002321 wl12xx_force_active_psm(wl);
Eliad Pellere9ba7152012-03-04 10:55:54 +02002322 set_bit(WL1271_FLAG_INTENDED_FW_RECOVERY, &wl->flags);
Eliad Peller4549d092012-02-06 13:07:52 +02002323 wl12xx_queue_recovery_work(wl);
2324 cancel_recovery = false;
2325 }
Eliad Peller10c8cd02011-10-10 10:13:06 +02002326out:
Juuso Oikarinen67353292010-11-18 15:19:02 +02002327 mutex_unlock(&wl->mutex);
Eliad Peller4549d092012-02-06 13:07:52 +02002328 if (cancel_recovery)
2329 cancel_work_sync(&wl->recovery_work);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002330}
2331
Eliad Pellerc0fad1b2011-12-19 12:00:03 +02002332static int wl12xx_op_change_interface(struct ieee80211_hw *hw,
2333 struct ieee80211_vif *vif,
2334 enum nl80211_iftype new_type, bool p2p)
2335{
Eliad Peller4549d092012-02-06 13:07:52 +02002336 struct wl1271 *wl = hw->priv;
2337 int ret;
2338
2339 set_bit(WL1271_FLAG_VIF_CHANGE_IN_PROGRESS, &wl->flags);
Eliad Pellerc0fad1b2011-12-19 12:00:03 +02002340 wl1271_op_remove_interface(hw, vif);
2341
Eliad Peller249e9692012-03-04 10:55:50 +02002342 vif->type = new_type;
Eliad Pellerc0fad1b2011-12-19 12:00:03 +02002343 vif->p2p = p2p;
Eliad Peller4549d092012-02-06 13:07:52 +02002344 ret = wl1271_op_add_interface(hw, vif);
2345
2346 clear_bit(WL1271_FLAG_VIF_CHANGE_IN_PROGRESS, &wl->flags);
2347 return ret;
Eliad Pellerc0fad1b2011-12-19 12:00:03 +02002348}
2349
Eliad Peller87fbcb02011-10-05 11:55:41 +02002350static int wl1271_join(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2351 bool set_assoc)
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002352{
2353 int ret;
Eliad Peller536129c2011-10-05 11:55:45 +02002354 bool is_ibss = (wlvif->bss_type == BSS_TYPE_IBSS);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002355
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002356 /*
2357 * One of the side effects of the JOIN command is that is clears
2358 * WPA/WPA2 keys from the chipset. Performing a JOIN while associated
2359 * to a WPA/WPA2 access point will therefore kill the data-path.
Ohad Ben-Cohen8bf69aa2011-03-30 19:18:31 +02002360 * Currently the only valid scenario for JOIN during association
2361 * is on roaming, in which case we will also be given new keys.
2362 * Keep the below message for now, unless it starts bothering
2363 * users who really like to roam a lot :)
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002364 */
Eliad Pellerba8447f2011-10-10 10:13:00 +02002365 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002366 wl1271_info("JOIN while associated.");
2367
Eliad Peller5ec8a442012-02-02 12:22:09 +02002368 /* clear encryption type */
2369 wlvif->encryption_type = KEY_NONE;
2370
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002371 if (set_assoc)
Eliad Pellerba8447f2011-10-10 10:13:00 +02002372 set_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags);
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002373
Eliad Peller227e81e2011-08-14 13:17:26 +03002374 if (is_ibss)
Eliad Peller87fbcb02011-10-05 11:55:41 +02002375 ret = wl12xx_cmd_role_start_ibss(wl, wlvif);
Eliad Peller227e81e2011-08-14 13:17:26 +03002376 else
Eliad Peller87fbcb02011-10-05 11:55:41 +02002377 ret = wl12xx_cmd_role_start_sta(wl, wlvif);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002378 if (ret < 0)
2379 goto out;
2380
Eliad Pellerba8447f2011-10-10 10:13:00 +02002381 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002382 goto out;
2383
2384 /*
2385 * The join command disable the keep-alive mode, shut down its process,
2386 * and also clear the template config, so we need to reset it all after
2387 * the join. The acx_aid starts the keep-alive process, and the order
2388 * of the commands below is relevant.
2389 */
Eliad Peller0603d892011-10-05 11:55:51 +02002390 ret = wl1271_acx_keep_alive_mode(wl, wlvif, true);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002391 if (ret < 0)
2392 goto out;
2393
Eliad Peller0603d892011-10-05 11:55:51 +02002394 ret = wl1271_acx_aid(wl, wlvif, wlvif->aid);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002395 if (ret < 0)
2396 goto out;
2397
Eliad Pellerd2d66c52011-10-05 11:55:43 +02002398 ret = wl12xx_cmd_build_klv_null_data(wl, wlvif);
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002399 if (ret < 0)
2400 goto out;
2401
Eliad Peller0603d892011-10-05 11:55:51 +02002402 ret = wl1271_acx_keep_alive_config(wl, wlvif,
2403 CMD_TEMPL_KLV_IDX_NULL_DATA,
Juuso Oikarinen82429d32010-04-28 09:50:01 +03002404 ACX_KEEP_ALIVE_TPL_VALID);
2405 if (ret < 0)
2406 goto out;
2407
2408out:
2409 return ret;
2410}
2411
Eliad Peller0603d892011-10-05 11:55:51 +02002412static int wl1271_unjoin(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Luciano Coelhoc7f43e42009-12-11 15:40:44 +02002413{
2414 int ret;
2415
Eliad Peller52630c52011-10-10 10:13:08 +02002416 if (test_and_clear_bit(WLVIF_FLAG_CS_PROGRESS, &wlvif->flags)) {
Eliad Peller6e8cd332011-10-10 10:13:13 +02002417 struct ieee80211_vif *vif = wl12xx_wlvif_to_vif(wlvif);
2418
Shahar Levi6d158ff2011-09-08 13:01:33 +03002419 wl12xx_cmd_stop_channel_switch(wl);
Eliad Peller6e8cd332011-10-10 10:13:13 +02002420 ieee80211_chswitch_done(vif, false);
Shahar Levi6d158ff2011-09-08 13:01:33 +03002421 }
2422
Luciano Coelhoc7f43e42009-12-11 15:40:44 +02002423 /* to stop listening to a channel, we disconnect */
Eliad Peller0603d892011-10-05 11:55:51 +02002424 ret = wl12xx_cmd_role_stop_sta(wl, wlvif);
Luciano Coelhoc7f43e42009-12-11 15:40:44 +02002425 if (ret < 0)
2426 goto out;
2427
Oz Krakowskib992c682011-06-26 10:36:02 +03002428 /* reset TX security counters on a clean disconnect */
Eliad Peller48e93e42011-10-10 10:12:58 +02002429 wlvif->tx_security_last_seq_lsb = 0;
2430 wlvif->tx_security_seq = 0;
Oz Krakowskib992c682011-06-26 10:36:02 +03002431
Luciano Coelhoc7f43e42009-12-11 15:40:44 +02002432out:
2433 return ret;
2434}
2435
Eliad Peller87fbcb02011-10-05 11:55:41 +02002436static void wl1271_set_band_rate(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002437{
Eliad Peller1b92f152011-10-10 10:13:09 +02002438 wlvif->basic_rate_set = wlvif->bitrate_masks[wlvif->band];
Eliad Peller30d0c8f2011-10-05 11:55:42 +02002439 wlvif->rate_set = wlvif->basic_rate_set;
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002440}
2441
Eliad Peller87fbcb02011-10-05 11:55:41 +02002442static int wl1271_sta_handle_idle(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2443 bool idle)
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002444{
2445 int ret;
Eliad Pellera0c7b782011-12-18 20:25:41 +02002446 bool cur_idle = !test_bit(WLVIF_FLAG_IN_USE, &wlvif->flags);
2447
2448 if (idle == cur_idle)
2449 return 0;
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002450
2451 if (idle) {
Eliad Peller251c1772011-08-14 13:17:17 +03002452 /* no need to croc if we weren't busy (e.g. during boot) */
Eliad Peller92e712d2011-12-18 20:25:43 +02002453 if (wl12xx_dev_role_started(wlvif)) {
Eliad Peller679a6732011-10-11 11:55:44 +02002454 ret = wl12xx_stop_dev(wl, wlvif);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002455 if (ret < 0)
2456 goto out;
2457 }
Eliad Peller30d0c8f2011-10-05 11:55:42 +02002458 wlvif->rate_set =
2459 wl1271_tx_min_rate_get(wl, wlvif->basic_rate_set);
2460 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002461 if (ret < 0)
2462 goto out;
2463 ret = wl1271_acx_keep_alive_config(
Eliad Peller0603d892011-10-05 11:55:51 +02002464 wl, wlvif, CMD_TEMPL_KLV_IDX_NULL_DATA,
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002465 ACX_KEEP_ALIVE_TPL_INVALID);
2466 if (ret < 0)
2467 goto out;
Eliad Pellera0c7b782011-12-18 20:25:41 +02002468 clear_bit(WLVIF_FLAG_IN_USE, &wlvif->flags);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002469 } else {
Luciano Coelho33c2c062011-05-10 14:46:02 +03002470 /* The current firmware only supports sched_scan in idle */
2471 if (wl->sched_scanning) {
2472 wl1271_scan_sched_scan_stop(wl);
2473 ieee80211_sched_scan_stopped(wl->hw);
2474 }
2475
Eliad Peller679a6732011-10-11 11:55:44 +02002476 ret = wl12xx_start_dev(wl, wlvif);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002477 if (ret < 0)
2478 goto out;
Eliad Pellera0c7b782011-12-18 20:25:41 +02002479 set_bit(WLVIF_FLAG_IN_USE, &wlvif->flags);
Juuso Oikarinen0d58cbf2010-05-24 11:18:16 +03002480 }
2481
2482out:
2483 return ret;
2484}
2485
Eliad Peller9f259c42011-10-10 10:13:12 +02002486static int wl12xx_config_vif(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2487 struct ieee80211_conf *conf, u32 changed)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002488{
Eliad Peller9f259c42011-10-10 10:13:12 +02002489 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
2490 int channel, ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002491
2492 channel = ieee80211_frequency_to_channel(conf->channel->center_freq);
2493
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002494 /* if the channel changes while joined, join again */
Juuso Oikarinen69e54342010-05-07 11:39:00 +03002495 if (changed & IEEE80211_CONF_CHANGE_CHANNEL &&
Eliad Peller1b92f152011-10-10 10:13:09 +02002496 ((wlvif->band != conf->channel->band) ||
Eliad Peller61f845f2011-10-10 10:13:10 +02002497 (wlvif->channel != channel))) {
Eliad Pellerc6930b02011-09-15 13:00:01 +03002498 /* send all pending packets */
Eliad Pellera32d0cd2011-10-10 10:12:55 +02002499 wl1271_tx_work_locked(wl);
Eliad Peller61f845f2011-10-10 10:13:10 +02002500 wlvif->band = conf->channel->band;
2501 wlvif->channel = channel;
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002502
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002503 if (!is_ap) {
2504 /*
2505 * FIXME: the mac80211 should really provide a fixed
2506 * rate to use here. for now, just use the smallest
2507 * possible rate for the band as a fixed rate for
2508 * association frames and other control messages.
2509 */
Eliad Pellerba8447f2011-10-10 10:13:00 +02002510 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
Eliad Peller87fbcb02011-10-05 11:55:41 +02002511 wl1271_set_band_rate(wl, wlvif);
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002512
Eliad Pellerd2d66c52011-10-05 11:55:43 +02002513 wlvif->basic_rate =
Eliad Peller87fbcb02011-10-05 11:55:41 +02002514 wl1271_tx_min_rate_get(wl,
2515 wlvif->basic_rate_set);
Eliad Peller30d0c8f2011-10-05 11:55:42 +02002516 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002517 if (ret < 0)
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002518 wl1271_warning("rate policy for channel "
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002519 "failed %d", ret);
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002520
Eliad Peller121af042012-03-04 10:55:51 +02002521 /*
2522 * change the ROC channel. do it only if we are
2523 * not idle. otherwise, CROC will be called
2524 * anyway.
2525 */
2526 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED,
2527 &wlvif->flags) &&
2528 wl12xx_dev_role_started(wlvif) &&
2529 !(conf->flags & IEEE80211_CONF_IDLE)) {
2530 ret = wl12xx_stop_dev(wl, wlvif);
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002531 if (ret < 0)
Eliad Peller121af042012-03-04 10:55:51 +02002532 return ret;
Eliad Peller251c1772011-08-14 13:17:17 +03002533
Eliad Peller121af042012-03-04 10:55:51 +02002534 ret = wl12xx_start_dev(wl, wlvif);
2535 if (ret < 0)
2536 return ret;
Arik Nemtsovbee0ffe2010-10-16 19:17:02 +02002537 }
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03002538 }
2539 }
2540
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002541 if ((changed & IEEE80211_CONF_CHANGE_PS) && !is_ap) {
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002542
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002543 if ((conf->flags & IEEE80211_CONF_PS) &&
2544 test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags) &&
Eyal Shapira5c0dc2f2012-02-02 19:06:45 +02002545 !test_bit(WLVIF_FLAG_IN_PS, &wlvif->flags)) {
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002546
Eyal Shapira5c0dc2f2012-02-02 19:06:45 +02002547 int ps_mode;
2548 char *ps_mode_str;
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002549
Eyal Shapira5c0dc2f2012-02-02 19:06:45 +02002550 if (wl->conf.conn.forced_ps) {
2551 ps_mode = STATION_POWER_SAVE_MODE;
2552 ps_mode_str = "forced";
2553 } else {
2554 ps_mode = STATION_AUTO_PS_MODE;
2555 ps_mode_str = "auto";
2556 }
2557
2558 wl1271_debug(DEBUG_PSM, "%s ps enabled", ps_mode_str);
2559
2560 ret = wl1271_ps_set_mode(wl, wlvif, ps_mode);
2561
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002562 if (ret < 0)
Eyal Shapira5c0dc2f2012-02-02 19:06:45 +02002563 wl1271_warning("enter %s ps failed %d",
2564 ps_mode_str, ret);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002565
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002566 } else if (!(conf->flags & IEEE80211_CONF_PS) &&
Eyal Shapira5c0dc2f2012-02-02 19:06:45 +02002567 test_bit(WLVIF_FLAG_IN_PS, &wlvif->flags)) {
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002568
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002569 wl1271_debug(DEBUG_PSM, "auto ps disabled");
2570
Eliad Peller0603d892011-10-05 11:55:51 +02002571 ret = wl1271_ps_set_mode(wl, wlvif,
Eyal Shapira248a0012012-01-31 11:57:23 +02002572 STATION_ACTIVE_MODE);
Eyal Shapirad18da7f2012-01-31 11:57:25 +02002573 if (ret < 0)
2574 wl1271_warning("exit auto ps failed %d", ret);
2575 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002576 }
2577
Eliad Peller6bd65022011-10-10 10:13:11 +02002578 if (conf->power_level != wlvif->power_level) {
Eliad Peller0603d892011-10-05 11:55:51 +02002579 ret = wl1271_acx_tx_power(wl, wlvif, conf->power_level);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002580 if (ret < 0)
Eliad Peller9f259c42011-10-10 10:13:12 +02002581 return ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002582
Eliad Peller6bd65022011-10-10 10:13:11 +02002583 wlvif->power_level = conf->power_level;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002584 }
2585
Eliad Peller9f259c42011-10-10 10:13:12 +02002586 return 0;
2587}
2588
2589static int wl1271_op_config(struct ieee80211_hw *hw, u32 changed)
2590{
2591 struct wl1271 *wl = hw->priv;
2592 struct wl12xx_vif *wlvif;
2593 struct ieee80211_conf *conf = &hw->conf;
2594 int channel, ret = 0;
2595
2596 channel = ieee80211_frequency_to_channel(conf->channel->center_freq);
2597
2598 wl1271_debug(DEBUG_MAC80211, "mac80211 config ch %d psm %s power %d %s"
2599 " changed 0x%x",
2600 channel,
2601 conf->flags & IEEE80211_CONF_PS ? "on" : "off",
2602 conf->power_level,
2603 conf->flags & IEEE80211_CONF_IDLE ? "idle" : "in use",
2604 changed);
2605
2606 /*
2607 * mac80211 will go to idle nearly immediately after transmitting some
2608 * frames, such as the deauth. To make sure those frames reach the air,
2609 * wait here until the TX queue is fully flushed.
2610 */
2611 if ((changed & IEEE80211_CONF_CHANGE_IDLE) &&
2612 (conf->flags & IEEE80211_CONF_IDLE))
2613 wl1271_tx_flush(wl);
2614
2615 mutex_lock(&wl->mutex);
2616
2617 /* we support configuring the channel and band even while off */
2618 if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
2619 wl->band = conf->channel->band;
2620 wl->channel = channel;
2621 }
2622
2623 if (changed & IEEE80211_CONF_CHANGE_POWER)
2624 wl->power_level = conf->power_level;
2625
2626 if (unlikely(wl->state == WL1271_STATE_OFF))
2627 goto out;
2628
2629 ret = wl1271_ps_elp_wakeup(wl);
2630 if (ret < 0)
2631 goto out;
2632
2633 /* configure each interface */
2634 wl12xx_for_each_wlvif(wl, wlvif) {
2635 ret = wl12xx_config_vif(wl, wlvif, conf, changed);
2636 if (ret < 0)
2637 goto out_sleep;
2638 }
2639
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002640out_sleep:
2641 wl1271_ps_elp_sleep(wl);
2642
2643out:
2644 mutex_unlock(&wl->mutex);
2645
2646 return ret;
2647}
2648
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002649struct wl1271_filter_params {
2650 bool enabled;
2651 int mc_list_length;
2652 u8 mc_list[ACX_MC_ADDRESS_GROUP_MAX][ETH_ALEN];
2653};
2654
Jiri Pirko22bedad2010-04-01 21:22:57 +00002655static u64 wl1271_op_prepare_multicast(struct ieee80211_hw *hw,
2656 struct netdev_hw_addr_list *mc_list)
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002657{
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002658 struct wl1271_filter_params *fp;
Jiri Pirko22bedad2010-04-01 21:22:57 +00002659 struct netdev_hw_addr *ha;
Saravanan Dhanabal2c10bb92010-04-09 11:07:27 +03002660 struct wl1271 *wl = hw->priv;
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002661
Saravanan Dhanabal2c10bb92010-04-09 11:07:27 +03002662 if (unlikely(wl->state == WL1271_STATE_OFF))
2663 return 0;
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002664
Juuso Oikarinen74441132009-10-13 12:47:53 +03002665 fp = kzalloc(sizeof(*fp), GFP_ATOMIC);
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002666 if (!fp) {
2667 wl1271_error("Out of memory setting filters.");
2668 return 0;
2669 }
2670
2671 /* update multicast filtering parameters */
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002672 fp->mc_list_length = 0;
Jiri Pirko22bedad2010-04-01 21:22:57 +00002673 if (netdev_hw_addr_list_count(mc_list) > ACX_MC_ADDRESS_GROUP_MAX) {
2674 fp->enabled = false;
2675 } else {
2676 fp->enabled = true;
2677 netdev_hw_addr_list_for_each(ha, mc_list) {
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002678 memcpy(fp->mc_list[fp->mc_list_length],
Jiri Pirko22bedad2010-04-01 21:22:57 +00002679 ha->addr, ETH_ALEN);
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002680 fp->mc_list_length++;
Jiri Pirko22bedad2010-04-01 21:22:57 +00002681 }
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002682 }
2683
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002684 return (u64)(unsigned long)fp;
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002685}
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002686
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002687#define WL1271_SUPPORTED_FILTERS (FIF_PROMISC_IN_BSS | \
2688 FIF_ALLMULTI | \
2689 FIF_FCSFAIL | \
2690 FIF_BCN_PRBRESP_PROMISC | \
2691 FIF_CONTROL | \
2692 FIF_OTHER_BSS)
2693
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002694static void wl1271_op_configure_filter(struct ieee80211_hw *hw,
2695 unsigned int changed,
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03002696 unsigned int *total, u64 multicast)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002697{
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002698 struct wl1271_filter_params *fp = (void *)(unsigned long)multicast;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002699 struct wl1271 *wl = hw->priv;
Eliad Peller6e8cd332011-10-10 10:13:13 +02002700 struct wl12xx_vif *wlvif;
Eliad Peller536129c2011-10-05 11:55:45 +02002701
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002702 int ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002703
Arik Nemtsov7d057862010-10-16 19:25:35 +02002704 wl1271_debug(DEBUG_MAC80211, "mac80211 configure filter changed %x"
2705 " total %x", changed, *total);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002706
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002707 mutex_lock(&wl->mutex);
2708
Saravanan Dhanabal2c10bb92010-04-09 11:07:27 +03002709 *total &= WL1271_SUPPORTED_FILTERS;
2710 changed &= WL1271_SUPPORTED_FILTERS;
2711
2712 if (unlikely(wl->state == WL1271_STATE_OFF))
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002713 goto out;
2714
Ido Yariva6208652011-03-01 15:14:41 +02002715 ret = wl1271_ps_elp_wakeup(wl);
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002716 if (ret < 0)
2717 goto out;
2718
Eliad Peller6e8cd332011-10-10 10:13:13 +02002719 wl12xx_for_each_wlvif(wl, wlvif) {
2720 if (wlvif->bss_type != BSS_TYPE_AP_BSS) {
2721 if (*total & FIF_ALLMULTI)
2722 ret = wl1271_acx_group_address_tbl(wl, wlvif,
2723 false,
2724 NULL, 0);
2725 else if (fp)
2726 ret = wl1271_acx_group_address_tbl(wl, wlvif,
2727 fp->enabled,
2728 fp->mc_list,
2729 fp->mc_list_length);
2730 if (ret < 0)
2731 goto out_sleep;
2732 }
Arik Nemtsov7d057862010-10-16 19:25:35 +02002733 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002734
Eliad Peller08c1d1c2011-08-14 13:17:04 +03002735 /*
2736 * the fw doesn't provide an api to configure the filters. instead,
2737 * the filters configuration is based on the active roles / ROC
2738 * state.
2739 */
Juuso Oikarinenb54853f2009-10-13 12:47:59 +03002740
2741out_sleep:
2742 wl1271_ps_elp_sleep(wl);
2743
2744out:
2745 mutex_unlock(&wl->mutex);
Juuso Oikarinen14b228a2010-03-18 12:26:43 +02002746 kfree(fp);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002747}
2748
Eliad Peller170d0e62011-10-05 11:56:06 +02002749static int wl1271_record_ap_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2750 u8 id, u8 key_type, u8 key_size,
2751 const u8 *key, u8 hlid, u32 tx_seq_32,
2752 u16 tx_seq_16)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002753{
2754 struct wl1271_ap_key *ap_key;
2755 int i;
2756
2757 wl1271_debug(DEBUG_CRYPT, "record ap key id %d", (int)id);
2758
2759 if (key_size > MAX_KEY_SIZE)
2760 return -EINVAL;
2761
2762 /*
2763 * Find next free entry in ap_keys. Also check we are not replacing
2764 * an existing key.
2765 */
2766 for (i = 0; i < MAX_NUM_KEYS; i++) {
Eliad Peller170d0e62011-10-05 11:56:06 +02002767 if (wlvif->ap.recorded_keys[i] == NULL)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002768 break;
2769
Eliad Peller170d0e62011-10-05 11:56:06 +02002770 if (wlvif->ap.recorded_keys[i]->id == id) {
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002771 wl1271_warning("trying to record key replacement");
2772 return -EINVAL;
2773 }
2774 }
2775
2776 if (i == MAX_NUM_KEYS)
2777 return -EBUSY;
2778
2779 ap_key = kzalloc(sizeof(*ap_key), GFP_KERNEL);
2780 if (!ap_key)
2781 return -ENOMEM;
2782
2783 ap_key->id = id;
2784 ap_key->key_type = key_type;
2785 ap_key->key_size = key_size;
2786 memcpy(ap_key->key, key, key_size);
2787 ap_key->hlid = hlid;
2788 ap_key->tx_seq_32 = tx_seq_32;
2789 ap_key->tx_seq_16 = tx_seq_16;
2790
Eliad Peller170d0e62011-10-05 11:56:06 +02002791 wlvif->ap.recorded_keys[i] = ap_key;
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002792 return 0;
2793}
2794
Eliad Peller170d0e62011-10-05 11:56:06 +02002795static void wl1271_free_ap_keys(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002796{
2797 int i;
2798
2799 for (i = 0; i < MAX_NUM_KEYS; i++) {
Eliad Peller170d0e62011-10-05 11:56:06 +02002800 kfree(wlvif->ap.recorded_keys[i]);
2801 wlvif->ap.recorded_keys[i] = NULL;
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002802 }
2803}
2804
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002805static int wl1271_ap_init_hwenc(struct wl1271 *wl, struct wl12xx_vif *wlvif)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002806{
2807 int i, ret = 0;
2808 struct wl1271_ap_key *key;
2809 bool wep_key_added = false;
2810
2811 for (i = 0; i < MAX_NUM_KEYS; i++) {
Eliad Peller7f97b482011-08-14 13:17:30 +03002812 u8 hlid;
Eliad Peller170d0e62011-10-05 11:56:06 +02002813 if (wlvif->ap.recorded_keys[i] == NULL)
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002814 break;
2815
Eliad Peller170d0e62011-10-05 11:56:06 +02002816 key = wlvif->ap.recorded_keys[i];
Eliad Peller7f97b482011-08-14 13:17:30 +03002817 hlid = key->hlid;
2818 if (hlid == WL12XX_INVALID_LINK_ID)
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002819 hlid = wlvif->ap.bcast_hlid;
Eliad Peller7f97b482011-08-14 13:17:30 +03002820
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002821 ret = wl1271_cmd_set_ap_key(wl, wlvif, KEY_ADD_OR_REPLACE,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002822 key->id, key->key_type,
2823 key->key_size, key->key,
Eliad Peller7f97b482011-08-14 13:17:30 +03002824 hlid, key->tx_seq_32,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002825 key->tx_seq_16);
2826 if (ret < 0)
2827 goto out;
2828
2829 if (key->key_type == KEY_WEP)
2830 wep_key_added = true;
2831 }
2832
2833 if (wep_key_added) {
Eliad Pellerf75c753f2011-10-05 11:55:59 +02002834 ret = wl12xx_cmd_set_default_wep_key(wl, wlvif->default_key,
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002835 wlvif->ap.bcast_hlid);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002836 if (ret < 0)
2837 goto out;
2838 }
2839
2840out:
Eliad Peller170d0e62011-10-05 11:56:06 +02002841 wl1271_free_ap_keys(wl, wlvif);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002842 return ret;
2843}
2844
Eliad Peller536129c2011-10-05 11:55:45 +02002845static int wl1271_set_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
2846 u16 action, u8 id, u8 key_type,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002847 u8 key_size, const u8 *key, u32 tx_seq_32,
2848 u16 tx_seq_16, struct ieee80211_sta *sta)
2849{
2850 int ret;
Eliad Peller536129c2011-10-05 11:55:45 +02002851 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002852
2853 if (is_ap) {
2854 struct wl1271_station *wl_sta;
2855 u8 hlid;
2856
2857 if (sta) {
2858 wl_sta = (struct wl1271_station *)sta->drv_priv;
2859 hlid = wl_sta->hlid;
2860 } else {
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002861 hlid = wlvif->ap.bcast_hlid;
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002862 }
2863
Eliad Peller53d40d02011-10-10 10:13:02 +02002864 if (!test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags)) {
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002865 /*
2866 * We do not support removing keys after AP shutdown.
2867 * Pretend we do to make mac80211 happy.
2868 */
2869 if (action != KEY_ADD_OR_REPLACE)
2870 return 0;
2871
Eliad Peller170d0e62011-10-05 11:56:06 +02002872 ret = wl1271_record_ap_key(wl, wlvif, id,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002873 key_type, key_size,
2874 key, hlid, tx_seq_32,
2875 tx_seq_16);
2876 } else {
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002877 ret = wl1271_cmd_set_ap_key(wl, wlvif, action,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002878 id, key_type, key_size,
2879 key, hlid, tx_seq_32,
2880 tx_seq_16);
2881 }
2882
2883 if (ret < 0)
2884 return ret;
2885 } else {
2886 const u8 *addr;
2887 static const u8 bcast_addr[ETH_ALEN] = {
2888 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
2889 };
2890
Guy Eilame9eb8cb2011-08-16 19:49:12 +03002891 /*
2892 * A STA set to GEM cipher requires 2 tx spare blocks.
2893 * Return to default value when GEM cipher key is removed
2894 */
2895 if (key_type == KEY_GEM) {
2896 if (action == KEY_ADD_OR_REPLACE)
2897 wl->tx_spare_blocks = 2;
2898 else if (action == KEY_REMOVE)
2899 wl->tx_spare_blocks = TX_HW_BLOCK_SPARE_DEFAULT;
2900 }
2901
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002902 addr = sta ? sta->addr : bcast_addr;
2903
2904 if (is_zero_ether_addr(addr)) {
2905 /* We dont support TX only encryption */
2906 return -EOPNOTSUPP;
2907 }
2908
2909 /* The wl1271 does not allow to remove unicast keys - they
2910 will be cleared automatically on next CMD_JOIN. Ignore the
2911 request silently, as we dont want the mac80211 to emit
2912 an error message. */
2913 if (action == KEY_REMOVE && !is_broadcast_ether_addr(addr))
2914 return 0;
2915
Eliad Peller010d3d32011-08-14 13:17:31 +03002916 /* don't remove key if hlid was already deleted */
2917 if (action == KEY_REMOVE &&
Eliad Peller154da672011-10-05 11:55:53 +02002918 wlvif->sta.hlid == WL12XX_INVALID_LINK_ID)
Eliad Peller010d3d32011-08-14 13:17:31 +03002919 return 0;
2920
Eliad Pellera8ab39a2011-10-05 11:55:54 +02002921 ret = wl1271_cmd_set_sta_key(wl, wlvif, action,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002922 id, key_type, key_size,
2923 key, addr, tx_seq_32,
2924 tx_seq_16);
2925 if (ret < 0)
2926 return ret;
2927
2928 /* the default WEP key needs to be configured at least once */
2929 if (key_type == KEY_WEP) {
Eliad Pellerc690ec82011-08-14 13:17:07 +03002930 ret = wl12xx_cmd_set_default_wep_key(wl,
Eliad Pellerf75c753f2011-10-05 11:55:59 +02002931 wlvif->default_key,
2932 wlvif->sta.hlid);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002933 if (ret < 0)
2934 return ret;
2935 }
2936 }
2937
2938 return 0;
2939}
2940
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002941static int wl1271_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
2942 struct ieee80211_vif *vif,
2943 struct ieee80211_sta *sta,
2944 struct ieee80211_key_conf *key_conf)
2945{
2946 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02002947 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002948 int ret;
Juuso Oikarinenac4e4ce2009-10-08 21:56:19 +03002949 u32 tx_seq_32 = 0;
2950 u16 tx_seq_16 = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002951 u8 key_type;
2952
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002953 wl1271_debug(DEBUG_MAC80211, "mac80211 set key");
2954
Arik Nemtsov7f179b42010-10-16 21:39:06 +02002955 wl1271_debug(DEBUG_CRYPT, "CMD: 0x%x sta: %p", cmd, sta);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002956 wl1271_debug(DEBUG_CRYPT, "Key: algo:0x%x, id:%d, len:%d flags 0x%x",
Johannes Berg97359d12010-08-10 09:46:38 +02002957 key_conf->cipher, key_conf->keyidx,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002958 key_conf->keylen, key_conf->flags);
2959 wl1271_dump(DEBUG_CRYPT, "KEY: ", key_conf->key, key_conf->keylen);
2960
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002961 mutex_lock(&wl->mutex);
2962
Juuso Oikarinenf8d98022010-10-26 13:24:39 +02002963 if (unlikely(wl->state == WL1271_STATE_OFF)) {
2964 ret = -EAGAIN;
2965 goto out_unlock;
2966 }
2967
Ido Yariva6208652011-03-01 15:14:41 +02002968 ret = wl1271_ps_elp_wakeup(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002969 if (ret < 0)
2970 goto out_unlock;
2971
Johannes Berg97359d12010-08-10 09:46:38 +02002972 switch (key_conf->cipher) {
2973 case WLAN_CIPHER_SUITE_WEP40:
2974 case WLAN_CIPHER_SUITE_WEP104:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002975 key_type = KEY_WEP;
2976
2977 key_conf->hw_key_idx = key_conf->keyidx;
2978 break;
Johannes Berg97359d12010-08-10 09:46:38 +02002979 case WLAN_CIPHER_SUITE_TKIP:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002980 key_type = KEY_TKIP;
2981
2982 key_conf->hw_key_idx = key_conf->keyidx;
Eliad Peller48e93e42011-10-10 10:12:58 +02002983 tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq);
2984 tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002985 break;
Johannes Berg97359d12010-08-10 09:46:38 +02002986 case WLAN_CIPHER_SUITE_CCMP:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002987 key_type = KEY_AES;
2988
Arik Nemtsov12d4b972011-10-23 08:21:54 +02002989 key_conf->flags |= IEEE80211_KEY_FLAG_PUT_IV_SPACE;
Eliad Peller48e93e42011-10-10 10:12:58 +02002990 tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq);
2991 tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002992 break;
Juuso Oikarinen7a557242010-09-27 12:42:07 +02002993 case WL1271_CIPHER_SUITE_GEM:
2994 key_type = KEY_GEM;
Eliad Peller48e93e42011-10-10 10:12:58 +02002995 tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq);
2996 tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq);
Juuso Oikarinen7a557242010-09-27 12:42:07 +02002997 break;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03002998 default:
Johannes Berg97359d12010-08-10 09:46:38 +02002999 wl1271_error("Unknown key algo 0x%x", key_conf->cipher);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003000
3001 ret = -EOPNOTSUPP;
3002 goto out_sleep;
3003 }
3004
3005 switch (cmd) {
3006 case SET_KEY:
Eliad Peller536129c2011-10-05 11:55:45 +02003007 ret = wl1271_set_key(wl, wlvif, KEY_ADD_OR_REPLACE,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02003008 key_conf->keyidx, key_type,
3009 key_conf->keylen, key_conf->key,
3010 tx_seq_32, tx_seq_16, sta);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003011 if (ret < 0) {
3012 wl1271_error("Could not add or replace key");
3013 goto out_sleep;
3014 }
Eliad Peller5ec8a442012-02-02 12:22:09 +02003015
3016 /*
3017 * reconfiguring arp response if the unicast (or common)
3018 * encryption key type was changed
3019 */
3020 if (wlvif->bss_type == BSS_TYPE_STA_BSS &&
3021 (sta || key_type == KEY_WEP) &&
3022 wlvif->encryption_type != key_type) {
3023 wlvif->encryption_type = key_type;
3024 ret = wl1271_cmd_build_arp_rsp(wl, wlvif);
3025 if (ret < 0) {
3026 wl1271_warning("build arp rsp failed: %d", ret);
3027 goto out_sleep;
3028 }
3029 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003030 break;
3031
3032 case DISABLE_KEY:
Eliad Peller536129c2011-10-05 11:55:45 +02003033 ret = wl1271_set_key(wl, wlvif, KEY_REMOVE,
Arik Nemtsov7f179b42010-10-16 21:39:06 +02003034 key_conf->keyidx, key_type,
3035 key_conf->keylen, key_conf->key,
3036 0, 0, sta);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003037 if (ret < 0) {
3038 wl1271_error("Could not remove key");
3039 goto out_sleep;
3040 }
3041 break;
3042
3043 default:
3044 wl1271_error("Unsupported key cmd 0x%x", cmd);
3045 ret = -EOPNOTSUPP;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003046 break;
3047 }
3048
3049out_sleep:
3050 wl1271_ps_elp_sleep(wl);
3051
3052out_unlock:
3053 mutex_unlock(&wl->mutex);
3054
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003055 return ret;
3056}
3057
3058static int wl1271_op_hw_scan(struct ieee80211_hw *hw,
Johannes Berga060bbf2010-04-27 11:59:34 +02003059 struct ieee80211_vif *vif,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003060 struct cfg80211_scan_request *req)
3061{
3062 struct wl1271 *wl = hw->priv;
3063 int ret;
3064 u8 *ssid = NULL;
Teemu Paasikiviabb0b3b2009-10-13 12:47:50 +03003065 size_t len = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003066
3067 wl1271_debug(DEBUG_MAC80211, "mac80211 hw scan");
3068
3069 if (req->n_ssids) {
3070 ssid = req->ssids[0].ssid;
Teemu Paasikiviabb0b3b2009-10-13 12:47:50 +03003071 len = req->ssids[0].ssid_len;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003072 }
3073
3074 mutex_lock(&wl->mutex);
3075
Juuso Oikarinenb739a422010-10-26 13:24:38 +02003076 if (wl->state == WL1271_STATE_OFF) {
3077 /*
3078 * We cannot return -EBUSY here because cfg80211 will expect
3079 * a call to ieee80211_scan_completed if we do - in this case
3080 * there won't be any call.
3081 */
3082 ret = -EAGAIN;
3083 goto out;
3084 }
3085
Ido Yariva6208652011-03-01 15:14:41 +02003086 ret = wl1271_ps_elp_wakeup(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003087 if (ret < 0)
3088 goto out;
3089
Eliad Peller97fd3112012-03-04 10:55:52 +02003090 /* fail if there is any role in ROC */
3091 if (find_first_bit(wl->roc_map, WL12XX_MAX_ROLES) < WL12XX_MAX_ROLES) {
Eliad Peller92e712d2011-12-18 20:25:43 +02003092 /* don't allow scanning right now */
3093 ret = -EBUSY;
3094 goto out_sleep;
Eliad Peller251c1772011-08-14 13:17:17 +03003095 }
3096
Eliad Peller784f6942011-10-05 11:55:39 +02003097 ret = wl1271_scan(hw->priv, vif, ssid, len, req);
Eliad Peller251c1772011-08-14 13:17:17 +03003098out_sleep:
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003099 wl1271_ps_elp_sleep(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003100out:
3101 mutex_unlock(&wl->mutex);
3102
3103 return ret;
3104}
3105
Eliad Peller73ecce32011-06-27 13:06:45 +03003106static void wl1271_op_cancel_hw_scan(struct ieee80211_hw *hw,
3107 struct ieee80211_vif *vif)
3108{
3109 struct wl1271 *wl = hw->priv;
3110 int ret;
3111
3112 wl1271_debug(DEBUG_MAC80211, "mac80211 cancel hw scan");
3113
3114 mutex_lock(&wl->mutex);
3115
3116 if (wl->state == WL1271_STATE_OFF)
3117 goto out;
3118
3119 if (wl->scan.state == WL1271_SCAN_STATE_IDLE)
3120 goto out;
3121
3122 ret = wl1271_ps_elp_wakeup(wl);
3123 if (ret < 0)
3124 goto out;
3125
3126 if (wl->scan.state != WL1271_SCAN_STATE_DONE) {
3127 ret = wl1271_scan_stop(wl);
3128 if (ret < 0)
3129 goto out_sleep;
3130 }
3131 wl->scan.state = WL1271_SCAN_STATE_IDLE;
3132 memset(wl->scan.scanned_ch, 0, sizeof(wl->scan.scanned_ch));
Eliad Peller784f6942011-10-05 11:55:39 +02003133 wl->scan_vif = NULL;
Eliad Peller73ecce32011-06-27 13:06:45 +03003134 wl->scan.req = NULL;
3135 ieee80211_scan_completed(wl->hw, true);
3136
3137out_sleep:
3138 wl1271_ps_elp_sleep(wl);
3139out:
3140 mutex_unlock(&wl->mutex);
3141
3142 cancel_delayed_work_sync(&wl->scan_complete_work);
3143}
3144
Luciano Coelho33c2c062011-05-10 14:46:02 +03003145static int wl1271_op_sched_scan_start(struct ieee80211_hw *hw,
3146 struct ieee80211_vif *vif,
3147 struct cfg80211_sched_scan_request *req,
3148 struct ieee80211_sched_scan_ies *ies)
3149{
3150 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02003151 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Luciano Coelho33c2c062011-05-10 14:46:02 +03003152 int ret;
3153
3154 wl1271_debug(DEBUG_MAC80211, "wl1271_op_sched_scan_start");
3155
3156 mutex_lock(&wl->mutex);
3157
Pontus Fuchs9e0dc892012-01-11 14:22:42 +01003158 if (wl->state == WL1271_STATE_OFF) {
3159 ret = -EAGAIN;
3160 goto out;
3161 }
3162
Luciano Coelho33c2c062011-05-10 14:46:02 +03003163 ret = wl1271_ps_elp_wakeup(wl);
3164 if (ret < 0)
3165 goto out;
3166
Eliad Peller536129c2011-10-05 11:55:45 +02003167 ret = wl1271_scan_sched_scan_config(wl, wlvif, req, ies);
Luciano Coelho33c2c062011-05-10 14:46:02 +03003168 if (ret < 0)
3169 goto out_sleep;
3170
Eliad Peller536129c2011-10-05 11:55:45 +02003171 ret = wl1271_scan_sched_scan_start(wl, wlvif);
Luciano Coelho33c2c062011-05-10 14:46:02 +03003172 if (ret < 0)
3173 goto out_sleep;
3174
3175 wl->sched_scanning = true;
3176
3177out_sleep:
3178 wl1271_ps_elp_sleep(wl);
3179out:
3180 mutex_unlock(&wl->mutex);
3181 return ret;
3182}
3183
3184static void wl1271_op_sched_scan_stop(struct ieee80211_hw *hw,
3185 struct ieee80211_vif *vif)
3186{
3187 struct wl1271 *wl = hw->priv;
3188 int ret;
3189
3190 wl1271_debug(DEBUG_MAC80211, "wl1271_op_sched_scan_stop");
3191
3192 mutex_lock(&wl->mutex);
3193
Pontus Fuchs9e0dc892012-01-11 14:22:42 +01003194 if (wl->state == WL1271_STATE_OFF)
3195 goto out;
3196
Luciano Coelho33c2c062011-05-10 14:46:02 +03003197 ret = wl1271_ps_elp_wakeup(wl);
3198 if (ret < 0)
3199 goto out;
3200
3201 wl1271_scan_sched_scan_stop(wl);
3202
3203 wl1271_ps_elp_sleep(wl);
3204out:
3205 mutex_unlock(&wl->mutex);
3206}
3207
Arik Nemtsov68d069c2010-11-08 10:51:07 +01003208static int wl1271_op_set_frag_threshold(struct ieee80211_hw *hw, u32 value)
3209{
3210 struct wl1271 *wl = hw->priv;
3211 int ret = 0;
3212
3213 mutex_lock(&wl->mutex);
3214
3215 if (unlikely(wl->state == WL1271_STATE_OFF)) {
3216 ret = -EAGAIN;
3217 goto out;
3218 }
3219
Ido Yariva6208652011-03-01 15:14:41 +02003220 ret = wl1271_ps_elp_wakeup(wl);
Arik Nemtsov68d069c2010-11-08 10:51:07 +01003221 if (ret < 0)
3222 goto out;
3223
Arik Nemtsov5f704d12011-04-18 14:15:21 +03003224 ret = wl1271_acx_frag_threshold(wl, value);
Arik Nemtsov68d069c2010-11-08 10:51:07 +01003225 if (ret < 0)
3226 wl1271_warning("wl1271_op_set_frag_threshold failed: %d", ret);
3227
3228 wl1271_ps_elp_sleep(wl);
3229
3230out:
3231 mutex_unlock(&wl->mutex);
3232
3233 return ret;
3234}
3235
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003236static int wl1271_op_set_rts_threshold(struct ieee80211_hw *hw, u32 value)
3237{
3238 struct wl1271 *wl = hw->priv;
Eliad Peller6e8cd332011-10-10 10:13:13 +02003239 struct wl12xx_vif *wlvif;
Saravanan Dhanabalaecb0562010-04-09 11:07:28 +03003240 int ret = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003241
3242 mutex_lock(&wl->mutex);
3243
Juuso Oikarinenf8d98022010-10-26 13:24:39 +02003244 if (unlikely(wl->state == WL1271_STATE_OFF)) {
3245 ret = -EAGAIN;
Saravanan Dhanabalaecb0562010-04-09 11:07:28 +03003246 goto out;
Juuso Oikarinenf8d98022010-10-26 13:24:39 +02003247 }
Saravanan Dhanabalaecb0562010-04-09 11:07:28 +03003248
Ido Yariva6208652011-03-01 15:14:41 +02003249 ret = wl1271_ps_elp_wakeup(wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003250 if (ret < 0)
3251 goto out;
3252
Eliad Peller6e8cd332011-10-10 10:13:13 +02003253 wl12xx_for_each_wlvif(wl, wlvif) {
3254 ret = wl1271_acx_rts_threshold(wl, wlvif, value);
3255 if (ret < 0)
3256 wl1271_warning("set rts threshold failed: %d", ret);
3257 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003258 wl1271_ps_elp_sleep(wl);
3259
3260out:
3261 mutex_unlock(&wl->mutex);
3262
3263 return ret;
3264}
3265
Eliad Peller1fe9f162011-10-05 11:55:48 +02003266static int wl1271_ssid_set(struct ieee80211_vif *vif, struct sk_buff *skb,
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003267 int offset)
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003268{
Eliad Peller1fe9f162011-10-05 11:55:48 +02003269 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Peller889cb362011-05-01 09:56:45 +03003270 u8 ssid_len;
3271 const u8 *ptr = cfg80211_find_ie(WLAN_EID_SSID, skb->data + offset,
3272 skb->len - offset);
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003273
Eliad Peller889cb362011-05-01 09:56:45 +03003274 if (!ptr) {
3275 wl1271_error("No SSID in IEs!");
3276 return -ENOENT;
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003277 }
Arik Nemtsove78a2872010-10-16 19:07:21 +02003278
Eliad Peller889cb362011-05-01 09:56:45 +03003279 ssid_len = ptr[1];
3280 if (ssid_len > IEEE80211_MAX_SSID_LEN) {
3281 wl1271_error("SSID is too long!");
3282 return -EINVAL;
3283 }
3284
Eliad Peller1fe9f162011-10-05 11:55:48 +02003285 wlvif->ssid_len = ssid_len;
3286 memcpy(wlvif->ssid, ptr+2, ssid_len);
Eliad Peller889cb362011-05-01 09:56:45 +03003287 return 0;
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003288}
3289
Eliad Pellerd48055d2011-09-15 12:07:04 +03003290static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset)
3291{
3292 int len;
3293 const u8 *next, *end = skb->data + skb->len;
3294 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset,
3295 skb->len - ieoffset);
3296 if (!ie)
3297 return;
3298 len = ie[1] + 2;
3299 next = ie + len;
3300 memmove(ie, next, end - next);
3301 skb_trim(skb, skb->len - len);
3302}
3303
Eliad Peller26b4bf22011-09-15 12:07:05 +03003304static void wl12xx_remove_vendor_ie(struct sk_buff *skb,
3305 unsigned int oui, u8 oui_type,
3306 int ieoffset)
3307{
3308 int len;
3309 const u8 *next, *end = skb->data + skb->len;
3310 u8 *ie = (u8 *)cfg80211_find_vendor_ie(oui, oui_type,
3311 skb->data + ieoffset,
3312 skb->len - ieoffset);
3313 if (!ie)
3314 return;
3315 len = ie[1] + 2;
3316 next = ie + len;
3317 memmove(ie, next, end - next);
3318 skb_trim(skb, skb->len - len);
3319}
3320
Arik Nemtsov341f2c12011-11-22 19:52:59 +02003321static int wl1271_ap_set_probe_resp_tmpl(struct wl1271 *wl, u32 rates,
3322 struct ieee80211_vif *vif)
Arik Nemtsov560f0022011-11-08 18:46:54 +02003323{
Eliad Pellercdaac622012-01-31 11:57:16 +02003324 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsov560f0022011-11-08 18:46:54 +02003325 struct sk_buff *skb;
3326 int ret;
3327
Arik Nemtsov341f2c12011-11-22 19:52:59 +02003328 skb = ieee80211_proberesp_get(wl->hw, vif);
Arik Nemtsov560f0022011-11-08 18:46:54 +02003329 if (!skb)
Arik Nemtsov341f2c12011-11-22 19:52:59 +02003330 return -EOPNOTSUPP;
Arik Nemtsov560f0022011-11-08 18:46:54 +02003331
Eliad Pellercdaac622012-01-31 11:57:16 +02003332 ret = wl1271_cmd_template_set(wl, wlvif->role_id,
Arik Nemtsov560f0022011-11-08 18:46:54 +02003333 CMD_TEMPL_AP_PROBE_RESPONSE,
3334 skb->data,
3335 skb->len, 0,
3336 rates);
3337
3338 dev_kfree_skb(skb);
3339 return ret;
3340}
3341
3342static int wl1271_ap_set_probe_resp_tmpl_legacy(struct wl1271 *wl,
3343 struct ieee80211_vif *vif,
3344 u8 *probe_rsp_data,
3345 size_t probe_rsp_len,
3346 u32 rates)
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003347{
Eliad Peller1fe9f162011-10-05 11:55:48 +02003348 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
3349 struct ieee80211_bss_conf *bss_conf = &vif->bss_conf;
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003350 u8 probe_rsp_templ[WL1271_CMD_TEMPL_MAX_SIZE];
3351 int ssid_ie_offset, ie_offset, templ_len;
3352 const u8 *ptr;
3353
3354 /* no need to change probe response if the SSID is set correctly */
Eliad Peller1fe9f162011-10-05 11:55:48 +02003355 if (wlvif->ssid_len > 0)
Eliad Pellercdaac622012-01-31 11:57:16 +02003356 return wl1271_cmd_template_set(wl, wlvif->role_id,
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003357 CMD_TEMPL_AP_PROBE_RESPONSE,
3358 probe_rsp_data,
3359 probe_rsp_len, 0,
3360 rates);
3361
3362 if (probe_rsp_len + bss_conf->ssid_len > WL1271_CMD_TEMPL_MAX_SIZE) {
3363 wl1271_error("probe_rsp template too big");
3364 return -EINVAL;
3365 }
3366
3367 /* start searching from IE offset */
3368 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable);
3369
3370 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset,
3371 probe_rsp_len - ie_offset);
3372 if (!ptr) {
3373 wl1271_error("No SSID in beacon!");
3374 return -EINVAL;
3375 }
3376
3377 ssid_ie_offset = ptr - probe_rsp_data;
3378 ptr += (ptr[1] + 2);
3379
3380 memcpy(probe_rsp_templ, probe_rsp_data, ssid_ie_offset);
3381
3382 /* insert SSID from bss_conf */
3383 probe_rsp_templ[ssid_ie_offset] = WLAN_EID_SSID;
3384 probe_rsp_templ[ssid_ie_offset + 1] = bss_conf->ssid_len;
3385 memcpy(probe_rsp_templ + ssid_ie_offset + 2,
3386 bss_conf->ssid, bss_conf->ssid_len);
3387 templ_len = ssid_ie_offset + 2 + bss_conf->ssid_len;
3388
3389 memcpy(probe_rsp_templ + ssid_ie_offset + 2 + bss_conf->ssid_len,
3390 ptr, probe_rsp_len - (ptr - probe_rsp_data));
3391 templ_len += probe_rsp_len - (ptr - probe_rsp_data);
3392
Eliad Pellercdaac622012-01-31 11:57:16 +02003393 return wl1271_cmd_template_set(wl, wlvif->role_id,
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003394 CMD_TEMPL_AP_PROBE_RESPONSE,
3395 probe_rsp_templ,
3396 templ_len, 0,
3397 rates);
3398}
3399
Arik Nemtsove78a2872010-10-16 19:07:21 +02003400static int wl1271_bss_erp_info_changed(struct wl1271 *wl,
Eliad Peller0603d892011-10-05 11:55:51 +02003401 struct ieee80211_vif *vif,
Arik Nemtsove78a2872010-10-16 19:07:21 +02003402 struct ieee80211_bss_conf *bss_conf,
3403 u32 changed)
3404{
Eliad Peller0603d892011-10-05 11:55:51 +02003405 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003406 int ret = 0;
3407
3408 if (changed & BSS_CHANGED_ERP_SLOT) {
3409 if (bss_conf->use_short_slot)
Eliad Peller0603d892011-10-05 11:55:51 +02003410 ret = wl1271_acx_slot(wl, wlvif, SLOT_TIME_SHORT);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003411 else
Eliad Peller0603d892011-10-05 11:55:51 +02003412 ret = wl1271_acx_slot(wl, wlvif, SLOT_TIME_LONG);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003413 if (ret < 0) {
3414 wl1271_warning("Set slot time failed %d", ret);
3415 goto out;
3416 }
3417 }
3418
3419 if (changed & BSS_CHANGED_ERP_PREAMBLE) {
3420 if (bss_conf->use_short_preamble)
Eliad Peller0603d892011-10-05 11:55:51 +02003421 wl1271_acx_set_preamble(wl, wlvif, ACX_PREAMBLE_SHORT);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003422 else
Eliad Peller0603d892011-10-05 11:55:51 +02003423 wl1271_acx_set_preamble(wl, wlvif, ACX_PREAMBLE_LONG);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003424 }
3425
3426 if (changed & BSS_CHANGED_ERP_CTS_PROT) {
3427 if (bss_conf->use_cts_prot)
Eliad Peller0603d892011-10-05 11:55:51 +02003428 ret = wl1271_acx_cts_protect(wl, wlvif,
3429 CTSPROTECT_ENABLE);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003430 else
Eliad Peller0603d892011-10-05 11:55:51 +02003431 ret = wl1271_acx_cts_protect(wl, wlvif,
3432 CTSPROTECT_DISABLE);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003433 if (ret < 0) {
3434 wl1271_warning("Set ctsprotect failed %d", ret);
3435 goto out;
3436 }
3437 }
3438
3439out:
3440 return ret;
3441}
3442
3443static int wl1271_bss_beacon_info_changed(struct wl1271 *wl,
3444 struct ieee80211_vif *vif,
3445 struct ieee80211_bss_conf *bss_conf,
3446 u32 changed)
3447{
Eliad Peller87fbcb02011-10-05 11:55:41 +02003448 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Peller536129c2011-10-05 11:55:45 +02003449 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003450 int ret = 0;
3451
3452 if ((changed & BSS_CHANGED_BEACON_INT)) {
3453 wl1271_debug(DEBUG_MASTER, "beacon interval updated: %d",
3454 bss_conf->beacon_int);
3455
Eliad Peller6a899792011-10-05 11:55:58 +02003456 wlvif->beacon_int = bss_conf->beacon_int;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003457 }
3458
Arik Nemtsov560f0022011-11-08 18:46:54 +02003459 if ((changed & BSS_CHANGED_AP_PROBE_RESP) && is_ap) {
3460 u32 rate = wl1271_tx_min_rate_get(wl, wlvif->basic_rate_set);
Arik Nemtsov341f2c12011-11-22 19:52:59 +02003461 if (!wl1271_ap_set_probe_resp_tmpl(wl, rate, vif)) {
3462 wl1271_debug(DEBUG_AP, "probe response updated");
3463 set_bit(WLVIF_FLAG_AP_PROBE_RESP_SET, &wlvif->flags);
3464 }
Arik Nemtsov560f0022011-11-08 18:46:54 +02003465 }
3466
Arik Nemtsove78a2872010-10-16 19:07:21 +02003467 if ((changed & BSS_CHANGED_BEACON)) {
3468 struct ieee80211_hdr *hdr;
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003469 u32 min_rate;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003470 int ieoffset = offsetof(struct ieee80211_mgmt,
3471 u.beacon.variable);
3472 struct sk_buff *beacon = ieee80211_beacon_get(wl->hw, vif);
3473 u16 tmpl_id;
3474
Arik Nemtsov560f0022011-11-08 18:46:54 +02003475 if (!beacon) {
3476 ret = -EINVAL;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003477 goto out;
Arik Nemtsov560f0022011-11-08 18:46:54 +02003478 }
Arik Nemtsove78a2872010-10-16 19:07:21 +02003479
3480 wl1271_debug(DEBUG_MASTER, "beacon updated");
3481
Eliad Peller1fe9f162011-10-05 11:55:48 +02003482 ret = wl1271_ssid_set(vif, beacon, ieoffset);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003483 if (ret < 0) {
3484 dev_kfree_skb(beacon);
3485 goto out;
3486 }
Eliad Peller87fbcb02011-10-05 11:55:41 +02003487 min_rate = wl1271_tx_min_rate_get(wl, wlvif->basic_rate_set);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003488 tmpl_id = is_ap ? CMD_TEMPL_AP_BEACON :
3489 CMD_TEMPL_BEACON;
Eliad Pellercdaac622012-01-31 11:57:16 +02003490 ret = wl1271_cmd_template_set(wl, wlvif->role_id, tmpl_id,
Arik Nemtsove78a2872010-10-16 19:07:21 +02003491 beacon->data,
3492 beacon->len, 0,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003493 min_rate);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003494 if (ret < 0) {
3495 dev_kfree_skb(beacon);
3496 goto out;
3497 }
3498
Arik Nemtsov560f0022011-11-08 18:46:54 +02003499 /*
3500 * In case we already have a probe-resp beacon set explicitly
3501 * by usermode, don't use the beacon data.
3502 */
3503 if (test_bit(WLVIF_FLAG_AP_PROBE_RESP_SET, &wlvif->flags))
3504 goto end_bcn;
3505
Eliad Pellerd48055d2011-09-15 12:07:04 +03003506 /* remove TIM ie from probe response */
3507 wl12xx_remove_ie(beacon, WLAN_EID_TIM, ieoffset);
3508
Eliad Peller26b4bf22011-09-15 12:07:05 +03003509 /*
3510 * remove p2p ie from probe response.
3511 * the fw reponds to probe requests that don't include
3512 * the p2p ie. probe requests with p2p ie will be passed,
3513 * and will be responded by the supplicant (the spec
3514 * forbids including the p2p ie when responding to probe
3515 * requests that didn't include it).
3516 */
3517 wl12xx_remove_vendor_ie(beacon, WLAN_OUI_WFA,
3518 WLAN_OUI_TYPE_WFA_P2P, ieoffset);
3519
Arik Nemtsove78a2872010-10-16 19:07:21 +02003520 hdr = (struct ieee80211_hdr *) beacon->data;
3521 hdr->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
3522 IEEE80211_STYPE_PROBE_RESP);
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003523 if (is_ap)
Arik Nemtsov560f0022011-11-08 18:46:54 +02003524 ret = wl1271_ap_set_probe_resp_tmpl_legacy(wl, vif,
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003525 beacon->data,
3526 beacon->len,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003527 min_rate);
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003528 else
Eliad Pellercdaac622012-01-31 11:57:16 +02003529 ret = wl1271_cmd_template_set(wl, wlvif->role_id,
Arik Nemtsov68eaaf62011-09-03 20:22:03 +03003530 CMD_TEMPL_PROBE_RESPONSE,
3531 beacon->data,
3532 beacon->len, 0,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003533 min_rate);
Arik Nemtsov560f0022011-11-08 18:46:54 +02003534end_bcn:
Arik Nemtsove78a2872010-10-16 19:07:21 +02003535 dev_kfree_skb(beacon);
3536 if (ret < 0)
3537 goto out;
3538 }
3539
3540out:
Arik Nemtsov560f0022011-11-08 18:46:54 +02003541 if (ret != 0)
3542 wl1271_error("beacon info change failed: %d", ret);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003543 return ret;
3544}
3545
3546/* AP mode changes */
3547static void wl1271_bss_info_changed_ap(struct wl1271 *wl,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003548 struct ieee80211_vif *vif,
3549 struct ieee80211_bss_conf *bss_conf,
3550 u32 changed)
3551{
Eliad Peller87fbcb02011-10-05 11:55:41 +02003552 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003553 int ret = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003554
Arik Nemtsove78a2872010-10-16 19:07:21 +02003555 if ((changed & BSS_CHANGED_BASIC_RATES)) {
3556 u32 rates = bss_conf->basic_rates;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003557
Eliad Peller87fbcb02011-10-05 11:55:41 +02003558 wlvif->basic_rate_set = wl1271_tx_enabled_rates_get(wl, rates,
Eliad Peller1b92f152011-10-10 10:13:09 +02003559 wlvif->band);
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003560 wlvif->basic_rate = wl1271_tx_min_rate_get(wl,
Eliad Peller87fbcb02011-10-05 11:55:41 +02003561 wlvif->basic_rate_set);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003562
Eliad Peller87fbcb02011-10-05 11:55:41 +02003563 ret = wl1271_init_ap_rates(wl, wlvif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003564 if (ret < 0) {
Arik Nemtsov70f47422011-04-18 14:15:25 +03003565 wl1271_error("AP rate policy change failed %d", ret);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003566 goto out;
Juuso Oikarinene0d8bbf2009-12-11 15:41:04 +02003567 }
Arik Nemtsovc45a85b2011-04-18 14:15:26 +03003568
Eliad Peller784f6942011-10-05 11:55:39 +02003569 ret = wl1271_ap_init_templates(wl, vif);
Arik Nemtsovc45a85b2011-04-18 14:15:26 +03003570 if (ret < 0)
3571 goto out;
Juuso Oikarinene0d8bbf2009-12-11 15:41:04 +02003572 }
3573
Arik Nemtsove78a2872010-10-16 19:07:21 +02003574 ret = wl1271_bss_beacon_info_changed(wl, vif, bss_conf, changed);
3575 if (ret < 0)
3576 goto out;
3577
3578 if ((changed & BSS_CHANGED_BEACON_ENABLED)) {
3579 if (bss_conf->enable_beacon) {
Eliad Peller53d40d02011-10-10 10:13:02 +02003580 if (!test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags)) {
Eliad Peller87fbcb02011-10-05 11:55:41 +02003581 ret = wl12xx_cmd_role_start_ap(wl, wlvif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003582 if (ret < 0)
3583 goto out;
3584
Eliad Pellera8ab39a2011-10-05 11:55:54 +02003585 ret = wl1271_ap_init_hwenc(wl, wlvif);
Arik Nemtsov7f179b42010-10-16 21:39:06 +02003586 if (ret < 0)
3587 goto out;
Arik Nemtsovcf420392011-08-14 13:17:37 +03003588
Eliad Peller53d40d02011-10-10 10:13:02 +02003589 set_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags);
Arik Nemtsovcf420392011-08-14 13:17:37 +03003590 wl1271_debug(DEBUG_AP, "started AP");
Arik Nemtsove78a2872010-10-16 19:07:21 +02003591 }
3592 } else {
Eliad Peller53d40d02011-10-10 10:13:02 +02003593 if (test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags)) {
Eliad Peller0603d892011-10-05 11:55:51 +02003594 ret = wl12xx_cmd_role_stop_ap(wl, wlvif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003595 if (ret < 0)
3596 goto out;
3597
Eliad Peller53d40d02011-10-10 10:13:02 +02003598 clear_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags);
Arik Nemtsov560f0022011-11-08 18:46:54 +02003599 clear_bit(WLVIF_FLAG_AP_PROBE_RESP_SET,
3600 &wlvif->flags);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003601 wl1271_debug(DEBUG_AP, "stopped AP");
3602 }
3603 }
3604 }
3605
Eliad Peller0603d892011-10-05 11:55:51 +02003606 ret = wl1271_bss_erp_info_changed(wl, vif, bss_conf, changed);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003607 if (ret < 0)
3608 goto out;
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003609
3610 /* Handle HT information change */
3611 if ((changed & BSS_CHANGED_HT) &&
3612 (bss_conf->channel_type != NL80211_CHAN_NO_HT)) {
Eliad Peller0603d892011-10-05 11:55:51 +02003613 ret = wl1271_acx_set_ht_information(wl, wlvif,
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003614 bss_conf->ht_operation_mode);
3615 if (ret < 0) {
3616 wl1271_warning("Set ht information failed %d", ret);
3617 goto out;
3618 }
3619 }
3620
Arik Nemtsove78a2872010-10-16 19:07:21 +02003621out:
3622 return;
3623}
3624
3625/* STA/IBSS mode changes */
3626static void wl1271_bss_info_changed_sta(struct wl1271 *wl,
3627 struct ieee80211_vif *vif,
3628 struct ieee80211_bss_conf *bss_conf,
3629 u32 changed)
3630{
Eliad Peller87fbcb02011-10-05 11:55:41 +02003631 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003632 bool do_join = false, set_assoc = false;
Eliad Peller536129c2011-10-05 11:55:45 +02003633 bool is_ibss = (wlvif->bss_type == BSS_TYPE_IBSS);
Eliad Peller227e81e2011-08-14 13:17:26 +03003634 bool ibss_joined = false;
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003635 u32 sta_rate_set = 0;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003636 int ret;
Luciano Coelho2d6e4e762011-01-11 19:07:21 +01003637 struct ieee80211_sta *sta;
Arik Nemtsova1008852011-02-12 23:24:20 +02003638 bool sta_exists = false;
3639 struct ieee80211_sta_ht_cap sta_ht_cap;
Arik Nemtsove78a2872010-10-16 19:07:21 +02003640
3641 if (is_ibss) {
3642 ret = wl1271_bss_beacon_info_changed(wl, vif, bss_conf,
3643 changed);
3644 if (ret < 0)
3645 goto out;
3646 }
3647
Eliad Peller227e81e2011-08-14 13:17:26 +03003648 if (changed & BSS_CHANGED_IBSS) {
3649 if (bss_conf->ibss_joined) {
Eliad Pellereee514e2011-10-10 10:13:01 +02003650 set_bit(WLVIF_FLAG_IBSS_JOINED, &wlvif->flags);
Eliad Peller227e81e2011-08-14 13:17:26 +03003651 ibss_joined = true;
3652 } else {
Eliad Pellereee514e2011-10-10 10:13:01 +02003653 if (test_and_clear_bit(WLVIF_FLAG_IBSS_JOINED,
Eliad Peller349345a2012-03-04 10:55:45 +02003654 &wlvif->flags))
Eliad Peller0603d892011-10-05 11:55:51 +02003655 wl1271_unjoin(wl, wlvif);
Eliad Peller227e81e2011-08-14 13:17:26 +03003656 }
3657 }
3658
3659 if ((changed & BSS_CHANGED_BEACON_INT) && ibss_joined)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003660 do_join = true;
3661
3662 /* Need to update the SSID (for filtering etc) */
Eliad Peller227e81e2011-08-14 13:17:26 +03003663 if ((changed & BSS_CHANGED_BEACON) && ibss_joined)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003664 do_join = true;
3665
Eliad Peller227e81e2011-08-14 13:17:26 +03003666 if ((changed & BSS_CHANGED_BEACON_ENABLED) && ibss_joined) {
Juuso Oikarinen5da11dc2010-03-26 12:53:24 +02003667 wl1271_debug(DEBUG_ADHOC, "ad-hoc beaconing: %s",
3668 bss_conf->enable_beacon ? "enabled" : "disabled");
3669
Juuso Oikarinen5da11dc2010-03-26 12:53:24 +02003670 do_join = true;
3671 }
3672
Eliad Peller349345a2012-03-04 10:55:45 +02003673 if (changed & BSS_CHANGED_IDLE && !is_ibss) {
Eliad Pellerc31e4942011-10-23 08:21:55 +02003674 ret = wl1271_sta_handle_idle(wl, wlvif, bss_conf->idle);
3675 if (ret < 0)
3676 wl1271_warning("idle mode change failed %d", ret);
3677 }
3678
Arik Nemtsove78a2872010-10-16 19:07:21 +02003679 if ((changed & BSS_CHANGED_CQM)) {
Juuso Oikarinen00236aed2010-04-09 11:07:30 +03003680 bool enable = false;
3681 if (bss_conf->cqm_rssi_thold)
3682 enable = true;
Eliad Peller0603d892011-10-05 11:55:51 +02003683 ret = wl1271_acx_rssi_snr_trigger(wl, wlvif, enable,
Juuso Oikarinen00236aed2010-04-09 11:07:30 +03003684 bss_conf->cqm_rssi_thold,
3685 bss_conf->cqm_rssi_hyst);
3686 if (ret < 0)
3687 goto out;
Eliad Peller04324d92011-10-05 11:56:03 +02003688 wlvif->rssi_thold = bss_conf->cqm_rssi_thold;
Juuso Oikarinen00236aed2010-04-09 11:07:30 +03003689 }
3690
Eliad Peller7db4ee62012-01-24 18:18:42 +02003691 if (changed & BSS_CHANGED_BSSID &&
3692 (is_ibss || bss_conf->assoc))
Eliad Pellercdf09492011-10-05 11:55:44 +02003693 if (!is_zero_ether_addr(bss_conf->bssid)) {
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003694 ret = wl12xx_cmd_build_null_data(wl, wlvif);
Eliad Pellerfa287b82010-12-26 09:27:50 +01003695 if (ret < 0)
3696 goto out;
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003697
Eliad Peller784f6942011-10-05 11:55:39 +02003698 ret = wl1271_build_qos_null_data(wl, vif);
Eliad Pellerfa287b82010-12-26 09:27:50 +01003699 if (ret < 0)
3700 goto out;
Saravanan Dhanabal141418c2010-04-28 09:50:00 +03003701
Eliad Pellerfa287b82010-12-26 09:27:50 +01003702 /* Need to update the BSSID (for filtering etc) */
3703 do_join = true;
3704 }
Juuso Oikarinen30240fc2010-02-18 13:25:38 +02003705
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003706 if (changed & (BSS_CHANGED_ASSOC | BSS_CHANGED_HT)) {
3707 rcu_read_lock();
3708 sta = ieee80211_find_sta(vif, bss_conf->bssid);
3709 if (!sta)
3710 goto sta_not_found;
3711
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003712 /* save the supp_rates of the ap */
3713 sta_rate_set = sta->supp_rates[wl->hw->conf.channel->band];
3714 if (sta->ht_cap.ht_supported)
3715 sta_rate_set |=
3716 (sta->ht_cap.mcs.rx_mask[0] << HW_HT_RATES_OFFSET);
Arik Nemtsova1008852011-02-12 23:24:20 +02003717 sta_ht_cap = sta->ht_cap;
3718 sta_exists = true;
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003719
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003720sta_not_found:
3721 rcu_read_unlock();
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003722 }
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003723
Arik Nemtsove78a2872010-10-16 19:07:21 +02003724 if ((changed & BSS_CHANGED_ASSOC)) {
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003725 if (bss_conf->assoc) {
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003726 u32 rates;
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003727 int ieoffset;
Eliad Peller6840e372011-10-05 11:55:50 +02003728 wlvif->aid = bss_conf->aid;
Eliad Peller66677762012-03-04 10:55:53 +02003729 wlvif->beacon_int = bss_conf->beacon_int;
Juuso Oikarinen69e54342010-05-07 11:39:00 +03003730 set_assoc = true;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003731
Luciano Coelhoae751ba2009-10-12 15:08:57 +03003732 /*
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003733 * use basic rates from AP, and determine lowest rate
3734 * to use with control frames.
3735 */
3736 rates = bss_conf->basic_rates;
Eliad Peller87fbcb02011-10-05 11:55:41 +02003737 wlvif->basic_rate_set =
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003738 wl1271_tx_enabled_rates_get(wl, rates,
Eliad Peller1b92f152011-10-10 10:13:09 +02003739 wlvif->band);
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003740 wlvif->basic_rate =
Eliad Peller87fbcb02011-10-05 11:55:41 +02003741 wl1271_tx_min_rate_get(wl,
3742 wlvif->basic_rate_set);
Eliad Peller72c2d9e2011-02-02 09:59:37 +02003743 if (sta_rate_set)
Eliad Peller30d0c8f2011-10-05 11:55:42 +02003744 wlvif->rate_set =
3745 wl1271_tx_enabled_rates_get(wl,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003746 sta_rate_set,
Eliad Peller1b92f152011-10-10 10:13:09 +02003747 wlvif->band);
Eliad Peller30d0c8f2011-10-05 11:55:42 +02003748 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003749 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003750 goto out;
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003751
3752 /*
Luciano Coelhoae751ba2009-10-12 15:08:57 +03003753 * with wl1271, we don't need to update the
3754 * beacon_int and dtim_period, because the firmware
3755 * updates it by itself when the first beacon is
3756 * received after a join.
3757 */
Eliad Peller6840e372011-10-05 11:55:50 +02003758 ret = wl1271_cmd_build_ps_poll(wl, wlvif, wlvif->aid);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003759 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003760 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003761
Juuso Oikarinenc2b2d992010-03-26 12:53:28 +02003762 /*
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003763 * Get a template for hardware connection maintenance
Juuso Oikarinenc2b2d992010-03-26 12:53:28 +02003764 */
Eliad Pellerbddb29b2011-10-05 11:55:49 +02003765 dev_kfree_skb(wlvif->probereq);
3766 wlvif->probereq = wl1271_cmd_build_ap_probe_req(wl,
Eliad Peller83587502011-10-10 10:12:53 +02003767 wlvif,
Eliad Pellerbddb29b2011-10-05 11:55:49 +02003768 NULL);
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003769 ieoffset = offsetof(struct ieee80211_mgmt,
3770 u.probe_req.variable);
Eliad Pellerbddb29b2011-10-05 11:55:49 +02003771 wl1271_ssid_set(vif, wlvif->probereq, ieoffset);
Juuso Oikarinenc2b2d992010-03-26 12:53:28 +02003772
Juuso Oikarinen6ccbb922010-03-26 12:53:23 +02003773 /* enable the connection monitoring feature */
Eliad Peller0603d892011-10-05 11:55:51 +02003774 ret = wl1271_acx_conn_monit_params(wl, wlvif, true);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003775 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003776 goto out;
Juuso Oikarinend94cd292009-10-08 21:56:25 +03003777 } else {
3778 /* use defaults when not associated */
Eliad Peller30df14d2011-04-05 19:13:28 +03003779 bool was_assoc =
Eliad Pellerba8447f2011-10-10 10:13:00 +02003780 !!test_and_clear_bit(WLVIF_FLAG_STA_ASSOCIATED,
3781 &wlvif->flags);
Eliad Peller251c1772011-08-14 13:17:17 +03003782 bool was_ifup =
Eliad Peller8181aec2011-10-10 10:13:04 +02003783 !!test_and_clear_bit(WLVIF_FLAG_STA_STATE_SENT,
3784 &wlvif->flags);
Eliad Peller6840e372011-10-05 11:55:50 +02003785 wlvif->aid = 0;
Juuso Oikarinen6ccbb922010-03-26 12:53:23 +02003786
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003787 /* free probe-request template */
Eliad Pellerbddb29b2011-10-05 11:55:49 +02003788 dev_kfree_skb(wlvif->probereq);
3789 wlvif->probereq = NULL;
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +02003790
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003791 /* revert back to minimum rates for the current band */
Eliad Peller87fbcb02011-10-05 11:55:41 +02003792 wl1271_set_band_rate(wl, wlvif);
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003793 wlvif->basic_rate =
Eliad Peller87fbcb02011-10-05 11:55:41 +02003794 wl1271_tx_min_rate_get(wl,
3795 wlvif->basic_rate_set);
Eliad Peller30d0c8f2011-10-05 11:55:42 +02003796 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003797 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003798 goto out;
Juuso Oikarinenebba60c2010-04-01 11:38:20 +03003799
Juuso Oikarinen6ccbb922010-03-26 12:53:23 +02003800 /* disable connection monitor features */
Eliad Peller0603d892011-10-05 11:55:51 +02003801 ret = wl1271_acx_conn_monit_params(wl, wlvif, false);
Juuso Oikarinenc1899552010-03-26 12:53:32 +02003802
3803 /* Disable the keep-alive feature */
Eliad Peller0603d892011-10-05 11:55:51 +02003804 ret = wl1271_acx_keep_alive_mode(wl, wlvif, false);
Juuso Oikarinen6ccbb922010-03-26 12:53:23 +02003805 if (ret < 0)
Arik Nemtsove78a2872010-10-16 19:07:21 +02003806 goto out;
Juuso Oikarinenb84a7d32010-11-22 12:59:08 +02003807
3808 /* restore the bssid filter and go to dummy bssid */
Eliad Peller30df14d2011-04-05 19:13:28 +03003809 if (was_assoc) {
Eliad Peller251c1772011-08-14 13:17:17 +03003810 /*
3811 * we might have to disable roc, if there was
3812 * no IF_OPER_UP notification.
3813 */
3814 if (!was_ifup) {
Eliad Peller0603d892011-10-05 11:55:51 +02003815 ret = wl12xx_croc(wl, wlvif->role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03003816 if (ret < 0)
3817 goto out;
3818 }
3819 /*
3820 * (we also need to disable roc in case of
3821 * roaming on the same channel. until we will
3822 * have a better flow...)
3823 */
Eliad Peller7edebf52011-10-05 11:55:52 +02003824 if (test_bit(wlvif->dev_role_id, wl->roc_map)) {
3825 ret = wl12xx_croc(wl,
3826 wlvif->dev_role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03003827 if (ret < 0)
3828 goto out;
3829 }
3830
Eliad Peller0603d892011-10-05 11:55:51 +02003831 wl1271_unjoin(wl, wlvif);
Eliad Peller8a6a84a2012-03-04 10:55:46 +02003832 if (!bss_conf->idle)
Eliad Peller679a6732011-10-11 11:55:44 +02003833 wl12xx_start_dev(wl, wlvif);
Eliad Peller30df14d2011-04-05 19:13:28 +03003834 }
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003835 }
3836 }
Juuso Oikarinen8a5a37a2009-10-08 21:56:24 +03003837
Eliad Pellerd192d262011-05-24 14:33:08 +03003838 if (changed & BSS_CHANGED_IBSS) {
3839 wl1271_debug(DEBUG_ADHOC, "ibss_joined: %d",
3840 bss_conf->ibss_joined);
3841
3842 if (bss_conf->ibss_joined) {
3843 u32 rates = bss_conf->basic_rates;
Eliad Peller87fbcb02011-10-05 11:55:41 +02003844 wlvif->basic_rate_set =
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03003845 wl1271_tx_enabled_rates_get(wl, rates,
Eliad Peller1b92f152011-10-10 10:13:09 +02003846 wlvif->band);
Eliad Pellerd2d66c52011-10-05 11:55:43 +02003847 wlvif->basic_rate =
Eliad Peller87fbcb02011-10-05 11:55:41 +02003848 wl1271_tx_min_rate_get(wl,
3849 wlvif->basic_rate_set);
Eliad Pellerd192d262011-05-24 14:33:08 +03003850
Shahar Levi06b660e2011-09-05 13:54:36 +03003851 /* by default, use 11b + OFDM rates */
Eliad Peller30d0c8f2011-10-05 11:55:42 +02003852 wlvif->rate_set = CONF_TX_IBSS_DEFAULT_RATES;
3853 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
Eliad Pellerd192d262011-05-24 14:33:08 +03003854 if (ret < 0)
3855 goto out;
3856 }
3857 }
3858
Eliad Peller0603d892011-10-05 11:55:51 +02003859 ret = wl1271_bss_erp_info_changed(wl, vif, bss_conf, changed);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003860 if (ret < 0)
3861 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003862
Juuso Oikarinen8bf29b02010-02-18 13:25:51 +02003863 if (do_join) {
Eliad Peller87fbcb02011-10-05 11:55:41 +02003864 ret = wl1271_join(wl, wlvif, set_assoc);
Juuso Oikarinen8bf29b02010-02-18 13:25:51 +02003865 if (ret < 0) {
3866 wl1271_warning("cmd join failed %d", ret);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003867 goto out;
Juuso Oikarinen8bf29b02010-02-18 13:25:51 +02003868 }
Eliad Peller251c1772011-08-14 13:17:17 +03003869
3870 /* ROC until connected (after EAPOL exchange) */
3871 if (!is_ibss) {
Eliad Peller1b92f152011-10-10 10:13:09 +02003872 ret = wl12xx_roc(wl, wlvif, wlvif->role_id);
Eliad Peller251c1772011-08-14 13:17:17 +03003873 if (ret < 0)
3874 goto out;
3875
Eliad Peller9fd6f212012-03-04 10:55:48 +02003876 if (test_bit(WLVIF_FLAG_STA_AUTHORIZED, &wlvif->flags))
3877 wl12xx_set_authorized(wl, wlvif);
Eliad Peller251c1772011-08-14 13:17:17 +03003878 }
3879 /*
3880 * stop device role if started (we might already be in
Eliad Peller92e712d2011-12-18 20:25:43 +02003881 * STA/IBSS role).
Eliad Peller251c1772011-08-14 13:17:17 +03003882 */
Eliad Peller92e712d2011-12-18 20:25:43 +02003883 if (wl12xx_dev_role_started(wlvif)) {
Eliad Peller679a6732011-10-11 11:55:44 +02003884 ret = wl12xx_stop_dev(wl, wlvif);
Eliad Peller251c1772011-08-14 13:17:17 +03003885 if (ret < 0)
3886 goto out;
3887 }
Juuso Oikarinenc1899552010-03-26 12:53:32 +02003888 }
3889
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003890 /* Handle new association with HT. Do this after join. */
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003891 if (sta_exists) {
3892 if ((changed & BSS_CHANGED_HT) &&
3893 (bss_conf->channel_type != NL80211_CHAN_NO_HT)) {
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003894 ret = wl1271_acx_set_ht_capabilities(wl,
3895 &sta_ht_cap,
3896 true,
Eliad Peller154da672011-10-05 11:55:53 +02003897 wlvif->sta.hlid);
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003898 if (ret < 0) {
3899 wl1271_warning("Set ht cap true failed %d",
3900 ret);
3901 goto out;
3902 }
3903 }
3904 /* handle new association without HT and disassociation */
3905 else if (changed & BSS_CHANGED_ASSOC) {
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003906 ret = wl1271_acx_set_ht_capabilities(wl,
3907 &sta_ht_cap,
3908 false,
Eliad Peller154da672011-10-05 11:55:53 +02003909 wlvif->sta.hlid);
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003910 if (ret < 0) {
3911 wl1271_warning("Set ht cap false failed %d",
3912 ret);
3913 goto out;
3914 }
3915 }
3916 }
3917
Arik Nemtsov0b932ab2011-08-14 13:17:27 +03003918 /* Handle HT information change. Done after join. */
3919 if ((changed & BSS_CHANGED_HT) &&
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003920 (bss_conf->channel_type != NL80211_CHAN_NO_HT)) {
Eliad Peller0603d892011-10-05 11:55:51 +02003921 ret = wl1271_acx_set_ht_information(wl, wlvif,
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03003922 bss_conf->ht_operation_mode);
3923 if (ret < 0) {
3924 wl1271_warning("Set ht information failed %d", ret);
3925 goto out;
3926 }
3927 }
3928
Eliad Peller76a74c82012-02-02 12:22:11 +02003929 /* Handle arp filtering. Done after join. */
3930 if ((changed & BSS_CHANGED_ARP_FILTER) ||
3931 (!is_ibss && (changed & BSS_CHANGED_QOS))) {
3932 __be32 addr = bss_conf->arp_addr_list[0];
3933 wlvif->sta.qos = bss_conf->qos;
3934 WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS);
3935
3936 if (bss_conf->arp_addr_cnt == 1 &&
3937 bss_conf->arp_filter_enabled) {
3938 wlvif->ip_addr = addr;
3939 /*
3940 * The template should have been configured only upon
3941 * association. however, it seems that the correct ip
3942 * isn't being set (when sending), so we have to
3943 * reconfigure the template upon every ip change.
3944 */
3945 ret = wl1271_cmd_build_arp_rsp(wl, wlvif);
3946 if (ret < 0) {
3947 wl1271_warning("build arp rsp failed: %d", ret);
3948 goto out;
3949 }
3950
3951 ret = wl1271_acx_arp_ip_filter(wl, wlvif,
3952 (ACX_ARP_FILTER_ARP_FILTERING |
3953 ACX_ARP_FILTER_AUTO_ARP),
3954 addr);
3955 } else {
3956 wlvif->ip_addr = 0;
3957 ret = wl1271_acx_arp_ip_filter(wl, wlvif, 0, addr);
3958 }
3959
3960 if (ret < 0)
3961 goto out;
3962 }
3963
Arik Nemtsove78a2872010-10-16 19:07:21 +02003964out:
3965 return;
3966}
3967
3968static void wl1271_op_bss_info_changed(struct ieee80211_hw *hw,
3969 struct ieee80211_vif *vif,
3970 struct ieee80211_bss_conf *bss_conf,
3971 u32 changed)
3972{
3973 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02003974 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
3975 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003976 int ret;
3977
3978 wl1271_debug(DEBUG_MAC80211, "mac80211 bss info changed 0x%x",
3979 (int)changed);
3980
3981 mutex_lock(&wl->mutex);
3982
3983 if (unlikely(wl->state == WL1271_STATE_OFF))
3984 goto out;
3985
Eliad Peller10c8cd02011-10-10 10:13:06 +02003986 if (unlikely(!test_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags)))
3987 goto out;
3988
Ido Yariva6208652011-03-01 15:14:41 +02003989 ret = wl1271_ps_elp_wakeup(wl);
Arik Nemtsove78a2872010-10-16 19:07:21 +02003990 if (ret < 0)
3991 goto out;
3992
3993 if (is_ap)
3994 wl1271_bss_info_changed_ap(wl, vif, bss_conf, changed);
3995 else
3996 wl1271_bss_info_changed_sta(wl, vif, bss_conf, changed);
3997
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03003998 wl1271_ps_elp_sleep(wl);
3999
4000out:
4001 mutex_unlock(&wl->mutex);
4002}
4003
Eliad Peller8a3a3c82011-10-02 10:15:52 +02004004static int wl1271_op_conf_tx(struct ieee80211_hw *hw,
4005 struct ieee80211_vif *vif, u16 queue,
Kalle Valoc6999d82010-02-18 13:25:41 +02004006 const struct ieee80211_tx_queue_params *params)
4007{
4008 struct wl1271 *wl = hw->priv;
Eliad Peller0603d892011-10-05 11:55:51 +02004009 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Kalle Valo4695dc92010-03-18 12:26:38 +02004010 u8 ps_scheme;
Arik Nemtsov488fc542010-10-16 20:33:45 +02004011 int ret = 0;
Kalle Valoc6999d82010-02-18 13:25:41 +02004012
4013 mutex_lock(&wl->mutex);
4014
4015 wl1271_debug(DEBUG_MAC80211, "mac80211 conf tx %d", queue);
4016
Kalle Valo4695dc92010-03-18 12:26:38 +02004017 if (params->uapsd)
4018 ps_scheme = CONF_PS_SCHEME_UPSD_TRIGGER;
4019 else
4020 ps_scheme = CONF_PS_SCHEME_LEGACY;
4021
Eliad Peller5b37ddf2011-12-18 20:25:40 +02004022 if (!test_bit(WLVIF_FLAG_INITIALIZED, &wlvif->flags))
Eliad Pellerc1b193e2011-03-23 22:22:15 +02004023 goto out;
Arik Nemtsov488fc542010-10-16 20:33:45 +02004024
Eliad Pellerc1b193e2011-03-23 22:22:15 +02004025 ret = wl1271_ps_elp_wakeup(wl);
4026 if (ret < 0)
4027 goto out;
Arik Nemtsov488fc542010-10-16 20:33:45 +02004028
Eliad Pellerc1b193e2011-03-23 22:22:15 +02004029 /*
4030 * the txop is confed in units of 32us by the mac80211,
4031 * we need us
4032 */
Eliad Peller0603d892011-10-05 11:55:51 +02004033 ret = wl1271_acx_ac_cfg(wl, wlvif, wl1271_tx_get_queue(queue),
Eliad Pellerc1b193e2011-03-23 22:22:15 +02004034 params->cw_min, params->cw_max,
4035 params->aifs, params->txop << 5);
4036 if (ret < 0)
4037 goto out_sleep;
4038
Eliad Peller0603d892011-10-05 11:55:51 +02004039 ret = wl1271_acx_tid_cfg(wl, wlvif, wl1271_tx_get_queue(queue),
Eliad Pellerc1b193e2011-03-23 22:22:15 +02004040 CONF_CHANNEL_TYPE_EDCF,
4041 wl1271_tx_get_queue(queue),
4042 ps_scheme, CONF_ACK_POLICY_LEGACY,
4043 0, 0);
Kalle Valoc82c1dd2010-02-18 13:25:47 +02004044
4045out_sleep:
Eliad Pellerc1b193e2011-03-23 22:22:15 +02004046 wl1271_ps_elp_sleep(wl);
Kalle Valoc6999d82010-02-18 13:25:41 +02004047
4048out:
4049 mutex_unlock(&wl->mutex);
4050
4051 return ret;
4052}
4053
Eliad Peller37a41b42011-09-21 14:06:11 +03004054static u64 wl1271_op_get_tsf(struct ieee80211_hw *hw,
4055 struct ieee80211_vif *vif)
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03004056{
4057
4058 struct wl1271 *wl = hw->priv;
Eliad Peller9c531142012-01-31 11:57:18 +02004059 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03004060 u64 mactime = ULLONG_MAX;
4061 int ret;
4062
4063 wl1271_debug(DEBUG_MAC80211, "mac80211 get tsf");
4064
4065 mutex_lock(&wl->mutex);
4066
Juuso Oikarinenf8d98022010-10-26 13:24:39 +02004067 if (unlikely(wl->state == WL1271_STATE_OFF))
4068 goto out;
4069
Ido Yariva6208652011-03-01 15:14:41 +02004070 ret = wl1271_ps_elp_wakeup(wl);
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03004071 if (ret < 0)
4072 goto out;
4073
Eliad Peller9c531142012-01-31 11:57:18 +02004074 ret = wl12xx_acx_tsf_info(wl, wlvif, &mactime);
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03004075 if (ret < 0)
4076 goto out_sleep;
4077
4078out_sleep:
4079 wl1271_ps_elp_sleep(wl);
4080
4081out:
4082 mutex_unlock(&wl->mutex);
4083 return mactime;
4084}
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004085
John W. Linvilleece550d2010-07-28 16:41:06 -04004086static int wl1271_op_get_survey(struct ieee80211_hw *hw, int idx,
4087 struct survey_info *survey)
4088{
4089 struct wl1271 *wl = hw->priv;
4090 struct ieee80211_conf *conf = &hw->conf;
Juuso Oikarinenb739a422010-10-26 13:24:38 +02004091
John W. Linvilleece550d2010-07-28 16:41:06 -04004092 if (idx != 0)
4093 return -ENOENT;
Juuso Oikarinenb739a422010-10-26 13:24:38 +02004094
John W. Linvilleece550d2010-07-28 16:41:06 -04004095 survey->channel = conf->channel;
4096 survey->filled = SURVEY_INFO_NOISE_DBM;
4097 survey->noise = wl->noise;
Juuso Oikarinenb739a422010-10-26 13:24:38 +02004098
John W. Linvilleece550d2010-07-28 16:41:06 -04004099 return 0;
4100}
4101
Arik Nemtsov409622e2011-02-23 00:22:29 +02004102static int wl1271_allocate_sta(struct wl1271 *wl,
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004103 struct wl12xx_vif *wlvif,
4104 struct ieee80211_sta *sta)
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004105{
4106 struct wl1271_station *wl_sta;
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004107 int ret;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004108
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004109
4110 if (wl->active_sta_count >= AP_MAX_STATIONS) {
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004111 wl1271_warning("could not allocate HLID - too much stations");
4112 return -EBUSY;
4113 }
4114
4115 wl_sta = (struct wl1271_station *)sta->drv_priv;
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004116 ret = wl12xx_allocate_link(wl, wlvif, &wl_sta->hlid);
4117 if (ret < 0) {
4118 wl1271_warning("could not allocate HLID - too many links");
4119 return -EBUSY;
4120 }
4121
4122 set_bit(wl_sta->hlid, wlvif->ap.sta_hlid_map);
Arik Nemtsovb622d992011-02-23 00:22:31 +02004123 memcpy(wl->links[wl_sta->hlid].addr, sta->addr, ETH_ALEN);
Arik Nemtsovda032092011-08-25 12:43:15 +03004124 wl->active_sta_count++;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004125 return 0;
4126}
4127
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004128void wl1271_free_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid)
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004129{
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004130 if (!test_bit(hlid, wlvif->ap.sta_hlid_map))
Arik Nemtsovf1acea92011-08-25 12:43:17 +03004131 return;
4132
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004133 clear_bit(hlid, wlvif->ap.sta_hlid_map);
Arik Nemtsovb622d992011-02-23 00:22:31 +02004134 memset(wl->links[hlid].addr, 0, ETH_ALEN);
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004135 wl->links[hlid].ba_bitmap = 0;
Arik Nemtsovb622d992011-02-23 00:22:31 +02004136 __clear_bit(hlid, &wl->ap_ps_map);
4137 __clear_bit(hlid, (unsigned long *)&wl->ap_fw_ps_map);
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004138 wl12xx_free_link(wl, wlvif, &hlid);
Arik Nemtsovda032092011-08-25 12:43:15 +03004139 wl->active_sta_count--;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004140}
4141
Eliad Peller2d6cf2b2012-03-04 10:55:47 +02004142static int wl12xx_sta_add(struct wl1271 *wl,
4143 struct wl12xx_vif *wlvif,
4144 struct ieee80211_sta *sta)
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004145{
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004146 struct wl1271_station *wl_sta;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004147 int ret = 0;
4148 u8 hlid;
4149
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004150 wl1271_debug(DEBUG_MAC80211, "mac80211 add sta %d", (int)sta->aid);
4151
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004152 ret = wl1271_allocate_sta(wl, wlvif, sta);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004153 if (ret < 0)
Eliad Peller2d6cf2b2012-03-04 10:55:47 +02004154 return ret;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004155
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004156 wl_sta = (struct wl1271_station *)sta->drv_priv;
4157 hlid = wl_sta->hlid;
4158
Eliad Peller1b92f152011-10-10 10:13:09 +02004159 ret = wl12xx_cmd_add_peer(wl, wlvif, sta, hlid);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004160 if (ret < 0)
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004161 wl1271_free_sta(wl, wlvif, hlid);
Arik Nemtsov409622e2011-02-23 00:22:29 +02004162
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004163 return ret;
4164}
4165
Eliad Peller2d6cf2b2012-03-04 10:55:47 +02004166static int wl12xx_sta_remove(struct wl1271 *wl,
4167 struct wl12xx_vif *wlvif,
4168 struct ieee80211_sta *sta)
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004169{
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004170 struct wl1271_station *wl_sta;
4171 int ret = 0, id;
4172
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004173 wl1271_debug(DEBUG_MAC80211, "mac80211 remove sta %d", (int)sta->aid);
4174
4175 wl_sta = (struct wl1271_station *)sta->drv_priv;
Eliad Pellerc7ffb902011-10-05 11:56:05 +02004176 id = wl_sta->hlid;
4177 if (WARN_ON(!test_bit(id, wlvif->ap.sta_hlid_map)))
Eliad Peller2d6cf2b2012-03-04 10:55:47 +02004178 return -EINVAL;
4179
4180 ret = wl12xx_cmd_remove_peer(wl, wl_sta->hlid);
4181 if (ret < 0)
4182 return ret;
4183
4184 wl1271_free_sta(wl, wlvif, wl_sta->hlid);
4185 return ret;
4186}
4187
4188static int wl12xx_update_sta_state(struct wl1271 *wl,
4189 struct wl12xx_vif *wlvif,
4190 struct ieee80211_sta *sta,
4191 enum ieee80211_sta_state old_state,
4192 enum ieee80211_sta_state new_state)
4193{
4194 struct wl1271_station *wl_sta;
4195 u8 hlid;
4196 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS;
4197 bool is_sta = wlvif->bss_type == BSS_TYPE_STA_BSS;
4198 int ret;
4199
4200 wl_sta = (struct wl1271_station *)sta->drv_priv;
4201 hlid = wl_sta->hlid;
4202
4203 /* Add station (AP mode) */
4204 if (is_ap &&
4205 old_state == IEEE80211_STA_NOTEXIST &&
4206 new_state == IEEE80211_STA_NONE)
4207 return wl12xx_sta_add(wl, wlvif, sta);
4208
4209 /* Remove station (AP mode) */
4210 if (is_ap &&
4211 old_state == IEEE80211_STA_NONE &&
4212 new_state == IEEE80211_STA_NOTEXIST) {
4213 /* must not fail */
4214 wl12xx_sta_remove(wl, wlvif, sta);
4215 return 0;
4216 }
4217
4218 /* Authorize station (AP mode) */
4219 if (is_ap &&
4220 new_state == IEEE80211_STA_AUTHORIZED) {
4221 ret = wl12xx_cmd_set_peer_state(wl, hlid);
4222 if (ret < 0)
4223 return ret;
4224
4225 ret = wl1271_acx_set_ht_capabilities(wl, &sta->ht_cap, true,
4226 hlid);
4227 return ret;
4228 }
4229
Eliad Peller9fd6f212012-03-04 10:55:48 +02004230 /* Authorize station */
4231 if (is_sta &&
4232 new_state == IEEE80211_STA_AUTHORIZED) {
4233 set_bit(WLVIF_FLAG_STA_AUTHORIZED, &wlvif->flags);
4234 return wl12xx_set_authorized(wl, wlvif);
4235 }
4236
4237 if (is_sta &&
4238 old_state == IEEE80211_STA_AUTHORIZED &&
4239 new_state == IEEE80211_STA_ASSOC) {
4240 clear_bit(WLVIF_FLAG_STA_AUTHORIZED, &wlvif->flags);
4241 return 0;
4242 }
4243
Eliad Peller2d6cf2b2012-03-04 10:55:47 +02004244 return 0;
4245}
4246
4247static int wl12xx_op_sta_state(struct ieee80211_hw *hw,
4248 struct ieee80211_vif *vif,
4249 struct ieee80211_sta *sta,
4250 enum ieee80211_sta_state old_state,
4251 enum ieee80211_sta_state new_state)
4252{
4253 struct wl1271 *wl = hw->priv;
4254 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
4255 int ret;
4256
4257 wl1271_debug(DEBUG_MAC80211, "mac80211 sta %d state=%d->%d",
4258 sta->aid, old_state, new_state);
4259
4260 mutex_lock(&wl->mutex);
4261
4262 if (unlikely(wl->state == WL1271_STATE_OFF)) {
4263 ret = -EBUSY;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004264 goto out;
Eliad Peller2d6cf2b2012-03-04 10:55:47 +02004265 }
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004266
Ido Yariva6208652011-03-01 15:14:41 +02004267 ret = wl1271_ps_elp_wakeup(wl);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004268 if (ret < 0)
4269 goto out;
4270
Eliad Peller2d6cf2b2012-03-04 10:55:47 +02004271 ret = wl12xx_update_sta_state(wl, wlvif, sta, old_state, new_state);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004272
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004273 wl1271_ps_elp_sleep(wl);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004274out:
4275 mutex_unlock(&wl->mutex);
Eliad Peller2d6cf2b2012-03-04 10:55:47 +02004276 if (new_state < old_state)
4277 return 0;
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02004278 return ret;
4279}
4280
Luciano Coelho4623ec72011-03-21 19:26:41 +02004281static int wl1271_op_ampdu_action(struct ieee80211_hw *hw,
4282 struct ieee80211_vif *vif,
4283 enum ieee80211_ampdu_mlme_action action,
4284 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
4285 u8 buf_size)
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004286{
4287 struct wl1271 *wl = hw->priv;
Eliad Peller536129c2011-10-05 11:55:45 +02004288 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004289 int ret;
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004290 u8 hlid, *ba_bitmap;
4291
4292 wl1271_debug(DEBUG_MAC80211, "mac80211 ampdu action %d tid %d", action,
4293 tid);
4294
4295 /* sanity check - the fields in FW are only 8bits wide */
4296 if (WARN_ON(tid > 0xFF))
4297 return -ENOTSUPP;
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004298
4299 mutex_lock(&wl->mutex);
4300
4301 if (unlikely(wl->state == WL1271_STATE_OFF)) {
4302 ret = -EAGAIN;
4303 goto out;
4304 }
4305
Eliad Peller536129c2011-10-05 11:55:45 +02004306 if (wlvif->bss_type == BSS_TYPE_STA_BSS) {
Eliad Peller154da672011-10-05 11:55:53 +02004307 hlid = wlvif->sta.hlid;
Eliad Pellerd0802ab2011-10-05 11:56:04 +02004308 ba_bitmap = &wlvif->sta.ba_rx_bitmap;
Eliad Peller536129c2011-10-05 11:55:45 +02004309 } else if (wlvif->bss_type == BSS_TYPE_AP_BSS) {
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004310 struct wl1271_station *wl_sta;
4311
4312 wl_sta = (struct wl1271_station *)sta->drv_priv;
4313 hlid = wl_sta->hlid;
4314 ba_bitmap = &wl->links[hlid].ba_bitmap;
4315 } else {
4316 ret = -EINVAL;
4317 goto out;
4318 }
4319
Ido Yariva6208652011-03-01 15:14:41 +02004320 ret = wl1271_ps_elp_wakeup(wl);
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004321 if (ret < 0)
4322 goto out;
4323
Shahar Levi70559a02011-05-22 16:10:22 +03004324 wl1271_debug(DEBUG_MAC80211, "mac80211 ampdu: Rx tid %d action %d",
4325 tid, action);
4326
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004327 switch (action) {
4328 case IEEE80211_AMPDU_RX_START:
Eliad Pellerd0802ab2011-10-05 11:56:04 +02004329 if (!wlvif->ba_support || !wlvif->ba_allowed) {
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004330 ret = -ENOTSUPP;
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004331 break;
4332 }
4333
4334 if (wl->ba_rx_session_count >= RX_BA_MAX_SESSIONS) {
4335 ret = -EBUSY;
4336 wl1271_error("exceeded max RX BA sessions");
4337 break;
4338 }
4339
4340 if (*ba_bitmap & BIT(tid)) {
4341 ret = -EINVAL;
4342 wl1271_error("cannot enable RX BA session on active "
4343 "tid: %d", tid);
4344 break;
4345 }
4346
4347 ret = wl12xx_acx_set_ba_receiver_session(wl, tid, *ssn, true,
4348 hlid);
4349 if (!ret) {
4350 *ba_bitmap |= BIT(tid);
4351 wl->ba_rx_session_count++;
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004352 }
4353 break;
4354
4355 case IEEE80211_AMPDU_RX_STOP:
Arik Nemtsov0f9c8252011-08-17 10:45:49 +03004356 if (!(*ba_bitmap & BIT(tid))) {
4357 ret = -EINVAL;
4358 wl1271_error("no active RX BA session on tid: %d",
4359 tid);
4360 break;
4361 }
4362
4363 ret = wl12xx_acx_set_ba_receiver_session(wl, tid, 0, false,
4364 hlid);
4365 if (!ret) {
4366 *ba_bitmap &= ~BIT(tid);
4367 wl->ba_rx_session_count--;
4368 }
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004369 break;
4370
4371 /*
4372 * The BA initiator session management in FW independently.
4373 * Falling break here on purpose for all TX APDU commands.
4374 */
4375 case IEEE80211_AMPDU_TX_START:
4376 case IEEE80211_AMPDU_TX_STOP:
4377 case IEEE80211_AMPDU_TX_OPERATIONAL:
4378 ret = -EINVAL;
4379 break;
4380
4381 default:
4382 wl1271_error("Incorrect ampdu action id=%x\n", action);
4383 ret = -EINVAL;
4384 }
4385
4386 wl1271_ps_elp_sleep(wl);
4387
4388out:
4389 mutex_unlock(&wl->mutex);
4390
4391 return ret;
4392}
4393
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004394static int wl12xx_set_bitrate_mask(struct ieee80211_hw *hw,
4395 struct ieee80211_vif *vif,
4396 const struct cfg80211_bitrate_mask *mask)
4397{
Eliad Peller83587502011-10-10 10:12:53 +02004398 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004399 struct wl1271 *wl = hw->priv;
Eliad Pellerd6fa37c2011-10-11 11:57:39 +02004400 int i, ret = 0;
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004401
4402 wl1271_debug(DEBUG_MAC80211, "mac80211 set_bitrate_mask 0x%x 0x%x",
4403 mask->control[NL80211_BAND_2GHZ].legacy,
4404 mask->control[NL80211_BAND_5GHZ].legacy);
4405
4406 mutex_lock(&wl->mutex);
4407
4408 for (i = 0; i < IEEE80211_NUM_BANDS; i++)
Eliad Peller83587502011-10-10 10:12:53 +02004409 wlvif->bitrate_masks[i] =
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004410 wl1271_tx_enabled_rates_get(wl,
4411 mask->control[i].legacy,
4412 i);
Eliad Pellerd6fa37c2011-10-11 11:57:39 +02004413
4414 if (unlikely(wl->state == WL1271_STATE_OFF))
4415 goto out;
4416
4417 if (wlvif->bss_type == BSS_TYPE_STA_BSS &&
4418 !test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags)) {
4419
4420 ret = wl1271_ps_elp_wakeup(wl);
4421 if (ret < 0)
4422 goto out;
4423
4424 wl1271_set_band_rate(wl, wlvif);
4425 wlvif->basic_rate =
4426 wl1271_tx_min_rate_get(wl, wlvif->basic_rate_set);
4427 ret = wl1271_acx_sta_rate_policies(wl, wlvif);
4428
4429 wl1271_ps_elp_sleep(wl);
4430 }
4431out:
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004432 mutex_unlock(&wl->mutex);
4433
Eliad Pellerd6fa37c2011-10-11 11:57:39 +02004434 return ret;
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004435}
4436
Shahar Levi6d158ff2011-09-08 13:01:33 +03004437static void wl12xx_op_channel_switch(struct ieee80211_hw *hw,
4438 struct ieee80211_channel_switch *ch_switch)
4439{
4440 struct wl1271 *wl = hw->priv;
Eliad Peller52630c52011-10-10 10:13:08 +02004441 struct wl12xx_vif *wlvif;
Shahar Levi6d158ff2011-09-08 13:01:33 +03004442 int ret;
4443
4444 wl1271_debug(DEBUG_MAC80211, "mac80211 channel switch");
4445
Arik Nemtsovb9239b62012-02-28 00:41:33 +02004446 wl1271_tx_flush(wl);
4447
Shahar Levi6d158ff2011-09-08 13:01:33 +03004448 mutex_lock(&wl->mutex);
4449
4450 if (unlikely(wl->state == WL1271_STATE_OFF)) {
Eliad Peller6e8cd332011-10-10 10:13:13 +02004451 wl12xx_for_each_wlvif_sta(wl, wlvif) {
4452 struct ieee80211_vif *vif = wl12xx_wlvif_to_vif(wlvif);
4453 ieee80211_chswitch_done(vif, false);
4454 }
4455 goto out;
Shahar Levi6d158ff2011-09-08 13:01:33 +03004456 }
4457
4458 ret = wl1271_ps_elp_wakeup(wl);
4459 if (ret < 0)
4460 goto out;
4461
Eliad Peller52630c52011-10-10 10:13:08 +02004462 /* TODO: change mac80211 to pass vif as param */
4463 wl12xx_for_each_wlvif_sta(wl, wlvif) {
Eliad Peller8332f0f2012-01-31 11:57:19 +02004464 ret = wl12xx_cmd_channel_switch(wl, wlvif, ch_switch);
Shahar Levi6d158ff2011-09-08 13:01:33 +03004465
Eliad Peller52630c52011-10-10 10:13:08 +02004466 if (!ret)
4467 set_bit(WLVIF_FLAG_CS_PROGRESS, &wlvif->flags);
4468 }
Shahar Levi6d158ff2011-09-08 13:01:33 +03004469
4470 wl1271_ps_elp_sleep(wl);
4471
4472out:
4473 mutex_unlock(&wl->mutex);
4474}
4475
Arik Nemtsov33437892011-04-26 23:35:39 +03004476static bool wl1271_tx_frames_pending(struct ieee80211_hw *hw)
4477{
4478 struct wl1271 *wl = hw->priv;
4479 bool ret = false;
4480
4481 mutex_lock(&wl->mutex);
4482
4483 if (unlikely(wl->state == WL1271_STATE_OFF))
4484 goto out;
4485
4486 /* packets are considered pending if in the TX queue or the FW */
Arik Nemtsovf1a46382011-07-07 14:25:23 +03004487 ret = (wl1271_tx_total_queue_count(wl) > 0) || (wl->tx_frames_cnt > 0);
Arik Nemtsov33437892011-04-26 23:35:39 +03004488out:
4489 mutex_unlock(&wl->mutex);
4490
4491 return ret;
4492}
4493
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004494/* can't be const, mac80211 writes to this */
4495static struct ieee80211_rate wl1271_rates[] = {
4496 { .bitrate = 10,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004497 .hw_value = CONF_HW_BIT_RATE_1MBPS,
4498 .hw_value_short = CONF_HW_BIT_RATE_1MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004499 { .bitrate = 20,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004500 .hw_value = CONF_HW_BIT_RATE_2MBPS,
4501 .hw_value_short = CONF_HW_BIT_RATE_2MBPS,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004502 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
4503 { .bitrate = 55,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004504 .hw_value = CONF_HW_BIT_RATE_5_5MBPS,
4505 .hw_value_short = CONF_HW_BIT_RATE_5_5MBPS,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004506 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
4507 { .bitrate = 110,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004508 .hw_value = CONF_HW_BIT_RATE_11MBPS,
4509 .hw_value_short = CONF_HW_BIT_RATE_11MBPS,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004510 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
4511 { .bitrate = 60,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004512 .hw_value = CONF_HW_BIT_RATE_6MBPS,
4513 .hw_value_short = CONF_HW_BIT_RATE_6MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004514 { .bitrate = 90,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004515 .hw_value = CONF_HW_BIT_RATE_9MBPS,
4516 .hw_value_short = CONF_HW_BIT_RATE_9MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004517 { .bitrate = 120,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004518 .hw_value = CONF_HW_BIT_RATE_12MBPS,
4519 .hw_value_short = CONF_HW_BIT_RATE_12MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004520 { .bitrate = 180,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004521 .hw_value = CONF_HW_BIT_RATE_18MBPS,
4522 .hw_value_short = CONF_HW_BIT_RATE_18MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004523 { .bitrate = 240,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004524 .hw_value = CONF_HW_BIT_RATE_24MBPS,
4525 .hw_value_short = CONF_HW_BIT_RATE_24MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004526 { .bitrate = 360,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004527 .hw_value = CONF_HW_BIT_RATE_36MBPS,
4528 .hw_value_short = CONF_HW_BIT_RATE_36MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004529 { .bitrate = 480,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004530 .hw_value = CONF_HW_BIT_RATE_48MBPS,
4531 .hw_value_short = CONF_HW_BIT_RATE_48MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004532 { .bitrate = 540,
Juuso Oikarinen2b60100b2009-10-13 12:47:39 +03004533 .hw_value = CONF_HW_BIT_RATE_54MBPS,
4534 .hw_value_short = CONF_HW_BIT_RATE_54MBPS, },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004535};
4536
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004537/* can't be const, mac80211 writes to this */
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004538static struct ieee80211_channel wl1271_channels[] = {
Luciano Coelhoa2d0e3f2009-12-11 15:40:46 +02004539 { .hw_value = 1, .center_freq = 2412, .max_power = 25 },
Juuso Oikarinenfa21c7a2010-08-10 08:22:02 +02004540 { .hw_value = 2, .center_freq = 2417, .max_power = 25 },
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004541 { .hw_value = 3, .center_freq = 2422, .max_power = 25 },
4542 { .hw_value = 4, .center_freq = 2427, .max_power = 25 },
4543 { .hw_value = 5, .center_freq = 2432, .max_power = 25 },
Juuso Oikarinenfa21c7a2010-08-10 08:22:02 +02004544 { .hw_value = 6, .center_freq = 2437, .max_power = 25 },
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004545 { .hw_value = 7, .center_freq = 2442, .max_power = 25 },
4546 { .hw_value = 8, .center_freq = 2447, .max_power = 25 },
4547 { .hw_value = 9, .center_freq = 2452, .max_power = 25 },
Juuso Oikarinenfa21c7a2010-08-10 08:22:02 +02004548 { .hw_value = 10, .center_freq = 2457, .max_power = 25 },
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004549 { .hw_value = 11, .center_freq = 2462, .max_power = 25 },
4550 { .hw_value = 12, .center_freq = 2467, .max_power = 25 },
4551 { .hw_value = 13, .center_freq = 2472, .max_power = 25 },
Arik Nemtsov6c89b7b2011-01-18 20:39:52 +01004552 { .hw_value = 14, .center_freq = 2484, .max_power = 25 },
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004553};
4554
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004555/* mapping to indexes for wl1271_rates */
Tobias Klausera0ea9492010-05-20 10:38:11 +02004556static const u8 wl1271_rate_to_idx_2ghz[] = {
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004557 /* MCS rates are used only with 11n */
Pontus Fuchsdefe02c2012-01-31 17:54:41 +02004558 7, /* CONF_HW_RXTX_RATE_MCS7_SGI */
Shahar Levi18357852010-10-13 16:09:41 +02004559 7, /* CONF_HW_RXTX_RATE_MCS7 */
4560 6, /* CONF_HW_RXTX_RATE_MCS6 */
4561 5, /* CONF_HW_RXTX_RATE_MCS5 */
4562 4, /* CONF_HW_RXTX_RATE_MCS4 */
4563 3, /* CONF_HW_RXTX_RATE_MCS3 */
4564 2, /* CONF_HW_RXTX_RATE_MCS2 */
4565 1, /* CONF_HW_RXTX_RATE_MCS1 */
4566 0, /* CONF_HW_RXTX_RATE_MCS0 */
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004567
4568 11, /* CONF_HW_RXTX_RATE_54 */
4569 10, /* CONF_HW_RXTX_RATE_48 */
4570 9, /* CONF_HW_RXTX_RATE_36 */
4571 8, /* CONF_HW_RXTX_RATE_24 */
4572
4573 /* TI-specific rate */
4574 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_22 */
4575
4576 7, /* CONF_HW_RXTX_RATE_18 */
4577 6, /* CONF_HW_RXTX_RATE_12 */
4578 3, /* CONF_HW_RXTX_RATE_11 */
4579 5, /* CONF_HW_RXTX_RATE_9 */
4580 4, /* CONF_HW_RXTX_RATE_6 */
4581 2, /* CONF_HW_RXTX_RATE_5_5 */
4582 1, /* CONF_HW_RXTX_RATE_2 */
4583 0 /* CONF_HW_RXTX_RATE_1 */
4584};
4585
Shahar Levie8b03a22010-10-13 16:09:39 +02004586/* 11n STA capabilities */
4587#define HW_RX_HIGHEST_RATE 72
4588
Shahar Levi00d20102010-11-08 11:20:10 +00004589#define WL12XX_HT_CAP { \
Shahar Levi871d0c32011-03-13 11:24:40 +02004590 .cap = IEEE80211_HT_CAP_GRN_FLD | IEEE80211_HT_CAP_SGI_20 | \
4591 (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT), \
Shahar Levie8b03a22010-10-13 16:09:39 +02004592 .ht_supported = true, \
4593 .ampdu_factor = IEEE80211_HT_MAX_AMPDU_8K, \
4594 .ampdu_density = IEEE80211_HT_MPDU_DENSITY_8, \
4595 .mcs = { \
4596 .rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, \
4597 .rx_highest = cpu_to_le16(HW_RX_HIGHEST_RATE), \
4598 .tx_params = IEEE80211_HT_MCS_TX_DEFINED, \
4599 }, \
4600}
4601
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004602/* can't be const, mac80211 writes to this */
4603static struct ieee80211_supported_band wl1271_band_2ghz = {
4604 .channels = wl1271_channels,
4605 .n_channels = ARRAY_SIZE(wl1271_channels),
4606 .bitrates = wl1271_rates,
4607 .n_bitrates = ARRAY_SIZE(wl1271_rates),
Shahar Levi00d20102010-11-08 11:20:10 +00004608 .ht_cap = WL12XX_HT_CAP,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004609};
4610
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004611/* 5 GHz data rates for WL1273 */
4612static struct ieee80211_rate wl1271_rates_5ghz[] = {
4613 { .bitrate = 60,
4614 .hw_value = CONF_HW_BIT_RATE_6MBPS,
4615 .hw_value_short = CONF_HW_BIT_RATE_6MBPS, },
4616 { .bitrate = 90,
4617 .hw_value = CONF_HW_BIT_RATE_9MBPS,
4618 .hw_value_short = CONF_HW_BIT_RATE_9MBPS, },
4619 { .bitrate = 120,
4620 .hw_value = CONF_HW_BIT_RATE_12MBPS,
4621 .hw_value_short = CONF_HW_BIT_RATE_12MBPS, },
4622 { .bitrate = 180,
4623 .hw_value = CONF_HW_BIT_RATE_18MBPS,
4624 .hw_value_short = CONF_HW_BIT_RATE_18MBPS, },
4625 { .bitrate = 240,
4626 .hw_value = CONF_HW_BIT_RATE_24MBPS,
4627 .hw_value_short = CONF_HW_BIT_RATE_24MBPS, },
4628 { .bitrate = 360,
4629 .hw_value = CONF_HW_BIT_RATE_36MBPS,
4630 .hw_value_short = CONF_HW_BIT_RATE_36MBPS, },
4631 { .bitrate = 480,
4632 .hw_value = CONF_HW_BIT_RATE_48MBPS,
4633 .hw_value_short = CONF_HW_BIT_RATE_48MBPS, },
4634 { .bitrate = 540,
4635 .hw_value = CONF_HW_BIT_RATE_54MBPS,
4636 .hw_value_short = CONF_HW_BIT_RATE_54MBPS, },
4637};
4638
Juuso Oikarinenfa97f462010-11-10 11:27:20 +01004639/* 5 GHz band channels for WL1273 */
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004640static struct ieee80211_channel wl1271_channels_5ghz[] = {
Arik Nemtsov6cfa5cf2011-06-27 22:06:33 +03004641 { .hw_value = 7, .center_freq = 5035, .max_power = 25 },
4642 { .hw_value = 8, .center_freq = 5040, .max_power = 25 },
4643 { .hw_value = 9, .center_freq = 5045, .max_power = 25 },
4644 { .hw_value = 11, .center_freq = 5055, .max_power = 25 },
4645 { .hw_value = 12, .center_freq = 5060, .max_power = 25 },
4646 { .hw_value = 16, .center_freq = 5080, .max_power = 25 },
4647 { .hw_value = 34, .center_freq = 5170, .max_power = 25 },
4648 { .hw_value = 36, .center_freq = 5180, .max_power = 25 },
4649 { .hw_value = 38, .center_freq = 5190, .max_power = 25 },
4650 { .hw_value = 40, .center_freq = 5200, .max_power = 25 },
4651 { .hw_value = 42, .center_freq = 5210, .max_power = 25 },
4652 { .hw_value = 44, .center_freq = 5220, .max_power = 25 },
4653 { .hw_value = 46, .center_freq = 5230, .max_power = 25 },
4654 { .hw_value = 48, .center_freq = 5240, .max_power = 25 },
4655 { .hw_value = 52, .center_freq = 5260, .max_power = 25 },
4656 { .hw_value = 56, .center_freq = 5280, .max_power = 25 },
4657 { .hw_value = 60, .center_freq = 5300, .max_power = 25 },
4658 { .hw_value = 64, .center_freq = 5320, .max_power = 25 },
4659 { .hw_value = 100, .center_freq = 5500, .max_power = 25 },
4660 { .hw_value = 104, .center_freq = 5520, .max_power = 25 },
4661 { .hw_value = 108, .center_freq = 5540, .max_power = 25 },
4662 { .hw_value = 112, .center_freq = 5560, .max_power = 25 },
4663 { .hw_value = 116, .center_freq = 5580, .max_power = 25 },
4664 { .hw_value = 120, .center_freq = 5600, .max_power = 25 },
4665 { .hw_value = 124, .center_freq = 5620, .max_power = 25 },
4666 { .hw_value = 128, .center_freq = 5640, .max_power = 25 },
4667 { .hw_value = 132, .center_freq = 5660, .max_power = 25 },
4668 { .hw_value = 136, .center_freq = 5680, .max_power = 25 },
4669 { .hw_value = 140, .center_freq = 5700, .max_power = 25 },
4670 { .hw_value = 149, .center_freq = 5745, .max_power = 25 },
4671 { .hw_value = 153, .center_freq = 5765, .max_power = 25 },
4672 { .hw_value = 157, .center_freq = 5785, .max_power = 25 },
4673 { .hw_value = 161, .center_freq = 5805, .max_power = 25 },
4674 { .hw_value = 165, .center_freq = 5825, .max_power = 25 },
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004675};
4676
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004677/* mapping to indexes for wl1271_rates_5ghz */
Tobias Klausera0ea9492010-05-20 10:38:11 +02004678static const u8 wl1271_rate_to_idx_5ghz[] = {
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004679 /* MCS rates are used only with 11n */
Pontus Fuchsdefe02c2012-01-31 17:54:41 +02004680 7, /* CONF_HW_RXTX_RATE_MCS7_SGI */
Shahar Levi18357852010-10-13 16:09:41 +02004681 7, /* CONF_HW_RXTX_RATE_MCS7 */
4682 6, /* CONF_HW_RXTX_RATE_MCS6 */
4683 5, /* CONF_HW_RXTX_RATE_MCS5 */
4684 4, /* CONF_HW_RXTX_RATE_MCS4 */
4685 3, /* CONF_HW_RXTX_RATE_MCS3 */
4686 2, /* CONF_HW_RXTX_RATE_MCS2 */
4687 1, /* CONF_HW_RXTX_RATE_MCS1 */
4688 0, /* CONF_HW_RXTX_RATE_MCS0 */
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004689
4690 7, /* CONF_HW_RXTX_RATE_54 */
4691 6, /* CONF_HW_RXTX_RATE_48 */
4692 5, /* CONF_HW_RXTX_RATE_36 */
4693 4, /* CONF_HW_RXTX_RATE_24 */
4694
4695 /* TI-specific rate */
4696 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_22 */
4697
4698 3, /* CONF_HW_RXTX_RATE_18 */
4699 2, /* CONF_HW_RXTX_RATE_12 */
4700 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_11 */
4701 1, /* CONF_HW_RXTX_RATE_9 */
4702 0, /* CONF_HW_RXTX_RATE_6 */
4703 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_5_5 */
4704 CONF_HW_RXTX_RATE_UNSUPPORTED, /* CONF_HW_RXTX_RATE_2 */
4705 CONF_HW_RXTX_RATE_UNSUPPORTED /* CONF_HW_RXTX_RATE_1 */
4706};
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004707
4708static struct ieee80211_supported_band wl1271_band_5ghz = {
4709 .channels = wl1271_channels_5ghz,
4710 .n_channels = ARRAY_SIZE(wl1271_channels_5ghz),
4711 .bitrates = wl1271_rates_5ghz,
4712 .n_bitrates = ARRAY_SIZE(wl1271_rates_5ghz),
Shahar Levi00d20102010-11-08 11:20:10 +00004713 .ht_cap = WL12XX_HT_CAP,
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03004714};
4715
Tobias Klausera0ea9492010-05-20 10:38:11 +02004716static const u8 *wl1271_band_rate_to_idx[] = {
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004717 [IEEE80211_BAND_2GHZ] = wl1271_rate_to_idx_2ghz,
4718 [IEEE80211_BAND_5GHZ] = wl1271_rate_to_idx_5ghz
4719};
4720
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004721static const struct ieee80211_ops wl1271_ops = {
4722 .start = wl1271_op_start,
4723 .stop = wl1271_op_stop,
4724 .add_interface = wl1271_op_add_interface,
4725 .remove_interface = wl1271_op_remove_interface,
Eliad Pellerc0fad1b2011-12-19 12:00:03 +02004726 .change_interface = wl12xx_op_change_interface,
Luciano Coelhof634a4e2011-05-18 16:51:26 -04004727#ifdef CONFIG_PM
Eliad Peller402e48612011-05-13 11:57:09 +03004728 .suspend = wl1271_op_suspend,
4729 .resume = wl1271_op_resume,
Luciano Coelhof634a4e2011-05-18 16:51:26 -04004730#endif
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004731 .config = wl1271_op_config,
Juuso Oikarinenc87dec92009-10-08 21:56:31 +03004732 .prepare_multicast = wl1271_op_prepare_multicast,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004733 .configure_filter = wl1271_op_configure_filter,
4734 .tx = wl1271_op_tx,
4735 .set_key = wl1271_op_set_key,
4736 .hw_scan = wl1271_op_hw_scan,
Eliad Peller73ecce32011-06-27 13:06:45 +03004737 .cancel_hw_scan = wl1271_op_cancel_hw_scan,
Luciano Coelho33c2c062011-05-10 14:46:02 +03004738 .sched_scan_start = wl1271_op_sched_scan_start,
4739 .sched_scan_stop = wl1271_op_sched_scan_stop,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004740 .bss_info_changed = wl1271_op_bss_info_changed,
Arik Nemtsov68d069c2010-11-08 10:51:07 +01004741 .set_frag_threshold = wl1271_op_set_frag_threshold,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004742 .set_rts_threshold = wl1271_op_set_rts_threshold,
Kalle Valoc6999d82010-02-18 13:25:41 +02004743 .conf_tx = wl1271_op_conf_tx,
Juuso Oikarinenbbbb5382010-07-08 17:49:57 +03004744 .get_tsf = wl1271_op_get_tsf,
John W. Linvilleece550d2010-07-28 16:41:06 -04004745 .get_survey = wl1271_op_get_survey,
Eliad Peller2d6cf2b2012-03-04 10:55:47 +02004746 .sta_state = wl12xx_op_sta_state,
Levi, Shaharbbba3e62011-01-23 07:27:23 +01004747 .ampdu_action = wl1271_op_ampdu_action,
Arik Nemtsov33437892011-04-26 23:35:39 +03004748 .tx_frames_pending = wl1271_tx_frames_pending,
Eliad Pelleraf7fbb22011-09-19 13:51:42 +03004749 .set_bitrate_mask = wl12xx_set_bitrate_mask,
Shahar Levi6d158ff2011-09-08 13:01:33 +03004750 .channel_switch = wl12xx_op_channel_switch,
Kalle Valoc8c90872010-02-18 13:25:53 +02004751 CFG80211_TESTMODE_CMD(wl1271_tm_cmd)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03004752};
4753
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004754
Teemu Paasikivi6a2de932010-10-14 11:00:04 +02004755u8 wl1271_rate_to_idx(int rate, enum ieee80211_band band)
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004756{
4757 u8 idx;
4758
Teemu Paasikivi6a2de932010-10-14 11:00:04 +02004759 BUG_ON(band >= sizeof(wl1271_band_rate_to_idx)/sizeof(u8 *));
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004760
4761 if (unlikely(rate >= CONF_HW_RXTX_RATE_MAX)) {
4762 wl1271_error("Illegal RX rate from HW: %d", rate);
4763 return 0;
4764 }
4765
Teemu Paasikivi6a2de932010-10-14 11:00:04 +02004766 idx = wl1271_band_rate_to_idx[band][rate];
Juuso Oikarinenf876bb92010-03-26 12:53:11 +02004767 if (unlikely(idx == CONF_HW_RXTX_RATE_UNSUPPORTED)) {
4768 wl1271_error("Unsupported RX rate from HW: %d", rate);
4769 return 0;
4770 }
4771
4772 return idx;
4773}
4774
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02004775static ssize_t wl1271_sysfs_show_bt_coex_state(struct device *dev,
4776 struct device_attribute *attr,
4777 char *buf)
4778{
4779 struct wl1271 *wl = dev_get_drvdata(dev);
4780 ssize_t len;
4781
Juuso Oikarinen2f63b012010-08-10 06:38:35 +02004782 len = PAGE_SIZE;
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02004783
4784 mutex_lock(&wl->mutex);
4785 len = snprintf(buf, len, "%d\n\n0 - off\n1 - on\n",
4786 wl->sg_enabled);
4787 mutex_unlock(&wl->mutex);
4788
4789 return len;
4790
4791}
4792
4793static ssize_t wl1271_sysfs_store_bt_coex_state(struct device *dev,
4794 struct device_attribute *attr,
4795 const char *buf, size_t count)
4796{
4797 struct wl1271 *wl = dev_get_drvdata(dev);
4798 unsigned long res;
4799 int ret;
4800
Luciano Coelho6277ed62011-04-01 17:49:54 +03004801 ret = kstrtoul(buf, 10, &res);
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02004802 if (ret < 0) {
4803 wl1271_warning("incorrect value written to bt_coex_mode");
4804 return count;
4805 }
4806
4807 mutex_lock(&wl->mutex);
4808
4809 res = !!res;
4810
4811 if (res == wl->sg_enabled)
4812 goto out;
4813
4814 wl->sg_enabled = res;
4815
4816 if (wl->state == WL1271_STATE_OFF)
4817 goto out;
4818
Ido Yariva6208652011-03-01 15:14:41 +02004819 ret = wl1271_ps_elp_wakeup(wl);
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02004820 if (ret < 0)
4821 goto out;
4822
4823 wl1271_acx_sg_enable(wl, wl->sg_enabled);
4824 wl1271_ps_elp_sleep(wl);
4825
4826 out:
4827 mutex_unlock(&wl->mutex);
4828 return count;
4829}
4830
4831static DEVICE_ATTR(bt_coex_state, S_IRUGO | S_IWUSR,
4832 wl1271_sysfs_show_bt_coex_state,
4833 wl1271_sysfs_store_bt_coex_state);
4834
Juuso Oikarinend717fd62010-05-07 11:38:58 +03004835static ssize_t wl1271_sysfs_show_hw_pg_ver(struct device *dev,
4836 struct device_attribute *attr,
4837 char *buf)
4838{
4839 struct wl1271 *wl = dev_get_drvdata(dev);
4840 ssize_t len;
4841
Juuso Oikarinen2f63b012010-08-10 06:38:35 +02004842 len = PAGE_SIZE;
Juuso Oikarinend717fd62010-05-07 11:38:58 +03004843
4844 mutex_lock(&wl->mutex);
4845 if (wl->hw_pg_ver >= 0)
4846 len = snprintf(buf, len, "%d\n", wl->hw_pg_ver);
4847 else
4848 len = snprintf(buf, len, "n/a\n");
4849 mutex_unlock(&wl->mutex);
4850
4851 return len;
4852}
4853
Gery Kahn6f07b722011-07-18 14:21:49 +03004854static DEVICE_ATTR(hw_pg_ver, S_IRUGO,
Juuso Oikarinend717fd62010-05-07 11:38:58 +03004855 wl1271_sysfs_show_hw_pg_ver, NULL);
4856
Ido Yariv95dac04f2011-06-06 14:57:06 +03004857static ssize_t wl1271_sysfs_read_fwlog(struct file *filp, struct kobject *kobj,
4858 struct bin_attribute *bin_attr,
4859 char *buffer, loff_t pos, size_t count)
4860{
4861 struct device *dev = container_of(kobj, struct device, kobj);
4862 struct wl1271 *wl = dev_get_drvdata(dev);
4863 ssize_t len;
4864 int ret;
4865
4866 ret = mutex_lock_interruptible(&wl->mutex);
4867 if (ret < 0)
4868 return -ERESTARTSYS;
4869
4870 /* Let only one thread read the log at a time, blocking others */
4871 while (wl->fwlog_size == 0) {
4872 DEFINE_WAIT(wait);
4873
4874 prepare_to_wait_exclusive(&wl->fwlog_waitq,
4875 &wait,
4876 TASK_INTERRUPTIBLE);
4877
4878 if (wl->fwlog_size != 0) {
4879 finish_wait(&wl->fwlog_waitq, &wait);
4880 break;
4881 }
4882
4883 mutex_unlock(&wl->mutex);
4884
4885 schedule();
4886 finish_wait(&wl->fwlog_waitq, &wait);
4887
4888 if (signal_pending(current))
4889 return -ERESTARTSYS;
4890
4891 ret = mutex_lock_interruptible(&wl->mutex);
4892 if (ret < 0)
4893 return -ERESTARTSYS;
4894 }
4895
4896 /* Check if the fwlog is still valid */
4897 if (wl->fwlog_size < 0) {
4898 mutex_unlock(&wl->mutex);
4899 return 0;
4900 }
4901
4902 /* Seeking is not supported - old logs are not kept. Disregard pos. */
4903 len = min(count, (size_t)wl->fwlog_size);
4904 wl->fwlog_size -= len;
4905 memcpy(buffer, wl->fwlog, len);
4906
4907 /* Make room for new messages */
4908 memmove(wl->fwlog, wl->fwlog + len, wl->fwlog_size);
4909
4910 mutex_unlock(&wl->mutex);
4911
4912 return len;
4913}
4914
4915static struct bin_attribute fwlog_attr = {
4916 .attr = {.name = "fwlog", .mode = S_IRUSR},
4917 .read = wl1271_sysfs_read_fwlog,
4918};
4919
Luciano Coelho5e037e72011-12-23 09:32:17 +02004920static bool wl12xx_mac_in_fuse(struct wl1271 *wl)
4921{
4922 bool supported = false;
4923 u8 major, minor;
4924
4925 if (wl->chip.id == CHIP_ID_1283_PG20) {
4926 major = WL128X_PG_GET_MAJOR(wl->hw_pg_ver);
4927 minor = WL128X_PG_GET_MINOR(wl->hw_pg_ver);
4928
4929 /* in wl128x we have the MAC address if the PG is >= (2, 1) */
4930 if (major > 2 || (major == 2 && minor >= 1))
4931 supported = true;
4932 } else {
4933 major = WL127X_PG_GET_MAJOR(wl->hw_pg_ver);
4934 minor = WL127X_PG_GET_MINOR(wl->hw_pg_ver);
4935
4936 /* in wl127x we have the MAC address if the PG is >= (3, 1) */
4937 if (major == 3 && minor >= 1)
4938 supported = true;
4939 }
4940
4941 wl1271_debug(DEBUG_PROBE,
4942 "PG Ver major = %d minor = %d, MAC %s present",
4943 major, minor, supported ? "is" : "is not");
4944
4945 return supported;
4946}
4947
4948static void wl12xx_derive_mac_addresses(struct wl1271 *wl,
4949 u32 oui, u32 nic, int n)
4950{
4951 int i;
4952
4953 wl1271_debug(DEBUG_PROBE, "base address: oui %06x nic %06x, n %d",
4954 oui, nic, n);
4955
4956 if (nic + n - 1 > 0xffffff)
4957 wl1271_warning("NIC part of the MAC address wraps around!");
4958
4959 for (i = 0; i < n; i++) {
4960 wl->addresses[i].addr[0] = (u8)(oui >> 16);
4961 wl->addresses[i].addr[1] = (u8)(oui >> 8);
4962 wl->addresses[i].addr[2] = (u8) oui;
4963 wl->addresses[i].addr[3] = (u8)(nic >> 16);
4964 wl->addresses[i].addr[4] = (u8)(nic >> 8);
4965 wl->addresses[i].addr[5] = (u8) nic;
4966 nic++;
4967 }
4968
4969 wl->hw->wiphy->n_addresses = n;
4970 wl->hw->wiphy->addresses = wl->addresses;
4971}
4972
4973static void wl12xx_get_fuse_mac(struct wl1271 *wl)
4974{
4975 u32 mac1, mac2;
4976
4977 wl1271_set_partition(wl, &wl12xx_part_table[PART_DRPW]);
4978
4979 mac1 = wl1271_read32(wl, WL12XX_REG_FUSE_BD_ADDR_1);
4980 mac2 = wl1271_read32(wl, WL12XX_REG_FUSE_BD_ADDR_2);
4981
4982 /* these are the two parts of the BD_ADDR */
4983 wl->fuse_oui_addr = ((mac2 & 0xffff) << 8) +
4984 ((mac1 & 0xff000000) >> 24);
4985 wl->fuse_nic_addr = mac1 & 0xffffff;
4986
4987 wl1271_set_partition(wl, &wl12xx_part_table[PART_DOWN]);
4988}
4989
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02004990static int wl12xx_get_hw_info(struct wl1271 *wl)
4991{
4992 int ret;
4993 u32 die_info;
4994
4995 ret = wl12xx_set_power_on(wl);
4996 if (ret < 0)
4997 goto out;
4998
4999 wl->chip.id = wl1271_read32(wl, CHIP_ID_B);
5000
5001 if (wl->chip.id == CHIP_ID_1283_PG20)
5002 die_info = wl1271_top_reg_read(wl, WL128X_REG_FUSE_DATA_2_1);
5003 else
5004 die_info = wl1271_top_reg_read(wl, WL127X_REG_FUSE_DATA_2_1);
5005
5006 wl->hw_pg_ver = (s8) (die_info & PG_VER_MASK) >> PG_VER_OFFSET;
5007
Luciano Coelho5e037e72011-12-23 09:32:17 +02005008 if (!wl12xx_mac_in_fuse(wl)) {
5009 wl->fuse_oui_addr = 0;
5010 wl->fuse_nic_addr = 0;
5011 } else {
5012 wl12xx_get_fuse_mac(wl);
5013 }
5014
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02005015 wl1271_power_off(wl);
5016out:
5017 return ret;
5018}
5019
Felipe Balbi4b32a2c2011-10-06 10:46:20 +03005020static int wl1271_register_hw(struct wl1271 *wl)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005021{
5022 int ret;
Luciano Coelho5e037e72011-12-23 09:32:17 +02005023 u32 oui_addr = 0, nic_addr = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005024
5025 if (wl->mac80211_registered)
5026 return 0;
5027
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02005028 ret = wl12xx_get_hw_info(wl);
5029 if (ret < 0) {
5030 wl1271_error("couldn't get hw info");
5031 goto out;
5032 }
5033
Arik Nemtsov31d26ec2010-10-16 21:49:52 +02005034 ret = wl1271_fetch_nvs(wl);
5035 if (ret == 0) {
Shahar Levibc765bf2011-03-06 16:32:10 +02005036 /* NOTE: The wl->nvs->nvs element must be first, in
5037 * order to simplify the casting, we assume it is at
5038 * the beginning of the wl->nvs structure.
5039 */
5040 u8 *nvs_ptr = (u8 *)wl->nvs;
Arik Nemtsov31d26ec2010-10-16 21:49:52 +02005041
Luciano Coelho5e037e72011-12-23 09:32:17 +02005042 oui_addr =
5043 (nvs_ptr[11] << 16) + (nvs_ptr[10] << 8) + nvs_ptr[6];
5044 nic_addr =
5045 (nvs_ptr[5] << 16) + (nvs_ptr[4] << 8) + nvs_ptr[3];
Arik Nemtsov31d26ec2010-10-16 21:49:52 +02005046 }
5047
Luciano Coelho5e037e72011-12-23 09:32:17 +02005048 /* if the MAC address is zeroed in the NVS derive from fuse */
5049 if (oui_addr == 0 && nic_addr == 0) {
5050 oui_addr = wl->fuse_oui_addr;
5051 /* fuse has the BD_ADDR, the WLAN addresses are the next two */
5052 nic_addr = wl->fuse_nic_addr + 1;
5053 }
5054
5055 wl12xx_derive_mac_addresses(wl, oui_addr, nic_addr, 2);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005056
5057 ret = ieee80211_register_hw(wl->hw);
5058 if (ret < 0) {
5059 wl1271_error("unable to register mac80211 hw: %d", ret);
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02005060 goto out;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005061 }
5062
5063 wl->mac80211_registered = true;
5064
Eliad Pellerd60080a2010-11-24 12:53:16 +02005065 wl1271_debugfs_init(wl);
5066
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005067 wl1271_notice("loaded");
5068
Luciano Coelho30c5dbd2012-01-18 14:53:22 +02005069out:
5070 return ret;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005071}
5072
Felipe Balbi4b32a2c2011-10-06 10:46:20 +03005073static void wl1271_unregister_hw(struct wl1271 *wl)
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005074{
Eliad Peller3fcdab72012-02-06 12:47:54 +02005075 if (wl->plt)
Ido Yarivf3df1332012-01-11 09:42:39 +02005076 wl1271_plt_stop(wl);
Juuso Oikarinen4ae3fa82011-01-14 12:48:46 +01005077
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005078 ieee80211_unregister_hw(wl->hw);
5079 wl->mac80211_registered = false;
5080
5081}
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005082
Felipe Balbi4b32a2c2011-10-06 10:46:20 +03005083static int wl1271_init_ieee80211(struct wl1271 *wl)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005084{
Juuso Oikarinen7a557242010-09-27 12:42:07 +02005085 static const u32 cipher_suites[] = {
5086 WLAN_CIPHER_SUITE_WEP40,
5087 WLAN_CIPHER_SUITE_WEP104,
5088 WLAN_CIPHER_SUITE_TKIP,
5089 WLAN_CIPHER_SUITE_CCMP,
5090 WL1271_CIPHER_SUITE_GEM,
5091 };
5092
Juuso Oikarinen1e2b7972009-10-08 21:56:20 +03005093 /* The tx descriptor buffer and the TKIP space. */
Eliad Peller5ec8a442012-02-02 12:22:09 +02005094 wl->hw->extra_tx_headroom = WL1271_EXTRA_SPACE_TKIP +
Juuso Oikarinen1e2b7972009-10-08 21:56:20 +03005095 sizeof(struct wl1271_tx_hw_descr);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005096
5097 /* unit us */
5098 /* FIXME: find a proper value */
5099 wl->hw->channel_change_time = 10000;
Juuso Oikarinen50c500a2010-04-01 11:38:22 +03005100 wl->hw->max_listen_interval = wl->conf.conn.max_listen_interval;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005101
5102 wl->hw->flags = IEEE80211_HW_SIGNAL_DBM |
Juuso Oikarinen0a343322010-02-22 08:38:41 +02005103 IEEE80211_HW_SUPPORTS_PS |
Eyal Shapiraf1d63a52012-01-31 11:57:21 +02005104 IEEE80211_HW_SUPPORTS_DYNAMIC_PS |
Kalle Valo4695dc92010-03-18 12:26:38 +02005105 IEEE80211_HW_SUPPORTS_UAPSD |
Juuso Oikarinena9af0922010-03-26 12:53:30 +02005106 IEEE80211_HW_HAS_RATE_CONTROL |
Juuso Oikarinen00236aed2010-04-09 11:07:30 +03005107 IEEE80211_HW_CONNECTION_MONITOR |
Luciano Coelho25eaea302011-05-02 12:37:33 +03005108 IEEE80211_HW_REPORTS_TX_ACK_STATUS |
Shahar Levifcd23b62011-05-11 12:12:56 +03005109 IEEE80211_HW_SPECTRUM_MGMT |
Arik Nemtsov93f8c8e2011-08-30 09:34:01 +03005110 IEEE80211_HW_AP_LINK_PS |
5111 IEEE80211_HW_AMPDU_AGGREGATION |
Eliad Peller79aba1b2012-02-02 13:15:35 +02005112 IEEE80211_HW_TX_AMPDU_SETUP_IN_HW |
5113 IEEE80211_HW_SCAN_WHILE_IDLE;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005114
Juuso Oikarinen7a557242010-09-27 12:42:07 +02005115 wl->hw->wiphy->cipher_suites = cipher_suites;
5116 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
5117
Juuso Oikarinene0d8bbf2009-12-11 15:41:04 +02005118 wl->hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
Eliad Peller045c7452011-08-28 15:23:01 +03005119 BIT(NL80211_IFTYPE_ADHOC) | BIT(NL80211_IFTYPE_AP) |
5120 BIT(NL80211_IFTYPE_P2P_CLIENT) | BIT(NL80211_IFTYPE_P2P_GO);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005121 wl->hw->wiphy->max_scan_ssids = 1;
Luciano Coelho221737d2011-09-02 14:28:22 +03005122 wl->hw->wiphy->max_sched_scan_ssids = 16;
5123 wl->hw->wiphy->max_match_sets = 16;
Guy Eilamea559b42010-12-09 16:54:59 +02005124 /*
5125 * Maximum length of elements in scanning probe request templates
5126 * should be the maximum length possible for a template, without
5127 * the IEEE80211 header of the template
5128 */
Ido Reisc08e3712012-02-02 13:54:27 +02005129 wl->hw->wiphy->max_scan_ie_len = WL1271_CMD_TEMPL_MAX_SIZE -
Guy Eilamea559b42010-12-09 16:54:59 +02005130 sizeof(struct ieee80211_header);
Luciano Coelhoa8aaaf52011-01-11 18:25:18 +01005131
Ido Reisc08e3712012-02-02 13:54:27 +02005132 wl->hw->wiphy->max_sched_scan_ie_len = WL1271_CMD_TEMPL_MAX_SIZE -
Luciano Coelhoc9e79a42011-09-27 16:22:35 +03005133 sizeof(struct ieee80211_header);
5134
Eliad Peller1ec23f72011-08-25 14:26:54 +03005135 wl->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD;
5136
Luciano Coelho4a31c112011-03-21 23:16:14 +02005137 /* make sure all our channels fit in the scanned_ch bitmask */
5138 BUILD_BUG_ON(ARRAY_SIZE(wl1271_channels) +
5139 ARRAY_SIZE(wl1271_channels_5ghz) >
5140 WL1271_MAX_CHANNELS);
Luciano Coelhoa8aaaf52011-01-11 18:25:18 +01005141 /*
5142 * We keep local copies of the band structs because we need to
5143 * modify them on a per-device basis.
5144 */
5145 memcpy(&wl->bands[IEEE80211_BAND_2GHZ], &wl1271_band_2ghz,
5146 sizeof(wl1271_band_2ghz));
5147 memcpy(&wl->bands[IEEE80211_BAND_5GHZ], &wl1271_band_5ghz,
5148 sizeof(wl1271_band_5ghz));
5149
5150 wl->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
5151 &wl->bands[IEEE80211_BAND_2GHZ];
5152 wl->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
5153 &wl->bands[IEEE80211_BAND_5GHZ];
Teemu Paasikivi1ebec3d2009-10-13 12:47:48 +03005154
Kalle Valo12bd8942010-03-18 12:26:33 +02005155 wl->hw->queues = 4;
Juuso Oikarinen31627dc2010-03-26 12:53:12 +02005156 wl->hw->max_rates = 1;
Kalle Valo12bd8942010-03-18 12:26:33 +02005157
Juuso Oikarinenb7417d92010-11-10 11:27:19 +01005158 wl->hw->wiphy->reg_notifier = wl1271_reg_notify;
5159
Arik Nemtsov9c1b1902011-11-08 18:46:55 +02005160 /* the FW answers probe-requests in AP-mode */
5161 wl->hw->wiphy->flags |= WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD;
5162 wl->hw->wiphy->probe_resp_offload =
5163 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS |
5164 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 |
5165 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P;
5166
Felipe Balbia390e852011-10-06 10:07:44 +03005167 SET_IEEE80211_DEV(wl->hw, wl->dev);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005168
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02005169 wl->hw->sta_data_size = sizeof(struct wl1271_station);
Eliad Peller87fbcb02011-10-05 11:55:41 +02005170 wl->hw->vif_data_size = sizeof(struct wl12xx_vif);
Arik Nemtsovf84f7d72010-10-16 20:21:23 +02005171
Luciano Coelho4c9cfa72011-01-12 14:27:03 +01005172 wl->hw->max_rx_aggregation_subframes = 8;
5173
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005174 return 0;
5175}
5176
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005177#define WL1271_DEFAULT_CHANNEL 0
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005178
Felipe Balbi4b32a2c2011-10-06 10:46:20 +03005179static struct ieee80211_hw *wl1271_alloc_hw(void)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005180{
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005181 struct ieee80211_hw *hw;
5182 struct wl1271 *wl;
Arik Nemtsova8c0ddb2011-02-23 00:22:26 +02005183 int i, j, ret;
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005184 unsigned int order;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005185
Eliad Pellerc7ffb902011-10-05 11:56:05 +02005186 BUILD_BUG_ON(AP_MAX_STATIONS > WL12XX_MAX_LINKS);
Arik Nemtsovf80c2d12011-09-22 09:52:05 +03005187
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005188 hw = ieee80211_alloc_hw(sizeof(*wl), &wl1271_ops);
5189 if (!hw) {
5190 wl1271_error("could not alloc ieee80211_hw");
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005191 ret = -ENOMEM;
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005192 goto err_hw_alloc;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005193 }
5194
5195 wl = hw->priv;
5196 memset(wl, 0, sizeof(*wl));
5197
Eliad Peller87627212011-10-10 10:12:54 +02005198 INIT_LIST_HEAD(&wl->wlvif_list);
Juuso Oikarinen01c09162009-10-13 12:47:55 +03005199
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005200 wl->hw = hw;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005201
Juuso Oikarinen6742f552010-12-13 09:52:37 +02005202 for (i = 0; i < NUM_TX_QUEUES; i++)
Eliad Pellerc7ffb902011-10-05 11:56:05 +02005203 for (j = 0; j < WL12XX_MAX_LINKS; j++)
Arik Nemtsova8c0ddb2011-02-23 00:22:26 +02005204 skb_queue_head_init(&wl->links[j].tx_queue[i]);
5205
Ido Yariva6208652011-03-01 15:14:41 +02005206 skb_queue_head_init(&wl->deferred_rx_queue);
5207 skb_queue_head_init(&wl->deferred_tx_queue);
5208
Juuso Oikarinen37b70a82009-10-08 21:56:21 +03005209 INIT_DELAYED_WORK(&wl->elp_work, wl1271_elp_work);
Ido Yariva6208652011-03-01 15:14:41 +02005210 INIT_WORK(&wl->netstack_work, wl1271_netstack_work);
Juuso Oikarinen117b38d2010-09-30 10:43:28 +02005211 INIT_WORK(&wl->tx_work, wl1271_tx_work);
5212 INIT_WORK(&wl->recovery_work, wl1271_recovery_work);
5213 INIT_DELAYED_WORK(&wl->scan_complete_work, wl1271_scan_complete_work);
Eliad Peller77ddaa12011-05-15 11:10:29 +03005214
Eliad Peller92ef8962011-06-07 12:50:46 +03005215 wl->freezable_wq = create_freezable_workqueue("wl12xx_wq");
5216 if (!wl->freezable_wq) {
5217 ret = -ENOMEM;
5218 goto err_hw;
5219 }
5220
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005221 wl->channel = WL1271_DEFAULT_CHANNEL;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005222 wl->rx_counter = 0;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005223 wl->power_level = WL1271_DEFAULT_POWER_LEVEL;
Juuso Oikarinen8a5a37a2009-10-08 21:56:24 +03005224 wl->band = IEEE80211_BAND_2GHZ;
Juuso Oikarinen830fb672009-12-11 15:41:06 +02005225 wl->flags = 0;
Juuso Oikarinen7fc3a862010-03-18 12:26:32 +02005226 wl->sg_enabled = true;
Juuso Oikarinend717fd62010-05-07 11:38:58 +03005227 wl->hw_pg_ver = -1;
Arik Nemtsovb622d992011-02-23 00:22:31 +02005228 wl->ap_ps_map = 0;
5229 wl->ap_fw_ps_map = 0;
Ido Yariv606ea9f2011-03-01 15:14:39 +02005230 wl->quirks = 0;
Ido Yariv341b7cd2011-03-31 10:07:01 +02005231 wl->platform_quirks = 0;
Luciano Coelho33c2c062011-05-10 14:46:02 +03005232 wl->sched_scanning = false;
Guy Eilame9eb8cb2011-08-16 19:49:12 +03005233 wl->tx_spare_blocks = TX_HW_BLOCK_SPARE_DEFAULT;
Eliad Pellerf4df1bd2011-08-14 13:17:15 +03005234 wl->system_hlid = WL12XX_SYSTEM_HLID;
Arik Nemtsovda032092011-08-25 12:43:15 +03005235 wl->active_sta_count = 0;
Ido Yariv95dac04f2011-06-06 14:57:06 +03005236 wl->fwlog_size = 0;
5237 init_waitqueue_head(&wl->fwlog_waitq);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005238
Eliad Pellerf4df1bd2011-08-14 13:17:15 +03005239 /* The system link is always allocated */
5240 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map);
5241
Ido Yariv25eeb9e2010-10-12 16:20:06 +02005242 memset(wl->tx_frames_map, 0, sizeof(wl->tx_frames_map));
Juuso Oikarinenbe7078c2009-10-08 21:56:26 +03005243 for (i = 0; i < ACX_TX_DESCRIPTORS; i++)
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005244 wl->tx_frames[i] = NULL;
5245
5246 spin_lock_init(&wl->wl_lock);
5247
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005248 wl->state = WL1271_STATE_OFF;
Eliad Peller3fcdab72012-02-06 12:47:54 +02005249 wl->fw_type = WL12XX_FW_TYPE_NONE;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03005250 mutex_init(&wl->mutex);
5251
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005252 /* Apply default driver configuration. */
5253 wl1271_conf_init(wl);
5254
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005255 order = get_order(WL1271_AGGR_BUFFER_SIZE);
5256 wl->aggr_buf = (u8 *)__get_free_pages(GFP_KERNEL, order);
5257 if (!wl->aggr_buf) {
5258 ret = -ENOMEM;
Eliad Peller92ef8962011-06-07 12:50:46 +03005259 goto err_wq;
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005260 }
5261
Ido Yariv990f5de2011-03-31 10:06:59 +02005262 wl->dummy_packet = wl12xx_alloc_dummy_packet(wl);
5263 if (!wl->dummy_packet) {
5264 ret = -ENOMEM;
5265 goto err_aggr;
5266 }
5267
Ido Yariv95dac04f2011-06-06 14:57:06 +03005268 /* Allocate one page for the FW log */
5269 wl->fwlog = (u8 *)get_zeroed_page(GFP_KERNEL);
5270 if (!wl->fwlog) {
5271 ret = -ENOMEM;
5272 goto err_dummy_packet;
5273 }
5274
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005275 return hw;
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005276
Ido Yariv990f5de2011-03-31 10:06:59 +02005277err_dummy_packet:
5278 dev_kfree_skb(wl->dummy_packet);
5279
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005280err_aggr:
5281 free_pages((unsigned long)wl->aggr_buf, order);
5282
Eliad Peller92ef8962011-06-07 12:50:46 +03005283err_wq:
5284 destroy_workqueue(wl->freezable_wq);
5285
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005286err_hw:
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005287 wl1271_debugfs_exit(wl);
Teemu Paasikivi3b56dd62010-03-18 12:26:46 +02005288 ieee80211_free_hw(hw);
5289
5290err_hw_alloc:
5291
Juuso Oikarinena1dd8182010-03-18 12:26:31 +02005292 return ERR_PTR(ret);
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005293}
5294
Felipe Balbi4b32a2c2011-10-06 10:46:20 +03005295static int wl1271_free_hw(struct wl1271 *wl)
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005296{
Ido Yariv95dac04f2011-06-06 14:57:06 +03005297 /* Unblock any fwlog readers */
5298 mutex_lock(&wl->mutex);
5299 wl->fwlog_size = -1;
5300 wake_up_interruptible_all(&wl->fwlog_waitq);
5301 mutex_unlock(&wl->mutex);
5302
Felipe Balbif79f8902011-10-06 13:05:25 +03005303 device_remove_bin_file(wl->dev, &fwlog_attr);
Gery Kahn6f07b722011-07-18 14:21:49 +03005304
Felipe Balbif79f8902011-10-06 13:05:25 +03005305 device_remove_file(wl->dev, &dev_attr_hw_pg_ver);
Gery Kahn6f07b722011-07-18 14:21:49 +03005306
Felipe Balbif79f8902011-10-06 13:05:25 +03005307 device_remove_file(wl->dev, &dev_attr_bt_coex_state);
Ido Yariv95dac04f2011-06-06 14:57:06 +03005308 free_page((unsigned long)wl->fwlog);
Ido Yariv990f5de2011-03-31 10:06:59 +02005309 dev_kfree_skb(wl->dummy_packet);
Ido Yariv1f37cbc2010-09-30 13:28:27 +02005310 free_pages((unsigned long)wl->aggr_buf,
5311 get_order(WL1271_AGGR_BUFFER_SIZE));
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005312
5313 wl1271_debugfs_exit(wl);
5314
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005315 vfree(wl->fw);
5316 wl->fw = NULL;
Eliad Peller3fcdab72012-02-06 12:47:54 +02005317 wl->fw_type = WL12XX_FW_TYPE_NONE;
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005318 kfree(wl->nvs);
5319 wl->nvs = NULL;
5320
5321 kfree(wl->fw_status);
5322 kfree(wl->tx_res_if);
Eliad Peller92ef8962011-06-07 12:50:46 +03005323 destroy_workqueue(wl->freezable_wq);
Teemu Paasikivic332a4b2010-02-18 13:25:57 +02005324
5325 ieee80211_free_hw(wl->hw);
5326
5327 return 0;
5328}
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +02005329
Felipe Balbia390e852011-10-06 10:07:44 +03005330static irqreturn_t wl12xx_hardirq(int irq, void *cookie)
5331{
5332 struct wl1271 *wl = cookie;
5333 unsigned long flags;
5334
5335 wl1271_debug(DEBUG_IRQ, "IRQ");
5336
5337 /* complete the ELP completion */
5338 spin_lock_irqsave(&wl->wl_lock, flags);
5339 set_bit(WL1271_FLAG_IRQ_RUNNING, &wl->flags);
5340 if (wl->elp_compl) {
5341 complete(wl->elp_compl);
5342 wl->elp_compl = NULL;
5343 }
5344
5345 if (test_bit(WL1271_FLAG_SUSPENDED, &wl->flags)) {
5346 /* don't enqueue a work right now. mark it as pending */
5347 set_bit(WL1271_FLAG_PENDING_WORK, &wl->flags);
5348 wl1271_debug(DEBUG_IRQ, "should not enqueue work");
5349 disable_irq_nosync(wl->irq);
5350 pm_wakeup_event(wl->dev, 0);
5351 spin_unlock_irqrestore(&wl->wl_lock, flags);
5352 return IRQ_HANDLED;
5353 }
5354 spin_unlock_irqrestore(&wl->wl_lock, flags);
5355
5356 return IRQ_WAKE_THREAD;
5357}
5358
Felipe Balbice2a2172011-10-05 14:12:55 +03005359static int __devinit wl12xx_probe(struct platform_device *pdev)
5360{
Felipe Balbia390e852011-10-06 10:07:44 +03005361 struct wl12xx_platform_data *pdata = pdev->dev.platform_data;
5362 struct ieee80211_hw *hw;
5363 struct wl1271 *wl;
5364 unsigned long irqflags;
5365 int ret = -ENODEV;
5366
5367 hw = wl1271_alloc_hw();
5368 if (IS_ERR(hw)) {
5369 wl1271_error("can't allocate hw");
5370 ret = PTR_ERR(hw);
5371 goto out;
5372 }
5373
5374 wl = hw->priv;
5375 wl->irq = platform_get_irq(pdev, 0);
5376 wl->ref_clock = pdata->board_ref_clock;
5377 wl->tcxo_clock = pdata->board_tcxo_clock;
5378 wl->platform_quirks = pdata->platform_quirks;
5379 wl->set_power = pdata->set_power;
5380 wl->dev = &pdev->dev;
5381 wl->if_ops = pdata->ops;
5382
5383 platform_set_drvdata(pdev, wl);
5384
5385 if (wl->platform_quirks & WL12XX_PLATFORM_QUIRK_EDGE_IRQ)
5386 irqflags = IRQF_TRIGGER_RISING;
5387 else
5388 irqflags = IRQF_TRIGGER_HIGH | IRQF_ONESHOT;
5389
5390 ret = request_threaded_irq(wl->irq, wl12xx_hardirq, wl1271_irq,
5391 irqflags,
5392 pdev->name, wl);
5393 if (ret < 0) {
5394 wl1271_error("request_irq() failed: %d", ret);
5395 goto out_free_hw;
5396 }
5397
5398 ret = enable_irq_wake(wl->irq);
5399 if (!ret) {
5400 wl->irq_wake_enabled = true;
5401 device_init_wakeup(wl->dev, 1);
5402 if (pdata->pwr_in_suspend)
5403 hw->wiphy->wowlan.flags = WIPHY_WOWLAN_ANY;
5404
5405 }
5406 disable_irq(wl->irq);
5407
5408 ret = wl1271_init_ieee80211(wl);
5409 if (ret)
5410 goto out_irq;
5411
5412 ret = wl1271_register_hw(wl);
5413 if (ret)
5414 goto out_irq;
5415
Felipe Balbif79f8902011-10-06 13:05:25 +03005416 /* Create sysfs file to control bt coex state */
5417 ret = device_create_file(wl->dev, &dev_attr_bt_coex_state);
5418 if (ret < 0) {
5419 wl1271_error("failed to create sysfs file bt_coex_state");
5420 goto out_irq;
5421 }
5422
5423 /* Create sysfs file to get HW PG version */
5424 ret = device_create_file(wl->dev, &dev_attr_hw_pg_ver);
5425 if (ret < 0) {
5426 wl1271_error("failed to create sysfs file hw_pg_ver");
5427 goto out_bt_coex_state;
5428 }
5429
5430 /* Create sysfs file for the FW log */
5431 ret = device_create_bin_file(wl->dev, &fwlog_attr);
5432 if (ret < 0) {
5433 wl1271_error("failed to create sysfs file fwlog");
5434 goto out_hw_pg_ver;
5435 }
5436
Felipe Balbice2a2172011-10-05 14:12:55 +03005437 return 0;
Felipe Balbia390e852011-10-06 10:07:44 +03005438
Felipe Balbif79f8902011-10-06 13:05:25 +03005439out_hw_pg_ver:
5440 device_remove_file(wl->dev, &dev_attr_hw_pg_ver);
5441
5442out_bt_coex_state:
5443 device_remove_file(wl->dev, &dev_attr_bt_coex_state);
5444
Felipe Balbia390e852011-10-06 10:07:44 +03005445out_irq:
5446 free_irq(wl->irq, wl);
5447
5448out_free_hw:
5449 wl1271_free_hw(wl);
5450
5451out:
5452 return ret;
Felipe Balbice2a2172011-10-05 14:12:55 +03005453}
5454
5455static int __devexit wl12xx_remove(struct platform_device *pdev)
5456{
Felipe Balbia390e852011-10-06 10:07:44 +03005457 struct wl1271 *wl = platform_get_drvdata(pdev);
5458
5459 if (wl->irq_wake_enabled) {
5460 device_init_wakeup(wl->dev, 0);
5461 disable_irq_wake(wl->irq);
5462 }
5463 wl1271_unregister_hw(wl);
5464 free_irq(wl->irq, wl);
5465 wl1271_free_hw(wl);
5466
Felipe Balbice2a2172011-10-05 14:12:55 +03005467 return 0;
5468}
5469
5470static const struct platform_device_id wl12xx_id_table[] __devinitconst = {
Luciano Coelhoccb62002011-10-07 15:54:15 +03005471 { "wl12xx", 0 },
Felipe Balbice2a2172011-10-05 14:12:55 +03005472 { } /* Terminating Entry */
5473};
5474MODULE_DEVICE_TABLE(platform, wl12xx_id_table);
5475
5476static struct platform_driver wl12xx_driver = {
5477 .probe = wl12xx_probe,
5478 .remove = __devexit_p(wl12xx_remove),
5479 .id_table = wl12xx_id_table,
5480 .driver = {
Luciano Coelhoccb62002011-10-07 15:54:15 +03005481 .name = "wl12xx_driver",
Felipe Balbice2a2172011-10-05 14:12:55 +03005482 .owner = THIS_MODULE,
5483 }
5484};
5485
5486static int __init wl12xx_init(void)
5487{
5488 return platform_driver_register(&wl12xx_driver);
5489}
5490module_init(wl12xx_init);
5491
5492static void __exit wl12xx_exit(void)
5493{
5494 platform_driver_unregister(&wl12xx_driver);
5495}
5496module_exit(wl12xx_exit);
5497
Guy Eilam491bbd62011-01-12 10:33:29 +01005498u32 wl12xx_debug_level = DEBUG_NONE;
Eliad Peller17c17552010-12-12 12:15:35 +02005499EXPORT_SYMBOL_GPL(wl12xx_debug_level);
Guy Eilam491bbd62011-01-12 10:33:29 +01005500module_param_named(debug_level, wl12xx_debug_level, uint, S_IRUSR | S_IWUSR);
Eliad Peller17c17552010-12-12 12:15:35 +02005501MODULE_PARM_DESC(debug_level, "wl12xx debugging level");
5502
Ido Yariv95dac04f2011-06-06 14:57:06 +03005503module_param_named(fwlog, fwlog_param, charp, 0);
Luciano Coelho2c882fa2012-02-07 12:37:33 +02005504MODULE_PARM_DESC(fwlog,
Ido Yariv95dac04f2011-06-06 14:57:06 +03005505 "FW logger options: continuous, ondemand, dbgpins or disable");
5506
Eliad Peller2a5bff02011-08-25 18:10:59 +03005507module_param(bug_on_recovery, bool, S_IRUSR | S_IWUSR);
5508MODULE_PARM_DESC(bug_on_recovery, "BUG() on fw recovery");
5509
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +02005510MODULE_LICENSE("GPL");
Luciano Coelhob1a48ca2011-02-22 14:19:28 +02005511MODULE_AUTHOR("Luciano Coelho <coelho@ti.com>");
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +02005512MODULE_AUTHOR("Juuso Oikarinen <juuso.oikarinen@nokia.com>");