blob: e1a6f4e2225331cd93c0f6d7ff6ac2063aaaeddf [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.
Eliad Pellerc7792732015-04-19 11:41:04 +03009 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
Avraham Stern3edfb5f2017-08-02 12:13:20 +030010 * Copyright(c) 2017 Intel Deutschland GmbH
Andrei Otcheretianski19125cb2018-02-28 17:18:48 +020011 * Copyright(c) 2018 Intel Corporation
Johannes Berg8ca151b2013-01-24 14:25:36 +010012 *
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of version 2 of the GNU General Public License as
15 * published by the Free Software Foundation.
16 *
17 * This program is distributed in the hope that it will be useful, but
18 * WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * General Public License for more details.
21 *
Johannes Berg8ca151b2013-01-24 14:25:36 +010022 * The full GNU General Public License is included in this distribution
Emmanuel Grumbach410dc5a2013-02-18 09:22:28 +020023 * in the file called COPYING.
Johannes Berg8ca151b2013-01-24 14:25:36 +010024 *
25 * Contact Information:
Emmanuel Grumbachd01c5362015-11-17 15:39:56 +020026 * Intel Linux Wireless <linuxwifi@intel.com>
Johannes Berg8ca151b2013-01-24 14:25:36 +010027 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
28 *
29 * BSD LICENSE
30 *
Emmanuel Grumbach51368bf2013-12-30 13:15:54 +020031 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
Eliad Pellerc7792732015-04-19 11:41:04 +030032 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
Avraham Stern3edfb5f2017-08-02 12:13:20 +030033 * Copyright(c) 2017 Intel Deutschland GmbH
Andrei Otcheretianski19125cb2018-02-28 17:18:48 +020034 * Copyright(c) 2018 Intel Corporation
Johannes Berg8ca151b2013-01-24 14:25:36 +010035 * All rights reserved.
36 *
37 * Redistribution and use in source and binary forms, with or without
38 * modification, are permitted provided that the following conditions
39 * are met:
40 *
41 * * Redistributions of source code must retain the above copyright
42 * notice, this list of conditions and the following disclaimer.
43 * * Redistributions in binary form must reproduce the above copyright
44 * notice, this list of conditions and the following disclaimer in
45 * the documentation and/or other materials provided with the
46 * distribution.
47 * * Neither the name Intel Corporation nor the names of its
48 * contributors may be used to endorse or promote products derived
49 * from this software without specific prior written permission.
50 *
51 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
52 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
53 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
54 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
55 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
56 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
57 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
58 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
59 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
60 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
61 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
62 *
63 *****************************************************************************/
64
65#include <linux/jiffies.h>
66#include <net/mac80211.h>
67
Johannes Berg9fca9d52017-06-01 10:32:17 +020068#include "fw/notif-wait.h"
Johannes Berg8ca151b2013-01-24 14:25:36 +010069#include "iwl-trans.h"
70#include "fw-api.h"
71#include "time-event.h"
72#include "mvm.h"
73#include "iwl-io.h"
74#include "iwl-prph.h"
75
Ilan Peere635c792013-02-13 11:05:18 +020076/*
77 * For the high priority TE use a time event type that has similar priority to
78 * the FW's action scan priority.
Ilan Peer456f6dd2013-02-04 14:09:37 +020079 */
Ilan Peere635c792013-02-13 11:05:18 +020080#define IWL_MVM_ROC_TE_TYPE_NORMAL TE_P2P_DEVICE_DISCOVERABLE
81#define IWL_MVM_ROC_TE_TYPE_MGMT_TX TE_P2P_CLIENT_ASSOC
Ilan Peer456f6dd2013-02-04 14:09:37 +020082
Johannes Berg8ca151b2013-01-24 14:25:36 +010083void iwl_mvm_te_clear_data(struct iwl_mvm *mvm,
84 struct iwl_mvm_time_event_data *te_data)
85{
86 lockdep_assert_held(&mvm->time_event_lock);
87
Johannes Berg00fd2332015-06-26 16:04:01 +020088 if (!te_data->vif)
Johannes Berg8ca151b2013-01-24 14:25:36 +010089 return;
90
91 list_del(&te_data->list);
92 te_data->running = false;
93 te_data->uid = 0;
94 te_data->id = TE_MAX;
95 te_data->vif = NULL;
96}
97
98void iwl_mvm_roc_done_wk(struct work_struct *wk)
99{
100 struct iwl_mvm *mvm = container_of(wk, struct iwl_mvm, roc_done_wk);
Ariej Marjiehb1128892014-07-16 21:11:12 +0300101
102 /*
103 * Clear the ROC_RUNNING /ROC_AUX_RUNNING status bit.
104 * This will cause the TX path to drop offchannel transmissions.
105 * That would also be done by mac80211, but it is racy, in particular
106 * in the case that the time event actually completed in the firmware
107 * (which is handled in iwl_mvm_te_handle_notif).
108 */
Emmanuel Grumbachd4e4aa72017-11-15 21:12:41 +0200109 if (test_and_clear_bit(IWL_MVM_STATUS_ROC_RUNNING, &mvm->status))
Eliad Pellerc7792732015-04-19 11:41:04 +0300110 iwl_mvm_unref(mvm, IWL_MVM_REF_ROC);
Emmanuel Grumbachd4e4aa72017-11-15 21:12:41 +0200111 if (test_and_clear_bit(IWL_MVM_STATUS_ROC_AUX_RUNNING, &mvm->status))
Eliad Pellerc7792732015-04-19 11:41:04 +0300112 iwl_mvm_unref(mvm, IWL_MVM_REF_ROC_AUX);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100113
114 synchronize_net();
115
116 /*
117 * Flush the offchannel queue -- this is called when the time
Sara Sharon0d365ae2015-03-31 12:24:05 +0300118 * event finishes or is canceled, so that frames queued for it
Johannes Berg8ca151b2013-01-24 14:25:36 +0100119 * won't get stuck on the queue and be transmitted in the next
120 * time event.
121 * We have to send the command asynchronously since this cannot
122 * be under the mutex for locking reasons, but that's not an
123 * issue as it will have to complete before the next command is
124 * executed, and a new time event means a new command.
125 */
Johannes Bergc8f54702017-06-19 23:50:31 +0200126 iwl_mvm_flush_sta(mvm, &mvm->aux_sta, true, CMD_ASYNC);
Johannes Berg6c2d49f2017-11-13 17:26:09 +0100127
128 /* Do the same for the P2P device queue (STA) */
129 if (test_and_clear_bit(IWL_MVM_STATUS_NEED_FLUSH_P2P, &mvm->status)) {
130 struct iwl_mvm_vif *mvmvif;
131
132 /*
133 * NB: access to this pointer would be racy, but the flush bit
134 * can only be set when we had a P2P-Device VIF, and we have a
135 * flush of this work in iwl_mvm_prepare_mac_removal() so it's
136 * not really racy.
137 */
138
139 if (!WARN_ON(!mvm->p2p_device_vif)) {
140 mvmvif = iwl_mvm_vif_from_mac80211(mvm->p2p_device_vif);
141 iwl_mvm_flush_sta(mvm, &mvmvif->bcast_sta, true,
142 CMD_ASYNC);
143 }
144 }
Johannes Berg8ca151b2013-01-24 14:25:36 +0100145}
146
147static void iwl_mvm_roc_finished(struct iwl_mvm *mvm)
148{
149 /*
Johannes Berg8ca151b2013-01-24 14:25:36 +0100150 * Of course, our status bit is just as racy as mac80211, so in
151 * addition, fire off the work struct which will drop all frames
152 * from the hardware queues that made it through the race. First
153 * it will of course synchronize the TX path to make sure that
154 * any *new* TX will be rejected.
155 */
156 schedule_work(&mvm->roc_done_wk);
157}
158
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300159static void iwl_mvm_csa_noa_start(struct iwl_mvm *mvm)
160{
161 struct ieee80211_vif *csa_vif;
162
163 rcu_read_lock();
164
165 csa_vif = rcu_dereference(mvm->csa_vif);
166 if (!csa_vif || !csa_vif->csa_active)
167 goto out_unlock;
168
169 IWL_DEBUG_TE(mvm, "CSA NOA started\n");
170
171 /*
172 * CSA NoA is started but we still have beacons to
173 * transmit on the current channel.
174 * So we just do nothing here and the switch
175 * will be performed on the last TBTT.
176 */
177 if (!ieee80211_csa_is_complete(csa_vif)) {
178 IWL_WARN(mvm, "CSA NOA started too early\n");
179 goto out_unlock;
180 }
181
182 ieee80211_csa_finish(csa_vif);
183
184 rcu_read_unlock();
185
186 RCU_INIT_POINTER(mvm->csa_vif, NULL);
187
188 return;
189
190out_unlock:
191 rcu_read_unlock();
192}
193
Johannes Berg05739792013-07-25 18:39:30 +0200194static bool iwl_mvm_te_check_disconnect(struct iwl_mvm *mvm,
195 struct ieee80211_vif *vif,
196 const char *errmsg)
197{
Andrei Otcheretianski19125cb2018-02-28 17:18:48 +0200198 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
199
Johannes Berg05739792013-07-25 18:39:30 +0200200 if (vif->type != NL80211_IFTYPE_STATION)
201 return false;
Andrei Otcheretianski19125cb2018-02-28 17:18:48 +0200202
203 if (!mvmvif->csa_bcn_pending && vif->bss_conf.assoc &&
204 vif->bss_conf.dtim_period)
Johannes Berg05739792013-07-25 18:39:30 +0200205 return false;
206 if (errmsg)
207 IWL_ERR(mvm, "%s\n", errmsg);
Emmanuel Grumbach31755202015-03-30 10:55:57 +0300208
209 iwl_mvm_connection_loss(mvm, vif, errmsg);
Johannes Berg05739792013-07-25 18:39:30 +0200210 return true;
211}
212
Luciano Coelhodc88b4b2014-11-10 11:10:14 +0200213static void
214iwl_mvm_te_handle_notify_csa(struct iwl_mvm *mvm,
215 struct iwl_mvm_time_event_data *te_data,
216 struct iwl_time_event_notif *notif)
217{
Johannes Berg81d62d52015-03-10 14:44:00 +0100218 struct ieee80211_vif *vif = te_data->vif;
219 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
220
221 if (!notif->status)
Luciano Coelhodc88b4b2014-11-10 11:10:14 +0200222 IWL_DEBUG_TE(mvm, "CSA time event failed to start\n");
Luciano Coelhodc88b4b2014-11-10 11:10:14 +0200223
224 switch (te_data->vif->type) {
225 case NL80211_IFTYPE_AP:
Johannes Berg81d62d52015-03-10 14:44:00 +0100226 if (!notif->status)
227 mvmvif->csa_failed = true;
Luciano Coelhodc88b4b2014-11-10 11:10:14 +0200228 iwl_mvm_csa_noa_start(mvm);
229 break;
230 case NL80211_IFTYPE_STATION:
Johannes Berg81d62d52015-03-10 14:44:00 +0100231 if (!notif->status) {
Emmanuel Grumbach31755202015-03-30 10:55:57 +0300232 iwl_mvm_connection_loss(mvm, vif,
233 "CSA TE failed to start");
Johannes Berg81d62d52015-03-10 14:44:00 +0100234 break;
235 }
Luciano Coelhodc88b4b2014-11-10 11:10:14 +0200236 iwl_mvm_csa_client_absent(mvm, te_data->vif);
Luciano Coelho622e3f92014-11-10 11:10:17 +0200237 ieee80211_chswitch_done(te_data->vif, true);
Luciano Coelhodc88b4b2014-11-10 11:10:14 +0200238 break;
239 default:
240 /* should never happen */
241 WARN_ON_ONCE(1);
242 break;
243 }
244
245 /* we don't need it anymore */
246 iwl_mvm_te_clear_data(mvm, te_data);
247}
248
Emmanuel Grumbach874c1742015-03-25 22:40:47 +0200249static void iwl_mvm_te_check_trigger(struct iwl_mvm *mvm,
250 struct iwl_time_event_notif *notif,
251 struct iwl_mvm_time_event_data *te_data)
252{
253 struct iwl_fw_dbg_trigger_tlv *trig;
254 struct iwl_fw_dbg_trigger_time_event *te_trig;
255 int i;
256
Sara Sharon6c042d72018-06-12 10:41:35 +0300257 trig = iwl_fw_dbg_trigger_on(&mvm->fwrt,
258 ieee80211_vif_to_wdev(te_data->vif),
259 FW_DBG_TRIGGER_TIME_EVENT);
260 if (!trig)
Emmanuel Grumbach874c1742015-03-25 22:40:47 +0200261 return;
262
Emmanuel Grumbach874c1742015-03-25 22:40:47 +0200263 te_trig = (void *)trig->data;
264
Emmanuel Grumbach874c1742015-03-25 22:40:47 +0200265 for (i = 0; i < ARRAY_SIZE(te_trig->time_events); i++) {
266 u32 trig_te_id = le32_to_cpu(te_trig->time_events[i].id);
267 u32 trig_action_bitmap =
268 le32_to_cpu(te_trig->time_events[i].action_bitmap);
269 u32 trig_status_bitmap =
270 le32_to_cpu(te_trig->time_events[i].status_bitmap);
271
272 if (trig_te_id != te_data->id ||
273 !(trig_action_bitmap & le32_to_cpu(notif->action)) ||
274 !(trig_status_bitmap & BIT(le32_to_cpu(notif->status))))
275 continue;
276
Johannes Berg7174beb2017-06-01 16:03:19 +0200277 iwl_fw_dbg_collect_trig(&mvm->fwrt, trig,
278 "Time event %d Action 0x%x received status: %d",
279 te_data->id,
280 le32_to_cpu(notif->action),
281 le32_to_cpu(notif->status));
Emmanuel Grumbach874c1742015-03-25 22:40:47 +0200282 break;
283 }
284}
285
Johannes Berg8ca151b2013-01-24 14:25:36 +0100286/*
287 * Handles a FW notification for an event that is known to the driver.
288 *
289 * @mvm: the mvm component
290 * @te_data: the time event data
291 * @notif: the notification data corresponding the time event data.
292 */
293static void iwl_mvm_te_handle_notif(struct iwl_mvm *mvm,
294 struct iwl_mvm_time_event_data *te_data,
295 struct iwl_time_event_notif *notif)
296{
297 lockdep_assert_held(&mvm->time_event_lock);
298
299 IWL_DEBUG_TE(mvm, "Handle time event notif - UID = 0x%x action %d\n",
300 le32_to_cpu(notif->unique_id),
301 le32_to_cpu(notif->action));
302
Emmanuel Grumbach874c1742015-03-25 22:40:47 +0200303 iwl_mvm_te_check_trigger(mvm, notif, te_data);
304
Johannes Berg8ca151b2013-01-24 14:25:36 +0100305 /*
306 * The FW sends the start/end time event notifications even for events
307 * that it fails to schedule. This is indicated in the status field of
308 * the notification. This happens in cases that the scheduler cannot
309 * find a schedule that can handle the event (for example requesting a
310 * P2P Device discoveribility, while there are other higher priority
311 * events in the system).
312 */
Emmanuel Grumbach9fc3fe92013-11-05 16:27:59 +0200313 if (!le32_to_cpu(notif->status)) {
Johannes Bergbcd535e2015-03-12 09:10:13 +0100314 const char *msg;
315
316 if (notif->action & cpu_to_le32(TE_V2_NOTIF_HOST_EVENT_START))
317 msg = "Time Event start notification failure";
318 else
319 msg = "Time Event end notification failure";
320
321 IWL_DEBUG_TE(mvm, "%s\n", msg);
322
323 if (iwl_mvm_te_check_disconnect(mvm, te_data->vif, msg)) {
Johannes Berg05739792013-07-25 18:39:30 +0200324 iwl_mvm_te_clear_data(mvm, te_data);
325 return;
326 }
327 }
Johannes Berg8ca151b2013-01-24 14:25:36 +0100328
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300329 if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_END) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100330 IWL_DEBUG_TE(mvm,
331 "TE ended - current time %lu, estimated end %lu\n",
332 jiffies, te_data->end_jiffies);
333
Johannes Bergbca13902015-03-11 20:27:06 +0100334 switch (te_data->vif->type) {
335 case NL80211_IFTYPE_P2P_DEVICE:
Johannes Berg8ca151b2013-01-24 14:25:36 +0100336 ieee80211_remain_on_channel_expired(mvm->hw);
337 iwl_mvm_roc_finished(mvm);
Johannes Bergbca13902015-03-11 20:27:06 +0100338 break;
339 case NL80211_IFTYPE_STATION:
340 /*
341 * By now, we should have finished association
342 * and know the dtim period.
343 */
344 iwl_mvm_te_check_disconnect(mvm, te_data->vif,
Andrei Otcheretianski19125cb2018-02-28 17:18:48 +0200345 "No beacon heard and the time event is over already...");
Johannes Bergbca13902015-03-11 20:27:06 +0100346 break;
347 default:
348 break;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100349 }
350
Johannes Berg8ca151b2013-01-24 14:25:36 +0100351 iwl_mvm_te_clear_data(mvm, te_data);
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300352 } else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100353 te_data->running = true;
Johannes Berge7f19352013-07-25 21:45:17 +0200354 te_data->end_jiffies = TU_TO_EXP_TIME(te_data->duration);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100355
356 if (te_data->vif->type == NL80211_IFTYPE_P2P_DEVICE) {
357 set_bit(IWL_MVM_STATUS_ROC_RUNNING, &mvm->status);
Eliad Peller9f45c362013-10-28 13:13:56 +0200358 iwl_mvm_ref(mvm, IWL_MVM_REF_ROC);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100359 ieee80211_ready_on_channel(mvm->hw);
Luciano Coelhodc88b4b2014-11-10 11:10:14 +0200360 } else if (te_data->id == TE_CHANNEL_SWITCH_PERIOD) {
361 iwl_mvm_te_handle_notify_csa(mvm, te_data, notif);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100362 }
363 } else {
364 IWL_WARN(mvm, "Got TE with unknown action\n");
365 }
366}
367
368/*
Ariej Marjiehb1128892014-07-16 21:11:12 +0300369 * Handle A Aux ROC time event
370 */
371static int iwl_mvm_aux_roc_te_handle_notif(struct iwl_mvm *mvm,
372 struct iwl_time_event_notif *notif)
373{
374 struct iwl_mvm_time_event_data *te_data, *tmp;
375 bool aux_roc_te = false;
376
377 list_for_each_entry_safe(te_data, tmp, &mvm->aux_roc_te_list, list) {
378 if (le32_to_cpu(notif->unique_id) == te_data->uid) {
379 aux_roc_te = true;
380 break;
381 }
382 }
383 if (!aux_roc_te) /* Not a Aux ROC time event */
384 return -EINVAL;
385
Emmanuel Grumbach874c1742015-03-25 22:40:47 +0200386 iwl_mvm_te_check_trigger(mvm, notif, te_data);
387
Ariej Marjiehb1128892014-07-16 21:11:12 +0300388 IWL_DEBUG_TE(mvm,
Matti Gottlieb5151ad92016-03-09 14:46:28 +0200389 "Aux ROC time event notification - UID = 0x%x action %d (error = %d)\n",
Ariej Marjiehb1128892014-07-16 21:11:12 +0300390 le32_to_cpu(notif->unique_id),
Matti Gottlieb5151ad92016-03-09 14:46:28 +0200391 le32_to_cpu(notif->action), le32_to_cpu(notif->status));
Ariej Marjiehb1128892014-07-16 21:11:12 +0300392
Matti Gottlieb5151ad92016-03-09 14:46:28 +0200393 if (!le32_to_cpu(notif->status) ||
394 le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_END) {
Ariej Marjiehb1128892014-07-16 21:11:12 +0300395 /* End TE, notify mac80211 */
396 ieee80211_remain_on_channel_expired(mvm->hw);
397 iwl_mvm_roc_finished(mvm); /* flush aux queue */
398 list_del(&te_data->list); /* remove from list */
399 te_data->running = false;
400 te_data->vif = NULL;
401 te_data->uid = 0;
Matti Gottlieba6cc5162014-09-29 11:46:04 +0300402 te_data->id = TE_MAX;
Ariej Marjiehb1128892014-07-16 21:11:12 +0300403 } else if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_START) {
Ariej Marjiehb1128892014-07-16 21:11:12 +0300404 set_bit(IWL_MVM_STATUS_ROC_AUX_RUNNING, &mvm->status);
405 te_data->running = true;
Eliad Pellerc7792732015-04-19 11:41:04 +0300406 iwl_mvm_ref(mvm, IWL_MVM_REF_ROC_AUX);
Ariej Marjiehb1128892014-07-16 21:11:12 +0300407 ieee80211_ready_on_channel(mvm->hw); /* Start TE */
408 } else {
409 IWL_DEBUG_TE(mvm,
410 "ERROR: Unknown Aux ROC Time Event (action = %d)\n",
411 le32_to_cpu(notif->action));
412 return -EINVAL;
413 }
414
415 return 0;
416}
417
418/*
Johannes Berg8ca151b2013-01-24 14:25:36 +0100419 * The Rx handler for time event notifications
420 */
Johannes Berg04168412015-06-23 21:22:09 +0200421void iwl_mvm_rx_time_event_notif(struct iwl_mvm *mvm,
422 struct iwl_rx_cmd_buffer *rxb)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100423{
424 struct iwl_rx_packet *pkt = rxb_addr(rxb);
425 struct iwl_time_event_notif *notif = (void *)pkt->data;
426 struct iwl_mvm_time_event_data *te_data, *tmp;
427
428 IWL_DEBUG_TE(mvm, "Time event notification - UID = 0x%x action %d\n",
429 le32_to_cpu(notif->unique_id),
430 le32_to_cpu(notif->action));
431
432 spin_lock_bh(&mvm->time_event_lock);
Ariej Marjiehb1128892014-07-16 21:11:12 +0300433 /* This time event is triggered for Aux ROC request */
434 if (!iwl_mvm_aux_roc_te_handle_notif(mvm, notif))
435 goto unlock;
436
Johannes Berg8ca151b2013-01-24 14:25:36 +0100437 list_for_each_entry_safe(te_data, tmp, &mvm->time_event_list, list) {
438 if (le32_to_cpu(notif->unique_id) == te_data->uid)
439 iwl_mvm_te_handle_notif(mvm, te_data, notif);
440 }
Ariej Marjiehb1128892014-07-16 21:11:12 +0300441unlock:
Johannes Berg8ca151b2013-01-24 14:25:36 +0100442 spin_unlock_bh(&mvm->time_event_lock);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100443}
444
Liad Kaufmand20d37b2014-07-06 17:14:39 +0300445static bool iwl_mvm_te_notif(struct iwl_notif_wait_data *notif_wait,
446 struct iwl_rx_packet *pkt, void *data)
447{
448 struct iwl_mvm *mvm =
449 container_of(notif_wait, struct iwl_mvm, notif_wait);
450 struct iwl_mvm_time_event_data *te_data = data;
451 struct iwl_time_event_notif *resp;
452 int resp_len = iwl_rx_packet_payload_len(pkt);
453
454 if (WARN_ON(pkt->hdr.cmd != TIME_EVENT_NOTIFICATION))
455 return true;
456
457 if (WARN_ON_ONCE(resp_len != sizeof(*resp))) {
458 IWL_ERR(mvm, "Invalid TIME_EVENT_NOTIFICATION response\n");
459 return true;
460 }
461
462 resp = (void *)pkt->data;
463
464 /* te_data->uid is already set in the TIME_EVENT_CMD response */
465 if (le32_to_cpu(resp->unique_id) != te_data->uid)
466 return false;
467
468 IWL_DEBUG_TE(mvm, "TIME_EVENT_NOTIFICATION response - UID = 0x%x\n",
469 te_data->uid);
470 if (!resp->status)
471 IWL_ERR(mvm,
472 "TIME_EVENT_NOTIFICATION received but not executed\n");
473
474 return true;
475}
476
Johannes Bergffdf9682013-01-29 15:28:17 +0100477static bool iwl_mvm_time_event_response(struct iwl_notif_wait_data *notif_wait,
478 struct iwl_rx_packet *pkt, void *data)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100479{
480 struct iwl_mvm *mvm =
481 container_of(notif_wait, struct iwl_mvm, notif_wait);
482 struct iwl_mvm_time_event_data *te_data = data;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100483 struct iwl_time_event_resp *resp;
Johannes Berg65b30342014-01-08 13:16:33 +0100484 int resp_len = iwl_rx_packet_payload_len(pkt);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100485
Johannes Bergffdf9682013-01-29 15:28:17 +0100486 if (WARN_ON(pkt->hdr.cmd != TIME_EVENT_CMD))
Johannes Berg8ca151b2013-01-24 14:25:36 +0100487 return true;
488
Johannes Berg65b30342014-01-08 13:16:33 +0100489 if (WARN_ON_ONCE(resp_len != sizeof(*resp))) {
Johannes Bergffdf9682013-01-29 15:28:17 +0100490 IWL_ERR(mvm, "Invalid TIME_EVENT_CMD response\n");
491 return true;
492 }
493
494 resp = (void *)pkt->data;
Johannes Berge372282242013-02-16 00:11:34 +0100495
496 /* we should never get a response to another TIME_EVENT_CMD here */
497 if (WARN_ON_ONCE(le32_to_cpu(resp->id) != te_data->id))
498 return false;
499
Johannes Bergffdf9682013-01-29 15:28:17 +0100500 te_data->uid = le32_to_cpu(resp->unique_id);
501 IWL_DEBUG_TE(mvm, "TIME_EVENT_CMD response - UID = 0x%x\n",
502 te_data->uid);
503 return true;
504}
505
506static int iwl_mvm_time_event_send_add(struct iwl_mvm *mvm,
507 struct ieee80211_vif *vif,
508 struct iwl_mvm_time_event_data *te_data,
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300509 struct iwl_time_event_cmd *te_cmd)
Johannes Bergffdf9682013-01-29 15:28:17 +0100510{
Sara Sharon6eb031d2015-07-13 14:50:47 +0300511 static const u16 time_event_response[] = { TIME_EVENT_CMD };
Johannes Bergffdf9682013-01-29 15:28:17 +0100512 struct iwl_notification_wait wait_time_event;
513 int ret;
514
515 lockdep_assert_held(&mvm->mutex);
516
Johannes Berg93630dc2013-02-15 23:54:10 +0100517 IWL_DEBUG_TE(mvm, "Add new TE, duration %d TU\n",
518 le32_to_cpu(te_cmd->duration));
519
Johannes Bergffdf9682013-01-29 15:28:17 +0100520 spin_lock_bh(&mvm->time_event_lock);
521 if (WARN_ON(te_data->id != TE_MAX)) {
522 spin_unlock_bh(&mvm->time_event_lock);
523 return -EIO;
524 }
525 te_data->vif = vif;
526 te_data->duration = le32_to_cpu(te_cmd->duration);
527 te_data->id = le32_to_cpu(te_cmd->id);
528 list_add_tail(&te_data->list, &mvm->time_event_list);
529 spin_unlock_bh(&mvm->time_event_lock);
530
531 /*
532 * Use a notification wait, which really just processes the
533 * command response and doesn't wait for anything, in order
534 * to be able to process the response and get the UID inside
535 * the RX path. Using CMD_WANT_SKB doesn't work because it
536 * stores the buffer and then wakes up this thread, by which
537 * time another notification (that the time event started)
538 * might already be processed unsuccessfully.
539 */
540 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event,
541 time_event_response,
542 ARRAY_SIZE(time_event_response),
543 iwl_mvm_time_event_response, te_data);
544
Emmanuel Grumbacha1022922014-05-12 11:36:41 +0300545 ret = iwl_mvm_send_cmd_pdu(mvm, TIME_EVENT_CMD, 0,
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300546 sizeof(*te_cmd), te_cmd);
Johannes Bergffdf9682013-01-29 15:28:17 +0100547 if (ret) {
548 IWL_ERR(mvm, "Couldn't send TIME_EVENT_CMD: %d\n", ret);
549 iwl_remove_notification(&mvm->notif_wait, &wait_time_event);
550 goto out_clear_te;
551 }
552
553 /* No need to wait for anything, so just pass 1 (0 isn't valid) */
554 ret = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1);
555 /* should never fail */
556 WARN_ON_ONCE(ret);
557
558 if (ret) {
559 out_clear_te:
560 spin_lock_bh(&mvm->time_event_lock);
561 iwl_mvm_te_clear_data(mvm, te_data);
562 spin_unlock_bh(&mvm->time_event_lock);
563 }
564 return ret;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100565}
566
567void iwl_mvm_protect_session(struct iwl_mvm *mvm,
568 struct ieee80211_vif *vif,
Johannes Berg016d27e2013-05-03 11:16:15 +0200569 u32 duration, u32 min_duration,
Liad Kaufmand20d37b2014-07-06 17:14:39 +0300570 u32 max_delay, bool wait_for_notif)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100571{
572 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
573 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data;
Sara Sharon6eb031d2015-07-13 14:50:47 +0300574 const u16 te_notif_response[] = { TIME_EVENT_NOTIFICATION };
Liad Kaufmand20d37b2014-07-06 17:14:39 +0300575 struct iwl_notification_wait wait_te_notif;
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300576 struct iwl_time_event_cmd time_cmd = {};
Johannes Berg8ca151b2013-01-24 14:25:36 +0100577
578 lockdep_assert_held(&mvm->mutex);
579
580 if (te_data->running &&
Johannes Berge7f19352013-07-25 21:45:17 +0200581 time_after(te_data->end_jiffies, TU_TO_EXP_TIME(min_duration))) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100582 IWL_DEBUG_TE(mvm, "We have enough time in the current TE: %u\n",
583 jiffies_to_msecs(te_data->end_jiffies - jiffies));
584 return;
585 }
586
587 if (te_data->running) {
588 IWL_DEBUG_TE(mvm, "extend 0x%x: only %u ms left\n",
589 te_data->uid,
590 jiffies_to_msecs(te_data->end_jiffies - jiffies));
591 /*
592 * we don't have enough time
593 * cancel the current TE and issue a new one
594 * Of course it would be better to remove the old one only
595 * when the new one is added, but we don't care if we are off
596 * channel for a bit. All we need to do, is not to return
597 * before we actually begin to be on the channel.
598 */
599 iwl_mvm_stop_session_protection(mvm, vif);
600 }
601
Johannes Berg8ca151b2013-01-24 14:25:36 +0100602 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD);
603 time_cmd.id_and_color =
604 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color));
605 time_cmd.id = cpu_to_le32(TE_BSS_STA_AGGRESSIVE_ASSOC);
606
Ilan Peer5bf12f62015-06-24 10:25:26 +0300607 time_cmd.apply_time = cpu_to_le32(0);
Johannes Bergffdf9682013-01-29 15:28:17 +0100608
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300609 time_cmd.max_frags = TE_V2_FRAG_NONE;
Johannes Berg016d27e2013-05-03 11:16:15 +0200610 time_cmd.max_delay = cpu_to_le32(max_delay);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100611 /* TODO: why do we need to interval = bi if it is not periodic? */
612 time_cmd.interval = cpu_to_le32(1);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100613 time_cmd.duration = cpu_to_le32(duration);
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300614 time_cmd.repeat = 1;
615 time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START |
Emmanuel Grumbach1f6bf072014-02-16 15:36:00 +0200616 TE_V2_NOTIF_HOST_EVENT_END |
Andrei Otcheretianski40d53f42018-01-04 17:39:08 +0200617 TE_V2_START_IMMEDIATELY);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100618
Liad Kaufmand20d37b2014-07-06 17:14:39 +0300619 if (!wait_for_notif) {
620 iwl_mvm_time_event_send_add(mvm, vif, te_data, &time_cmd);
621 return;
622 }
623
624 /*
625 * Create notification_wait for the TIME_EVENT_NOTIFICATION to use
626 * right after we send the time event
627 */
628 iwl_init_notification_wait(&mvm->notif_wait, &wait_te_notif,
629 te_notif_response,
630 ARRAY_SIZE(te_notif_response),
631 iwl_mvm_te_notif, te_data);
632
633 /* If TE was sent OK - wait for the notification that started */
634 if (iwl_mvm_time_event_send_add(mvm, vif, te_data, &time_cmd)) {
635 IWL_ERR(mvm, "Failed to add TE to protect session\n");
636 iwl_remove_notification(&mvm->notif_wait, &wait_te_notif);
637 } else if (iwl_wait_notification(&mvm->notif_wait, &wait_te_notif,
638 TU_TO_JIFFIES(max_delay))) {
639 IWL_ERR(mvm, "Failed to protect session until TE\n");
640 }
Johannes Berg8ca151b2013-01-24 14:25:36 +0100641}
642
Matti Gottliebbf5da872014-11-16 10:25:12 +0200643static bool __iwl_mvm_remove_time_event(struct iwl_mvm *mvm,
644 struct iwl_mvm_time_event_data *te_data,
645 u32 *uid)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100646{
Matti Gottliebbf5da872014-11-16 10:25:12 +0200647 u32 id;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100648
649 /*
650 * It is possible that by the time we got to this point the time
651 * event was already removed.
652 */
653 spin_lock_bh(&mvm->time_event_lock);
654
655 /* Save time event uid before clearing its data */
Matti Gottliebbf5da872014-11-16 10:25:12 +0200656 *uid = te_data->uid;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100657 id = te_data->id;
658
659 /*
660 * The clear_data function handles time events that were already removed
661 */
662 iwl_mvm_te_clear_data(mvm, te_data);
663 spin_unlock_bh(&mvm->time_event_lock);
664
665 /*
666 * It is possible that by the time we try to remove it, the time event
667 * has already ended and removed. In such a case there is no need to
668 * send a removal command.
669 */
670 if (id == TE_MAX) {
Matti Gottliebbf5da872014-11-16 10:25:12 +0200671 IWL_DEBUG_TE(mvm, "TE 0x%x has already ended\n", *uid);
672 return false;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100673 }
674
Matti Gottliebbf5da872014-11-16 10:25:12 +0200675 return true;
676}
677
678/*
679 * Explicit request to remove a aux roc time event. The removal of a time
680 * event needs to be synchronized with the flow of a time event's end
681 * notification, which also removes the time event from the op mode
682 * data structures.
683 */
684static void iwl_mvm_remove_aux_roc_te(struct iwl_mvm *mvm,
685 struct iwl_mvm_vif *mvmvif,
686 struct iwl_mvm_time_event_data *te_data)
687{
688 struct iwl_hs20_roc_req aux_cmd = {};
689 u32 uid;
690 int ret;
691
692 if (!__iwl_mvm_remove_time_event(mvm, te_data, &uid))
693 return;
694
695 aux_cmd.event_unique_id = cpu_to_le32(uid);
696 aux_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE);
697 aux_cmd.id_and_color =
698 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color));
699 IWL_DEBUG_TE(mvm, "Removing BSS AUX ROC TE 0x%x\n",
700 le32_to_cpu(aux_cmd.event_unique_id));
701 ret = iwl_mvm_send_cmd_pdu(mvm, HOT_SPOT_CMD, 0,
702 sizeof(aux_cmd), &aux_cmd);
703
704 if (WARN_ON(ret))
705 return;
706}
707
708/*
709 * Explicit request to remove a time event. The removal of a time event needs to
710 * be synchronized with the flow of a time event's end notification, which also
711 * removes the time event from the op mode data structures.
712 */
713void iwl_mvm_remove_time_event(struct iwl_mvm *mvm,
714 struct iwl_mvm_vif *mvmvif,
715 struct iwl_mvm_time_event_data *te_data)
716{
717 struct iwl_time_event_cmd time_cmd = {};
718 u32 uid;
719 int ret;
720
721 if (!__iwl_mvm_remove_time_event(mvm, te_data, &uid))
722 return;
723
Johannes Berg8ca151b2013-01-24 14:25:36 +0100724 /* When we remove a TE, the UID is to be set in the id field */
725 time_cmd.id = cpu_to_le32(uid);
726 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE);
727 time_cmd.id_and_color =
728 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color));
729
730 IWL_DEBUG_TE(mvm, "Removing TE 0x%x\n", le32_to_cpu(time_cmd.id));
Emmanuel Grumbacha1022922014-05-12 11:36:41 +0300731 ret = iwl_mvm_send_cmd_pdu(mvm, TIME_EVENT_CMD, 0,
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300732 sizeof(time_cmd), &time_cmd);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100733 if (WARN_ON(ret))
734 return;
735}
736
737void iwl_mvm_stop_session_protection(struct iwl_mvm *mvm,
738 struct ieee80211_vif *vif)
739{
740 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
741 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data;
Avraham Stern3edfb5f2017-08-02 12:13:20 +0300742 u32 id;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100743
744 lockdep_assert_held(&mvm->mutex);
Avraham Stern3edfb5f2017-08-02 12:13:20 +0300745
746 spin_lock_bh(&mvm->time_event_lock);
747 id = te_data->id;
748 spin_unlock_bh(&mvm->time_event_lock);
749
750 if (id != TE_BSS_STA_AGGRESSIVE_ASSOC) {
751 IWL_DEBUG_TE(mvm,
752 "don't remove TE with id=%u (not session protection)\n",
753 id);
754 return;
755 }
756
Johannes Berg8ca151b2013-01-24 14:25:36 +0100757 iwl_mvm_remove_time_event(mvm, mvmvif, te_data);
758}
759
Johannes Berg8ca151b2013-01-24 14:25:36 +0100760int iwl_mvm_start_p2p_roc(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
Ilan Peere635c792013-02-13 11:05:18 +0200761 int duration, enum ieee80211_roc_type type)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100762{
763 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
764 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data;
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300765 struct iwl_time_event_cmd time_cmd = {};
Johannes Berg8ca151b2013-01-24 14:25:36 +0100766
767 lockdep_assert_held(&mvm->mutex);
768 if (te_data->running) {
769 IWL_WARN(mvm, "P2P_DEVICE remain on channel already running\n");
770 return -EBUSY;
771 }
772
Johannes Berg8ca151b2013-01-24 14:25:36 +0100773 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD);
774 time_cmd.id_and_color =
775 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color));
Ilan Peere635c792013-02-13 11:05:18 +0200776
777 switch (type) {
778 case IEEE80211_ROC_TYPE_NORMAL:
779 time_cmd.id = cpu_to_le32(IWL_MVM_ROC_TE_TYPE_NORMAL);
780 break;
781 case IEEE80211_ROC_TYPE_MGMT_TX:
782 time_cmd.id = cpu_to_le32(IWL_MVM_ROC_TE_TYPE_MGMT_TX);
783 break;
784 default:
785 WARN_ONCE(1, "Got an invalid ROC type\n");
786 return -EINVAL;
787 }
Johannes Berg8ca151b2013-01-24 14:25:36 +0100788
789 time_cmd.apply_time = cpu_to_le32(0);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100790 time_cmd.interval = cpu_to_le32(1);
791
792 /*
Ilan Peere635c792013-02-13 11:05:18 +0200793 * The P2P Device TEs can have lower priority than other events
Johannes Berg8ca151b2013-01-24 14:25:36 +0100794 * that are being scheduled by the driver/fw, and thus it might not be
Ilan Peere635c792013-02-13 11:05:18 +0200795 * scheduled. To improve the chances of it being scheduled, allow them
796 * to be fragmented, and in addition allow them to be delayed.
Johannes Berg8ca151b2013-01-24 14:25:36 +0100797 */
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300798 time_cmd.max_frags = min(MSEC_TO_TU(duration)/50, TE_V2_FRAG_ENDLESS);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100799 time_cmd.max_delay = cpu_to_le32(MSEC_TO_TU(duration/2));
800 time_cmd.duration = cpu_to_le32(MSEC_TO_TU(duration));
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300801 time_cmd.repeat = 1;
802 time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START |
Emmanuel Grumbach1f6bf072014-02-16 15:36:00 +0200803 TE_V2_NOTIF_HOST_EVENT_END |
Andrei Otcheretianski40d53f42018-01-04 17:39:08 +0200804 TE_V2_START_IMMEDIATELY);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100805
Johannes Bergffdf9682013-01-29 15:28:17 +0100806 return iwl_mvm_time_event_send_add(mvm, vif, te_data, &time_cmd);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100807}
808
Eliad Peller305d2362015-12-09 16:33:20 +0200809static struct iwl_mvm_time_event_data *iwl_mvm_get_roc_te(struct iwl_mvm *mvm)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100810{
Johannes Berg8ca151b2013-01-24 14:25:36 +0100811 struct iwl_mvm_time_event_data *te_data;
812
813 lockdep_assert_held(&mvm->mutex);
814
Matti Gottliebbf5da872014-11-16 10:25:12 +0200815 spin_lock_bh(&mvm->time_event_lock);
816
Johannes Berg8ca151b2013-01-24 14:25:36 +0100817 /*
818 * Iterate over the list of time events and find the time event that is
819 * associated with a P2P_DEVICE interface.
820 * This assumes that a P2P_DEVICE interface can have only a single time
821 * event at any given time and this time event coresponds to a ROC
822 * request
823 */
Johannes Berg8ca151b2013-01-24 14:25:36 +0100824 list_for_each_entry(te_data, &mvm->time_event_list, list) {
Eliad Peller305d2362015-12-09 16:33:20 +0200825 if (te_data->vif->type == NL80211_IFTYPE_P2P_DEVICE)
826 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100827 }
Matti Gottliebbf5da872014-11-16 10:25:12 +0200828
Johannes Bergebf17ff2015-06-01 23:38:23 +0200829 /* There can only be at most one AUX ROC time event, we just use the
830 * list to simplify/unify code. Remove it if it exists.
Matti Gottliebbf5da872014-11-16 10:25:12 +0200831 */
Johannes Bergebf17ff2015-06-01 23:38:23 +0200832 te_data = list_first_entry_or_null(&mvm->aux_roc_te_list,
833 struct iwl_mvm_time_event_data,
834 list);
Eliad Peller305d2362015-12-09 16:33:20 +0200835out:
Johannes Berg8ca151b2013-01-24 14:25:36 +0100836 spin_unlock_bh(&mvm->time_event_lock);
Eliad Peller305d2362015-12-09 16:33:20 +0200837 return te_data;
838}
Johannes Berg8ca151b2013-01-24 14:25:36 +0100839
Eliad Peller305d2362015-12-09 16:33:20 +0200840void iwl_mvm_cleanup_roc_te(struct iwl_mvm *mvm)
841{
842 struct iwl_mvm_time_event_data *te_data;
843 u32 uid;
844
845 te_data = iwl_mvm_get_roc_te(mvm);
846 if (te_data)
847 __iwl_mvm_remove_time_event(mvm, te_data, &uid);
848}
849
850void iwl_mvm_stop_roc(struct iwl_mvm *mvm)
851{
852 struct iwl_mvm_vif *mvmvif;
853 struct iwl_mvm_time_event_data *te_data;
854
855 te_data = iwl_mvm_get_roc_te(mvm);
856 if (!te_data) {
Matti Gottliebbf5da872014-11-16 10:25:12 +0200857 IWL_WARN(mvm, "No remain on channel event\n");
Johannes Berg8ca151b2013-01-24 14:25:36 +0100858 return;
859 }
860
Eliad Peller305d2362015-12-09 16:33:20 +0200861 mvmvif = iwl_mvm_vif_from_mac80211(te_data->vif);
862
Johannes Berg6c2d49f2017-11-13 17:26:09 +0100863 if (te_data->vif->type == NL80211_IFTYPE_P2P_DEVICE) {
Matti Gottliebbf5da872014-11-16 10:25:12 +0200864 iwl_mvm_remove_time_event(mvm, mvmvif, te_data);
Johannes Berg6c2d49f2017-11-13 17:26:09 +0100865 set_bit(IWL_MVM_STATUS_NEED_FLUSH_P2P, &mvm->status);
866 } else {
Matti Gottliebbf5da872014-11-16 10:25:12 +0200867 iwl_mvm_remove_aux_roc_te(mvm, mvmvif, te_data);
Johannes Berg6c2d49f2017-11-13 17:26:09 +0100868 }
Johannes Berg8ca151b2013-01-24 14:25:36 +0100869
870 iwl_mvm_roc_finished(mvm);
871}
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300872
Luciano Coelhof991e172014-08-26 16:14:10 +0300873int iwl_mvm_schedule_csa_period(struct iwl_mvm *mvm,
874 struct ieee80211_vif *vif,
875 u32 duration, u32 apply_time)
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300876{
877 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
878 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data;
879 struct iwl_time_event_cmd time_cmd = {};
880
881 lockdep_assert_held(&mvm->mutex);
882
883 if (te_data->running) {
Avraham Stern3edfb5f2017-08-02 12:13:20 +0300884 u32 id;
885
886 spin_lock_bh(&mvm->time_event_lock);
887 id = te_data->id;
888 spin_unlock_bh(&mvm->time_event_lock);
889
890 if (id == TE_CHANNEL_SWITCH_PERIOD) {
891 IWL_DEBUG_TE(mvm, "CS period is already scheduled\n");
892 return -EBUSY;
893 }
894
895 /*
896 * Remove the session protection time event to allow the
897 * channel switch. If we got here, we just heard a beacon so
898 * the session protection is not needed anymore anyway.
899 */
900 iwl_mvm_remove_time_event(mvm, mvmvif, te_data);
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300901 }
902
903 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD);
904 time_cmd.id_and_color =
905 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color));
Luciano Coelhof991e172014-08-26 16:14:10 +0300906 time_cmd.id = cpu_to_le32(TE_CHANNEL_SWITCH_PERIOD);
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300907 time_cmd.apply_time = cpu_to_le32(apply_time);
908 time_cmd.max_frags = TE_V2_FRAG_NONE;
909 time_cmd.duration = cpu_to_le32(duration);
910 time_cmd.repeat = 1;
911 time_cmd.interval = cpu_to_le32(1);
912 time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START |
913 TE_V2_ABSENCE);
Andrei Otcheretianski40d53f42018-01-04 17:39:08 +0200914 if (!apply_time)
915 time_cmd.policy |= cpu_to_le16(TE_V2_START_IMMEDIATELY);
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300916
917 return iwl_mvm_time_event_send_add(mvm, vif, te_data, &time_cmd);
918}