blob: 8cf246b695c45d5ab87183f53be00cd6a27191ab [file] [log] [blame]
Johannes Berg8ca151b2013-01-24 14:25:36 +01001/******************************************************************************
2 *
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
5 *
6 * GPL LICENSE SUMMARY
7 *
Emmanuel Grumbach51368bf2013-12-30 13:15:54 +02008 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
Johannes Berg8b4139d2014-07-24 14:05:26 +02009 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
Johannes Berg8ca151b2013-01-24 14:25:36 +010010 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of version 2 of the GNU General Public License as
13 * published by the Free Software Foundation.
14 *
15 * This program is distributed in the hope that it will be useful, but
16 * WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
23 * USA
24 *
25 * The full GNU General Public License is included in this distribution
Emmanuel Grumbach410dc5a2013-02-18 09:22:28 +020026 * in the file called COPYING.
Johannes Berg8ca151b2013-01-24 14:25:36 +010027 *
28 * Contact Information:
29 * Intel Linux Wireless <ilw@linux.intel.com>
30 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
31 *
32 * BSD LICENSE
33 *
Emmanuel Grumbach51368bf2013-12-30 13:15:54 +020034 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
Johannes Berg8b4139d2014-07-24 14:05:26 +020035 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
Johannes Berg8ca151b2013-01-24 14:25:36 +010036 * All rights reserved.
37 *
38 * Redistribution and use in source and binary forms, with or without
39 * modification, are permitted provided that the following conditions
40 * are met:
41 *
42 * * Redistributions of source code must retain the above copyright
43 * notice, this list of conditions and the following disclaimer.
44 * * Redistributions in binary form must reproduce the above copyright
45 * notice, this list of conditions and the following disclaimer in
46 * the documentation and/or other materials provided with the
47 * distribution.
48 * * Neither the name Intel Corporation nor the names of its
49 * contributors may be used to endorse or promote products derived
50 * from this software without specific prior written permission.
51 *
52 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
53 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
54 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
55 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
56 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
57 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
58 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
59 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
60 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
61 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63 *
64 *****************************************************************************/
65
66#include <linux/jiffies.h>
67#include <net/mac80211.h>
68
69#include "iwl-notif-wait.h"
70#include "iwl-trans.h"
71#include "fw-api.h"
72#include "time-event.h"
73#include "mvm.h"
74#include "iwl-io.h"
75#include "iwl-prph.h"
76
Ilan Peere635c792013-02-13 11:05:18 +020077/*
78 * For the high priority TE use a time event type that has similar priority to
79 * the FW's action scan priority.
Ilan Peer456f6dd2013-02-04 14:09:37 +020080 */
Ilan Peere635c792013-02-13 11:05:18 +020081#define IWL_MVM_ROC_TE_TYPE_NORMAL TE_P2P_DEVICE_DISCOVERABLE
82#define IWL_MVM_ROC_TE_TYPE_MGMT_TX TE_P2P_CLIENT_ASSOC
Ilan Peer456f6dd2013-02-04 14:09:37 +020083
Johannes Berg8ca151b2013-01-24 14:25:36 +010084void iwl_mvm_te_clear_data(struct iwl_mvm *mvm,
85 struct iwl_mvm_time_event_data *te_data)
86{
87 lockdep_assert_held(&mvm->time_event_lock);
88
89 if (te_data->id == TE_MAX)
90 return;
91
92 list_del(&te_data->list);
93 te_data->running = false;
94 te_data->uid = 0;
95 te_data->id = TE_MAX;
96 te_data->vif = NULL;
97}
98
99void iwl_mvm_roc_done_wk(struct work_struct *wk)
100{
101 struct iwl_mvm *mvm = container_of(wk, struct iwl_mvm, roc_done_wk);
Ariej Marjiehb1128892014-07-16 21:11:12 +0300102 u32 queues = 0;
103
104 /*
105 * Clear the ROC_RUNNING /ROC_AUX_RUNNING status bit.
106 * This will cause the TX path to drop offchannel transmissions.
107 * That would also be done by mac80211, but it is racy, in particular
108 * in the case that the time event actually completed in the firmware
109 * (which is handled in iwl_mvm_te_handle_notif).
110 */
111 if (test_and_clear_bit(IWL_MVM_STATUS_ROC_RUNNING, &mvm->status))
112 queues |= BIT(IWL_MVM_OFFCHANNEL_QUEUE);
113 if (test_and_clear_bit(IWL_MVM_STATUS_ROC_AUX_RUNNING, &mvm->status))
114 queues |= BIT(mvm->aux_queue);
115
116 iwl_mvm_unref(mvm, IWL_MVM_REF_ROC);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100117
118 synchronize_net();
119
120 /*
121 * Flush the offchannel queue -- this is called when the time
122 * event finishes or is cancelled, so that frames queued for it
123 * won't get stuck on the queue and be transmitted in the next
124 * time event.
125 * We have to send the command asynchronously since this cannot
126 * be under the mutex for locking reasons, but that's not an
127 * issue as it will have to complete before the next command is
128 * executed, and a new time event means a new command.
129 */
Ariej Marjiehb1128892014-07-16 21:11:12 +0300130 iwl_mvm_flush_tx_path(mvm, queues, false);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100131}
132
133static void iwl_mvm_roc_finished(struct iwl_mvm *mvm)
134{
135 /*
Johannes Berg8ca151b2013-01-24 14:25:36 +0100136 * Of course, our status bit is just as racy as mac80211, so in
137 * addition, fire off the work struct which will drop all frames
138 * from the hardware queues that made it through the race. First
139 * it will of course synchronize the TX path to make sure that
140 * any *new* TX will be rejected.
141 */
142 schedule_work(&mvm->roc_done_wk);
143}
144
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300145static void iwl_mvm_csa_noa_start(struct iwl_mvm *mvm)
146{
147 struct ieee80211_vif *csa_vif;
148
149 rcu_read_lock();
150
151 csa_vif = rcu_dereference(mvm->csa_vif);
152 if (!csa_vif || !csa_vif->csa_active)
153 goto out_unlock;
154
155 IWL_DEBUG_TE(mvm, "CSA NOA started\n");
156
157 /*
158 * CSA NoA is started but we still have beacons to
159 * transmit on the current channel.
160 * So we just do nothing here and the switch
161 * will be performed on the last TBTT.
162 */
163 if (!ieee80211_csa_is_complete(csa_vif)) {
164 IWL_WARN(mvm, "CSA NOA started too early\n");
165 goto out_unlock;
166 }
167
168 ieee80211_csa_finish(csa_vif);
169
170 rcu_read_unlock();
171
172 RCU_INIT_POINTER(mvm->csa_vif, NULL);
173
174 return;
175
176out_unlock:
177 rcu_read_unlock();
178}
179
Johannes Berg05739792013-07-25 18:39:30 +0200180static bool iwl_mvm_te_check_disconnect(struct iwl_mvm *mvm,
181 struct ieee80211_vif *vif,
182 const char *errmsg)
183{
184 if (vif->type != NL80211_IFTYPE_STATION)
185 return false;
186 if (vif->bss_conf.assoc && vif->bss_conf.dtim_period)
187 return false;
188 if (errmsg)
189 IWL_ERR(mvm, "%s\n", errmsg);
190 ieee80211_connection_loss(vif);
191 return true;
192}
193
Johannes Berg8ca151b2013-01-24 14:25:36 +0100194/*
195 * Handles a FW notification for an event that is known to the driver.
196 *
197 * @mvm: the mvm component
198 * @te_data: the time event data
199 * @notif: the notification data corresponding the time event data.
200 */
201static void iwl_mvm_te_handle_notif(struct iwl_mvm *mvm,
202 struct iwl_mvm_time_event_data *te_data,
203 struct iwl_time_event_notif *notif)
204{
205 lockdep_assert_held(&mvm->time_event_lock);
206
207 IWL_DEBUG_TE(mvm, "Handle time event notif - UID = 0x%x action %d\n",
208 le32_to_cpu(notif->unique_id),
209 le32_to_cpu(notif->action));
210
211 /*
212 * The FW sends the start/end time event notifications even for events
213 * that it fails to schedule. This is indicated in the status field of
214 * the notification. This happens in cases that the scheduler cannot
215 * find a schedule that can handle the event (for example requesting a
216 * P2P Device discoveribility, while there are other higher priority
217 * events in the system).
218 */
Emmanuel Grumbach9fc3fe92013-11-05 16:27:59 +0200219 if (!le32_to_cpu(notif->status)) {
220 bool start = le32_to_cpu(notif->action) &
221 TE_V2_NOTIF_HOST_EVENT_START;
222 IWL_WARN(mvm, "Time Event %s notification failure\n",
223 start ? "start" : "end");
Johannes Berg05739792013-07-25 18:39:30 +0200224 if (iwl_mvm_te_check_disconnect(mvm, te_data->vif, NULL)) {
225 iwl_mvm_te_clear_data(mvm, te_data);
226 return;
227 }
228 }
Johannes Berg8ca151b2013-01-24 14:25:36 +0100229
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300230 if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_END) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100231 IWL_DEBUG_TE(mvm,
232 "TE ended - current time %lu, estimated end %lu\n",
233 jiffies, te_data->end_jiffies);
234
235 if (te_data->vif->type == NL80211_IFTYPE_P2P_DEVICE) {
236 ieee80211_remain_on_channel_expired(mvm->hw);
237 iwl_mvm_roc_finished(mvm);
238 }
239
240 /*
241 * By now, we should have finished association
242 * and know the dtim period.
243 */
Johannes Berg05739792013-07-25 18:39:30 +0200244 iwl_mvm_te_check_disconnect(mvm, te_data->vif,
Linus Torvalds2e515bf2013-09-06 09:36:28 -0700245 "No association and the time event is over already...");
Johannes Berg8ca151b2013-01-24 14:25:36 +0100246 iwl_mvm_te_clear_data(mvm, te_data);
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300247 } else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100248 te_data->running = true;
Johannes Berge7f19352013-07-25 21:45:17 +0200249 te_data->end_jiffies = TU_TO_EXP_TIME(te_data->duration);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100250
251 if (te_data->vif->type == NL80211_IFTYPE_P2P_DEVICE) {
252 set_bit(IWL_MVM_STATUS_ROC_RUNNING, &mvm->status);
Eliad Peller9f45c362013-10-28 13:13:56 +0200253 iwl_mvm_ref(mvm, IWL_MVM_REF_ROC);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100254 ieee80211_ready_on_channel(mvm->hw);
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300255 } else if (te_data->vif->type == NL80211_IFTYPE_AP) {
256 if (le32_to_cpu(notif->status))
257 iwl_mvm_csa_noa_start(mvm);
258 else
259 IWL_DEBUG_TE(mvm, "CSA NOA failed to start\n");
260
261 /* we don't need it anymore */
262 iwl_mvm_te_clear_data(mvm, te_data);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100263 }
264 } else {
265 IWL_WARN(mvm, "Got TE with unknown action\n");
266 }
267}
268
269/*
Ariej Marjiehb1128892014-07-16 21:11:12 +0300270 * Handle A Aux ROC time event
271 */
272static int iwl_mvm_aux_roc_te_handle_notif(struct iwl_mvm *mvm,
273 struct iwl_time_event_notif *notif)
274{
275 struct iwl_mvm_time_event_data *te_data, *tmp;
276 bool aux_roc_te = false;
277
278 list_for_each_entry_safe(te_data, tmp, &mvm->aux_roc_te_list, list) {
279 if (le32_to_cpu(notif->unique_id) == te_data->uid) {
280 aux_roc_te = true;
281 break;
282 }
283 }
284 if (!aux_roc_te) /* Not a Aux ROC time event */
285 return -EINVAL;
286
287 if (!le32_to_cpu(notif->status)) {
288 IWL_DEBUG_TE(mvm,
289 "ERROR: Aux ROC Time Event %s notification failure\n",
290 (le32_to_cpu(notif->action) &
291 TE_V2_NOTIF_HOST_EVENT_START) ? "start" : "end");
292 return -EINVAL;
293 }
294
295 IWL_DEBUG_TE(mvm,
296 "Aux ROC time event notification - UID = 0x%x action %d\n",
297 le32_to_cpu(notif->unique_id),
298 le32_to_cpu(notif->action));
299
300 if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_END) {
301 /* End TE, notify mac80211 */
302 ieee80211_remain_on_channel_expired(mvm->hw);
303 iwl_mvm_roc_finished(mvm); /* flush aux queue */
304 list_del(&te_data->list); /* remove from list */
305 te_data->running = false;
306 te_data->vif = NULL;
307 te_data->uid = 0;
Matti Gottlieba6cc5162014-09-29 11:46:04 +0300308 te_data->id = TE_MAX;
Ariej Marjiehb1128892014-07-16 21:11:12 +0300309 } else if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_START) {
Ariej Marjiehb1128892014-07-16 21:11:12 +0300310 set_bit(IWL_MVM_STATUS_ROC_AUX_RUNNING, &mvm->status);
311 te_data->running = true;
312 ieee80211_ready_on_channel(mvm->hw); /* Start TE */
313 } else {
314 IWL_DEBUG_TE(mvm,
315 "ERROR: Unknown Aux ROC Time Event (action = %d)\n",
316 le32_to_cpu(notif->action));
317 return -EINVAL;
318 }
319
320 return 0;
321}
322
323/*
Johannes Berg8ca151b2013-01-24 14:25:36 +0100324 * The Rx handler for time event notifications
325 */
326int iwl_mvm_rx_time_event_notif(struct iwl_mvm *mvm,
327 struct iwl_rx_cmd_buffer *rxb,
328 struct iwl_device_cmd *cmd)
329{
330 struct iwl_rx_packet *pkt = rxb_addr(rxb);
331 struct iwl_time_event_notif *notif = (void *)pkt->data;
332 struct iwl_mvm_time_event_data *te_data, *tmp;
333
334 IWL_DEBUG_TE(mvm, "Time event notification - UID = 0x%x action %d\n",
335 le32_to_cpu(notif->unique_id),
336 le32_to_cpu(notif->action));
337
338 spin_lock_bh(&mvm->time_event_lock);
Ariej Marjiehb1128892014-07-16 21:11:12 +0300339 /* This time event is triggered for Aux ROC request */
340 if (!iwl_mvm_aux_roc_te_handle_notif(mvm, notif))
341 goto unlock;
342
Johannes Berg8ca151b2013-01-24 14:25:36 +0100343 list_for_each_entry_safe(te_data, tmp, &mvm->time_event_list, list) {
344 if (le32_to_cpu(notif->unique_id) == te_data->uid)
345 iwl_mvm_te_handle_notif(mvm, te_data, notif);
346 }
Ariej Marjiehb1128892014-07-16 21:11:12 +0300347unlock:
Johannes Berg8ca151b2013-01-24 14:25:36 +0100348 spin_unlock_bh(&mvm->time_event_lock);
349
350 return 0;
351}
352
Liad Kaufmand20d37b2014-07-06 17:14:39 +0300353static bool iwl_mvm_te_notif(struct iwl_notif_wait_data *notif_wait,
354 struct iwl_rx_packet *pkt, void *data)
355{
356 struct iwl_mvm *mvm =
357 container_of(notif_wait, struct iwl_mvm, notif_wait);
358 struct iwl_mvm_time_event_data *te_data = data;
359 struct iwl_time_event_notif *resp;
360 int resp_len = iwl_rx_packet_payload_len(pkt);
361
362 if (WARN_ON(pkt->hdr.cmd != TIME_EVENT_NOTIFICATION))
363 return true;
364
365 if (WARN_ON_ONCE(resp_len != sizeof(*resp))) {
366 IWL_ERR(mvm, "Invalid TIME_EVENT_NOTIFICATION response\n");
367 return true;
368 }
369
370 resp = (void *)pkt->data;
371
372 /* te_data->uid is already set in the TIME_EVENT_CMD response */
373 if (le32_to_cpu(resp->unique_id) != te_data->uid)
374 return false;
375
376 IWL_DEBUG_TE(mvm, "TIME_EVENT_NOTIFICATION response - UID = 0x%x\n",
377 te_data->uid);
378 if (!resp->status)
379 IWL_ERR(mvm,
380 "TIME_EVENT_NOTIFICATION received but not executed\n");
381
382 return true;
383}
384
Johannes Bergffdf9682013-01-29 15:28:17 +0100385static bool iwl_mvm_time_event_response(struct iwl_notif_wait_data *notif_wait,
386 struct iwl_rx_packet *pkt, void *data)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100387{
388 struct iwl_mvm *mvm =
389 container_of(notif_wait, struct iwl_mvm, notif_wait);
390 struct iwl_mvm_time_event_data *te_data = data;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100391 struct iwl_time_event_resp *resp;
Johannes Berg65b30342014-01-08 13:16:33 +0100392 int resp_len = iwl_rx_packet_payload_len(pkt);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100393
Johannes Bergffdf9682013-01-29 15:28:17 +0100394 if (WARN_ON(pkt->hdr.cmd != TIME_EVENT_CMD))
Johannes Berg8ca151b2013-01-24 14:25:36 +0100395 return true;
396
Johannes Berg65b30342014-01-08 13:16:33 +0100397 if (WARN_ON_ONCE(resp_len != sizeof(*resp))) {
Johannes Bergffdf9682013-01-29 15:28:17 +0100398 IWL_ERR(mvm, "Invalid TIME_EVENT_CMD response\n");
399 return true;
400 }
401
402 resp = (void *)pkt->data;
Johannes Berge3722822013-02-16 00:11:34 +0100403
404 /* we should never get a response to another TIME_EVENT_CMD here */
405 if (WARN_ON_ONCE(le32_to_cpu(resp->id) != te_data->id))
406 return false;
407
Johannes Bergffdf9682013-01-29 15:28:17 +0100408 te_data->uid = le32_to_cpu(resp->unique_id);
409 IWL_DEBUG_TE(mvm, "TIME_EVENT_CMD response - UID = 0x%x\n",
410 te_data->uid);
411 return true;
412}
413
414static int iwl_mvm_time_event_send_add(struct iwl_mvm *mvm,
415 struct ieee80211_vif *vif,
416 struct iwl_mvm_time_event_data *te_data,
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300417 struct iwl_time_event_cmd *te_cmd)
Johannes Bergffdf9682013-01-29 15:28:17 +0100418{
419 static const u8 time_event_response[] = { TIME_EVENT_CMD };
420 struct iwl_notification_wait wait_time_event;
421 int ret;
422
423 lockdep_assert_held(&mvm->mutex);
424
Johannes Berg93630dc2013-02-15 23:54:10 +0100425 IWL_DEBUG_TE(mvm, "Add new TE, duration %d TU\n",
426 le32_to_cpu(te_cmd->duration));
427
Johannes Bergffdf9682013-01-29 15:28:17 +0100428 spin_lock_bh(&mvm->time_event_lock);
429 if (WARN_ON(te_data->id != TE_MAX)) {
430 spin_unlock_bh(&mvm->time_event_lock);
431 return -EIO;
432 }
433 te_data->vif = vif;
434 te_data->duration = le32_to_cpu(te_cmd->duration);
435 te_data->id = le32_to_cpu(te_cmd->id);
436 list_add_tail(&te_data->list, &mvm->time_event_list);
437 spin_unlock_bh(&mvm->time_event_lock);
438
439 /*
440 * Use a notification wait, which really just processes the
441 * command response and doesn't wait for anything, in order
442 * to be able to process the response and get the UID inside
443 * the RX path. Using CMD_WANT_SKB doesn't work because it
444 * stores the buffer and then wakes up this thread, by which
445 * time another notification (that the time event started)
446 * might already be processed unsuccessfully.
447 */
448 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event,
449 time_event_response,
450 ARRAY_SIZE(time_event_response),
451 iwl_mvm_time_event_response, te_data);
452
Emmanuel Grumbacha1022922014-05-12 11:36:41 +0300453 ret = iwl_mvm_send_cmd_pdu(mvm, TIME_EVENT_CMD, 0,
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300454 sizeof(*te_cmd), te_cmd);
Johannes Bergffdf9682013-01-29 15:28:17 +0100455 if (ret) {
456 IWL_ERR(mvm, "Couldn't send TIME_EVENT_CMD: %d\n", ret);
457 iwl_remove_notification(&mvm->notif_wait, &wait_time_event);
458 goto out_clear_te;
459 }
460
461 /* No need to wait for anything, so just pass 1 (0 isn't valid) */
462 ret = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1);
463 /* should never fail */
464 WARN_ON_ONCE(ret);
465
466 if (ret) {
467 out_clear_te:
468 spin_lock_bh(&mvm->time_event_lock);
469 iwl_mvm_te_clear_data(mvm, te_data);
470 spin_unlock_bh(&mvm->time_event_lock);
471 }
472 return ret;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100473}
474
475void iwl_mvm_protect_session(struct iwl_mvm *mvm,
476 struct ieee80211_vif *vif,
Johannes Berg016d27e2013-05-03 11:16:15 +0200477 u32 duration, u32 min_duration,
Liad Kaufmand20d37b2014-07-06 17:14:39 +0300478 u32 max_delay, bool wait_for_notif)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100479{
480 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
481 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data;
Liad Kaufmand20d37b2014-07-06 17:14:39 +0300482 const u8 te_notif_response[] = { TIME_EVENT_NOTIFICATION };
483 struct iwl_notification_wait wait_te_notif;
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300484 struct iwl_time_event_cmd time_cmd = {};
Johannes Berg8ca151b2013-01-24 14:25:36 +0100485
486 lockdep_assert_held(&mvm->mutex);
487
488 if (te_data->running &&
Johannes Berge7f19352013-07-25 21:45:17 +0200489 time_after(te_data->end_jiffies, TU_TO_EXP_TIME(min_duration))) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100490 IWL_DEBUG_TE(mvm, "We have enough time in the current TE: %u\n",
491 jiffies_to_msecs(te_data->end_jiffies - jiffies));
492 return;
493 }
494
495 if (te_data->running) {
496 IWL_DEBUG_TE(mvm, "extend 0x%x: only %u ms left\n",
497 te_data->uid,
498 jiffies_to_msecs(te_data->end_jiffies - jiffies));
499 /*
500 * we don't have enough time
501 * cancel the current TE and issue a new one
502 * Of course it would be better to remove the old one only
503 * when the new one is added, but we don't care if we are off
504 * channel for a bit. All we need to do, is not to return
505 * before we actually begin to be on the channel.
506 */
507 iwl_mvm_stop_session_protection(mvm, vif);
508 }
509
Johannes Berg8ca151b2013-01-24 14:25:36 +0100510 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD);
511 time_cmd.id_and_color =
512 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color));
513 time_cmd.id = cpu_to_le32(TE_BSS_STA_AGGRESSIVE_ASSOC);
514
515 time_cmd.apply_time =
516 cpu_to_le32(iwl_read_prph(mvm->trans, DEVICE_SYSTEM_TIME_REG));
Johannes Bergffdf9682013-01-29 15:28:17 +0100517
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300518 time_cmd.max_frags = TE_V2_FRAG_NONE;
Johannes Berg016d27e2013-05-03 11:16:15 +0200519 time_cmd.max_delay = cpu_to_le32(max_delay);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100520 /* TODO: why do we need to interval = bi if it is not periodic? */
521 time_cmd.interval = cpu_to_le32(1);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100522 time_cmd.duration = cpu_to_le32(duration);
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300523 time_cmd.repeat = 1;
524 time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START |
Emmanuel Grumbach1f6bf072014-02-16 15:36:00 +0200525 TE_V2_NOTIF_HOST_EVENT_END |
526 T2_V2_START_IMMEDIATELY);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100527
Liad Kaufmand20d37b2014-07-06 17:14:39 +0300528 if (!wait_for_notif) {
529 iwl_mvm_time_event_send_add(mvm, vif, te_data, &time_cmd);
530 return;
531 }
532
533 /*
534 * Create notification_wait for the TIME_EVENT_NOTIFICATION to use
535 * right after we send the time event
536 */
537 iwl_init_notification_wait(&mvm->notif_wait, &wait_te_notif,
538 te_notif_response,
539 ARRAY_SIZE(te_notif_response),
540 iwl_mvm_te_notif, te_data);
541
542 /* If TE was sent OK - wait for the notification that started */
543 if (iwl_mvm_time_event_send_add(mvm, vif, te_data, &time_cmd)) {
544 IWL_ERR(mvm, "Failed to add TE to protect session\n");
545 iwl_remove_notification(&mvm->notif_wait, &wait_te_notif);
546 } else if (iwl_wait_notification(&mvm->notif_wait, &wait_te_notif,
547 TU_TO_JIFFIES(max_delay))) {
548 IWL_ERR(mvm, "Failed to protect session until TE\n");
549 }
Johannes Berg8ca151b2013-01-24 14:25:36 +0100550}
551
Matti Gottliebbf5da872014-11-16 10:25:12 +0200552static bool __iwl_mvm_remove_time_event(struct iwl_mvm *mvm,
553 struct iwl_mvm_time_event_data *te_data,
554 u32 *uid)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100555{
Matti Gottliebbf5da872014-11-16 10:25:12 +0200556 u32 id;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100557
558 /*
559 * It is possible that by the time we got to this point the time
560 * event was already removed.
561 */
562 spin_lock_bh(&mvm->time_event_lock);
563
564 /* Save time event uid before clearing its data */
Matti Gottliebbf5da872014-11-16 10:25:12 +0200565 *uid = te_data->uid;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100566 id = te_data->id;
567
568 /*
569 * The clear_data function handles time events that were already removed
570 */
571 iwl_mvm_te_clear_data(mvm, te_data);
572 spin_unlock_bh(&mvm->time_event_lock);
573
574 /*
575 * It is possible that by the time we try to remove it, the time event
576 * has already ended and removed. In such a case there is no need to
577 * send a removal command.
578 */
579 if (id == TE_MAX) {
Matti Gottliebbf5da872014-11-16 10:25:12 +0200580 IWL_DEBUG_TE(mvm, "TE 0x%x has already ended\n", *uid);
581 return false;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100582 }
583
Matti Gottliebbf5da872014-11-16 10:25:12 +0200584 return true;
585}
586
587/*
588 * Explicit request to remove a aux roc time event. The removal of a time
589 * event needs to be synchronized with the flow of a time event's end
590 * notification, which also removes the time event from the op mode
591 * data structures.
592 */
593static void iwl_mvm_remove_aux_roc_te(struct iwl_mvm *mvm,
594 struct iwl_mvm_vif *mvmvif,
595 struct iwl_mvm_time_event_data *te_data)
596{
597 struct iwl_hs20_roc_req aux_cmd = {};
598 u32 uid;
599 int ret;
600
601 if (!__iwl_mvm_remove_time_event(mvm, te_data, &uid))
602 return;
603
604 aux_cmd.event_unique_id = cpu_to_le32(uid);
605 aux_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE);
606 aux_cmd.id_and_color =
607 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color));
608 IWL_DEBUG_TE(mvm, "Removing BSS AUX ROC TE 0x%x\n",
609 le32_to_cpu(aux_cmd.event_unique_id));
610 ret = iwl_mvm_send_cmd_pdu(mvm, HOT_SPOT_CMD, 0,
611 sizeof(aux_cmd), &aux_cmd);
612
613 if (WARN_ON(ret))
614 return;
615}
616
617/*
618 * Explicit request to remove a time event. The removal of a time event needs to
619 * be synchronized with the flow of a time event's end notification, which also
620 * removes the time event from the op mode data structures.
621 */
622void iwl_mvm_remove_time_event(struct iwl_mvm *mvm,
623 struct iwl_mvm_vif *mvmvif,
624 struct iwl_mvm_time_event_data *te_data)
625{
626 struct iwl_time_event_cmd time_cmd = {};
627 u32 uid;
628 int ret;
629
630 if (!__iwl_mvm_remove_time_event(mvm, te_data, &uid))
631 return;
632
Johannes Berg8ca151b2013-01-24 14:25:36 +0100633 /* When we remove a TE, the UID is to be set in the id field */
634 time_cmd.id = cpu_to_le32(uid);
635 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE);
636 time_cmd.id_and_color =
637 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color));
638
639 IWL_DEBUG_TE(mvm, "Removing TE 0x%x\n", le32_to_cpu(time_cmd.id));
Emmanuel Grumbacha1022922014-05-12 11:36:41 +0300640 ret = iwl_mvm_send_cmd_pdu(mvm, TIME_EVENT_CMD, 0,
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300641 sizeof(time_cmd), &time_cmd);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100642 if (WARN_ON(ret))
643 return;
644}
645
646void iwl_mvm_stop_session_protection(struct iwl_mvm *mvm,
647 struct ieee80211_vif *vif)
648{
649 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
650 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data;
651
652 lockdep_assert_held(&mvm->mutex);
653 iwl_mvm_remove_time_event(mvm, mvmvif, te_data);
654}
655
Johannes Berg8ca151b2013-01-24 14:25:36 +0100656int iwl_mvm_start_p2p_roc(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
Ilan Peere635c792013-02-13 11:05:18 +0200657 int duration, enum ieee80211_roc_type type)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100658{
659 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
660 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data;
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300661 struct iwl_time_event_cmd time_cmd = {};
Johannes Berg8ca151b2013-01-24 14:25:36 +0100662
663 lockdep_assert_held(&mvm->mutex);
664 if (te_data->running) {
665 IWL_WARN(mvm, "P2P_DEVICE remain on channel already running\n");
666 return -EBUSY;
667 }
668
669 /*
670 * Flush the done work, just in case it's still pending, so that
671 * the work it does can complete and we can accept new frames.
672 */
673 flush_work(&mvm->roc_done_wk);
674
Johannes Berg8ca151b2013-01-24 14:25:36 +0100675 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD);
676 time_cmd.id_and_color =
677 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color));
Ilan Peere635c792013-02-13 11:05:18 +0200678
679 switch (type) {
680 case IEEE80211_ROC_TYPE_NORMAL:
681 time_cmd.id = cpu_to_le32(IWL_MVM_ROC_TE_TYPE_NORMAL);
682 break;
683 case IEEE80211_ROC_TYPE_MGMT_TX:
684 time_cmd.id = cpu_to_le32(IWL_MVM_ROC_TE_TYPE_MGMT_TX);
685 break;
686 default:
687 WARN_ONCE(1, "Got an invalid ROC type\n");
688 return -EINVAL;
689 }
Johannes Berg8ca151b2013-01-24 14:25:36 +0100690
691 time_cmd.apply_time = cpu_to_le32(0);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100692 time_cmd.interval = cpu_to_le32(1);
693
694 /*
Ilan Peere635c792013-02-13 11:05:18 +0200695 * The P2P Device TEs can have lower priority than other events
Johannes Berg8ca151b2013-01-24 14:25:36 +0100696 * that are being scheduled by the driver/fw, and thus it might not be
Ilan Peere635c792013-02-13 11:05:18 +0200697 * scheduled. To improve the chances of it being scheduled, allow them
698 * to be fragmented, and in addition allow them to be delayed.
Johannes Berg8ca151b2013-01-24 14:25:36 +0100699 */
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300700 time_cmd.max_frags = min(MSEC_TO_TU(duration)/50, TE_V2_FRAG_ENDLESS);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100701 time_cmd.max_delay = cpu_to_le32(MSEC_TO_TU(duration/2));
702 time_cmd.duration = cpu_to_le32(MSEC_TO_TU(duration));
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300703 time_cmd.repeat = 1;
704 time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START |
Emmanuel Grumbach1f6bf072014-02-16 15:36:00 +0200705 TE_V2_NOTIF_HOST_EVENT_END |
706 T2_V2_START_IMMEDIATELY);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100707
Johannes Bergffdf9682013-01-29 15:28:17 +0100708 return iwl_mvm_time_event_send_add(mvm, vif, te_data, &time_cmd);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100709}
710
Matti Gottliebbf5da872014-11-16 10:25:12 +0200711void iwl_mvm_stop_roc(struct iwl_mvm *mvm)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100712{
713 struct iwl_mvm_vif *mvmvif;
714 struct iwl_mvm_time_event_data *te_data;
Matti Gottliebbf5da872014-11-16 10:25:12 +0200715 bool is_p2p = false;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100716
717 lockdep_assert_held(&mvm->mutex);
718
Matti Gottliebbf5da872014-11-16 10:25:12 +0200719 mvmvif = NULL;
720 spin_lock_bh(&mvm->time_event_lock);
721
Johannes Berg8ca151b2013-01-24 14:25:36 +0100722 /*
723 * Iterate over the list of time events and find the time event that is
724 * associated with a P2P_DEVICE interface.
725 * This assumes that a P2P_DEVICE interface can have only a single time
726 * event at any given time and this time event coresponds to a ROC
727 * request
728 */
Johannes Berg8ca151b2013-01-24 14:25:36 +0100729 list_for_each_entry(te_data, &mvm->time_event_list, list) {
Matti Gottliebbf5da872014-11-16 10:25:12 +0200730 if (te_data->vif->type == NL80211_IFTYPE_P2P_DEVICE &&
731 te_data->running) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100732 mvmvif = iwl_mvm_vif_from_mac80211(te_data->vif);
Matti Gottliebbf5da872014-11-16 10:25:12 +0200733 is_p2p = true;
734 goto remove_te;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100735 }
736 }
Matti Gottliebbf5da872014-11-16 10:25:12 +0200737
738 /*
739 * Iterate over the list of aux roc time events and find the time
740 * event that is associated with a BSS interface.
741 * This assumes that a BSS interface can have only a single time
742 * event at any given time and this time event coresponds to a ROC
743 * request
744 */
745 list_for_each_entry(te_data, &mvm->aux_roc_te_list, list) {
746 if (te_data->running) {
747 mvmvif = iwl_mvm_vif_from_mac80211(te_data->vif);
748 goto remove_te;
749 }
750 }
751
752remove_te:
Johannes Berg8ca151b2013-01-24 14:25:36 +0100753 spin_unlock_bh(&mvm->time_event_lock);
754
755 if (!mvmvif) {
Matti Gottliebbf5da872014-11-16 10:25:12 +0200756 IWL_WARN(mvm, "No remain on channel event\n");
Johannes Berg8ca151b2013-01-24 14:25:36 +0100757 return;
758 }
759
Matti Gottliebbf5da872014-11-16 10:25:12 +0200760 if (is_p2p)
761 iwl_mvm_remove_time_event(mvm, mvmvif, te_data);
762 else
763 iwl_mvm_remove_aux_roc_te(mvm, mvmvif, te_data);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100764
765 iwl_mvm_roc_finished(mvm);
766}
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300767
Luciano Coelhof991e172014-08-26 16:14:10 +0300768int iwl_mvm_schedule_csa_period(struct iwl_mvm *mvm,
769 struct ieee80211_vif *vif,
770 u32 duration, u32 apply_time)
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300771{
772 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
773 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data;
774 struct iwl_time_event_cmd time_cmd = {};
775
776 lockdep_assert_held(&mvm->mutex);
777
778 if (te_data->running) {
Luciano Coelhof991e172014-08-26 16:14:10 +0300779 IWL_DEBUG_TE(mvm, "CS period is already scheduled\n");
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300780 return -EBUSY;
781 }
782
783 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD);
784 time_cmd.id_and_color =
785 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color));
Luciano Coelhof991e172014-08-26 16:14:10 +0300786 time_cmd.id = cpu_to_le32(TE_CHANNEL_SWITCH_PERIOD);
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300787 time_cmd.apply_time = cpu_to_le32(apply_time);
788 time_cmd.max_frags = TE_V2_FRAG_NONE;
789 time_cmd.duration = cpu_to_le32(duration);
790 time_cmd.repeat = 1;
791 time_cmd.interval = cpu_to_le32(1);
792 time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START |
793 TE_V2_ABSENCE);
794
795 return iwl_mvm_time_event_send_add(mvm, vif, te_data, &time_cmd);
796}