Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 1 | /****************************************************************************** |
| 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 Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 8 | * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. |
Eliad Peller | c779273 | 2015-04-19 11:41:04 +0300 | [diff] [blame] | 9 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
Avraham Stern | 3edfb5f | 2017-08-02 12:13:20 +0300 | [diff] [blame] | 10 | * Copyright(c) 2017 Intel Deutschland GmbH |
Andrei Otcheretianski | 19125cb | 2018-02-28 17:18:48 +0200 | [diff] [blame] | 11 | * Copyright(c) 2018 Intel Corporation |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 12 | * |
| 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 Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 22 | * The full GNU General Public License is included in this distribution |
Emmanuel Grumbach | 410dc5a | 2013-02-18 09:22:28 +0200 | [diff] [blame] | 23 | * in the file called COPYING. |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 24 | * |
| 25 | * Contact Information: |
Emmanuel Grumbach | d01c536 | 2015-11-17 15:39:56 +0200 | [diff] [blame] | 26 | * Intel Linux Wireless <linuxwifi@intel.com> |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 27 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 28 | * |
| 29 | * BSD LICENSE |
| 30 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 31 | * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. |
Eliad Peller | c779273 | 2015-04-19 11:41:04 +0300 | [diff] [blame] | 32 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
Avraham Stern | 3edfb5f | 2017-08-02 12:13:20 +0300 | [diff] [blame] | 33 | * Copyright(c) 2017 Intel Deutschland GmbH |
Andrei Otcheretianski | 19125cb | 2018-02-28 17:18:48 +0200 | [diff] [blame] | 34 | * Copyright(c) 2018 Intel Corporation |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 35 | * 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 Berg | 9fca9d5 | 2017-06-01 10:32:17 +0200 | [diff] [blame] | 68 | #include "fw/notif-wait.h" |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 69 | #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 Peer | e635c79 | 2013-02-13 11:05:18 +0200 | [diff] [blame] | 76 | /* |
| 77 | * For the high priority TE use a time event type that has similar priority to |
| 78 | * the FW's action scan priority. |
Ilan Peer | 456f6dd | 2013-02-04 14:09:37 +0200 | [diff] [blame] | 79 | */ |
Ilan Peer | e635c79 | 2013-02-13 11:05:18 +0200 | [diff] [blame] | 80 | #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 Peer | 456f6dd | 2013-02-04 14:09:37 +0200 | [diff] [blame] | 82 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 83 | void 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 Berg | 00fd233 | 2015-06-26 16:04:01 +0200 | [diff] [blame] | 88 | if (!te_data->vif) |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 89 | 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 | |
| 98 | void 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 Marjieh | b112889 | 2014-07-16 21:11:12 +0300 | [diff] [blame] | 101 | |
| 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 Grumbach | d4e4aa7 | 2017-11-15 21:12:41 +0200 | [diff] [blame] | 109 | if (test_and_clear_bit(IWL_MVM_STATUS_ROC_RUNNING, &mvm->status)) |
Eliad Peller | c779273 | 2015-04-19 11:41:04 +0300 | [diff] [blame] | 110 | iwl_mvm_unref(mvm, IWL_MVM_REF_ROC); |
Emmanuel Grumbach | d4e4aa7 | 2017-11-15 21:12:41 +0200 | [diff] [blame] | 111 | if (test_and_clear_bit(IWL_MVM_STATUS_ROC_AUX_RUNNING, &mvm->status)) |
Eliad Peller | c779273 | 2015-04-19 11:41:04 +0300 | [diff] [blame] | 112 | iwl_mvm_unref(mvm, IWL_MVM_REF_ROC_AUX); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 113 | |
| 114 | synchronize_net(); |
| 115 | |
| 116 | /* |
| 117 | * Flush the offchannel queue -- this is called when the time |
Sara Sharon | 0d365ae | 2015-03-31 12:24:05 +0300 | [diff] [blame] | 118 | * event finishes or is canceled, so that frames queued for it |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 119 | * 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 Berg | c8f5470 | 2017-06-19 23:50:31 +0200 | [diff] [blame] | 126 | iwl_mvm_flush_sta(mvm, &mvm->aux_sta, true, CMD_ASYNC); |
Johannes Berg | 6c2d49f | 2017-11-13 17:26:09 +0100 | [diff] [blame] | 127 | |
| 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 Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 145 | } |
| 146 | |
| 147 | static void iwl_mvm_roc_finished(struct iwl_mvm *mvm) |
| 148 | { |
| 149 | /* |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 150 | * 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 Otcheretianski | 7f0a7c6 | 2014-05-04 11:48:12 +0300 | [diff] [blame] | 159 | static 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 | |
| 190 | out_unlock: |
| 191 | rcu_read_unlock(); |
| 192 | } |
| 193 | |
Johannes Berg | 0573979 | 2013-07-25 18:39:30 +0200 | [diff] [blame] | 194 | static bool iwl_mvm_te_check_disconnect(struct iwl_mvm *mvm, |
| 195 | struct ieee80211_vif *vif, |
| 196 | const char *errmsg) |
| 197 | { |
Andrei Otcheretianski | 19125cb | 2018-02-28 17:18:48 +0200 | [diff] [blame] | 198 | struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); |
| 199 | |
Johannes Berg | 0573979 | 2013-07-25 18:39:30 +0200 | [diff] [blame] | 200 | if (vif->type != NL80211_IFTYPE_STATION) |
| 201 | return false; |
Andrei Otcheretianski | 19125cb | 2018-02-28 17:18:48 +0200 | [diff] [blame] | 202 | |
| 203 | if (!mvmvif->csa_bcn_pending && vif->bss_conf.assoc && |
| 204 | vif->bss_conf.dtim_period) |
Johannes Berg | 0573979 | 2013-07-25 18:39:30 +0200 | [diff] [blame] | 205 | return false; |
| 206 | if (errmsg) |
| 207 | IWL_ERR(mvm, "%s\n", errmsg); |
Emmanuel Grumbach | 3175520 | 2015-03-30 10:55:57 +0300 | [diff] [blame] | 208 | |
| 209 | iwl_mvm_connection_loss(mvm, vif, errmsg); |
Johannes Berg | 0573979 | 2013-07-25 18:39:30 +0200 | [diff] [blame] | 210 | return true; |
| 211 | } |
| 212 | |
Luciano Coelho | dc88b4b | 2014-11-10 11:10:14 +0200 | [diff] [blame] | 213 | static void |
| 214 | iwl_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 Berg | 81d62d5 | 2015-03-10 14:44:00 +0100 | [diff] [blame] | 218 | 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 Coelho | dc88b4b | 2014-11-10 11:10:14 +0200 | [diff] [blame] | 222 | IWL_DEBUG_TE(mvm, "CSA time event failed to start\n"); |
Luciano Coelho | dc88b4b | 2014-11-10 11:10:14 +0200 | [diff] [blame] | 223 | |
| 224 | switch (te_data->vif->type) { |
| 225 | case NL80211_IFTYPE_AP: |
Johannes Berg | 81d62d5 | 2015-03-10 14:44:00 +0100 | [diff] [blame] | 226 | if (!notif->status) |
| 227 | mvmvif->csa_failed = true; |
Luciano Coelho | dc88b4b | 2014-11-10 11:10:14 +0200 | [diff] [blame] | 228 | iwl_mvm_csa_noa_start(mvm); |
| 229 | break; |
| 230 | case NL80211_IFTYPE_STATION: |
Johannes Berg | 81d62d5 | 2015-03-10 14:44:00 +0100 | [diff] [blame] | 231 | if (!notif->status) { |
Emmanuel Grumbach | 3175520 | 2015-03-30 10:55:57 +0300 | [diff] [blame] | 232 | iwl_mvm_connection_loss(mvm, vif, |
| 233 | "CSA TE failed to start"); |
Johannes Berg | 81d62d5 | 2015-03-10 14:44:00 +0100 | [diff] [blame] | 234 | break; |
| 235 | } |
Luciano Coelho | dc88b4b | 2014-11-10 11:10:14 +0200 | [diff] [blame] | 236 | iwl_mvm_csa_client_absent(mvm, te_data->vif); |
Luciano Coelho | 622e3f9 | 2014-11-10 11:10:17 +0200 | [diff] [blame] | 237 | ieee80211_chswitch_done(te_data->vif, true); |
Luciano Coelho | dc88b4b | 2014-11-10 11:10:14 +0200 | [diff] [blame] | 238 | 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 Grumbach | 874c174 | 2015-03-25 22:40:47 +0200 | [diff] [blame] | 249 | static 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 | |
| 257 | if (!iwl_fw_dbg_trigger_enabled(mvm->fw, FW_DBG_TRIGGER_TIME_EVENT)) |
| 258 | return; |
| 259 | |
| 260 | trig = iwl_fw_dbg_get_trigger(mvm->fw, FW_DBG_TRIGGER_TIME_EVENT); |
| 261 | te_trig = (void *)trig->data; |
| 262 | |
Johannes Berg | 7174beb | 2017-06-01 16:03:19 +0200 | [diff] [blame] | 263 | if (!iwl_fw_dbg_trigger_check_stop(&mvm->fwrt, |
| 264 | ieee80211_vif_to_wdev(te_data->vif), |
| 265 | trig)) |
Emmanuel Grumbach | 874c174 | 2015-03-25 22:40:47 +0200 | [diff] [blame] | 266 | return; |
| 267 | |
| 268 | for (i = 0; i < ARRAY_SIZE(te_trig->time_events); i++) { |
| 269 | u32 trig_te_id = le32_to_cpu(te_trig->time_events[i].id); |
| 270 | u32 trig_action_bitmap = |
| 271 | le32_to_cpu(te_trig->time_events[i].action_bitmap); |
| 272 | u32 trig_status_bitmap = |
| 273 | le32_to_cpu(te_trig->time_events[i].status_bitmap); |
| 274 | |
| 275 | if (trig_te_id != te_data->id || |
| 276 | !(trig_action_bitmap & le32_to_cpu(notif->action)) || |
| 277 | !(trig_status_bitmap & BIT(le32_to_cpu(notif->status)))) |
| 278 | continue; |
| 279 | |
Johannes Berg | 7174beb | 2017-06-01 16:03:19 +0200 | [diff] [blame] | 280 | iwl_fw_dbg_collect_trig(&mvm->fwrt, trig, |
| 281 | "Time event %d Action 0x%x received status: %d", |
| 282 | te_data->id, |
| 283 | le32_to_cpu(notif->action), |
| 284 | le32_to_cpu(notif->status)); |
Emmanuel Grumbach | 874c174 | 2015-03-25 22:40:47 +0200 | [diff] [blame] | 285 | break; |
| 286 | } |
| 287 | } |
| 288 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 289 | /* |
| 290 | * Handles a FW notification for an event that is known to the driver. |
| 291 | * |
| 292 | * @mvm: the mvm component |
| 293 | * @te_data: the time event data |
| 294 | * @notif: the notification data corresponding the time event data. |
| 295 | */ |
| 296 | static void iwl_mvm_te_handle_notif(struct iwl_mvm *mvm, |
| 297 | struct iwl_mvm_time_event_data *te_data, |
| 298 | struct iwl_time_event_notif *notif) |
| 299 | { |
| 300 | lockdep_assert_held(&mvm->time_event_lock); |
| 301 | |
| 302 | IWL_DEBUG_TE(mvm, "Handle time event notif - UID = 0x%x action %d\n", |
| 303 | le32_to_cpu(notif->unique_id), |
| 304 | le32_to_cpu(notif->action)); |
| 305 | |
Emmanuel Grumbach | 874c174 | 2015-03-25 22:40:47 +0200 | [diff] [blame] | 306 | iwl_mvm_te_check_trigger(mvm, notif, te_data); |
| 307 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 308 | /* |
| 309 | * The FW sends the start/end time event notifications even for events |
| 310 | * that it fails to schedule. This is indicated in the status field of |
| 311 | * the notification. This happens in cases that the scheduler cannot |
| 312 | * find a schedule that can handle the event (for example requesting a |
| 313 | * P2P Device discoveribility, while there are other higher priority |
| 314 | * events in the system). |
| 315 | */ |
Emmanuel Grumbach | 9fc3fe9 | 2013-11-05 16:27:59 +0200 | [diff] [blame] | 316 | if (!le32_to_cpu(notif->status)) { |
Johannes Berg | bcd535e | 2015-03-12 09:10:13 +0100 | [diff] [blame] | 317 | const char *msg; |
| 318 | |
| 319 | if (notif->action & cpu_to_le32(TE_V2_NOTIF_HOST_EVENT_START)) |
| 320 | msg = "Time Event start notification failure"; |
| 321 | else |
| 322 | msg = "Time Event end notification failure"; |
| 323 | |
| 324 | IWL_DEBUG_TE(mvm, "%s\n", msg); |
| 325 | |
| 326 | if (iwl_mvm_te_check_disconnect(mvm, te_data->vif, msg)) { |
Johannes Berg | 0573979 | 2013-07-25 18:39:30 +0200 | [diff] [blame] | 327 | iwl_mvm_te_clear_data(mvm, te_data); |
| 328 | return; |
| 329 | } |
| 330 | } |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 331 | |
Eytan Lifshitz | f8f03c3 | 2013-08-07 19:36:42 +0300 | [diff] [blame] | 332 | if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_END) { |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 333 | IWL_DEBUG_TE(mvm, |
| 334 | "TE ended - current time %lu, estimated end %lu\n", |
| 335 | jiffies, te_data->end_jiffies); |
| 336 | |
Johannes Berg | bca1390 | 2015-03-11 20:27:06 +0100 | [diff] [blame] | 337 | switch (te_data->vif->type) { |
| 338 | case NL80211_IFTYPE_P2P_DEVICE: |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 339 | ieee80211_remain_on_channel_expired(mvm->hw); |
| 340 | iwl_mvm_roc_finished(mvm); |
Johannes Berg | bca1390 | 2015-03-11 20:27:06 +0100 | [diff] [blame] | 341 | break; |
| 342 | case NL80211_IFTYPE_STATION: |
| 343 | /* |
| 344 | * By now, we should have finished association |
| 345 | * and know the dtim period. |
| 346 | */ |
| 347 | iwl_mvm_te_check_disconnect(mvm, te_data->vif, |
Andrei Otcheretianski | 19125cb | 2018-02-28 17:18:48 +0200 | [diff] [blame] | 348 | "No beacon heard and the time event is over already..."); |
Johannes Berg | bca1390 | 2015-03-11 20:27:06 +0100 | [diff] [blame] | 349 | break; |
| 350 | default: |
| 351 | break; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 352 | } |
| 353 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 354 | iwl_mvm_te_clear_data(mvm, te_data); |
Eytan Lifshitz | f8f03c3 | 2013-08-07 19:36:42 +0300 | [diff] [blame] | 355 | } else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) { |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 356 | te_data->running = true; |
Johannes Berg | e7f1935 | 2013-07-25 21:45:17 +0200 | [diff] [blame] | 357 | te_data->end_jiffies = TU_TO_EXP_TIME(te_data->duration); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 358 | |
| 359 | if (te_data->vif->type == NL80211_IFTYPE_P2P_DEVICE) { |
| 360 | set_bit(IWL_MVM_STATUS_ROC_RUNNING, &mvm->status); |
Eliad Peller | 9f45c36 | 2013-10-28 13:13:56 +0200 | [diff] [blame] | 361 | iwl_mvm_ref(mvm, IWL_MVM_REF_ROC); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 362 | ieee80211_ready_on_channel(mvm->hw); |
Luciano Coelho | dc88b4b | 2014-11-10 11:10:14 +0200 | [diff] [blame] | 363 | } else if (te_data->id == TE_CHANNEL_SWITCH_PERIOD) { |
| 364 | iwl_mvm_te_handle_notify_csa(mvm, te_data, notif); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 365 | } |
| 366 | } else { |
| 367 | IWL_WARN(mvm, "Got TE with unknown action\n"); |
| 368 | } |
| 369 | } |
| 370 | |
| 371 | /* |
Ariej Marjieh | b112889 | 2014-07-16 21:11:12 +0300 | [diff] [blame] | 372 | * Handle A Aux ROC time event |
| 373 | */ |
| 374 | static int iwl_mvm_aux_roc_te_handle_notif(struct iwl_mvm *mvm, |
| 375 | struct iwl_time_event_notif *notif) |
| 376 | { |
| 377 | struct iwl_mvm_time_event_data *te_data, *tmp; |
| 378 | bool aux_roc_te = false; |
| 379 | |
| 380 | list_for_each_entry_safe(te_data, tmp, &mvm->aux_roc_te_list, list) { |
| 381 | if (le32_to_cpu(notif->unique_id) == te_data->uid) { |
| 382 | aux_roc_te = true; |
| 383 | break; |
| 384 | } |
| 385 | } |
| 386 | if (!aux_roc_te) /* Not a Aux ROC time event */ |
| 387 | return -EINVAL; |
| 388 | |
Emmanuel Grumbach | 874c174 | 2015-03-25 22:40:47 +0200 | [diff] [blame] | 389 | iwl_mvm_te_check_trigger(mvm, notif, te_data); |
| 390 | |
Ariej Marjieh | b112889 | 2014-07-16 21:11:12 +0300 | [diff] [blame] | 391 | IWL_DEBUG_TE(mvm, |
Matti Gottlieb | 5151ad9 | 2016-03-09 14:46:28 +0200 | [diff] [blame] | 392 | "Aux ROC time event notification - UID = 0x%x action %d (error = %d)\n", |
Ariej Marjieh | b112889 | 2014-07-16 21:11:12 +0300 | [diff] [blame] | 393 | le32_to_cpu(notif->unique_id), |
Matti Gottlieb | 5151ad9 | 2016-03-09 14:46:28 +0200 | [diff] [blame] | 394 | le32_to_cpu(notif->action), le32_to_cpu(notif->status)); |
Ariej Marjieh | b112889 | 2014-07-16 21:11:12 +0300 | [diff] [blame] | 395 | |
Matti Gottlieb | 5151ad9 | 2016-03-09 14:46:28 +0200 | [diff] [blame] | 396 | if (!le32_to_cpu(notif->status) || |
| 397 | le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_END) { |
Ariej Marjieh | b112889 | 2014-07-16 21:11:12 +0300 | [diff] [blame] | 398 | /* End TE, notify mac80211 */ |
| 399 | ieee80211_remain_on_channel_expired(mvm->hw); |
| 400 | iwl_mvm_roc_finished(mvm); /* flush aux queue */ |
| 401 | list_del(&te_data->list); /* remove from list */ |
| 402 | te_data->running = false; |
| 403 | te_data->vif = NULL; |
| 404 | te_data->uid = 0; |
Matti Gottlieb | a6cc516 | 2014-09-29 11:46:04 +0300 | [diff] [blame] | 405 | te_data->id = TE_MAX; |
Ariej Marjieh | b112889 | 2014-07-16 21:11:12 +0300 | [diff] [blame] | 406 | } else if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_START) { |
Ariej Marjieh | b112889 | 2014-07-16 21:11:12 +0300 | [diff] [blame] | 407 | set_bit(IWL_MVM_STATUS_ROC_AUX_RUNNING, &mvm->status); |
| 408 | te_data->running = true; |
Eliad Peller | c779273 | 2015-04-19 11:41:04 +0300 | [diff] [blame] | 409 | iwl_mvm_ref(mvm, IWL_MVM_REF_ROC_AUX); |
Ariej Marjieh | b112889 | 2014-07-16 21:11:12 +0300 | [diff] [blame] | 410 | ieee80211_ready_on_channel(mvm->hw); /* Start TE */ |
| 411 | } else { |
| 412 | IWL_DEBUG_TE(mvm, |
| 413 | "ERROR: Unknown Aux ROC Time Event (action = %d)\n", |
| 414 | le32_to_cpu(notif->action)); |
| 415 | return -EINVAL; |
| 416 | } |
| 417 | |
| 418 | return 0; |
| 419 | } |
| 420 | |
| 421 | /* |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 422 | * The Rx handler for time event notifications |
| 423 | */ |
Johannes Berg | 0416841 | 2015-06-23 21:22:09 +0200 | [diff] [blame] | 424 | void iwl_mvm_rx_time_event_notif(struct iwl_mvm *mvm, |
| 425 | struct iwl_rx_cmd_buffer *rxb) |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 426 | { |
| 427 | struct iwl_rx_packet *pkt = rxb_addr(rxb); |
| 428 | struct iwl_time_event_notif *notif = (void *)pkt->data; |
| 429 | struct iwl_mvm_time_event_data *te_data, *tmp; |
| 430 | |
| 431 | IWL_DEBUG_TE(mvm, "Time event notification - UID = 0x%x action %d\n", |
| 432 | le32_to_cpu(notif->unique_id), |
| 433 | le32_to_cpu(notif->action)); |
| 434 | |
| 435 | spin_lock_bh(&mvm->time_event_lock); |
Ariej Marjieh | b112889 | 2014-07-16 21:11:12 +0300 | [diff] [blame] | 436 | /* This time event is triggered for Aux ROC request */ |
| 437 | if (!iwl_mvm_aux_roc_te_handle_notif(mvm, notif)) |
| 438 | goto unlock; |
| 439 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 440 | list_for_each_entry_safe(te_data, tmp, &mvm->time_event_list, list) { |
| 441 | if (le32_to_cpu(notif->unique_id) == te_data->uid) |
| 442 | iwl_mvm_te_handle_notif(mvm, te_data, notif); |
| 443 | } |
Ariej Marjieh | b112889 | 2014-07-16 21:11:12 +0300 | [diff] [blame] | 444 | unlock: |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 445 | spin_unlock_bh(&mvm->time_event_lock); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 446 | } |
| 447 | |
Liad Kaufman | d20d37b | 2014-07-06 17:14:39 +0300 | [diff] [blame] | 448 | static bool iwl_mvm_te_notif(struct iwl_notif_wait_data *notif_wait, |
| 449 | struct iwl_rx_packet *pkt, void *data) |
| 450 | { |
| 451 | struct iwl_mvm *mvm = |
| 452 | container_of(notif_wait, struct iwl_mvm, notif_wait); |
| 453 | struct iwl_mvm_time_event_data *te_data = data; |
| 454 | struct iwl_time_event_notif *resp; |
| 455 | int resp_len = iwl_rx_packet_payload_len(pkt); |
| 456 | |
| 457 | if (WARN_ON(pkt->hdr.cmd != TIME_EVENT_NOTIFICATION)) |
| 458 | return true; |
| 459 | |
| 460 | if (WARN_ON_ONCE(resp_len != sizeof(*resp))) { |
| 461 | IWL_ERR(mvm, "Invalid TIME_EVENT_NOTIFICATION response\n"); |
| 462 | return true; |
| 463 | } |
| 464 | |
| 465 | resp = (void *)pkt->data; |
| 466 | |
| 467 | /* te_data->uid is already set in the TIME_EVENT_CMD response */ |
| 468 | if (le32_to_cpu(resp->unique_id) != te_data->uid) |
| 469 | return false; |
| 470 | |
| 471 | IWL_DEBUG_TE(mvm, "TIME_EVENT_NOTIFICATION response - UID = 0x%x\n", |
| 472 | te_data->uid); |
| 473 | if (!resp->status) |
| 474 | IWL_ERR(mvm, |
| 475 | "TIME_EVENT_NOTIFICATION received but not executed\n"); |
| 476 | |
| 477 | return true; |
| 478 | } |
| 479 | |
Johannes Berg | ffdf968 | 2013-01-29 15:28:17 +0100 | [diff] [blame] | 480 | static bool iwl_mvm_time_event_response(struct iwl_notif_wait_data *notif_wait, |
| 481 | struct iwl_rx_packet *pkt, void *data) |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 482 | { |
| 483 | struct iwl_mvm *mvm = |
| 484 | container_of(notif_wait, struct iwl_mvm, notif_wait); |
| 485 | struct iwl_mvm_time_event_data *te_data = data; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 486 | struct iwl_time_event_resp *resp; |
Johannes Berg | 65b3034 | 2014-01-08 13:16:33 +0100 | [diff] [blame] | 487 | int resp_len = iwl_rx_packet_payload_len(pkt); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 488 | |
Johannes Berg | ffdf968 | 2013-01-29 15:28:17 +0100 | [diff] [blame] | 489 | if (WARN_ON(pkt->hdr.cmd != TIME_EVENT_CMD)) |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 490 | return true; |
| 491 | |
Johannes Berg | 65b3034 | 2014-01-08 13:16:33 +0100 | [diff] [blame] | 492 | if (WARN_ON_ONCE(resp_len != sizeof(*resp))) { |
Johannes Berg | ffdf968 | 2013-01-29 15:28:17 +0100 | [diff] [blame] | 493 | IWL_ERR(mvm, "Invalid TIME_EVENT_CMD response\n"); |
| 494 | return true; |
| 495 | } |
| 496 | |
| 497 | resp = (void *)pkt->data; |
Johannes Berg | e37228224 | 2013-02-16 00:11:34 +0100 | [diff] [blame] | 498 | |
| 499 | /* we should never get a response to another TIME_EVENT_CMD here */ |
| 500 | if (WARN_ON_ONCE(le32_to_cpu(resp->id) != te_data->id)) |
| 501 | return false; |
| 502 | |
Johannes Berg | ffdf968 | 2013-01-29 15:28:17 +0100 | [diff] [blame] | 503 | te_data->uid = le32_to_cpu(resp->unique_id); |
| 504 | IWL_DEBUG_TE(mvm, "TIME_EVENT_CMD response - UID = 0x%x\n", |
| 505 | te_data->uid); |
| 506 | return true; |
| 507 | } |
| 508 | |
| 509 | static int iwl_mvm_time_event_send_add(struct iwl_mvm *mvm, |
| 510 | struct ieee80211_vif *vif, |
| 511 | struct iwl_mvm_time_event_data *te_data, |
Emmanuel Grumbach | a373f67 | 2014-03-30 08:40:46 +0300 | [diff] [blame] | 512 | struct iwl_time_event_cmd *te_cmd) |
Johannes Berg | ffdf968 | 2013-01-29 15:28:17 +0100 | [diff] [blame] | 513 | { |
Sara Sharon | 6eb031d | 2015-07-13 14:50:47 +0300 | [diff] [blame] | 514 | static const u16 time_event_response[] = { TIME_EVENT_CMD }; |
Johannes Berg | ffdf968 | 2013-01-29 15:28:17 +0100 | [diff] [blame] | 515 | struct iwl_notification_wait wait_time_event; |
| 516 | int ret; |
| 517 | |
| 518 | lockdep_assert_held(&mvm->mutex); |
| 519 | |
Johannes Berg | 93630dc | 2013-02-15 23:54:10 +0100 | [diff] [blame] | 520 | IWL_DEBUG_TE(mvm, "Add new TE, duration %d TU\n", |
| 521 | le32_to_cpu(te_cmd->duration)); |
| 522 | |
Johannes Berg | ffdf968 | 2013-01-29 15:28:17 +0100 | [diff] [blame] | 523 | spin_lock_bh(&mvm->time_event_lock); |
| 524 | if (WARN_ON(te_data->id != TE_MAX)) { |
| 525 | spin_unlock_bh(&mvm->time_event_lock); |
| 526 | return -EIO; |
| 527 | } |
| 528 | te_data->vif = vif; |
| 529 | te_data->duration = le32_to_cpu(te_cmd->duration); |
| 530 | te_data->id = le32_to_cpu(te_cmd->id); |
| 531 | list_add_tail(&te_data->list, &mvm->time_event_list); |
| 532 | spin_unlock_bh(&mvm->time_event_lock); |
| 533 | |
| 534 | /* |
| 535 | * Use a notification wait, which really just processes the |
| 536 | * command response and doesn't wait for anything, in order |
| 537 | * to be able to process the response and get the UID inside |
| 538 | * the RX path. Using CMD_WANT_SKB doesn't work because it |
| 539 | * stores the buffer and then wakes up this thread, by which |
| 540 | * time another notification (that the time event started) |
| 541 | * might already be processed unsuccessfully. |
| 542 | */ |
| 543 | iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event, |
| 544 | time_event_response, |
| 545 | ARRAY_SIZE(time_event_response), |
| 546 | iwl_mvm_time_event_response, te_data); |
| 547 | |
Emmanuel Grumbach | a102292 | 2014-05-12 11:36:41 +0300 | [diff] [blame] | 548 | ret = iwl_mvm_send_cmd_pdu(mvm, TIME_EVENT_CMD, 0, |
Emmanuel Grumbach | a373f67 | 2014-03-30 08:40:46 +0300 | [diff] [blame] | 549 | sizeof(*te_cmd), te_cmd); |
Johannes Berg | ffdf968 | 2013-01-29 15:28:17 +0100 | [diff] [blame] | 550 | if (ret) { |
| 551 | IWL_ERR(mvm, "Couldn't send TIME_EVENT_CMD: %d\n", ret); |
| 552 | iwl_remove_notification(&mvm->notif_wait, &wait_time_event); |
| 553 | goto out_clear_te; |
| 554 | } |
| 555 | |
| 556 | /* No need to wait for anything, so just pass 1 (0 isn't valid) */ |
| 557 | ret = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); |
| 558 | /* should never fail */ |
| 559 | WARN_ON_ONCE(ret); |
| 560 | |
| 561 | if (ret) { |
| 562 | out_clear_te: |
| 563 | spin_lock_bh(&mvm->time_event_lock); |
| 564 | iwl_mvm_te_clear_data(mvm, te_data); |
| 565 | spin_unlock_bh(&mvm->time_event_lock); |
| 566 | } |
| 567 | return ret; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 568 | } |
| 569 | |
| 570 | void iwl_mvm_protect_session(struct iwl_mvm *mvm, |
| 571 | struct ieee80211_vif *vif, |
Johannes Berg | 016d27e | 2013-05-03 11:16:15 +0200 | [diff] [blame] | 572 | u32 duration, u32 min_duration, |
Liad Kaufman | d20d37b | 2014-07-06 17:14:39 +0300 | [diff] [blame] | 573 | u32 max_delay, bool wait_for_notif) |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 574 | { |
| 575 | struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); |
| 576 | struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; |
Sara Sharon | 6eb031d | 2015-07-13 14:50:47 +0300 | [diff] [blame] | 577 | const u16 te_notif_response[] = { TIME_EVENT_NOTIFICATION }; |
Liad Kaufman | d20d37b | 2014-07-06 17:14:39 +0300 | [diff] [blame] | 578 | struct iwl_notification_wait wait_te_notif; |
Emmanuel Grumbach | a373f67 | 2014-03-30 08:40:46 +0300 | [diff] [blame] | 579 | struct iwl_time_event_cmd time_cmd = {}; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 580 | |
| 581 | lockdep_assert_held(&mvm->mutex); |
| 582 | |
| 583 | if (te_data->running && |
Johannes Berg | e7f1935 | 2013-07-25 21:45:17 +0200 | [diff] [blame] | 584 | time_after(te_data->end_jiffies, TU_TO_EXP_TIME(min_duration))) { |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 585 | IWL_DEBUG_TE(mvm, "We have enough time in the current TE: %u\n", |
| 586 | jiffies_to_msecs(te_data->end_jiffies - jiffies)); |
| 587 | return; |
| 588 | } |
| 589 | |
| 590 | if (te_data->running) { |
| 591 | IWL_DEBUG_TE(mvm, "extend 0x%x: only %u ms left\n", |
| 592 | te_data->uid, |
| 593 | jiffies_to_msecs(te_data->end_jiffies - jiffies)); |
| 594 | /* |
| 595 | * we don't have enough time |
| 596 | * cancel the current TE and issue a new one |
| 597 | * Of course it would be better to remove the old one only |
| 598 | * when the new one is added, but we don't care if we are off |
| 599 | * channel for a bit. All we need to do, is not to return |
| 600 | * before we actually begin to be on the channel. |
| 601 | */ |
| 602 | iwl_mvm_stop_session_protection(mvm, vif); |
| 603 | } |
| 604 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 605 | time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD); |
| 606 | time_cmd.id_and_color = |
| 607 | cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); |
| 608 | time_cmd.id = cpu_to_le32(TE_BSS_STA_AGGRESSIVE_ASSOC); |
| 609 | |
Ilan Peer | 5bf12f6 | 2015-06-24 10:25:26 +0300 | [diff] [blame] | 610 | time_cmd.apply_time = cpu_to_le32(0); |
Johannes Berg | ffdf968 | 2013-01-29 15:28:17 +0100 | [diff] [blame] | 611 | |
Eytan Lifshitz | f8f03c3 | 2013-08-07 19:36:42 +0300 | [diff] [blame] | 612 | time_cmd.max_frags = TE_V2_FRAG_NONE; |
Johannes Berg | 016d27e | 2013-05-03 11:16:15 +0200 | [diff] [blame] | 613 | time_cmd.max_delay = cpu_to_le32(max_delay); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 614 | /* TODO: why do we need to interval = bi if it is not periodic? */ |
| 615 | time_cmd.interval = cpu_to_le32(1); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 616 | time_cmd.duration = cpu_to_le32(duration); |
Eytan Lifshitz | f8f03c3 | 2013-08-07 19:36:42 +0300 | [diff] [blame] | 617 | time_cmd.repeat = 1; |
| 618 | time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START | |
Emmanuel Grumbach | 1f6bf07 | 2014-02-16 15:36:00 +0200 | [diff] [blame] | 619 | TE_V2_NOTIF_HOST_EVENT_END | |
Andrei Otcheretianski | 40d53f4 | 2018-01-04 17:39:08 +0200 | [diff] [blame] | 620 | TE_V2_START_IMMEDIATELY); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 621 | |
Liad Kaufman | d20d37b | 2014-07-06 17:14:39 +0300 | [diff] [blame] | 622 | if (!wait_for_notif) { |
| 623 | iwl_mvm_time_event_send_add(mvm, vif, te_data, &time_cmd); |
| 624 | return; |
| 625 | } |
| 626 | |
| 627 | /* |
| 628 | * Create notification_wait for the TIME_EVENT_NOTIFICATION to use |
| 629 | * right after we send the time event |
| 630 | */ |
| 631 | iwl_init_notification_wait(&mvm->notif_wait, &wait_te_notif, |
| 632 | te_notif_response, |
| 633 | ARRAY_SIZE(te_notif_response), |
| 634 | iwl_mvm_te_notif, te_data); |
| 635 | |
| 636 | /* If TE was sent OK - wait for the notification that started */ |
| 637 | if (iwl_mvm_time_event_send_add(mvm, vif, te_data, &time_cmd)) { |
| 638 | IWL_ERR(mvm, "Failed to add TE to protect session\n"); |
| 639 | iwl_remove_notification(&mvm->notif_wait, &wait_te_notif); |
| 640 | } else if (iwl_wait_notification(&mvm->notif_wait, &wait_te_notif, |
| 641 | TU_TO_JIFFIES(max_delay))) { |
| 642 | IWL_ERR(mvm, "Failed to protect session until TE\n"); |
| 643 | } |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 644 | } |
| 645 | |
Matti Gottlieb | bf5da87 | 2014-11-16 10:25:12 +0200 | [diff] [blame] | 646 | static bool __iwl_mvm_remove_time_event(struct iwl_mvm *mvm, |
| 647 | struct iwl_mvm_time_event_data *te_data, |
| 648 | u32 *uid) |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 649 | { |
Matti Gottlieb | bf5da87 | 2014-11-16 10:25:12 +0200 | [diff] [blame] | 650 | u32 id; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 651 | |
| 652 | /* |
| 653 | * It is possible that by the time we got to this point the time |
| 654 | * event was already removed. |
| 655 | */ |
| 656 | spin_lock_bh(&mvm->time_event_lock); |
| 657 | |
| 658 | /* Save time event uid before clearing its data */ |
Matti Gottlieb | bf5da87 | 2014-11-16 10:25:12 +0200 | [diff] [blame] | 659 | *uid = te_data->uid; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 660 | id = te_data->id; |
| 661 | |
| 662 | /* |
| 663 | * The clear_data function handles time events that were already removed |
| 664 | */ |
| 665 | iwl_mvm_te_clear_data(mvm, te_data); |
| 666 | spin_unlock_bh(&mvm->time_event_lock); |
| 667 | |
| 668 | /* |
| 669 | * It is possible that by the time we try to remove it, the time event |
| 670 | * has already ended and removed. In such a case there is no need to |
| 671 | * send a removal command. |
| 672 | */ |
| 673 | if (id == TE_MAX) { |
Matti Gottlieb | bf5da87 | 2014-11-16 10:25:12 +0200 | [diff] [blame] | 674 | IWL_DEBUG_TE(mvm, "TE 0x%x has already ended\n", *uid); |
| 675 | return false; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 676 | } |
| 677 | |
Matti Gottlieb | bf5da87 | 2014-11-16 10:25:12 +0200 | [diff] [blame] | 678 | return true; |
| 679 | } |
| 680 | |
| 681 | /* |
| 682 | * Explicit request to remove a aux roc time event. The removal of a time |
| 683 | * event needs to be synchronized with the flow of a time event's end |
| 684 | * notification, which also removes the time event from the op mode |
| 685 | * data structures. |
| 686 | */ |
| 687 | static void iwl_mvm_remove_aux_roc_te(struct iwl_mvm *mvm, |
| 688 | struct iwl_mvm_vif *mvmvif, |
| 689 | struct iwl_mvm_time_event_data *te_data) |
| 690 | { |
| 691 | struct iwl_hs20_roc_req aux_cmd = {}; |
| 692 | u32 uid; |
| 693 | int ret; |
| 694 | |
| 695 | if (!__iwl_mvm_remove_time_event(mvm, te_data, &uid)) |
| 696 | return; |
| 697 | |
| 698 | aux_cmd.event_unique_id = cpu_to_le32(uid); |
| 699 | aux_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE); |
| 700 | aux_cmd.id_and_color = |
| 701 | cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); |
| 702 | IWL_DEBUG_TE(mvm, "Removing BSS AUX ROC TE 0x%x\n", |
| 703 | le32_to_cpu(aux_cmd.event_unique_id)); |
| 704 | ret = iwl_mvm_send_cmd_pdu(mvm, HOT_SPOT_CMD, 0, |
| 705 | sizeof(aux_cmd), &aux_cmd); |
| 706 | |
| 707 | if (WARN_ON(ret)) |
| 708 | return; |
| 709 | } |
| 710 | |
| 711 | /* |
| 712 | * Explicit request to remove a time event. The removal of a time event needs to |
| 713 | * be synchronized with the flow of a time event's end notification, which also |
| 714 | * removes the time event from the op mode data structures. |
| 715 | */ |
| 716 | void iwl_mvm_remove_time_event(struct iwl_mvm *mvm, |
| 717 | struct iwl_mvm_vif *mvmvif, |
| 718 | struct iwl_mvm_time_event_data *te_data) |
| 719 | { |
| 720 | struct iwl_time_event_cmd time_cmd = {}; |
| 721 | u32 uid; |
| 722 | int ret; |
| 723 | |
| 724 | if (!__iwl_mvm_remove_time_event(mvm, te_data, &uid)) |
| 725 | return; |
| 726 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 727 | /* When we remove a TE, the UID is to be set in the id field */ |
| 728 | time_cmd.id = cpu_to_le32(uid); |
| 729 | time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE); |
| 730 | time_cmd.id_and_color = |
| 731 | cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); |
| 732 | |
| 733 | IWL_DEBUG_TE(mvm, "Removing TE 0x%x\n", le32_to_cpu(time_cmd.id)); |
Emmanuel Grumbach | a102292 | 2014-05-12 11:36:41 +0300 | [diff] [blame] | 734 | ret = iwl_mvm_send_cmd_pdu(mvm, TIME_EVENT_CMD, 0, |
Emmanuel Grumbach | a373f67 | 2014-03-30 08:40:46 +0300 | [diff] [blame] | 735 | sizeof(time_cmd), &time_cmd); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 736 | if (WARN_ON(ret)) |
| 737 | return; |
| 738 | } |
| 739 | |
| 740 | void iwl_mvm_stop_session_protection(struct iwl_mvm *mvm, |
| 741 | struct ieee80211_vif *vif) |
| 742 | { |
| 743 | struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); |
| 744 | struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; |
Avraham Stern | 3edfb5f | 2017-08-02 12:13:20 +0300 | [diff] [blame] | 745 | u32 id; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 746 | |
| 747 | lockdep_assert_held(&mvm->mutex); |
Avraham Stern | 3edfb5f | 2017-08-02 12:13:20 +0300 | [diff] [blame] | 748 | |
| 749 | spin_lock_bh(&mvm->time_event_lock); |
| 750 | id = te_data->id; |
| 751 | spin_unlock_bh(&mvm->time_event_lock); |
| 752 | |
| 753 | if (id != TE_BSS_STA_AGGRESSIVE_ASSOC) { |
| 754 | IWL_DEBUG_TE(mvm, |
| 755 | "don't remove TE with id=%u (not session protection)\n", |
| 756 | id); |
| 757 | return; |
| 758 | } |
| 759 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 760 | iwl_mvm_remove_time_event(mvm, mvmvif, te_data); |
| 761 | } |
| 762 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 763 | int iwl_mvm_start_p2p_roc(struct iwl_mvm *mvm, struct ieee80211_vif *vif, |
Ilan Peer | e635c79 | 2013-02-13 11:05:18 +0200 | [diff] [blame] | 764 | int duration, enum ieee80211_roc_type type) |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 765 | { |
| 766 | struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); |
| 767 | struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; |
Emmanuel Grumbach | a373f67 | 2014-03-30 08:40:46 +0300 | [diff] [blame] | 768 | struct iwl_time_event_cmd time_cmd = {}; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 769 | |
| 770 | lockdep_assert_held(&mvm->mutex); |
| 771 | if (te_data->running) { |
| 772 | IWL_WARN(mvm, "P2P_DEVICE remain on channel already running\n"); |
| 773 | return -EBUSY; |
| 774 | } |
| 775 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 776 | time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD); |
| 777 | time_cmd.id_and_color = |
| 778 | cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); |
Ilan Peer | e635c79 | 2013-02-13 11:05:18 +0200 | [diff] [blame] | 779 | |
| 780 | switch (type) { |
| 781 | case IEEE80211_ROC_TYPE_NORMAL: |
| 782 | time_cmd.id = cpu_to_le32(IWL_MVM_ROC_TE_TYPE_NORMAL); |
| 783 | break; |
| 784 | case IEEE80211_ROC_TYPE_MGMT_TX: |
| 785 | time_cmd.id = cpu_to_le32(IWL_MVM_ROC_TE_TYPE_MGMT_TX); |
| 786 | break; |
| 787 | default: |
| 788 | WARN_ONCE(1, "Got an invalid ROC type\n"); |
| 789 | return -EINVAL; |
| 790 | } |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 791 | |
| 792 | time_cmd.apply_time = cpu_to_le32(0); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 793 | time_cmd.interval = cpu_to_le32(1); |
| 794 | |
| 795 | /* |
Ilan Peer | e635c79 | 2013-02-13 11:05:18 +0200 | [diff] [blame] | 796 | * The P2P Device TEs can have lower priority than other events |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 797 | * that are being scheduled by the driver/fw, and thus it might not be |
Ilan Peer | e635c79 | 2013-02-13 11:05:18 +0200 | [diff] [blame] | 798 | * scheduled. To improve the chances of it being scheduled, allow them |
| 799 | * to be fragmented, and in addition allow them to be delayed. |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 800 | */ |
Eytan Lifshitz | f8f03c3 | 2013-08-07 19:36:42 +0300 | [diff] [blame] | 801 | time_cmd.max_frags = min(MSEC_TO_TU(duration)/50, TE_V2_FRAG_ENDLESS); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 802 | time_cmd.max_delay = cpu_to_le32(MSEC_TO_TU(duration/2)); |
| 803 | time_cmd.duration = cpu_to_le32(MSEC_TO_TU(duration)); |
Eytan Lifshitz | f8f03c3 | 2013-08-07 19:36:42 +0300 | [diff] [blame] | 804 | time_cmd.repeat = 1; |
| 805 | time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START | |
Emmanuel Grumbach | 1f6bf07 | 2014-02-16 15:36:00 +0200 | [diff] [blame] | 806 | TE_V2_NOTIF_HOST_EVENT_END | |
Andrei Otcheretianski | 40d53f4 | 2018-01-04 17:39:08 +0200 | [diff] [blame] | 807 | TE_V2_START_IMMEDIATELY); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 808 | |
Johannes Berg | ffdf968 | 2013-01-29 15:28:17 +0100 | [diff] [blame] | 809 | return iwl_mvm_time_event_send_add(mvm, vif, te_data, &time_cmd); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 810 | } |
| 811 | |
Eliad Peller | 305d236 | 2015-12-09 16:33:20 +0200 | [diff] [blame] | 812 | static struct iwl_mvm_time_event_data *iwl_mvm_get_roc_te(struct iwl_mvm *mvm) |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 813 | { |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 814 | struct iwl_mvm_time_event_data *te_data; |
| 815 | |
| 816 | lockdep_assert_held(&mvm->mutex); |
| 817 | |
Matti Gottlieb | bf5da87 | 2014-11-16 10:25:12 +0200 | [diff] [blame] | 818 | spin_lock_bh(&mvm->time_event_lock); |
| 819 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 820 | /* |
| 821 | * Iterate over the list of time events and find the time event that is |
| 822 | * associated with a P2P_DEVICE interface. |
| 823 | * This assumes that a P2P_DEVICE interface can have only a single time |
| 824 | * event at any given time and this time event coresponds to a ROC |
| 825 | * request |
| 826 | */ |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 827 | list_for_each_entry(te_data, &mvm->time_event_list, list) { |
Eliad Peller | 305d236 | 2015-12-09 16:33:20 +0200 | [diff] [blame] | 828 | if (te_data->vif->type == NL80211_IFTYPE_P2P_DEVICE) |
| 829 | goto out; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 830 | } |
Matti Gottlieb | bf5da87 | 2014-11-16 10:25:12 +0200 | [diff] [blame] | 831 | |
Johannes Berg | ebf17ff | 2015-06-01 23:38:23 +0200 | [diff] [blame] | 832 | /* There can only be at most one AUX ROC time event, we just use the |
| 833 | * list to simplify/unify code. Remove it if it exists. |
Matti Gottlieb | bf5da87 | 2014-11-16 10:25:12 +0200 | [diff] [blame] | 834 | */ |
Johannes Berg | ebf17ff | 2015-06-01 23:38:23 +0200 | [diff] [blame] | 835 | te_data = list_first_entry_or_null(&mvm->aux_roc_te_list, |
| 836 | struct iwl_mvm_time_event_data, |
| 837 | list); |
Eliad Peller | 305d236 | 2015-12-09 16:33:20 +0200 | [diff] [blame] | 838 | out: |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 839 | spin_unlock_bh(&mvm->time_event_lock); |
Eliad Peller | 305d236 | 2015-12-09 16:33:20 +0200 | [diff] [blame] | 840 | return te_data; |
| 841 | } |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 842 | |
Eliad Peller | 305d236 | 2015-12-09 16:33:20 +0200 | [diff] [blame] | 843 | void iwl_mvm_cleanup_roc_te(struct iwl_mvm *mvm) |
| 844 | { |
| 845 | struct iwl_mvm_time_event_data *te_data; |
| 846 | u32 uid; |
| 847 | |
| 848 | te_data = iwl_mvm_get_roc_te(mvm); |
| 849 | if (te_data) |
| 850 | __iwl_mvm_remove_time_event(mvm, te_data, &uid); |
| 851 | } |
| 852 | |
| 853 | void iwl_mvm_stop_roc(struct iwl_mvm *mvm) |
| 854 | { |
| 855 | struct iwl_mvm_vif *mvmvif; |
| 856 | struct iwl_mvm_time_event_data *te_data; |
| 857 | |
| 858 | te_data = iwl_mvm_get_roc_te(mvm); |
| 859 | if (!te_data) { |
Matti Gottlieb | bf5da87 | 2014-11-16 10:25:12 +0200 | [diff] [blame] | 860 | IWL_WARN(mvm, "No remain on channel event\n"); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 861 | return; |
| 862 | } |
| 863 | |
Eliad Peller | 305d236 | 2015-12-09 16:33:20 +0200 | [diff] [blame] | 864 | mvmvif = iwl_mvm_vif_from_mac80211(te_data->vif); |
| 865 | |
Johannes Berg | 6c2d49f | 2017-11-13 17:26:09 +0100 | [diff] [blame] | 866 | if (te_data->vif->type == NL80211_IFTYPE_P2P_DEVICE) { |
Matti Gottlieb | bf5da87 | 2014-11-16 10:25:12 +0200 | [diff] [blame] | 867 | iwl_mvm_remove_time_event(mvm, mvmvif, te_data); |
Johannes Berg | 6c2d49f | 2017-11-13 17:26:09 +0100 | [diff] [blame] | 868 | set_bit(IWL_MVM_STATUS_NEED_FLUSH_P2P, &mvm->status); |
| 869 | } else { |
Matti Gottlieb | bf5da87 | 2014-11-16 10:25:12 +0200 | [diff] [blame] | 870 | iwl_mvm_remove_aux_roc_te(mvm, mvmvif, te_data); |
Johannes Berg | 6c2d49f | 2017-11-13 17:26:09 +0100 | [diff] [blame] | 871 | } |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 872 | |
| 873 | iwl_mvm_roc_finished(mvm); |
| 874 | } |
Andrei Otcheretianski | 7f0a7c6 | 2014-05-04 11:48:12 +0300 | [diff] [blame] | 875 | |
Luciano Coelho | f991e17 | 2014-08-26 16:14:10 +0300 | [diff] [blame] | 876 | int iwl_mvm_schedule_csa_period(struct iwl_mvm *mvm, |
| 877 | struct ieee80211_vif *vif, |
| 878 | u32 duration, u32 apply_time) |
Andrei Otcheretianski | 7f0a7c6 | 2014-05-04 11:48:12 +0300 | [diff] [blame] | 879 | { |
| 880 | struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); |
| 881 | struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; |
| 882 | struct iwl_time_event_cmd time_cmd = {}; |
| 883 | |
| 884 | lockdep_assert_held(&mvm->mutex); |
| 885 | |
| 886 | if (te_data->running) { |
Avraham Stern | 3edfb5f | 2017-08-02 12:13:20 +0300 | [diff] [blame] | 887 | u32 id; |
| 888 | |
| 889 | spin_lock_bh(&mvm->time_event_lock); |
| 890 | id = te_data->id; |
| 891 | spin_unlock_bh(&mvm->time_event_lock); |
| 892 | |
| 893 | if (id == TE_CHANNEL_SWITCH_PERIOD) { |
| 894 | IWL_DEBUG_TE(mvm, "CS period is already scheduled\n"); |
| 895 | return -EBUSY; |
| 896 | } |
| 897 | |
| 898 | /* |
| 899 | * Remove the session protection time event to allow the |
| 900 | * channel switch. If we got here, we just heard a beacon so |
| 901 | * the session protection is not needed anymore anyway. |
| 902 | */ |
| 903 | iwl_mvm_remove_time_event(mvm, mvmvif, te_data); |
Andrei Otcheretianski | 7f0a7c6 | 2014-05-04 11:48:12 +0300 | [diff] [blame] | 904 | } |
| 905 | |
| 906 | time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD); |
| 907 | time_cmd.id_and_color = |
| 908 | cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); |
Luciano Coelho | f991e17 | 2014-08-26 16:14:10 +0300 | [diff] [blame] | 909 | time_cmd.id = cpu_to_le32(TE_CHANNEL_SWITCH_PERIOD); |
Andrei Otcheretianski | 7f0a7c6 | 2014-05-04 11:48:12 +0300 | [diff] [blame] | 910 | time_cmd.apply_time = cpu_to_le32(apply_time); |
| 911 | time_cmd.max_frags = TE_V2_FRAG_NONE; |
| 912 | time_cmd.duration = cpu_to_le32(duration); |
| 913 | time_cmd.repeat = 1; |
| 914 | time_cmd.interval = cpu_to_le32(1); |
| 915 | time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START | |
| 916 | TE_V2_ABSENCE); |
Andrei Otcheretianski | 40d53f4 | 2018-01-04 17:39:08 +0200 | [diff] [blame] | 917 | if (!apply_time) |
| 918 | time_cmd.policy |= cpu_to_le16(TE_V2_START_IMMEDIATELY); |
Andrei Otcheretianski | 7f0a7c6 | 2014-05-04 11:48:12 +0300 | [diff] [blame] | 919 | |
| 920 | return iwl_mvm_time_event_send_add(mvm, vif, te_data, &time_cmd); |
| 921 | } |