blob: eca16668d2869d102913ba77cb33e6d9c28fa445 [file] [log] [blame]
Johannes Berg8ca151b2013-01-24 14:25:36 +01001/******************************************************************************
2 *
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
5 *
6 * GPL LICENSE SUMMARY
7 *
Emmanuel Grumbach51368bf2013-12-30 13:15:54 +02008 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
Johannes Berg8b4139d2014-07-24 14:05:26 +02009 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
Johannes Berg8ca151b2013-01-24 14:25:36 +010010 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of version 2 of the GNU General Public License as
13 * published by the Free Software Foundation.
14 *
15 * This program is distributed in the hope that it will be useful, but
16 * WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
23 * USA
24 *
25 * The full GNU General Public License is included in this distribution
Emmanuel Grumbach410dc5a2013-02-18 09:22:28 +020026 * in the file called COPYING.
Johannes Berg8ca151b2013-01-24 14:25:36 +010027 *
28 * Contact Information:
29 * Intel Linux Wireless <ilw@linux.intel.com>
30 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
31 *
32 * BSD LICENSE
33 *
Emmanuel Grumbach51368bf2013-12-30 13:15:54 +020034 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
Johannes Berg8b4139d2014-07-24 14:05:26 +020035 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
Johannes Berg8ca151b2013-01-24 14:25:36 +010036 * All rights reserved.
37 *
38 * Redistribution and use in source and binary forms, with or without
39 * modification, are permitted provided that the following conditions
40 * are met:
41 *
42 * * Redistributions of source code must retain the above copyright
43 * notice, this list of conditions and the following disclaimer.
44 * * Redistributions in binary form must reproduce the above copyright
45 * notice, this list of conditions and the following disclaimer in
46 * the documentation and/or other materials provided with the
47 * distribution.
48 * * Neither the name Intel Corporation nor the names of its
49 * contributors may be used to endorse or promote products derived
50 * from this software without specific prior written permission.
51 *
52 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
53 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
54 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
55 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
56 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
57 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
58 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
59 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
60 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
61 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63 *
64 *****************************************************************************/
65#include <linux/kernel.h>
66#include <linux/slab.h>
67#include <linux/skbuff.h>
68#include <linux/netdevice.h>
69#include <linux/etherdevice.h>
Johannes Bergf0c26462013-01-22 20:41:58 +010070#include <linux/ip.h>
Eliad Peller2ee8f022014-01-13 19:07:09 +020071#include <linux/if_arp.h>
Johannes Bergaadede62014-10-09 17:01:36 +020072#include <linux/devcoredump.h>
Johannes Berg8ca151b2013-01-24 14:25:36 +010073#include <net/mac80211.h>
Emmanuel Grumbach7b1dd042014-02-04 15:32:43 +020074#include <net/ieee80211_radiotap.h>
Johannes Bergf0c26462013-01-22 20:41:58 +010075#include <net/tcp.h>
Johannes Berg8ca151b2013-01-24 14:25:36 +010076
77#include "iwl-op-mode.h"
78#include "iwl-io.h"
79#include "mvm.h"
80#include "sta.h"
81#include "time-event.h"
82#include "iwl-eeprom-parse.h"
Johannes Berg8ca151b2013-01-24 14:25:36 +010083#include "iwl-phy-db.h"
David Spinadel507cadf2013-07-31 18:07:21 +030084#include "testmode.h"
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +030085#include "iwl-fw-error-dump.h"
86#include "iwl-prph.h"
Eran Harary363039b2014-12-02 15:19:22 +020087#include "iwl-csr.h"
Arik Nemtsov88931cc2014-03-05 12:26:15 +020088#include "iwl-nvm-parse.h"
Johannes Berg8ca151b2013-01-24 14:25:36 +010089
90static const struct ieee80211_iface_limit iwl_mvm_limits[] = {
91 {
92 .max = 1,
Ilan Peer8eb38712013-06-01 20:17:18 +030093 .types = BIT(NL80211_IFTYPE_STATION),
Johannes Berg8ca151b2013-01-24 14:25:36 +010094 },
Johannes Berg3c15a0f2013-05-31 10:17:19 +020095 {
96 .max = 1,
Ilan Peer8eb38712013-06-01 20:17:18 +030097 .types = BIT(NL80211_IFTYPE_AP) |
98 BIT(NL80211_IFTYPE_P2P_CLIENT) |
Johannes Berg3c15a0f2013-05-31 10:17:19 +020099 BIT(NL80211_IFTYPE_P2P_GO),
100 },
101 {
102 .max = 1,
103 .types = BIT(NL80211_IFTYPE_P2P_DEVICE),
104 },
Johannes Berg8ca151b2013-01-24 14:25:36 +0100105};
106
107static const struct ieee80211_iface_combination iwl_mvm_iface_combinations[] = {
108 {
Emmanuel Grumbach2624a5c2014-12-16 13:02:03 +0200109 .num_different_channels = 2,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100110 .max_interfaces = 3,
111 .limits = iwl_mvm_limits,
112 .n_limits = ARRAY_SIZE(iwl_mvm_limits),
113 },
114};
115
Johannes Bergf0c26462013-01-22 20:41:58 +0100116#ifdef CONFIG_PM_SLEEP
117static const struct nl80211_wowlan_tcp_data_token_feature
118iwl_mvm_wowlan_tcp_token_feature = {
119 .min_len = 0,
120 .max_len = 255,
121 .bufsize = IWL_WOWLAN_REMOTE_WAKE_MAX_TOKENS,
122};
123
124static const struct wiphy_wowlan_tcp_support iwl_mvm_wowlan_tcp_support = {
125 .tok = &iwl_mvm_wowlan_tcp_token_feature,
126 .data_payload_max = IWL_WOWLAN_TCP_MAX_PACKET_LEN -
127 sizeof(struct ethhdr) -
128 sizeof(struct iphdr) -
129 sizeof(struct tcphdr),
130 .data_interval_max = 65535, /* __le16 in API */
131 .wake_payload_max = IWL_WOWLAN_REMOTE_WAKE_MAX_PACKET_LEN -
132 sizeof(struct ethhdr) -
133 sizeof(struct iphdr) -
134 sizeof(struct tcphdr),
135 .seq = true,
136};
137#endif
138
Eliad Peller77736922014-01-14 12:35:49 +0200139#ifdef CONFIG_IWLWIFI_BCAST_FILTERING
Eliad Peller2ee8f022014-01-13 19:07:09 +0200140/*
141 * Use the reserved field to indicate magic values.
142 * these values will only be used internally by the driver,
143 * and won't make it to the fw (reserved will be 0).
144 * BC_FILTER_MAGIC_IP - configure the val of this attribute to
145 * be the vif's ip address. in case there is not a single
146 * ip address (0, or more than 1), this attribute will
147 * be skipped.
148 * BC_FILTER_MAGIC_MAC - set the val of this attribute to
149 * the LSB bytes of the vif's mac address
150 */
151enum {
152 BC_FILTER_MAGIC_NONE = 0,
153 BC_FILTER_MAGIC_IP,
154 BC_FILTER_MAGIC_MAC,
155};
156
Eliad Peller77736922014-01-14 12:35:49 +0200157static const struct iwl_fw_bcast_filter iwl_mvm_default_bcast_filters[] = {
158 {
159 /* arp */
160 .discard = 0,
161 .frame_type = BCAST_FILTER_FRAME_TYPE_ALL,
162 .attrs = {
163 {
164 /* frame type - arp, hw type - ethernet */
165 .offset_type =
166 BCAST_FILTER_OFFSET_PAYLOAD_START,
167 .offset = sizeof(rfc1042_header),
168 .val = cpu_to_be32(0x08060001),
169 .mask = cpu_to_be32(0xffffffff),
170 },
Eliad Peller2ee8f022014-01-13 19:07:09 +0200171 {
172 /* arp dest ip */
173 .offset_type =
174 BCAST_FILTER_OFFSET_PAYLOAD_START,
175 .offset = sizeof(rfc1042_header) + 2 +
176 sizeof(struct arphdr) +
177 ETH_ALEN + sizeof(__be32) +
178 ETH_ALEN,
179 .mask = cpu_to_be32(0xffffffff),
180 /* mark it as special field */
181 .reserved1 = cpu_to_le16(BC_FILTER_MAGIC_IP),
182 },
183 },
184 },
185 {
186 /* dhcp offer bcast */
187 .discard = 0,
188 .frame_type = BCAST_FILTER_FRAME_TYPE_IPV4,
189 .attrs = {
190 {
191 /* udp dest port - 68 (bootp client)*/
192 .offset_type = BCAST_FILTER_OFFSET_IP_END,
193 .offset = offsetof(struct udphdr, dest),
194 .val = cpu_to_be32(0x00440000),
195 .mask = cpu_to_be32(0xffff0000),
196 },
197 {
198 /* dhcp - lsb bytes of client hw address */
199 .offset_type = BCAST_FILTER_OFFSET_IP_END,
200 .offset = 38,
201 .mask = cpu_to_be32(0xffffffff),
202 /* mark it as special field */
203 .reserved1 = cpu_to_le16(BC_FILTER_MAGIC_MAC),
204 },
Eliad Peller77736922014-01-14 12:35:49 +0200205 },
206 },
207 /* last filter must be empty */
208 {},
209};
210#endif
211
Eliad Peller7498cf42014-01-16 17:10:44 +0200212void iwl_mvm_ref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type)
213{
Eliad Peller7bb426e2014-02-24 12:54:37 +0200214 if (!iwl_mvm_is_d0i3_supported(mvm))
Eliad Peller7498cf42014-01-16 17:10:44 +0200215 return;
216
217 IWL_DEBUG_RPM(mvm, "Take mvm reference - type %d\n", ref_type);
Eliad Peller576eeee2014-07-01 18:38:38 +0300218 spin_lock_bh(&mvm->refs_lock);
219 mvm->refs[ref_type]++;
220 spin_unlock_bh(&mvm->refs_lock);
Eliad Peller7498cf42014-01-16 17:10:44 +0200221 iwl_trans_ref(mvm->trans);
222}
223
224void iwl_mvm_unref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type)
225{
Eliad Peller7bb426e2014-02-24 12:54:37 +0200226 if (!iwl_mvm_is_d0i3_supported(mvm))
Eliad Peller7498cf42014-01-16 17:10:44 +0200227 return;
228
229 IWL_DEBUG_RPM(mvm, "Leave mvm reference - type %d\n", ref_type);
Eliad Peller576eeee2014-07-01 18:38:38 +0300230 spin_lock_bh(&mvm->refs_lock);
231 WARN_ON(!mvm->refs[ref_type]--);
232 spin_unlock_bh(&mvm->refs_lock);
Eliad Peller7498cf42014-01-16 17:10:44 +0200233 iwl_trans_unref(mvm->trans);
234}
235
Eliad Peller576eeee2014-07-01 18:38:38 +0300236static void iwl_mvm_unref_all_except(struct iwl_mvm *mvm,
237 enum iwl_mvm_ref_type except_ref)
Eliad Peller7498cf42014-01-16 17:10:44 +0200238{
Eliad Peller576eeee2014-07-01 18:38:38 +0300239 int i, j;
Eliad Peller7498cf42014-01-16 17:10:44 +0200240
Eliad Peller7bb426e2014-02-24 12:54:37 +0200241 if (!iwl_mvm_is_d0i3_supported(mvm))
Eliad Peller7498cf42014-01-16 17:10:44 +0200242 return;
243
Eliad Peller576eeee2014-07-01 18:38:38 +0300244 spin_lock_bh(&mvm->refs_lock);
245 for (i = 0; i < IWL_MVM_REF_COUNT; i++) {
246 if (except_ref == i || !mvm->refs[i])
Eliad Peller7498cf42014-01-16 17:10:44 +0200247 continue;
248
Eliad Peller576eeee2014-07-01 18:38:38 +0300249 IWL_DEBUG_RPM(mvm, "Cleanup: remove mvm ref type %d (%d)\n",
250 i, mvm->refs[i]);
251 for (j = 0; j < mvm->refs[i]; j++)
252 iwl_trans_unref(mvm->trans);
253 mvm->refs[i] = 0;
Eliad Peller7498cf42014-01-16 17:10:44 +0200254 }
Eliad Peller576eeee2014-07-01 18:38:38 +0300255 spin_unlock_bh(&mvm->refs_lock);
Eliad Peller7498cf42014-01-16 17:10:44 +0200256}
257
Eliad Pellerf4cf8682014-11-04 16:57:06 +0200258bool iwl_mvm_ref_taken(struct iwl_mvm *mvm)
259{
260 int i;
261 bool taken = false;
262
263 if (!iwl_mvm_is_d0i3_supported(mvm))
264 return true;
265
266 spin_lock_bh(&mvm->refs_lock);
267 for (i = 0; i < IWL_MVM_REF_COUNT; i++) {
268 if (mvm->refs[i]) {
269 taken = true;
270 break;
271 }
272 }
273 spin_unlock_bh(&mvm->refs_lock);
274
275 return taken;
276}
277
Eliad Peller576eeee2014-07-01 18:38:38 +0300278int iwl_mvm_ref_sync(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type)
Gregory Greenmand40fc482014-06-25 14:08:50 +0200279{
280 iwl_mvm_ref(mvm, ref_type);
281
282 if (!wait_event_timeout(mvm->d0i3_exit_waitq,
283 !test_bit(IWL_MVM_STATUS_IN_D0I3, &mvm->status),
284 HZ)) {
285 WARN_ON_ONCE(1);
286 iwl_mvm_unref(mvm, ref_type);
287 return -EIO;
288 }
289
290 return 0;
291}
292
Ilan Peerfe0f2de2013-03-21 10:23:52 +0200293static void iwl_mvm_reset_phy_ctxts(struct iwl_mvm *mvm)
294{
295 int i;
296
297 memset(mvm->phy_ctxts, 0, sizeof(mvm->phy_ctxts));
298 for (i = 0; i < NUM_PHY_CTX; i++) {
299 mvm->phy_ctxts[i].id = i;
300 mvm->phy_ctxts[i].ref = 0;
301 }
302}
303
Arik Nemtsov88931cc2014-03-05 12:26:15 +0200304struct ieee80211_regdomain *iwl_mvm_get_regdomain(struct wiphy *wiphy,
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200305 const char *alpha2,
Jonathan Doron47c8b152014-11-27 16:55:25 +0200306 enum iwl_mcc_source src_id,
307 bool *changed)
Arik Nemtsov88931cc2014-03-05 12:26:15 +0200308{
309 struct ieee80211_regdomain *regd = NULL;
310 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
311 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
312 struct iwl_mcc_update_resp *resp;
313
314 IWL_DEBUG_LAR(mvm, "Getting regdomain data for %s from FW\n", alpha2);
315
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200316 lockdep_assert_held(&mvm->mutex);
Arik Nemtsov88931cc2014-03-05 12:26:15 +0200317
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200318 resp = iwl_mvm_update_mcc(mvm, alpha2, src_id);
Arik Nemtsov88931cc2014-03-05 12:26:15 +0200319 if (IS_ERR_OR_NULL(resp)) {
320 IWL_DEBUG_LAR(mvm, "Could not get update from FW %d\n",
321 PTR_RET(resp));
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200322 goto out;
Arik Nemtsov88931cc2014-03-05 12:26:15 +0200323 }
324
Jonathan Doron47c8b152014-11-27 16:55:25 +0200325 if (changed)
326 *changed = (resp->status == MCC_RESP_NEW_CHAN_PROFILE);
327
Arik Nemtsov162ee3c2014-06-10 11:25:35 +0300328 regd = iwl_parse_nvm_mcc_info(mvm->trans->dev, mvm->cfg,
Arik Nemtsov88931cc2014-03-05 12:26:15 +0200329 __le32_to_cpu(resp->n_channels),
330 resp->channels,
331 __le16_to_cpu(resp->mcc));
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200332 /* Store the return source id */
333 src_id = resp->source_id;
Arik Nemtsov88931cc2014-03-05 12:26:15 +0200334 kfree(resp);
335 if (IS_ERR_OR_NULL(regd)) {
336 IWL_DEBUG_LAR(mvm, "Could not get parse update from FW %d\n",
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200337 PTR_RET(regd));
338 goto out;
Arik Nemtsov88931cc2014-03-05 12:26:15 +0200339 }
340
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200341 IWL_DEBUG_LAR(mvm, "setting alpha2 from FW to %s (0x%x, 0x%x) src=%d\n",
342 regd->alpha2, regd->alpha2[0], regd->alpha2[1], src_id);
Arik Nemtsov88931cc2014-03-05 12:26:15 +0200343 mvm->lar_regdom_set = true;
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200344 mvm->mcc_src = src_id;
Arik Nemtsov88931cc2014-03-05 12:26:15 +0200345
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200346out:
Arik Nemtsov88931cc2014-03-05 12:26:15 +0200347 return regd;
348}
349
Jonathan Doron47c8b152014-11-27 16:55:25 +0200350void iwl_mvm_update_changed_regdom(struct iwl_mvm *mvm)
351{
352 bool changed;
353 struct ieee80211_regdomain *regd;
354
355 if (!iwl_mvm_is_lar_supported(mvm))
356 return;
357
358 regd = iwl_mvm_get_current_regdomain(mvm, &changed);
359 if (!IS_ERR_OR_NULL(regd)) {
360 /* only update the regulatory core if changed */
361 if (changed)
362 regulatory_set_wiphy_regd(mvm->hw->wiphy, regd);
363
364 kfree(regd);
365 }
366}
367
368struct ieee80211_regdomain *iwl_mvm_get_current_regdomain(struct iwl_mvm *mvm,
369 bool *changed)
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200370{
371 return iwl_mvm_get_regdomain(mvm->hw->wiphy, "ZZ",
372 iwl_mvm_is_wifi_mcc_supported(mvm) ?
373 MCC_SOURCE_GET_CURRENT :
Jonathan Doron47c8b152014-11-27 16:55:25 +0200374 MCC_SOURCE_OLD_FW, changed);
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200375}
376
377int iwl_mvm_init_fw_regd(struct iwl_mvm *mvm)
378{
379 enum iwl_mcc_source used_src;
380 struct ieee80211_regdomain *regd;
Arik Nemtsovb6e160a2015-03-23 14:32:53 +0200381 int ret;
382 bool changed;
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200383 const struct ieee80211_regdomain *r =
384 rtnl_dereference(mvm->hw->wiphy->regd);
385
386 if (!r)
Arik Nemtsovb6e160a2015-03-23 14:32:53 +0200387 return -ENOENT;
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200388
389 /* save the last source in case we overwrite it below */
390 used_src = mvm->mcc_src;
391 if (iwl_mvm_is_wifi_mcc_supported(mvm)) {
392 /* Notify the firmware we support wifi location updates */
Jonathan Doron47c8b152014-11-27 16:55:25 +0200393 regd = iwl_mvm_get_current_regdomain(mvm, NULL);
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200394 if (!IS_ERR_OR_NULL(regd))
395 kfree(regd);
396 }
397
398 /* Now set our last stored MCC and source */
Arik Nemtsovb6e160a2015-03-23 14:32:53 +0200399 regd = iwl_mvm_get_regdomain(mvm->hw->wiphy, r->alpha2, used_src,
400 &changed);
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200401 if (IS_ERR_OR_NULL(regd))
402 return -EIO;
403
Arik Nemtsovb6e160a2015-03-23 14:32:53 +0200404 /* update cfg80211 if the regdomain was changed */
405 if (changed)
406 ret = regulatory_set_wiphy_regd_sync_rtnl(mvm->hw->wiphy, regd);
407 else
408 ret = 0;
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200409
Arik Nemtsovb6e160a2015-03-23 14:32:53 +0200410 kfree(regd);
411 return ret;
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200412}
413
Johannes Berg8ca151b2013-01-24 14:25:36 +0100414int iwl_mvm_mac_setup_register(struct iwl_mvm *mvm)
415{
416 struct ieee80211_hw *hw = mvm->hw;
Ilan Peer831e85f2013-02-07 17:09:09 +0200417 int num_mac, ret, i;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100418
419 /* Tell mac80211 our characteristics */
420 hw->flags = IEEE80211_HW_SIGNAL_DBM |
421 IEEE80211_HW_SPECTRUM_MGMT |
422 IEEE80211_HW_REPORTS_TX_ACK_STATUS |
423 IEEE80211_HW_QUEUE_CONTROL |
424 IEEE80211_HW_WANT_MONITOR_VIF |
Johannes Berg8ca151b2013-01-24 14:25:36 +0100425 IEEE80211_HW_SUPPORTS_PS |
426 IEEE80211_HW_SUPPORTS_DYNAMIC_PS |
Johannes Bergd2931bb2013-02-05 18:10:04 +0100427 IEEE80211_HW_AMPDU_AGGREGATION |
Hila Gonend64048e2013-03-13 18:00:03 +0200428 IEEE80211_HW_TIMING_BEACON_ONLY |
Emmanuel Grumbach147fc9b2013-07-28 11:00:52 +0300429 IEEE80211_HW_CONNECTION_MONITOR |
Ido Yarivb71d9c82014-07-23 09:31:14 -0400430 IEEE80211_HW_CHANCTX_STA_CSA |
431 IEEE80211_HW_SUPPORTS_CLONED_SKBS;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100432
Eytan Lifshitz19e737c2013-09-09 13:30:15 +0200433 hw->queues = mvm->first_agg_queue;
Ilan Peer398e8c62013-03-13 15:20:35 +0200434 hw->offchannel_tx_hw_queue = IWL_MVM_OFFCHANNEL_QUEUE;
Emmanuel Grumbach7b1dd042014-02-04 15:32:43 +0200435 hw->radiotap_mcs_details |= IEEE80211_RADIOTAP_MCS_HAVE_FEC |
436 IEEE80211_RADIOTAP_MCS_HAVE_STBC;
Eyal Shapira339b3082014-11-18 16:43:55 +0200437 hw->radiotap_vht_details |= IEEE80211_RADIOTAP_VHT_KNOWN_STBC |
438 IEEE80211_RADIOTAP_VHT_KNOWN_BEAMFORMED;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100439 hw->rate_control_algorithm = "iwl-mvm-rs";
Johannes Berg848955c2014-11-11 12:48:42 +0100440 hw->uapsd_queues = IWL_MVM_UAPSD_QUEUES;
441 hw->uapsd_max_sp_len = IWL_UAPSD_MAX_SP;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100442
443 /*
444 * Enable 11w if advertised by firmware and software crypto
445 * is not enabled (as the firmware will interpret some mgmt
446 * packets, so enabling it with software crypto isn't safe)
447 */
448 if (mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_MFP &&
449 !iwlwifi_mod_params.sw_crypto)
450 hw->flags |= IEEE80211_HW_MFP_CAPABLE;
451
Luciano Coelho1f940382015-02-10 13:03:38 +0200452 hw->flags |= IEEE80211_SINGLE_HW_SCAN_ON_ALL_BANDS;
453 hw->wiphy->features |=
454 NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR |
455 NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR;
David Spinadelfb98be52014-05-04 12:51:10 +0300456
Johannes Berg8ca151b2013-01-24 14:25:36 +0100457 hw->sta_data_size = sizeof(struct iwl_mvm_sta);
458 hw->vif_data_size = sizeof(struct iwl_mvm_vif);
Ilan Peerfe0f2de2013-03-21 10:23:52 +0200459 hw->chanctx_data_size = sizeof(u16);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100460
461 hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
Johannes Berg3c15a0f2013-05-31 10:17:19 +0200462 BIT(NL80211_IFTYPE_P2P_CLIENT) |
463 BIT(NL80211_IFTYPE_AP) |
464 BIT(NL80211_IFTYPE_P2P_GO) |
Emmanuel Grumbachc13b1722014-03-27 19:12:12 +0200465 BIT(NL80211_IFTYPE_P2P_DEVICE) |
466 BIT(NL80211_IFTYPE_ADHOC);
Johannes Berg5023d962013-07-31 14:07:43 +0200467
Luis R. Rodrigueza2f73b62013-11-11 22:15:29 +0100468 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
Eran Harary8ba2d7a2015-02-08 11:41:43 +0200469 hw->wiphy->regulatory_flags |= REGULATORY_ENABLE_RELAX_NO_IR;
470 if (iwl_mvm_is_lar_supported(mvm))
471 hw->wiphy->regulatory_flags |= REGULATORY_WIPHY_SELF_MANAGED;
472 else
473 hw->wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG |
474 REGULATORY_DISABLE_BEACON_HINTS;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100475
Johannes Berg3e56ead2013-02-15 22:23:18 +0100476 if (mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_GO_UAPSD)
477 hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD;
478
Emmanuel Grumbach94bbed72014-11-24 08:53:33 +0200479 hw->wiphy->flags |= WIPHY_FLAG_HAS_CHANNEL_SWITCH;
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +0200480
Johannes Berg8ca151b2013-01-24 14:25:36 +0100481 hw->wiphy->iface_combinations = iwl_mvm_iface_combinations;
482 hw->wiphy->n_iface_combinations =
483 ARRAY_SIZE(iwl_mvm_iface_combinations);
484
Ilan Peerc451e6d2013-02-20 08:41:54 +0200485 hw->wiphy->max_remain_on_channel_duration = 10000;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100486 hw->max_listen_interval = IWL_CONN_MAX_LISTEN_INTERVAL;
Emmanuel Grumbachf1a68542014-12-16 12:31:13 +0200487 /* we can compensate an offset of up to 3 channels = 15 MHz */
488 hw->wiphy->max_adj_channel_rssi_comp = 3 * 5;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100489
490 /* Extract MAC address */
491 memcpy(mvm->addresses[0].addr, mvm->nvm_data->hw_addr, ETH_ALEN);
492 hw->wiphy->addresses = mvm->addresses;
493 hw->wiphy->n_addresses = 1;
Ilan Peer831e85f2013-02-07 17:09:09 +0200494
495 /* Extract additional MAC addresses if available */
496 num_mac = (mvm->nvm_data->n_hw_addrs > 1) ?
497 min(IWL_MVM_MAX_ADDRESSES, mvm->nvm_data->n_hw_addrs) : 1;
498
499 for (i = 1; i < num_mac; i++) {
500 memcpy(mvm->addresses[i].addr, mvm->addresses[i-1].addr,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100501 ETH_ALEN);
Ilan Peer831e85f2013-02-07 17:09:09 +0200502 mvm->addresses[i].addr[5]++;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100503 hw->wiphy->n_addresses++;
504 }
505
Ilan Peerfe0f2de2013-03-21 10:23:52 +0200506 iwl_mvm_reset_phy_ctxts(mvm);
507
Luciano Coelho999d2562015-03-27 10:28:26 +0300508 hw->wiphy->max_scan_ie_len = iwl_mvm_max_scan_ie_len(mvm);
David Spinadel20f1a5d2013-08-21 09:14:27 +0300509
Johannes Berg8ca151b2013-01-24 14:25:36 +0100510 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX;
511
Luciano Coelho507e4cd2015-03-19 22:58:33 +0200512 BUILD_BUG_ON(IWL_MVM_MAX_UMAC_SCANS > HWEIGHT32(IWL_MVM_SCAN_MASK) ||
513 IWL_MVM_MAX_LMAC_SCANS > HWEIGHT32(IWL_MVM_SCAN_MASK));
514
515 if (mvm->fw->ucode_capa.capa[0] & IWL_UCODE_TLV_CAPA_UMAC_SCAN)
516 mvm->max_scans = IWL_MVM_MAX_UMAC_SCANS;
517 else
518 mvm->max_scans = IWL_MVM_MAX_LMAC_SCANS;
519
Johannes Berg8ca151b2013-01-24 14:25:36 +0100520 if (mvm->nvm_data->bands[IEEE80211_BAND_2GHZ].n_channels)
521 hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
522 &mvm->nvm_data->bands[IEEE80211_BAND_2GHZ];
Eyal Shapira3d44eeb2015-01-16 22:37:04 +0200523 if (mvm->nvm_data->bands[IEEE80211_BAND_5GHZ].n_channels) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100524 hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
525 &mvm->nvm_data->bands[IEEE80211_BAND_5GHZ];
526
Eyal Shapirac9faccc2015-02-23 10:02:23 +0200527 if ((mvm->fw->ucode_capa.capa[0] &
528 IWL_UCODE_TLV_CAPA_BEAMFORMER) &&
529 (mvm->fw->ucode_capa.api[0] &
530 IWL_UCODE_TLV_API_LQ_SS_PARAMS))
Eyal Shapira3d44eeb2015-01-16 22:37:04 +0200531 hw->wiphy->bands[IEEE80211_BAND_5GHZ]->vht_cap.cap |=
532 IEEE80211_VHT_CAP_SU_BEAMFORMER_CAPABLE;
533 }
534
Johannes Berg8ca151b2013-01-24 14:25:36 +0100535 hw->wiphy->hw_version = mvm->trans->hw_id;
536
Alexander Bondarade50652013-04-03 16:28:47 +0300537 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100538 hw->wiphy->flags |= WIPHY_FLAG_PS_ON_BY_DEFAULT;
539 else
540 hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
541
Emmanuel Grumbach9954b372015-03-16 14:49:55 +0200542 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_SCHED_SCAN;
543 hw->wiphy->max_sched_scan_ssids = PROBE_OPTION_MAX;
544 hw->wiphy->max_match_sets = IWL_SCAN_MAX_PROFILES;
545 /* we create the 802.11 header and zero length SSID IE. */
546 hw->wiphy->max_sched_scan_ie_len =
547 SCAN_OFFLOAD_PROBE_REQ_SIZE - 24 - 2;
David Spinadel35a000b2013-08-28 09:29:43 +0300548
Johannes Berg8ca151b2013-01-24 14:25:36 +0100549 hw->wiphy->features |= NL80211_FEATURE_P2P_GO_CTWIN |
Johannes Bergab480032014-06-04 10:13:50 +0200550 NL80211_FEATURE_LOW_PRIORITY_SCAN |
Eliad Peller0d8614b2014-09-10 14:07:36 +0300551 NL80211_FEATURE_P2P_GO_OPPPS |
552 NL80211_FEATURE_DYNAMIC_SMPS |
Emmanuel Grumbach9b5452f2014-10-07 10:38:53 +0300553 NL80211_FEATURE_STATIC_SMPS |
554 NL80211_FEATURE_SUPPORTS_WMM_ADMISSION;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100555
Andrei Otcheretianskif1daa002014-07-01 12:54:25 +0300556 if (mvm->fw->ucode_capa.capa[0] &
557 IWL_UCODE_TLV_CAPA_TXPOWER_INSERTION_SUPPORT)
558 hw->wiphy->features |= NL80211_FEATURE_TX_POWER_INSERTION;
Assaf Krauss226bcd42014-03-13 08:12:15 +0200559 if (mvm->fw->ucode_capa.capa[0] &
560 IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT)
561 hw->wiphy->features |= NL80211_FEATURE_QUIET;
Andrei Otcheretianskif1daa002014-07-01 12:54:25 +0300562
Andrei Otcheretianski73897bd2014-07-09 18:59:14 +0300563 if (mvm->fw->ucode_capa.capa[0] &
564 IWL_UCODE_TLV_CAPA_DS_PARAM_SET_IE_SUPPORT)
565 hw->wiphy->features |=
566 NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES;
567
568 if (mvm->fw->ucode_capa.capa[0] &
569 IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT)
570 hw->wiphy->features |= NL80211_FEATURE_WFA_TPC_IE_IN_PROBES;
571
Johannes Berg8ca151b2013-01-24 14:25:36 +0100572 mvm->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD;
573
Max Stepanove36e5432013-08-27 19:56:13 +0300574 /* currently FW API supports only one optional cipher scheme */
Johannes Berg9ddca862014-01-06 09:29:40 +0100575 if (mvm->fw->cs[0].cipher) {
Max Stepanove36e5432013-08-27 19:56:13 +0300576 mvm->hw->n_cipher_schemes = 1;
Johannes Berg9ddca862014-01-06 09:29:40 +0100577 mvm->hw->cipher_schemes = &mvm->fw->cs[0];
Max Stepanove36e5432013-08-27 19:56:13 +0300578 }
579
Johannes Berg8ca151b2013-01-24 14:25:36 +0100580#ifdef CONFIG_PM_SLEEP
Eliad Pellerd15a7472014-03-27 18:53:12 +0200581 if (iwl_mvm_is_d0i3_supported(mvm) &&
582 device_can_wakeup(mvm->trans->dev)) {
583 mvm->wowlan.flags = WIPHY_WOWLAN_ANY;
584 hw->wiphy->wowlan = &mvm->wowlan;
Eliad Peller91742442014-12-09 15:54:46 +0200585 }
586
587 if (mvm->fw->img[IWL_UCODE_WOWLAN].sec[0].len &&
Johannes Berg8ca151b2013-01-24 14:25:36 +0100588 mvm->trans->ops->d3_suspend &&
589 mvm->trans->ops->d3_resume &&
590 device_can_wakeup(mvm->trans->dev)) {
Eliad Peller91742442014-12-09 15:54:46 +0200591 mvm->wowlan.flags |= WIPHY_WOWLAN_MAGIC_PKT |
592 WIPHY_WOWLAN_DISCONNECT |
593 WIPHY_WOWLAN_EAP_IDENTITY_REQ |
594 WIPHY_WOWLAN_RFKILL_RELEASE |
595 WIPHY_WOWLAN_NET_DETECT;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100596 if (!iwlwifi_mod_params.sw_crypto)
Johannes Berg964dc9e2013-06-03 17:25:34 +0200597 mvm->wowlan.flags |= WIPHY_WOWLAN_SUPPORTS_GTK_REKEY |
598 WIPHY_WOWLAN_GTK_REKEY_FAILURE |
599 WIPHY_WOWLAN_4WAY_HANDSHAKE;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100600
Johannes Berg964dc9e2013-06-03 17:25:34 +0200601 mvm->wowlan.n_patterns = IWL_WOWLAN_MAX_PATTERNS;
602 mvm->wowlan.pattern_min_len = IWL_WOWLAN_MIN_PATTERN_LEN;
603 mvm->wowlan.pattern_max_len = IWL_WOWLAN_MAX_PATTERN_LEN;
Luciano Coelhoc55385f2014-10-24 10:39:51 +0300604 mvm->wowlan.max_nd_match_sets = IWL_SCAN_MAX_PROFILES;
Johannes Berg964dc9e2013-06-03 17:25:34 +0200605 mvm->wowlan.tcp = &iwl_mvm_wowlan_tcp_support;
606 hw->wiphy->wowlan = &mvm->wowlan;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100607 }
608#endif
609
Eliad Peller77736922014-01-14 12:35:49 +0200610#ifdef CONFIG_IWLWIFI_BCAST_FILTERING
611 /* assign default bcast filtering configuration */
612 mvm->bcast_filters = iwl_mvm_default_bcast_filters;
613#endif
614
Johannes Berg8ca151b2013-01-24 14:25:36 +0100615 ret = iwl_mvm_leds_init(mvm);
616 if (ret)
617 return ret;
618
Arik Nemtsovd8f1c512014-05-11 18:13:04 +0300619 if (mvm->fw->ucode_capa.capa[0] & IWL_UCODE_TLV_CAPA_TDLS_SUPPORT) {
620 IWL_DEBUG_TDLS(mvm, "TDLS supported\n");
621 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
622 }
623
Arik Nemtsov1d3c3f62014-10-23 18:03:10 +0300624 if (mvm->fw->ucode_capa.capa[0] &
625 IWL_UCODE_TLV_CAPA_TDLS_CHANNEL_SWITCH) {
626 IWL_DEBUG_TDLS(mvm, "TDLS channel switch supported\n");
627 hw->wiphy->features |= NL80211_FEATURE_TDLS_CHANNEL_SWITCH;
628 }
629
Emmanuel Grumbachb7327d82013-06-24 15:44:03 +0300630 ret = ieee80211_register_hw(mvm->hw);
631 if (ret)
632 iwl_mvm_leds_exit(mvm);
633
634 return ret;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100635}
636
Arik Nemtsovb2492502014-03-13 12:21:50 +0200637static bool iwl_mvm_defer_tx(struct iwl_mvm *mvm,
638 struct ieee80211_sta *sta,
639 struct sk_buff *skb)
640{
641 struct iwl_mvm_sta *mvmsta;
642 bool defer = false;
643
644 /*
645 * double check the IN_D0I3 flag both before and after
646 * taking the spinlock, in order to prevent taking
647 * the spinlock when not needed.
648 */
649 if (likely(!test_bit(IWL_MVM_STATUS_IN_D0I3, &mvm->status)))
650 return false;
651
652 spin_lock(&mvm->d0i3_tx_lock);
653 /*
654 * testing the flag again ensures the skb dequeue
655 * loop (on d0i3 exit) hasn't run yet.
656 */
657 if (!test_bit(IWL_MVM_STATUS_IN_D0I3, &mvm->status))
658 goto out;
659
660 mvmsta = iwl_mvm_sta_from_mac80211(sta);
661 if (mvmsta->sta_id == IWL_MVM_STATION_COUNT ||
662 mvmsta->sta_id != mvm->d0i3_ap_sta_id)
663 goto out;
664
665 __skb_queue_tail(&mvm->d0i3_tx, skb);
666 ieee80211_stop_queues(mvm->hw);
667
668 /* trigger wakeup */
669 iwl_mvm_ref(mvm, IWL_MVM_REF_TX);
670 iwl_mvm_unref(mvm, IWL_MVM_REF_TX);
671
672 defer = true;
673out:
674 spin_unlock(&mvm->d0i3_tx_lock);
675 return defer;
676}
677
Johannes Berg8ca151b2013-01-24 14:25:36 +0100678static void iwl_mvm_mac_tx(struct ieee80211_hw *hw,
679 struct ieee80211_tx_control *control,
680 struct sk_buff *skb)
681{
682 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Johannes Berg3e56ead2013-02-15 22:23:18 +0100683 struct ieee80211_sta *sta = control->sta;
684 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
685 struct ieee80211_hdr *hdr = (void *)skb->data;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100686
Eytan Lifshitz9ee718a2013-05-19 19:14:41 +0300687 if (iwl_mvm_is_radio_killed(mvm)) {
688 IWL_DEBUG_DROP(mvm, "Dropping - RF/CT KILL\n");
Johannes Berg8ca151b2013-01-24 14:25:36 +0100689 goto drop;
690 }
691
Ilan Peer398e8c62013-03-13 15:20:35 +0200692 if (IEEE80211_SKB_CB(skb)->hw_queue == IWL_MVM_OFFCHANNEL_QUEUE &&
Matti Gottlieba6cc5162014-09-29 11:46:04 +0300693 !test_bit(IWL_MVM_STATUS_ROC_RUNNING, &mvm->status) &&
694 !test_bit(IWL_MVM_STATUS_ROC_AUX_RUNNING, &mvm->status))
Johannes Berg8ca151b2013-01-24 14:25:36 +0100695 goto drop;
696
Johannes Berg3e56ead2013-02-15 22:23:18 +0100697 /* treat non-bufferable MMPDUs as broadcast if sta is sleeping */
698 if (unlikely(info->flags & IEEE80211_TX_CTL_NO_PS_BUFFER &&
699 ieee80211_is_mgmt(hdr->frame_control) &&
700 !ieee80211_is_deauth(hdr->frame_control) &&
701 !ieee80211_is_disassoc(hdr->frame_control) &&
702 !ieee80211_is_action(hdr->frame_control)))
703 sta = NULL;
704
705 if (sta) {
Arik Nemtsovb2492502014-03-13 12:21:50 +0200706 if (iwl_mvm_defer_tx(mvm, sta, skb))
707 return;
Johannes Berg3e56ead2013-02-15 22:23:18 +0100708 if (iwl_mvm_tx_skb(mvm, skb, sta))
Johannes Berg8ca151b2013-01-24 14:25:36 +0100709 goto drop;
710 return;
711 }
712
713 if (iwl_mvm_tx_skb_non_sta(mvm, skb))
714 goto drop;
715 return;
716 drop:
717 ieee80211_free_txskb(hw, skb);
718}
719
Emmanuel Grumbach205e2212014-02-12 15:15:05 +0200720static inline bool iwl_enable_rx_ampdu(const struct iwl_cfg *cfg)
721{
722 if (iwlwifi_mod_params.disable_11n & IWL_DISABLE_HT_RXAGG)
723 return false;
724 return true;
725}
726
727static inline bool iwl_enable_tx_ampdu(const struct iwl_cfg *cfg)
728{
729 if (iwlwifi_mod_params.disable_11n & IWL_DISABLE_HT_TXAGG)
730 return false;
731 if (iwlwifi_mod_params.disable_11n & IWL_ENABLE_HT_TXAGG)
732 return true;
733
734 /* enabled by default */
735 return true;
736}
737
Johannes Berg8ca151b2013-01-24 14:25:36 +0100738static int iwl_mvm_mac_ampdu_action(struct ieee80211_hw *hw,
739 struct ieee80211_vif *vif,
740 enum ieee80211_ampdu_mlme_action action,
741 struct ieee80211_sta *sta, u16 tid,
742 u16 *ssn, u8 buf_size)
743{
744 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
745 int ret;
Arik Nemtsovb2492502014-03-13 12:21:50 +0200746 bool tx_agg_ref = false;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100747
748 IWL_DEBUG_HT(mvm, "A-MPDU action on addr %pM tid %d: action %d\n",
749 sta->addr, tid, action);
750
751 if (!(mvm->nvm_data->sku_cap_11n_enable))
752 return -EACCES;
753
Arik Nemtsovb2492502014-03-13 12:21:50 +0200754 /* return from D0i3 before starting a new Tx aggregation */
Eliad Peller9256c202014-04-22 13:33:29 +0300755 switch (action) {
756 case IEEE80211_AMPDU_TX_START:
757 case IEEE80211_AMPDU_TX_STOP_CONT:
758 case IEEE80211_AMPDU_TX_STOP_FLUSH:
759 case IEEE80211_AMPDU_TX_STOP_FLUSH_CONT:
760 case IEEE80211_AMPDU_TX_OPERATIONAL:
Arik Nemtsovb2492502014-03-13 12:21:50 +0200761 /*
Eliad Peller9256c202014-04-22 13:33:29 +0300762 * for tx start, wait synchronously until D0i3 exit to
763 * get the correct sequence number for the tid.
764 * additionally, some other ampdu actions use direct
765 * target access, which is not handled automatically
766 * by the trans layer (unlike commands), so wait for
767 * d0i3 exit in these cases as well.
Arik Nemtsovb2492502014-03-13 12:21:50 +0200768 */
Gregory Greenmand40fc482014-06-25 14:08:50 +0200769 ret = iwl_mvm_ref_sync(mvm, IWL_MVM_REF_TX_AGG);
770 if (ret)
771 return ret;
772
773 tx_agg_ref = true;
Eliad Peller9256c202014-04-22 13:33:29 +0300774 break;
775 default:
776 break;
Arik Nemtsovb2492502014-03-13 12:21:50 +0200777 }
778
Johannes Berg8ca151b2013-01-24 14:25:36 +0100779 mutex_lock(&mvm->mutex);
780
781 switch (action) {
782 case IEEE80211_AMPDU_RX_START:
Emmanuel Grumbach205e2212014-02-12 15:15:05 +0200783 if (!iwl_enable_rx_ampdu(mvm->cfg)) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100784 ret = -EINVAL;
785 break;
786 }
787 ret = iwl_mvm_sta_rx_agg(mvm, sta, tid, *ssn, true);
788 break;
789 case IEEE80211_AMPDU_RX_STOP:
790 ret = iwl_mvm_sta_rx_agg(mvm, sta, tid, 0, false);
791 break;
792 case IEEE80211_AMPDU_TX_START:
Emmanuel Grumbach205e2212014-02-12 15:15:05 +0200793 if (!iwl_enable_tx_ampdu(mvm->cfg)) {
Emmanuel Grumbach5d158ef2013-02-19 14:39:58 +0200794 ret = -EINVAL;
795 break;
796 }
Johannes Berg8ca151b2013-01-24 14:25:36 +0100797 ret = iwl_mvm_sta_tx_agg_start(mvm, vif, sta, tid, ssn);
798 break;
799 case IEEE80211_AMPDU_TX_STOP_CONT:
Emmanuel Grumbache3d9e7c2013-02-19 16:13:53 +0200800 ret = iwl_mvm_sta_tx_agg_stop(mvm, vif, sta, tid);
801 break;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100802 case IEEE80211_AMPDU_TX_STOP_FLUSH:
803 case IEEE80211_AMPDU_TX_STOP_FLUSH_CONT:
Emmanuel Grumbache3d9e7c2013-02-19 16:13:53 +0200804 ret = iwl_mvm_sta_tx_agg_flush(mvm, vif, sta, tid);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100805 break;
806 case IEEE80211_AMPDU_TX_OPERATIONAL:
807 ret = iwl_mvm_sta_tx_agg_oper(mvm, vif, sta, tid, buf_size);
808 break;
809 default:
810 WARN_ON_ONCE(1);
811 ret = -EINVAL;
812 break;
813 }
814 mutex_unlock(&mvm->mutex);
815
Arik Nemtsovb2492502014-03-13 12:21:50 +0200816 /*
817 * If the tid is marked as started, we won't use it for offloaded
818 * traffic on the next D0i3 entry. It's safe to unref.
819 */
820 if (tx_agg_ref)
821 iwl_mvm_unref(mvm, IWL_MVM_REF_TX_AGG);
822
Johannes Berg8ca151b2013-01-24 14:25:36 +0100823 return ret;
824}
825
826static void iwl_mvm_cleanup_iterator(void *data, u8 *mac,
827 struct ieee80211_vif *vif)
828{
829 struct iwl_mvm *mvm = data;
830 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
831
832 mvmvif->uploaded = false;
833 mvmvif->ap_sta_id = IWL_MVM_STATION_COUNT;
834
Johannes Berg8ca151b2013-01-24 14:25:36 +0100835 spin_lock_bh(&mvm->time_event_lock);
836 iwl_mvm_te_clear_data(mvm, &mvmvif->time_event_data);
837 spin_unlock_bh(&mvm->time_event_lock);
838
Ilan Peerfe0f2de2013-03-21 10:23:52 +0200839 mvmvif->phy_ctxt = NULL;
Emmanuel Grumbach8a275ba2014-07-13 09:12:11 +0300840 memset(&mvmvif->bf_data, 0, sizeof(mvmvif->bf_data));
Johannes Berg8ca151b2013-01-24 14:25:36 +0100841}
842
Johannes Bergaadede62014-10-09 17:01:36 +0200843static ssize_t iwl_mvm_read_coredump(char *buffer, loff_t offset, size_t count,
844 const void *data, size_t datalen)
845{
846 const struct iwl_mvm_dump_ptrs *dump_ptrs = data;
847 ssize_t bytes_read;
848 ssize_t bytes_read_trans;
849
850 if (offset < dump_ptrs->op_mode_len) {
851 bytes_read = min_t(ssize_t, count,
852 dump_ptrs->op_mode_len - offset);
853 memcpy(buffer, (u8 *)dump_ptrs->op_mode_ptr + offset,
854 bytes_read);
855 offset += bytes_read;
856 count -= bytes_read;
857
858 if (count == 0)
859 return bytes_read;
860 } else {
861 bytes_read = 0;
862 }
863
864 if (!dump_ptrs->trans_ptr)
865 return bytes_read;
866
867 offset -= dump_ptrs->op_mode_len;
868 bytes_read_trans = min_t(ssize_t, count,
869 dump_ptrs->trans_ptr->len - offset);
870 memcpy(buffer + bytes_read,
871 (u8 *)dump_ptrs->trans_ptr->data + offset,
872 bytes_read_trans);
873
874 return bytes_read + bytes_read_trans;
875}
876
877static void iwl_mvm_free_coredump(const void *data)
878{
879 const struct iwl_mvm_dump_ptrs *fw_error_dump = data;
880
881 vfree(fw_error_dump->op_mode_ptr);
882 vfree(fw_error_dump->trans_ptr);
883 kfree(fw_error_dump);
884}
885
Liad Kaufman04fd2c22014-12-15 17:54:16 +0200886static void iwl_mvm_dump_fifos(struct iwl_mvm *mvm,
887 struct iwl_fw_error_dump_data **dump_data)
888{
889 struct iwl_fw_error_dump_fifo *fifo_hdr;
890 u32 *fifo_data;
891 u32 fifo_len;
892 unsigned long flags;
893 int i, j;
894
895 if (!iwl_trans_grab_nic_access(mvm->trans, false, &flags))
896 return;
897
898 /* Pull RXF data from all RXFs */
899 for (i = 0; i < ARRAY_SIZE(mvm->shared_mem_cfg.rxfifo_size); i++) {
900 /*
901 * Keep aside the additional offset that might be needed for
902 * next RXF
903 */
904 u32 offset_diff = RXF_DIFF_FROM_PREV * i;
905
906 fifo_hdr = (void *)(*dump_data)->data;
907 fifo_data = (void *)fifo_hdr->data;
908 fifo_len = mvm->shared_mem_cfg.rxfifo_size[i];
909
910 /* No need to try to read the data if the length is 0 */
911 if (fifo_len == 0)
912 continue;
913
914 /* Add a TLV for the RXF */
915 (*dump_data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_RXF);
916 (*dump_data)->len = cpu_to_le32(fifo_len + sizeof(*fifo_hdr));
917
918 fifo_hdr->fifo_num = cpu_to_le32(i);
919 fifo_hdr->available_bytes =
920 cpu_to_le32(iwl_trans_read_prph(mvm->trans,
921 RXF_RD_D_SPACE +
922 offset_diff));
923 fifo_hdr->wr_ptr =
924 cpu_to_le32(iwl_trans_read_prph(mvm->trans,
925 RXF_RD_WR_PTR +
926 offset_diff));
927 fifo_hdr->rd_ptr =
928 cpu_to_le32(iwl_trans_read_prph(mvm->trans,
929 RXF_RD_RD_PTR +
930 offset_diff));
931 fifo_hdr->fence_ptr =
932 cpu_to_le32(iwl_trans_read_prph(mvm->trans,
933 RXF_RD_FENCE_PTR +
934 offset_diff));
935 fifo_hdr->fence_mode =
936 cpu_to_le32(iwl_trans_read_prph(mvm->trans,
937 RXF_SET_FENCE_MODE +
938 offset_diff));
939
940 /* Lock fence */
941 iwl_trans_write_prph(mvm->trans,
942 RXF_SET_FENCE_MODE + offset_diff, 0x1);
943 /* Set fence pointer to the same place like WR pointer */
944 iwl_trans_write_prph(mvm->trans,
945 RXF_LD_WR2FENCE + offset_diff, 0x1);
946 /* Set fence offset */
947 iwl_trans_write_prph(mvm->trans,
948 RXF_LD_FENCE_OFFSET_ADDR + offset_diff,
949 0x0);
950
951 /* Read FIFO */
952 fifo_len /= sizeof(u32); /* Size in DWORDS */
953 for (j = 0; j < fifo_len; j++)
954 fifo_data[j] = iwl_trans_read_prph(mvm->trans,
955 RXF_FIFO_RD_FENCE_INC +
956 offset_diff);
957 *dump_data = iwl_fw_error_next_data(*dump_data);
958 }
959
960 /* Pull TXF data from all TXFs */
961 for (i = 0; i < ARRAY_SIZE(mvm->shared_mem_cfg.txfifo_size); i++) {
962 /* Mark the number of TXF we're pulling now */
963 iwl_trans_write_prph(mvm->trans, TXF_LARC_NUM, i);
964
965 fifo_hdr = (void *)(*dump_data)->data;
966 fifo_data = (void *)fifo_hdr->data;
967 fifo_len = mvm->shared_mem_cfg.txfifo_size[i];
968
969 /* No need to try to read the data if the length is 0 */
970 if (fifo_len == 0)
971 continue;
972
973 /* Add a TLV for the FIFO */
974 (*dump_data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_TXF);
975 (*dump_data)->len = cpu_to_le32(fifo_len + sizeof(*fifo_hdr));
976
977 fifo_hdr->fifo_num = cpu_to_le32(i);
978 fifo_hdr->available_bytes =
979 cpu_to_le32(iwl_trans_read_prph(mvm->trans,
980 TXF_FIFO_ITEM_CNT));
981 fifo_hdr->wr_ptr =
982 cpu_to_le32(iwl_trans_read_prph(mvm->trans,
983 TXF_WR_PTR));
984 fifo_hdr->rd_ptr =
985 cpu_to_le32(iwl_trans_read_prph(mvm->trans,
986 TXF_RD_PTR));
987 fifo_hdr->fence_ptr =
988 cpu_to_le32(iwl_trans_read_prph(mvm->trans,
989 TXF_FENCE_PTR));
990 fifo_hdr->fence_mode =
991 cpu_to_le32(iwl_trans_read_prph(mvm->trans,
992 TXF_LOCK_FENCE));
993
994 /* Set the TXF_READ_MODIFY_ADDR to TXF_WR_PTR */
995 iwl_trans_write_prph(mvm->trans, TXF_READ_MODIFY_ADDR,
996 TXF_WR_PTR);
997
998 /* Dummy-read to advance the read pointer to the head */
999 iwl_trans_read_prph(mvm->trans, TXF_READ_MODIFY_DATA);
1000
1001 /* Read FIFO */
1002 fifo_len /= sizeof(u32); /* Size in DWORDS */
1003 for (j = 0; j < fifo_len; j++)
1004 fifo_data[j] = iwl_trans_read_prph(mvm->trans,
1005 TXF_READ_MODIFY_DATA);
1006 *dump_data = iwl_fw_error_next_data(*dump_data);
1007 }
1008
1009 iwl_trans_release_nic_access(mvm->trans, &flags);
1010}
1011
Emmanuel Grumbachb6eaa452015-01-29 14:58:20 +02001012void iwl_mvm_free_fw_dump_desc(struct iwl_mvm *mvm)
1013{
1014 if (mvm->fw_dump_desc == &iwl_mvm_dump_desc_assert ||
1015 !mvm->fw_dump_desc)
1016 return;
1017
1018 kfree(mvm->fw_dump_desc);
1019 mvm->fw_dump_desc = NULL;
1020}
1021
Liad Kaufmane5397612015-03-02 11:46:46 +02001022#define IWL8260_ICCM_OFFSET 0x44000 /* Only for B-step */
1023#define IWL8260_ICCM_LEN 0xC000 /* Only for B-step */
1024
Emmanuel Grumbach4bfa47f2014-09-11 16:19:43 +03001025void iwl_mvm_fw_error_dump(struct iwl_mvm *mvm)
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001026{
1027 struct iwl_fw_error_dump_file *dump_file;
1028 struct iwl_fw_error_dump_data *dump_data;
1029 struct iwl_fw_error_dump_info *dump_info;
Emmanuel Grumbacha549b292014-12-09 14:47:57 +02001030 struct iwl_fw_error_dump_mem *dump_mem;
Emmanuel Grumbachb6eaa452015-01-29 14:58:20 +02001031 struct iwl_fw_error_dump_trigger_desc *dump_trig;
Emmanuel Grumbach48eb7b32014-07-08 19:45:17 +03001032 struct iwl_mvm_dump_ptrs *fw_error_dump;
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001033 u32 sram_len, sram_ofs;
Liad Kaufman04fd2c22014-12-15 17:54:16 +02001034 u32 file_len, fifo_data_len = 0;
Liad Kaufmanaddfaad2014-12-02 11:16:04 +02001035 u32 smem_len = mvm->cfg->smem_len;
Ido Yariv86138322014-12-10 12:39:27 -05001036 u32 sram2_len = mvm->cfg->dccm2_len;
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001037
1038 lockdep_assert_held(&mvm->mutex);
1039
Johannes Bergaadede62014-10-09 17:01:36 +02001040 fw_error_dump = kzalloc(sizeof(*fw_error_dump), GFP_KERNEL);
Emmanuel Grumbach48eb7b32014-07-08 19:45:17 +03001041 if (!fw_error_dump)
1042 return;
1043
Liad Kaufmanf53bf4c2014-12-01 10:44:18 +02001044 /* SRAM - include stack CCM if driver knows the values for it */
1045 if (!mvm->cfg->dccm_offset || !mvm->cfg->dccm_len) {
1046 const struct fw_img *img;
1047
1048 img = &mvm->fw->img[mvm->cur_ucode];
1049 sram_ofs = img->sec[IWL_UCODE_SECTION_DATA].offset;
1050 sram_len = img->sec[IWL_UCODE_SECTION_DATA].len;
1051 } else {
1052 sram_ofs = mvm->cfg->dccm_offset;
1053 sram_len = mvm->cfg->dccm_len;
1054 }
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001055
Liad Kaufman04fd2c22014-12-15 17:54:16 +02001056 /* reading RXF/TXF sizes */
1057 if (test_bit(STATUS_FW_ERROR, &mvm->trans->status)) {
1058 struct iwl_mvm_shared_mem_cfg *mem_cfg = &mvm->shared_mem_cfg;
1059 int i;
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001060
Liad Kaufman04fd2c22014-12-15 17:54:16 +02001061 fifo_data_len = 0;
1062
1063 /* Count RXF size */
1064 for (i = 0; i < ARRAY_SIZE(mem_cfg->rxfifo_size); i++) {
1065 if (!mem_cfg->rxfifo_size[i])
1066 continue;
1067
1068 /* Add header info */
1069 fifo_data_len += mem_cfg->rxfifo_size[i] +
1070 sizeof(*dump_data) +
1071 sizeof(struct iwl_fw_error_dump_fifo);
1072 }
1073
1074 for (i = 0; i < ARRAY_SIZE(mem_cfg->txfifo_size); i++) {
1075 if (!mem_cfg->txfifo_size[i])
1076 continue;
1077
1078 /* Add header info */
1079 fifo_data_len += mem_cfg->txfifo_size[i] +
1080 sizeof(*dump_data) +
1081 sizeof(struct iwl_fw_error_dump_fifo);
1082 }
1083 }
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001084
1085 file_len = sizeof(*dump_file) +
Liad Kaufman04fd2c22014-12-15 17:54:16 +02001086 sizeof(*dump_data) * 2 +
Emmanuel Grumbacha549b292014-12-09 14:47:57 +02001087 sram_len + sizeof(*dump_mem) +
Liad Kaufman04fd2c22014-12-15 17:54:16 +02001088 fifo_data_len +
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001089 sizeof(*dump_info);
1090
Liad Kaufmane5397612015-03-02 11:46:46 +02001091 /*
1092 * In 8000 HW family B-step include the ICCM (which resides separately)
1093 */
1094 if (mvm->cfg->device_family == IWL_DEVICE_FAMILY_8000 &&
1095 CSR_HW_REV_STEP(mvm->trans->hw_rev) == SILICON_B_STEP)
1096 file_len += sizeof(*dump_data) + sizeof(*dump_mem) +
1097 IWL8260_ICCM_LEN;
1098
Emmanuel Grumbachb6eaa452015-01-29 14:58:20 +02001099 if (mvm->fw_dump_desc)
1100 file_len += sizeof(*dump_data) + sizeof(*dump_trig) +
1101 mvm->fw_dump_desc->len;
1102
Liad Kaufmanaddfaad2014-12-02 11:16:04 +02001103 /* Make room for the SMEM, if it exists */
1104 if (smem_len)
Emmanuel Grumbacha549b292014-12-09 14:47:57 +02001105 file_len += sizeof(*dump_data) + sizeof(*dump_mem) + smem_len;
Liad Kaufmanaddfaad2014-12-02 11:16:04 +02001106
Ido Yariv86138322014-12-10 12:39:27 -05001107 /* Make room for the secondary SRAM, if it exists */
1108 if (sram2_len)
1109 file_len += sizeof(*dump_data) + sizeof(*dump_mem) + sram2_len;
1110
Emmanuel Grumbach5bfe6f52014-06-25 16:21:43 +03001111 dump_file = vzalloc(file_len);
Emmanuel Grumbach48eb7b32014-07-08 19:45:17 +03001112 if (!dump_file) {
1113 kfree(fw_error_dump);
Emmanuel Grumbachb6eaa452015-01-29 14:58:20 +02001114 iwl_mvm_free_fw_dump_desc(mvm);
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001115 return;
Emmanuel Grumbach48eb7b32014-07-08 19:45:17 +03001116 }
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001117
Emmanuel Grumbach48eb7b32014-07-08 19:45:17 +03001118 fw_error_dump->op_mode_ptr = dump_file;
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001119
1120 dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER);
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001121 dump_data = (void *)dump_file->data;
1122
1123 dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_DEV_FW_INFO);
1124 dump_data->len = cpu_to_le32(sizeof(*dump_info));
1125 dump_info = (void *) dump_data->data;
1126 dump_info->device_family =
1127 mvm->cfg->device_family == IWL_DEVICE_FAMILY_7000 ?
1128 cpu_to_le32(IWL_FW_ERROR_DUMP_FAMILY_7) :
1129 cpu_to_le32(IWL_FW_ERROR_DUMP_FAMILY_8);
Ido Yariv435da2c2014-12-11 16:11:01 -05001130 dump_info->hw_step = cpu_to_le32(CSR_HW_REV_STEP(mvm->trans->hw_rev));
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001131 memcpy(dump_info->fw_human_readable, mvm->fw->human_readable,
1132 sizeof(dump_info->fw_human_readable));
1133 strncpy(dump_info->dev_human_readable, mvm->cfg->name,
1134 sizeof(dump_info->dev_human_readable));
1135 strncpy(dump_info->bus_human_readable, mvm->dev->bus->name,
1136 sizeof(dump_info->bus_human_readable));
1137
1138 dump_data = iwl_fw_error_next_data(dump_data);
Liad Kaufman04fd2c22014-12-15 17:54:16 +02001139 /* We only dump the FIFOs if the FW is in error state */
1140 if (test_bit(STATUS_FW_ERROR, &mvm->trans->status))
1141 iwl_mvm_dump_fifos(mvm, &dump_data);
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001142
Emmanuel Grumbachb6eaa452015-01-29 14:58:20 +02001143 if (mvm->fw_dump_desc) {
1144 dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_ERROR_INFO);
1145 dump_data->len = cpu_to_le32(sizeof(*dump_trig) +
1146 mvm->fw_dump_desc->len);
1147 dump_trig = (void *)dump_data->data;
1148 memcpy(dump_trig, &mvm->fw_dump_desc->trig_desc,
1149 sizeof(*dump_trig) + mvm->fw_dump_desc->len);
1150
1151 /* now we can free this copy */
1152 iwl_mvm_free_fw_dump_desc(mvm);
1153 dump_data = iwl_fw_error_next_data(dump_data);
1154 }
1155
Emmanuel Grumbacha549b292014-12-09 14:47:57 +02001156 dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_MEM);
1157 dump_data->len = cpu_to_le32(sram_len + sizeof(*dump_mem));
1158 dump_mem = (void *)dump_data->data;
1159 dump_mem->type = cpu_to_le32(IWL_FW_ERROR_DUMP_MEM_SRAM);
1160 dump_mem->offset = cpu_to_le32(sram_ofs);
1161 iwl_trans_read_mem_bytes(mvm->trans, sram_ofs, dump_mem->data,
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001162 sram_len);
1163
Liad Kaufmanaddfaad2014-12-02 11:16:04 +02001164 if (smem_len) {
1165 dump_data = iwl_fw_error_next_data(dump_data);
Emmanuel Grumbache06d8432014-12-09 14:36:41 +02001166 dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_MEM);
1167 dump_data->len = cpu_to_le32(smem_len + sizeof(*dump_mem));
1168 dump_mem = (void *)dump_data->data;
1169 dump_mem->type = cpu_to_le32(IWL_FW_ERROR_DUMP_MEM_SMEM);
1170 dump_mem->offset = cpu_to_le32(mvm->cfg->smem_offset);
Liad Kaufmanaddfaad2014-12-02 11:16:04 +02001171 iwl_trans_read_mem_bytes(mvm->trans, mvm->cfg->smem_offset,
Emmanuel Grumbache06d8432014-12-09 14:36:41 +02001172 dump_mem->data, smem_len);
Liad Kaufmanaddfaad2014-12-02 11:16:04 +02001173 }
1174
Ido Yariv86138322014-12-10 12:39:27 -05001175 if (sram2_len) {
1176 dump_data = iwl_fw_error_next_data(dump_data);
1177 dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_MEM);
1178 dump_data->len = cpu_to_le32(sram2_len + sizeof(*dump_mem));
1179 dump_mem = (void *)dump_data->data;
1180 dump_mem->type = cpu_to_le32(IWL_FW_ERROR_DUMP_MEM_SRAM);
1181 dump_mem->offset = cpu_to_le32(mvm->cfg->dccm2_offset);
1182 iwl_trans_read_mem_bytes(mvm->trans, mvm->cfg->dccm2_offset,
1183 dump_mem->data, sram2_len);
1184 }
1185
Liad Kaufmane5397612015-03-02 11:46:46 +02001186 if (mvm->cfg->device_family == IWL_DEVICE_FAMILY_8000 &&
1187 CSR_HW_REV_STEP(mvm->trans->hw_rev) == SILICON_B_STEP) {
1188 dump_data = iwl_fw_error_next_data(dump_data);
1189 dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_MEM);
1190 dump_data->len = cpu_to_le32(IWL8260_ICCM_LEN +
1191 sizeof(*dump_mem));
1192 dump_mem = (void *)dump_data->data;
1193 dump_mem->type = cpu_to_le32(IWL_FW_ERROR_DUMP_MEM_SRAM);
1194 dump_mem->offset = cpu_to_le32(IWL8260_ICCM_OFFSET);
1195 iwl_trans_read_mem_bytes(mvm->trans, IWL8260_ICCM_OFFSET,
1196 dump_mem->data, IWL8260_ICCM_LEN);
1197 }
1198
Emmanuel Grumbach48eb7b32014-07-08 19:45:17 +03001199 fw_error_dump->trans_ptr = iwl_trans_dump_data(mvm->trans);
1200 fw_error_dump->op_mode_len = file_len;
1201 if (fw_error_dump->trans_ptr)
1202 file_len += fw_error_dump->trans_ptr->len;
1203 dump_file->file_len = cpu_to_le32(file_len);
Emmanuel Grumbach4bfa47f2014-09-11 16:19:43 +03001204
Johannes Bergaadede62014-10-09 17:01:36 +02001205 dev_coredumpm(mvm->trans->dev, THIS_MODULE, fw_error_dump, 0,
1206 GFP_KERNEL, iwl_mvm_read_coredump, iwl_mvm_free_coredump);
Emmanuel Grumbachd2709ad2015-01-29 14:58:06 +02001207
1208 clear_bit(IWL_MVM_STATUS_DUMPING_FW_LOG, &mvm->status);
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001209}
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +03001210
Emmanuel Grumbachb6eaa452015-01-29 14:58:20 +02001211struct iwl_mvm_dump_desc iwl_mvm_dump_desc_assert = {
1212 .trig_desc = {
1213 .type = cpu_to_le32(FW_DBG_TRIGGER_FW_ASSERT),
1214 },
1215};
1216
Johannes Berg8ca151b2013-01-24 14:25:36 +01001217static void iwl_mvm_restart_cleanup(struct iwl_mvm *mvm)
1218{
Johannes Berg58629d92014-11-06 09:40:50 +01001219 /* clear the D3 reconfig, we only need it to avoid dumping a
1220 * firmware coredump on reconfiguration, we shouldn't do that
1221 * on D3->D0 transition
1222 */
Emmanuel Grumbachb6eaa452015-01-29 14:58:20 +02001223 if (!test_and_clear_bit(IWL_MVM_STATUS_D3_RECONFIG, &mvm->status)) {
1224 mvm->fw_dump_desc = &iwl_mvm_dump_desc_assert;
Johannes Berg58629d92014-11-06 09:40:50 +01001225 iwl_mvm_fw_error_dump(mvm);
Emmanuel Grumbachb6eaa452015-01-29 14:58:20 +02001226 }
Emmanuel Grumbach1bd3cbc2014-03-18 21:15:06 +02001227
Eliad Peller744cb692014-12-10 18:44:13 +02001228 /* cleanup all stale references (scan, roc), but keep the
1229 * ucode_down ref until reconfig is complete
1230 */
1231 iwl_mvm_unref_all_except(mvm, IWL_MVM_REF_UCODE_DOWN);
1232
Johannes Berg8ca151b2013-01-24 14:25:36 +01001233 iwl_trans_stop_device(mvm->trans);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001234
Luciano Coelho9af91f42015-02-10 10:42:26 +02001235 mvm->scan_status = 0;
Luciano Coelhob1873302014-08-08 17:12:07 +03001236 mvm->ps_disabled = false;
Emmanuel Grumbach31b8b342014-11-02 15:48:09 +02001237 mvm->calibrating = false;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001238
1239 /* just in case one was running */
1240 ieee80211_remain_on_channel_expired(mvm->hw);
1241
Arik Nemtsov737719f2015-02-23 14:42:41 +02001242 /*
1243 * cleanup all interfaces, even inactive ones, as some might have
1244 * gone down during the HW restart
1245 */
1246 ieee80211_iterate_interfaces(mvm->hw, 0, iwl_mvm_cleanup_iterator, mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001247
Ilan Peerfe0f2de2013-03-21 10:23:52 +02001248 mvm->p2p_device_vif = NULL;
Eliad Peller37577fe2013-12-05 17:19:39 +02001249 mvm->d0i3_ap_sta_id = IWL_MVM_STATION_COUNT;
Ilan Peerfe0f2de2013-03-21 10:23:52 +02001250
1251 iwl_mvm_reset_phy_ctxts(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001252 memset(mvm->fw_key_table, 0, sizeof(mvm->fw_key_table));
1253 memset(mvm->sta_drained, 0, sizeof(mvm->sta_drained));
Arik Nemtsova0f6bf22014-09-21 19:10:04 +03001254 memset(mvm->tfd_drained, 0, sizeof(mvm->tfd_drained));
Emmanuel Grumbach8a275ba2014-07-13 09:12:11 +03001255 memset(&mvm->last_bt_notif, 0, sizeof(mvm->last_bt_notif));
1256 memset(&mvm->last_bt_notif_old, 0, sizeof(mvm->last_bt_notif_old));
1257 memset(&mvm->last_bt_ci_cmd, 0, sizeof(mvm->last_bt_ci_cmd));
1258 memset(&mvm->last_bt_ci_cmd_old, 0, sizeof(mvm->last_bt_ci_cmd_old));
1259 memset(&mvm->bt_ack_kill_msk, 0, sizeof(mvm->bt_ack_kill_msk));
1260 memset(&mvm->bt_cts_kill_msk, 0, sizeof(mvm->bt_cts_kill_msk));
Johannes Berg8ca151b2013-01-24 14:25:36 +01001261
1262 ieee80211_wake_queues(mvm->hw);
1263
Eliad Peller228670b2014-08-10 17:00:15 +03001264 /* clear any stale d0i3 state */
1265 clear_bit(IWL_MVM_STATUS_IN_D0I3, &mvm->status);
1266
Johannes Berg8ca151b2013-01-24 14:25:36 +01001267 mvm->vif_count = 0;
Emmanuel Grumbach113a0442013-07-02 14:16:38 +03001268 mvm->rx_ba_sessions = 0;
Emmanuel Grumbachd2709ad2015-01-29 14:58:06 +02001269 mvm->fw_dbg_conf = FW_DBG_INVALID;
Johannes Berg91a8bcd2015-01-14 18:12:41 +01001270
1271 /* keep statistics ticking */
1272 iwl_mvm_accu_radio_stats(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001273}
1274
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001275int __iwl_mvm_mac_start(struct iwl_mvm *mvm)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001276{
Johannes Berg8ca151b2013-01-24 14:25:36 +01001277 int ret;
1278
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001279 lockdep_assert_held(&mvm->mutex);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001280
1281 /* Clean up some internal and mac80211 state on restart */
1282 if (test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status))
1283 iwl_mvm_restart_cleanup(mvm);
1284
1285 ret = iwl_mvm_up(mvm);
Johannes Bergc47af222014-04-30 16:34:45 +02001286
1287 if (ret && test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status)) {
1288 /* Something went wrong - we need to finish some cleanup
1289 * that normally iwl_mvm_mac_restart_complete() below
1290 * would do.
1291 */
1292 clear_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status);
1293 iwl_mvm_d0i3_enable_tx(mvm, NULL);
1294 }
1295
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001296 return ret;
1297}
1298
1299static int iwl_mvm_mac_start(struct ieee80211_hw *hw)
1300{
1301 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1302 int ret;
1303
Eliad Peller37948fc2014-12-11 10:48:18 +02001304 /* Some hw restart cleanups must not hold the mutex */
1305 if (test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status)) {
1306 /*
1307 * Make sure we are out of d0i3. This is needed
1308 * to make sure the reference accounting is correct
1309 * (and there is no stale d0i3_exit_work).
1310 */
1311 wait_event_timeout(mvm->d0i3_exit_waitq,
1312 !test_bit(IWL_MVM_STATUS_IN_D0I3,
1313 &mvm->status),
1314 HZ);
1315 }
1316
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001317 mutex_lock(&mvm->mutex);
1318 ret = __iwl_mvm_mac_start(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001319 mutex_unlock(&mvm->mutex);
1320
1321 return ret;
1322}
1323
Eliad Pellercf2c92d2014-11-04 11:43:54 +02001324static void iwl_mvm_restart_complete(struct iwl_mvm *mvm)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001325{
Johannes Berg8ca151b2013-01-24 14:25:36 +01001326 int ret;
1327
1328 mutex_lock(&mvm->mutex);
1329
1330 clear_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status);
Arik Nemtsovb2492502014-03-13 12:21:50 +02001331 iwl_mvm_d0i3_enable_tx(mvm, NULL);
Johannes Berge7afe892015-04-21 09:21:46 +02001332 ret = iwl_mvm_update_quotas(mvm, true, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001333 if (ret)
1334 IWL_ERR(mvm, "Failed to update quotas after restart (%d)\n",
1335 ret);
1336
Eliad Peller7498cf42014-01-16 17:10:44 +02001337 /* allow transport/FW low power modes */
1338 iwl_mvm_unref(mvm, IWL_MVM_REF_UCODE_DOWN);
1339
Arik Nemtsovcbd2ae22014-09-14 19:13:54 +03001340 /*
1341 * If we have TDLS peers, remove them. We don't know the last seqno/PN
1342 * of packets the FW sent out, so we must reconnect.
1343 */
1344 iwl_mvm_teardown_tdls_peers(mvm);
1345
Johannes Berg8ca151b2013-01-24 14:25:36 +01001346 mutex_unlock(&mvm->mutex);
1347}
1348
Eliad Peller088070a22014-10-20 18:42:58 +03001349static void iwl_mvm_resume_complete(struct iwl_mvm *mvm)
1350{
1351 bool exit_now;
1352
1353 if (!iwl_mvm_is_d0i3_supported(mvm))
1354 return;
1355
1356 mutex_lock(&mvm->d0i3_suspend_mutex);
1357 __clear_bit(D0I3_DEFER_WAKEUP, &mvm->d0i3_suspend_flags);
1358 exit_now = __test_and_clear_bit(D0I3_PENDING_WAKEUP,
1359 &mvm->d0i3_suspend_flags);
1360 mutex_unlock(&mvm->d0i3_suspend_mutex);
1361
1362 if (exit_now) {
1363 IWL_DEBUG_RPM(mvm, "Run deferred d0i3 exit\n");
1364 _iwl_mvm_exit_d0i3(mvm);
1365 }
Eliad Peller67359432014-12-09 15:23:54 +02001366
1367 if (mvm->trans->d0i3_mode == IWL_D0I3_MODE_ON_SUSPEND)
1368 if (!wait_event_timeout(mvm->d0i3_exit_waitq,
1369 !test_bit(IWL_MVM_STATUS_IN_D0I3,
1370 &mvm->status),
1371 HZ))
1372 WARN_ONCE(1, "D0i3 exit on resume timed out\n");
Eliad Peller088070a22014-10-20 18:42:58 +03001373}
1374
Eliad Pellercf2c92d2014-11-04 11:43:54 +02001375static void
1376iwl_mvm_mac_reconfig_complete(struct ieee80211_hw *hw,
1377 enum ieee80211_reconfig_type reconfig_type)
1378{
1379 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1380
1381 switch (reconfig_type) {
1382 case IEEE80211_RECONFIG_TYPE_RESTART:
1383 iwl_mvm_restart_complete(mvm);
1384 break;
1385 case IEEE80211_RECONFIG_TYPE_SUSPEND:
Eliad Peller088070a22014-10-20 18:42:58 +03001386 iwl_mvm_resume_complete(mvm);
Eliad Pellercf2c92d2014-11-04 11:43:54 +02001387 break;
1388 }
1389}
1390
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001391void __iwl_mvm_mac_stop(struct iwl_mvm *mvm)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001392{
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001393 lockdep_assert_held(&mvm->mutex);
Eliad Peller7498cf42014-01-16 17:10:44 +02001394
Johannes Berg91a8bcd2015-01-14 18:12:41 +01001395 /* firmware counters are obviously reset now, but we shouldn't
1396 * partially track so also clear the fw_reset_accu counters.
1397 */
1398 memset(&mvm->accu_radio_stats, 0, sizeof(mvm->accu_radio_stats));
1399
Eliad Peller0a79a0c02014-12-04 10:27:20 +02001400 /*
1401 * Disallow low power states when the FW is down by taking
1402 * the UCODE_DOWN ref. in case of ongoing hw restart the
1403 * ref is already taken, so don't take it again.
1404 */
1405 if (!test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status))
1406 iwl_mvm_ref(mvm, IWL_MVM_REF_UCODE_DOWN);
Eliad Peller7498cf42014-01-16 17:10:44 +02001407
Johannes Berg8ca151b2013-01-24 14:25:36 +01001408 /* async_handlers_wk is now blocked */
1409
1410 /*
1411 * The work item could be running or queued if the
1412 * ROC time event stops just as we get here.
1413 */
1414 cancel_work_sync(&mvm->roc_done_wk);
1415
1416 iwl_trans_stop_device(mvm->trans);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001417
1418 iwl_mvm_async_handlers_purge(mvm);
1419 /* async_handlers_list is empty and will stay empty: HW is stopped */
1420
1421 /* the fw is stopped, the aux sta is dead: clean up driver state */
Johannes Berg712b24a2014-08-04 14:14:14 +02001422 iwl_mvm_del_aux_sta(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001423
Eliad Peller0a79a0c02014-12-04 10:27:20 +02001424 /*
1425 * Clear IN_HW_RESTART flag when stopping the hw (as restart_complete()
1426 * won't be called in this case).
1427 */
1428 clear_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status);
1429
Alexander Bondar963221b2015-03-26 11:07:35 +02001430 /* We shouldn't have any UIDs still set. Loop over all the UIDs to
1431 * make sure there's nothing left there and warn if any is found.
1432 */
1433 if (mvm->fw->ucode_capa.capa[0] & IWL_UCODE_TLV_CAPA_UMAC_SCAN) {
1434 int i;
1435
Luciano Coelho507e4cd2015-03-19 22:58:33 +02001436 for (i = 0; i < mvm->max_scans; i++) {
Alexander Bondar963221b2015-03-26 11:07:35 +02001437 if (WARN_ONCE(mvm->scan_uid[i],
1438 "UMAC scan UID %d was not cleaned\n",
1439 mvm->scan_uid[i]))
1440 mvm->scan_uid[i] = 0;
1441 }
1442 }
1443
Luciano Coelhobc448862014-08-20 11:49:11 +03001444 mvm->ucode_loaded = false;
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001445}
Luciano Coelhobc448862014-08-20 11:49:11 +03001446
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001447static void iwl_mvm_mac_stop(struct ieee80211_hw *hw)
1448{
1449 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1450
1451 flush_work(&mvm->d0i3_exit_work);
1452 flush_work(&mvm->async_handlers_wk);
Emmanuel Grumbachd2709ad2015-01-29 14:58:06 +02001453 cancel_delayed_work_sync(&mvm->fw_dump_wk);
Emmanuel Grumbachb6eaa452015-01-29 14:58:20 +02001454 iwl_mvm_free_fw_dump_desc(mvm);
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001455
1456 mutex_lock(&mvm->mutex);
1457 __iwl_mvm_mac_stop(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001458 mutex_unlock(&mvm->mutex);
1459
1460 /*
1461 * The worker might have been waiting for the mutex, let it run and
1462 * discover that its list is now empty.
1463 */
1464 cancel_work_sync(&mvm->async_handlers_wk);
1465}
1466
Ilan Peerfe0f2de2013-03-21 10:23:52 +02001467static struct iwl_mvm_phy_ctxt *iwl_mvm_get_free_phy_ctxt(struct iwl_mvm *mvm)
1468{
1469 u16 i;
1470
1471 lockdep_assert_held(&mvm->mutex);
1472
1473 for (i = 0; i < NUM_PHY_CTX; i++)
1474 if (!mvm->phy_ctxts[i].ref)
1475 return &mvm->phy_ctxts[i];
1476
1477 IWL_ERR(mvm, "No available PHY context\n");
1478 return NULL;
1479}
1480
Avri Altmand44c3fe2015-04-18 22:16:42 +03001481static int iwl_mvm_set_tx_power_old(struct iwl_mvm *mvm,
1482 struct ieee80211_vif *vif, s8 tx_power)
Emmanuel Grumbachee9c6cb2013-12-04 13:53:39 +02001483{
1484 /* FW is in charge of regulatory enforcement */
1485 struct iwl_reduce_tx_power_cmd reduce_txpwr_cmd = {
1486 .mac_context_id = iwl_mvm_vif_from_mac80211(vif)->id,
1487 .pwr_restriction = cpu_to_le16(tx_power),
1488 };
1489
Emmanuel Grumbacha1022922014-05-12 11:36:41 +03001490 return iwl_mvm_send_cmd_pdu(mvm, REDUCE_TX_POWER_CMD, 0,
Emmanuel Grumbachee9c6cb2013-12-04 13:53:39 +02001491 sizeof(reduce_txpwr_cmd),
1492 &reduce_txpwr_cmd);
1493}
1494
Avri Altmand44c3fe2015-04-18 22:16:42 +03001495static int iwl_mvm_set_tx_power(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
1496 s16 tx_power)
1497{
1498 struct iwl_dev_tx_power_cmd cmd = {
1499 .set_mode = 0,
1500 .mac_context_id =
1501 cpu_to_le32(iwl_mvm_vif_from_mac80211(vif)->id),
1502 .pwr_restriction = cpu_to_le16(8 * tx_power),
1503 };
1504
1505 if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_TX_POWER_DEV))
1506 return iwl_mvm_set_tx_power_old(mvm, vif, tx_power);
1507
1508 if (tx_power == IWL_DEFAULT_MAX_TX_POWER)
1509 cmd.pwr_restriction = cpu_to_le16(IWL_DEV_MAX_TX_POWER);
1510
1511 return iwl_mvm_send_cmd_pdu(mvm, REDUCE_TX_POWER_CMD, 0,
1512 sizeof(cmd), &cmd);
1513}
1514
Johannes Berg8ca151b2013-01-24 14:25:36 +01001515static int iwl_mvm_mac_add_interface(struct ieee80211_hw *hw,
1516 struct ieee80211_vif *vif)
1517{
1518 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1519 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1520 int ret;
1521
Emmanuel Grumbachaa5e1832015-03-07 19:35:37 +02001522 mvmvif->mvm = mvm;
1523
Johannes Berg8ca151b2013-01-24 14:25:36 +01001524 /*
Gregory Greenmand40fc482014-06-25 14:08:50 +02001525 * make sure D0i3 exit is completed, otherwise a target access
1526 * during tx queue configuration could be done when still in
1527 * D0i3 state.
1528 */
1529 ret = iwl_mvm_ref_sync(mvm, IWL_MVM_REF_ADD_IF);
1530 if (ret)
1531 return ret;
1532
1533 /*
Johannes Berg8ca151b2013-01-24 14:25:36 +01001534 * Not much to do here. The stack will not allow interface
1535 * types or combinations that we didn't advertise, so we
1536 * don't really have to check the types.
1537 */
1538
1539 mutex_lock(&mvm->mutex);
1540
Johannes Berg33cef922015-01-21 21:41:29 +01001541 /* make sure that beacon statistics don't go backwards with FW reset */
1542 if (test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status))
1543 mvmvif->beacon_stats.accu_num_beacons +=
1544 mvmvif->beacon_stats.num_beacons;
1545
Eliad Pellere89044d2013-07-16 17:33:26 +03001546 /* Allocate resources for the MAC context, and add it to the fw */
Johannes Berg8ca151b2013-01-24 14:25:36 +01001547 ret = iwl_mvm_mac_ctxt_init(mvm, vif);
1548 if (ret)
1549 goto out_unlock;
1550
Alexander Bondar1c2abf72013-08-27 20:31:48 +03001551 /* Counting number of interfaces is needed for legacy PM */
Ilan Peerea183d02013-07-23 14:41:53 +03001552 if (vif->type != NL80211_IFTYPE_P2P_DEVICE)
1553 mvm->vif_count++;
Ilan Peerea183d02013-07-23 14:41:53 +03001554
1555 /*
Johannes Berg8ca151b2013-01-24 14:25:36 +01001556 * The AP binding flow can be done only after the beacon
1557 * template is configured (which happens only in the mac80211
1558 * start_ap() flow), and adding the broadcast station can happen
1559 * only after the binding.
1560 * In addition, since modifying the MAC before adding a bcast
1561 * station is not allowed by the FW, delay the adding of MAC context to
1562 * the point where we can also add the bcast station.
1563 * In short: there's not much we can do at this point, other than
1564 * allocating resources :)
1565 */
Johannes Berg5023d962013-07-31 14:07:43 +02001566 if (vif->type == NL80211_IFTYPE_AP ||
1567 vif->type == NL80211_IFTYPE_ADHOC) {
Johannes Berg013290a2014-08-04 13:38:48 +02001568 ret = iwl_mvm_alloc_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001569 if (ret) {
1570 IWL_ERR(mvm, "Failed to allocate bcast sta\n");
1571 goto out_release;
1572 }
1573
Emmanuel Grumbach77740cb2013-06-26 23:51:41 +03001574 iwl_mvm_vif_dbgfs_register(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001575 goto out_unlock;
1576 }
1577
Johannes Berg8ca151b2013-01-24 14:25:36 +01001578 ret = iwl_mvm_mac_ctxt_add(mvm, vif);
1579 if (ret)
1580 goto out_release;
1581
Arik Nemtsov999609f2014-05-15 17:31:51 +03001582 ret = iwl_mvm_power_update_mac(mvm);
Emmanuel Grumbache5e7aa82014-01-27 16:57:33 +02001583 if (ret)
Luciano Coelhofd66fc12015-01-27 15:06:57 +02001584 goto out_remove_mac;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001585
Hila Gonen7df15b12012-12-12 11:16:19 +02001586 /* beacon filtering */
Emmanuel Grumbacha1022922014-05-12 11:36:41 +03001587 ret = iwl_mvm_disable_beacon_filter(mvm, vif, 0);
Eliad Pellerbd3351b2013-07-16 17:50:17 +03001588 if (ret)
1589 goto out_remove_mac;
1590
Hila Gonen7df15b12012-12-12 11:16:19 +02001591 if (!mvm->bf_allowed_vif &&
Emmanuel Grumbach73e5f2c2014-03-30 08:57:30 +03001592 vif->type == NL80211_IFTYPE_STATION && !vif->p2p) {
Hila Gonen7df15b12012-12-12 11:16:19 +02001593 mvm->bf_allowed_vif = mvmvif;
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03001594 vif->driver_flags |= IEEE80211_VIF_BEACON_FILTER |
1595 IEEE80211_VIF_SUPPORTS_CQM_RSSI;
Hila Gonen7df15b12012-12-12 11:16:19 +02001596 }
1597
Johannes Berg8ca151b2013-01-24 14:25:36 +01001598 /*
1599 * P2P_DEVICE interface does not have a channel context assigned to it,
1600 * so a dedicated PHY context is allocated to it and the corresponding
1601 * MAC context is bound to it at this stage.
1602 */
1603 if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
Johannes Berg8ca151b2013-01-24 14:25:36 +01001604
Ilan Peerfe0f2de2013-03-21 10:23:52 +02001605 mvmvif->phy_ctxt = iwl_mvm_get_free_phy_ctxt(mvm);
1606 if (!mvmvif->phy_ctxt) {
1607 ret = -ENOSPC;
Eliad Pellerbd3351b2013-07-16 17:50:17 +03001608 goto out_free_bf;
Ilan Peerfe0f2de2013-03-21 10:23:52 +02001609 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001610
Ilan Peer53a9d612013-04-28 11:55:08 +03001611 iwl_mvm_phy_ctxt_ref(mvm, mvmvif->phy_ctxt);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001612 ret = iwl_mvm_binding_add_vif(mvm, vif);
1613 if (ret)
Ilan Peer53a9d612013-04-28 11:55:08 +03001614 goto out_unref_phy;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001615
Johannes Berg013290a2014-08-04 13:38:48 +02001616 ret = iwl_mvm_add_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001617 if (ret)
1618 goto out_unbind;
1619
1620 /* Save a pointer to p2p device vif, so it can later be used to
1621 * update the p2p device MAC when a GO is started/stopped */
1622 mvm->p2p_device_vif = vif;
1623 }
1624
Johannes Berg63494372013-03-26 10:47:53 +01001625 iwl_mvm_vif_dbgfs_register(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001626 goto out_unlock;
1627
1628 out_unbind:
1629 iwl_mvm_binding_remove_vif(mvm, vif);
Ilan Peer53a9d612013-04-28 11:55:08 +03001630 out_unref_phy:
Ilan Peerfe0f2de2013-03-21 10:23:52 +02001631 iwl_mvm_phy_ctxt_unref(mvm, mvmvif->phy_ctxt);
Eliad Pellerbd3351b2013-07-16 17:50:17 +03001632 out_free_bf:
1633 if (mvm->bf_allowed_vif == mvmvif) {
1634 mvm->bf_allowed_vif = NULL;
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03001635 vif->driver_flags &= ~(IEEE80211_VIF_BEACON_FILTER |
1636 IEEE80211_VIF_SUPPORTS_CQM_RSSI);
Eliad Pellerbd3351b2013-07-16 17:50:17 +03001637 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001638 out_remove_mac:
1639 mvmvif->phy_ctxt = NULL;
1640 iwl_mvm_mac_ctxt_remove(mvm, vif);
1641 out_release:
Alexander Bondar5ee2b212013-03-05 10:16:40 +02001642 if (vif->type != NL80211_IFTYPE_P2P_DEVICE)
1643 mvm->vif_count--;
Alexander Bondar1c2abf72013-08-27 20:31:48 +03001644
Johannes Berg8ca151b2013-01-24 14:25:36 +01001645 iwl_mvm_mac_ctxt_release(mvm, vif);
1646 out_unlock:
1647 mutex_unlock(&mvm->mutex);
1648
Gregory Greenmand40fc482014-06-25 14:08:50 +02001649 iwl_mvm_unref(mvm, IWL_MVM_REF_ADD_IF);
1650
Johannes Berg8ca151b2013-01-24 14:25:36 +01001651 return ret;
1652}
1653
Johannes Berg38a12b52013-02-22 14:07:56 +01001654static void iwl_mvm_prepare_mac_removal(struct iwl_mvm *mvm,
1655 struct ieee80211_vif *vif)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001656{
Arik Nemtsovd92b732e2014-09-21 19:00:42 +03001657 u32 tfd_msk = iwl_mvm_mac_get_queues_mask(vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001658
1659 if (tfd_msk) {
Emmanuel Grumbachfe92e322015-03-11 09:34:31 +02001660 /*
1661 * mac80211 first removes all the stations of the vif and
1662 * then removes the vif. When it removes a station it also
1663 * flushes the AMPDU session. So by now, all the AMPDU sessions
1664 * of all the stations of this vif are closed, and the queues
1665 * of these AMPDU sessions are properly closed.
1666 * We still need to take care of the shared queues of the vif.
1667 * Flush them here.
1668 */
Johannes Berg8ca151b2013-01-24 14:25:36 +01001669 mutex_lock(&mvm->mutex);
1670 iwl_mvm_flush_tx_path(mvm, tfd_msk, true);
1671 mutex_unlock(&mvm->mutex);
Emmanuel Grumbachfe92e322015-03-11 09:34:31 +02001672
1673 /*
1674 * There are transports that buffer a few frames in the host.
1675 * For these, the flush above isn't enough since while we were
1676 * flushing, the transport might have sent more frames to the
1677 * device. To solve this, wait here until the transport is
1678 * empty. Technically, this could have replaced the flush
1679 * above, but flush is much faster than draining. So flush
1680 * first, and drain to make sure we have no frames in the
1681 * transport anymore.
1682 * If a station still had frames on the shared queues, it is
1683 * already marked as draining, so to complete the draining, we
1684 * just need to wait until the transport is empty.
1685 */
1686 iwl_trans_wait_tx_queue_empty(mvm->trans, tfd_msk);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001687 }
1688
1689 if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
1690 /*
1691 * Flush the ROC worker which will flush the OFFCHANNEL queue.
1692 * We assume here that all the packets sent to the OFFCHANNEL
1693 * queue are sent in ROC session.
1694 */
1695 flush_work(&mvm->roc_done_wk);
1696 } else {
1697 /*
1698 * By now, all the AC queues are empty. The AGG queues are
1699 * empty too. We already got all the Tx responses for all the
1700 * packets in the queues. The drain work can have been
Emmanuel Grumbach0742a752013-06-10 14:10:33 +03001701 * triggered. Flush it.
Johannes Berg8ca151b2013-01-24 14:25:36 +01001702 */
1703 flush_work(&mvm->sta_drained_wk);
1704 }
Johannes Berg38a12b52013-02-22 14:07:56 +01001705}
1706
1707static void iwl_mvm_mac_remove_interface(struct ieee80211_hw *hw,
1708 struct ieee80211_vif *vif)
1709{
1710 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1711 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1712
1713 iwl_mvm_prepare_mac_removal(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001714
1715 mutex_lock(&mvm->mutex);
1716
Hila Gonen7df15b12012-12-12 11:16:19 +02001717 if (mvm->bf_allowed_vif == mvmvif) {
1718 mvm->bf_allowed_vif = NULL;
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03001719 vif->driver_flags &= ~(IEEE80211_VIF_BEACON_FILTER |
1720 IEEE80211_VIF_SUPPORTS_CQM_RSSI);
Hila Gonen7df15b12012-12-12 11:16:19 +02001721 }
1722
Johannes Berg63494372013-03-26 10:47:53 +01001723 iwl_mvm_vif_dbgfs_clean(mvm, vif);
1724
Johannes Berg8ca151b2013-01-24 14:25:36 +01001725 /*
1726 * For AP/GO interface, the tear down of the resources allocated to the
Johannes Berg38a12b52013-02-22 14:07:56 +01001727 * interface is be handled as part of the stop_ap flow.
Johannes Berg8ca151b2013-01-24 14:25:36 +01001728 */
Johannes Berg5023d962013-07-31 14:07:43 +02001729 if (vif->type == NL80211_IFTYPE_AP ||
1730 vif->type == NL80211_IFTYPE_ADHOC) {
David Spinadel507cadf2013-07-31 18:07:21 +03001731#ifdef CONFIG_NL80211_TESTMODE
1732 if (vif == mvm->noa_vif) {
1733 mvm->noa_vif = NULL;
1734 mvm->noa_duration = 0;
1735 }
1736#endif
Johannes Berg013290a2014-08-04 13:38:48 +02001737 iwl_mvm_dealloc_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001738 goto out_release;
1739 }
1740
1741 if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
1742 mvm->p2p_device_vif = NULL;
Johannes Berg013290a2014-08-04 13:38:48 +02001743 iwl_mvm_rm_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001744 iwl_mvm_binding_remove_vif(mvm, vif);
Ilan Peerfe0f2de2013-03-21 10:23:52 +02001745 iwl_mvm_phy_ctxt_unref(mvm, mvmvif->phy_ctxt);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001746 mvmvif->phy_ctxt = NULL;
1747 }
1748
Alexander Bondar5ee2b212013-03-05 10:16:40 +02001749 if (mvm->vif_count && vif->type != NL80211_IFTYPE_P2P_DEVICE)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001750 mvm->vif_count--;
Alexander Bondar1c2abf72013-08-27 20:31:48 +03001751
Arik Nemtsov999609f2014-05-15 17:31:51 +03001752 iwl_mvm_power_update_mac(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001753 iwl_mvm_mac_ctxt_remove(mvm, vif);
1754
1755out_release:
1756 iwl_mvm_mac_ctxt_release(mvm, vif);
1757 mutex_unlock(&mvm->mutex);
1758}
1759
1760static int iwl_mvm_mac_config(struct ieee80211_hw *hw, u32 changed)
1761{
1762 return 0;
1763}
1764
Eliad Pellere59647e2013-11-28 14:08:50 +02001765struct iwl_mvm_mc_iter_data {
1766 struct iwl_mvm *mvm;
1767 int port_id;
1768};
1769
1770static void iwl_mvm_mc_iface_iterator(void *_data, u8 *mac,
1771 struct ieee80211_vif *vif)
1772{
1773 struct iwl_mvm_mc_iter_data *data = _data;
1774 struct iwl_mvm *mvm = data->mvm;
1775 struct iwl_mcast_filter_cmd *cmd = mvm->mcast_filter_cmd;
1776 int ret, len;
1777
1778 /* if we don't have free ports, mcast frames will be dropped */
1779 if (WARN_ON_ONCE(data->port_id >= MAX_PORT_ID_NUM))
1780 return;
1781
1782 if (vif->type != NL80211_IFTYPE_STATION ||
1783 !vif->bss_conf.assoc)
1784 return;
1785
1786 cmd->port_id = data->port_id++;
1787 memcpy(cmd->bssid, vif->bss_conf.bssid, ETH_ALEN);
1788 len = roundup(sizeof(*cmd) + cmd->count * ETH_ALEN, 4);
1789
Emmanuel Grumbach1c4abec2014-05-08 09:48:10 +03001790 ret = iwl_mvm_send_cmd_pdu(mvm, MCAST_FILTER_CMD, CMD_ASYNC, len, cmd);
Eliad Pellere59647e2013-11-28 14:08:50 +02001791 if (ret)
1792 IWL_ERR(mvm, "mcast filter cmd error. ret=%d\n", ret);
1793}
1794
1795static void iwl_mvm_recalc_multicast(struct iwl_mvm *mvm)
1796{
1797 struct iwl_mvm_mc_iter_data iter_data = {
1798 .mvm = mvm,
1799 };
1800
1801 lockdep_assert_held(&mvm->mutex);
1802
1803 if (WARN_ON_ONCE(!mvm->mcast_filter_cmd))
1804 return;
1805
Emmanuel Grumbach1c4abec2014-05-08 09:48:10 +03001806 ieee80211_iterate_active_interfaces_atomic(
Eliad Pellere59647e2013-11-28 14:08:50 +02001807 mvm->hw, IEEE80211_IFACE_ITER_NORMAL,
1808 iwl_mvm_mc_iface_iterator, &iter_data);
1809}
1810
1811static u64 iwl_mvm_prepare_multicast(struct ieee80211_hw *hw,
1812 struct netdev_hw_addr_list *mc_list)
1813{
1814 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1815 struct iwl_mcast_filter_cmd *cmd;
1816 struct netdev_hw_addr *addr;
Max Stepanovf3bd58f2014-08-04 13:55:01 +03001817 int addr_count;
1818 bool pass_all;
Eliad Pellere59647e2013-11-28 14:08:50 +02001819 int len;
1820
Max Stepanovf3bd58f2014-08-04 13:55:01 +03001821 addr_count = netdev_hw_addr_list_count(mc_list);
1822 pass_all = addr_count > MAX_MCAST_FILTERING_ADDRESSES ||
1823 IWL_MVM_FW_MCAST_FILTER_PASS_ALL;
1824 if (pass_all)
Eliad Pellere59647e2013-11-28 14:08:50 +02001825 addr_count = 0;
Eliad Pellere59647e2013-11-28 14:08:50 +02001826
1827 len = roundup(sizeof(*cmd) + addr_count * ETH_ALEN, 4);
1828 cmd = kzalloc(len, GFP_ATOMIC);
1829 if (!cmd)
1830 return 0;
1831
1832 if (pass_all) {
1833 cmd->pass_all = 1;
1834 return (u64)(unsigned long)cmd;
1835 }
1836
1837 netdev_hw_addr_list_for_each(addr, mc_list) {
1838 IWL_DEBUG_MAC80211(mvm, "mcast addr (%d): %pM\n",
1839 cmd->count, addr->addr);
1840 memcpy(&cmd->addr_list[cmd->count * ETH_ALEN],
1841 addr->addr, ETH_ALEN);
1842 cmd->count++;
1843 }
1844
1845 return (u64)(unsigned long)cmd;
1846}
1847
Johannes Berg8ca151b2013-01-24 14:25:36 +01001848static void iwl_mvm_configure_filter(struct ieee80211_hw *hw,
1849 unsigned int changed_flags,
1850 unsigned int *total_flags,
1851 u64 multicast)
1852{
Eliad Pellere59647e2013-11-28 14:08:50 +02001853 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1854 struct iwl_mcast_filter_cmd *cmd = (void *)(unsigned long)multicast;
1855
1856 mutex_lock(&mvm->mutex);
1857
1858 /* replace previous configuration */
1859 kfree(mvm->mcast_filter_cmd);
1860 mvm->mcast_filter_cmd = cmd;
1861
1862 if (!cmd)
1863 goto out;
1864
1865 iwl_mvm_recalc_multicast(mvm);
1866out:
1867 mutex_unlock(&mvm->mutex);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001868 *total_flags = 0;
1869}
1870
Eliad Pellerc87163b2014-01-08 10:11:11 +02001871#ifdef CONFIG_IWLWIFI_BCAST_FILTERING
1872struct iwl_bcast_iter_data {
1873 struct iwl_mvm *mvm;
1874 struct iwl_bcast_filter_cmd *cmd;
1875 u8 current_filter;
1876};
1877
1878static void
1879iwl_mvm_set_bcast_filter(struct ieee80211_vif *vif,
1880 const struct iwl_fw_bcast_filter *in_filter,
1881 struct iwl_fw_bcast_filter *out_filter)
1882{
1883 struct iwl_fw_bcast_filter_attr *attr;
1884 int i;
1885
1886 memcpy(out_filter, in_filter, sizeof(*out_filter));
1887
1888 for (i = 0; i < ARRAY_SIZE(out_filter->attrs); i++) {
1889 attr = &out_filter->attrs[i];
1890
1891 if (!attr->mask)
1892 break;
1893
Eliad Peller2ee8f022014-01-13 19:07:09 +02001894 switch (attr->reserved1) {
1895 case cpu_to_le16(BC_FILTER_MAGIC_IP):
1896 if (vif->bss_conf.arp_addr_cnt != 1) {
1897 attr->mask = 0;
1898 continue;
1899 }
1900
1901 attr->val = vif->bss_conf.arp_addr_list[0];
1902 break;
1903 case cpu_to_le16(BC_FILTER_MAGIC_MAC):
1904 attr->val = *(__be32 *)&vif->addr[2];
1905 break;
1906 default:
1907 break;
1908 }
1909 attr->reserved1 = 0;
Eliad Pellerc87163b2014-01-08 10:11:11 +02001910 out_filter->num_attrs++;
1911 }
1912}
1913
1914static void iwl_mvm_bcast_filter_iterator(void *_data, u8 *mac,
1915 struct ieee80211_vif *vif)
1916{
1917 struct iwl_bcast_iter_data *data = _data;
1918 struct iwl_mvm *mvm = data->mvm;
1919 struct iwl_bcast_filter_cmd *cmd = data->cmd;
1920 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1921 struct iwl_fw_bcast_mac *bcast_mac;
1922 int i;
1923
1924 if (WARN_ON(mvmvif->id >= ARRAY_SIZE(cmd->macs)))
1925 return;
1926
1927 bcast_mac = &cmd->macs[mvmvif->id];
1928
Ilan Peere48393e2014-05-22 11:19:02 +03001929 /*
1930 * enable filtering only for associated stations, but not for P2P
1931 * Clients
1932 */
1933 if (vif->type != NL80211_IFTYPE_STATION || vif->p2p ||
1934 !vif->bss_conf.assoc)
Eliad Pellerc87163b2014-01-08 10:11:11 +02001935 return;
1936
1937 bcast_mac->default_discard = 1;
1938
1939 /* copy all configured filters */
1940 for (i = 0; mvm->bcast_filters[i].attrs[0].mask; i++) {
1941 /*
1942 * Make sure we don't exceed our filters limit.
1943 * if there is still a valid filter to be configured,
1944 * be on the safe side and just allow bcast for this mac.
1945 */
1946 if (WARN_ON_ONCE(data->current_filter >=
1947 ARRAY_SIZE(cmd->filters))) {
1948 bcast_mac->default_discard = 0;
1949 bcast_mac->attached_filters = 0;
1950 break;
1951 }
1952
1953 iwl_mvm_set_bcast_filter(vif,
1954 &mvm->bcast_filters[i],
1955 &cmd->filters[data->current_filter]);
1956
1957 /* skip current filter if it contains no attributes */
1958 if (!cmd->filters[data->current_filter].num_attrs)
1959 continue;
1960
1961 /* attach the filter to current mac */
1962 bcast_mac->attached_filters |=
1963 cpu_to_le16(BIT(data->current_filter));
1964
1965 data->current_filter++;
1966 }
1967}
1968
Eliad Pellerde06a592014-01-08 10:11:12 +02001969bool iwl_mvm_bcast_filter_build_cmd(struct iwl_mvm *mvm,
1970 struct iwl_bcast_filter_cmd *cmd)
Eliad Pellerc87163b2014-01-08 10:11:11 +02001971{
Eliad Pellerc87163b2014-01-08 10:11:11 +02001972 struct iwl_bcast_iter_data iter_data = {
1973 .mvm = mvm,
Eliad Pellerde06a592014-01-08 10:11:12 +02001974 .cmd = cmd,
Eliad Pellerc87163b2014-01-08 10:11:11 +02001975 };
1976
Max Stepanov3b8983b2014-10-15 11:27:16 +03001977 if (IWL_MVM_FW_BCAST_FILTER_PASS_ALL)
1978 return false;
1979
Eliad Pellerde06a592014-01-08 10:11:12 +02001980 memset(cmd, 0, sizeof(*cmd));
1981 cmd->max_bcast_filters = ARRAY_SIZE(cmd->filters);
1982 cmd->max_macs = ARRAY_SIZE(cmd->macs);
1983
1984#ifdef CONFIG_IWLWIFI_DEBUGFS
1985 /* use debugfs filters/macs if override is configured */
1986 if (mvm->dbgfs_bcast_filtering.override) {
1987 memcpy(cmd->filters, &mvm->dbgfs_bcast_filtering.cmd.filters,
1988 sizeof(cmd->filters));
1989 memcpy(cmd->macs, &mvm->dbgfs_bcast_filtering.cmd.macs,
1990 sizeof(cmd->macs));
1991 return true;
1992 }
1993#endif
Eliad Pellerc87163b2014-01-08 10:11:11 +02001994
1995 /* if no filters are configured, do nothing */
1996 if (!mvm->bcast_filters)
Eliad Pellerde06a592014-01-08 10:11:12 +02001997 return false;
Eliad Pellerc87163b2014-01-08 10:11:11 +02001998
1999 /* configure and attach these filters for each associated sta vif */
2000 ieee80211_iterate_active_interfaces(
2001 mvm->hw, IEEE80211_IFACE_ITER_NORMAL,
2002 iwl_mvm_bcast_filter_iterator, &iter_data);
2003
Eliad Pellerde06a592014-01-08 10:11:12 +02002004 return true;
2005}
2006static int iwl_mvm_configure_bcast_filter(struct iwl_mvm *mvm,
2007 struct ieee80211_vif *vif)
2008{
2009 struct iwl_bcast_filter_cmd cmd;
2010
2011 if (!(mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_BCAST_FILTERING))
2012 return 0;
2013
2014 if (!iwl_mvm_bcast_filter_build_cmd(mvm, &cmd))
2015 return 0;
2016
Emmanuel Grumbacha1022922014-05-12 11:36:41 +03002017 return iwl_mvm_send_cmd_pdu(mvm, BCAST_FILTER_CMD, 0,
Eliad Pellerc87163b2014-01-08 10:11:11 +02002018 sizeof(cmd), &cmd);
2019}
2020#else
2021static inline int iwl_mvm_configure_bcast_filter(struct iwl_mvm *mvm,
2022 struct ieee80211_vif *vif)
2023{
2024 return 0;
2025}
2026#endif
2027
Johannes Berg8ca151b2013-01-24 14:25:36 +01002028static void iwl_mvm_bss_info_changed_station(struct iwl_mvm *mvm,
2029 struct ieee80211_vif *vif,
2030 struct ieee80211_bss_conf *bss_conf,
2031 u32 changes)
2032{
2033 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
2034 int ret;
2035
Ilan Peer6e97b0d2013-12-23 22:18:02 +02002036 /*
2037 * Re-calculate the tsf id, as the master-slave relations depend on the
2038 * beacon interval, which was not known when the station interface was
2039 * added.
2040 */
2041 if (changes & BSS_CHANGED_ASSOC && bss_conf->assoc)
2042 iwl_mvm_mac_ctxt_recalc_tsf_id(mvm, vif);
2043
Johannes Berg3dfd3a92014-08-11 21:37:30 +02002044 /*
2045 * If we're not associated yet, take the (new) BSSID before associating
2046 * so the firmware knows. If we're already associated, then use the old
2047 * BSSID here, and we'll send a cleared one later in the CHANGED_ASSOC
2048 * branch for disassociation below.
2049 */
2050 if (changes & BSS_CHANGED_BSSID && !mvmvif->associated)
2051 memcpy(mvmvif->bssid, bss_conf->bssid, ETH_ALEN);
2052
2053 ret = iwl_mvm_mac_ctxt_changed(mvm, vif, false, mvmvif->bssid);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002054 if (ret)
2055 IWL_ERR(mvm, "failed to update MAC %pM\n", vif->addr);
2056
Johannes Berg3dfd3a92014-08-11 21:37:30 +02002057 /* after sending it once, adopt mac80211 data */
2058 memcpy(mvmvif->bssid, bss_conf->bssid, ETH_ALEN);
2059 mvmvif->associated = bss_conf->assoc;
2060
Johannes Berg8ca151b2013-01-24 14:25:36 +01002061 if (changes & BSS_CHANGED_ASSOC) {
2062 if (bss_conf->assoc) {
Johannes Berg33cef922015-01-21 21:41:29 +01002063 /* clear statistics to get clean beacon counter */
2064 iwl_mvm_request_statistics(mvm, true);
2065 memset(&mvmvif->beacon_stats, 0,
2066 sizeof(mvmvif->beacon_stats));
2067
Johannes Berg8ca151b2013-01-24 14:25:36 +01002068 /* add quota for this interface */
Emmanuel Grumbach7754ae72015-02-26 15:14:35 +02002069 ret = iwl_mvm_update_quotas(mvm, true, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002070 if (ret) {
2071 IWL_ERR(mvm, "failed to update quotas\n");
2072 return;
2073 }
Johannes Berg016d27e2013-05-03 11:16:15 +02002074
2075 if (test_bit(IWL_MVM_STATUS_IN_HW_RESTART,
2076 &mvm->status)) {
2077 /*
2078 * If we're restarting then the firmware will
2079 * obviously have lost synchronisation with
2080 * the AP. It will attempt to synchronise by
2081 * itself, but we can make it more reliable by
2082 * scheduling a session protection time event.
2083 *
2084 * The firmware needs to receive a beacon to
2085 * catch up with synchronisation, use 110% of
2086 * the beacon interval.
2087 *
2088 * Set a large maximum delay to allow for more
2089 * than a single interface.
2090 */
2091 u32 dur = (11 * vif->bss_conf.beacon_int) / 10;
2092 iwl_mvm_protect_session(mvm, vif, dur, dur,
Liad Kaufmand20d37b2014-07-06 17:14:39 +03002093 5 * dur, false);
Johannes Berg016d27e2013-05-03 11:16:15 +02002094 }
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02002095
2096 iwl_mvm_sf_update(mvm, vif, false);
Alexander Bondar175a70b2013-04-14 20:59:37 +03002097 iwl_mvm_power_vif_assoc(mvm, vif);
Emmanuel Grumbach697162a2014-07-30 15:56:42 +03002098 if (vif->p2p) {
Eliad Peller29a90a42013-11-05 14:06:29 +02002099 iwl_mvm_ref(mvm, IWL_MVM_REF_P2P_CLIENT);
Emmanuel Grumbach697162a2014-07-30 15:56:42 +03002100 iwl_mvm_update_smps(mvm, vif,
2101 IWL_MVM_SMPS_REQ_PROT,
2102 IEEE80211_SMPS_DYNAMIC);
2103 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01002104 } else if (mvmvif->ap_sta_id != IWL_MVM_STATION_COUNT) {
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02002105 /*
2106 * If update fails - SF might be running in associated
2107 * mode while disassociated - which is forbidden.
2108 */
2109 WARN_ONCE(iwl_mvm_sf_update(mvm, vif, false),
2110 "Failed to update SF upon disassociation\n");
2111
Johannes Berg8ca151b2013-01-24 14:25:36 +01002112 /* remove AP station now that the MAC is unassoc */
2113 ret = iwl_mvm_rm_sta_id(mvm, vif, mvmvif->ap_sta_id);
2114 if (ret)
2115 IWL_ERR(mvm, "failed to remove AP station\n");
Eliad Peller37577fe2013-12-05 17:19:39 +02002116
2117 if (mvm->d0i3_ap_sta_id == mvmvif->ap_sta_id)
2118 mvm->d0i3_ap_sta_id = IWL_MVM_STATION_COUNT;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002119 mvmvif->ap_sta_id = IWL_MVM_STATION_COUNT;
2120 /* remove quota for this interface */
Emmanuel Grumbach7754ae72015-02-26 15:14:35 +02002121 ret = iwl_mvm_update_quotas(mvm, false, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002122 if (ret)
2123 IWL_ERR(mvm, "failed to update quotas\n");
Eliad Peller29a90a42013-11-05 14:06:29 +02002124
2125 if (vif->p2p)
2126 iwl_mvm_unref(mvm, IWL_MVM_REF_P2P_CLIENT);
Johannes Berg3dfd3a92014-08-11 21:37:30 +02002127
2128 /* this will take the cleared BSSID from bss_conf */
2129 ret = iwl_mvm_mac_ctxt_changed(mvm, vif, false, NULL);
2130 if (ret)
2131 IWL_ERR(mvm,
2132 "failed to update MAC %pM (clear after unassoc)\n",
2133 vif->addr);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002134 }
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03002135
Eliad Pellere59647e2013-11-28 14:08:50 +02002136 iwl_mvm_recalc_multicast(mvm);
Eliad Pellerc87163b2014-01-08 10:11:11 +02002137 iwl_mvm_configure_bcast_filter(mvm, vif);
Eliad Pellere59647e2013-11-28 14:08:50 +02002138
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03002139 /* reset rssi values */
2140 mvmvif->bf_data.ave_beacon_signal = 0;
2141
Emmanuel Grumbach8e484f02013-10-02 15:02:25 +03002142 iwl_mvm_bt_coex_vif_change(mvm);
Emmanuel Grumbachf94045e2014-01-06 13:38:55 +02002143 iwl_mvm_update_smps(mvm, vif, IWL_MVM_SMPS_REQ_TT,
2144 IEEE80211_SMPS_AUTOMATIC);
Alexander Bondar989c6502013-05-16 17:34:17 +03002145 } else if (changes & BSS_CHANGED_BEACON_INFO) {
Johannes Berg210a5442013-01-24 23:48:23 +01002146 /*
2147 * We received a beacon _after_ association so
2148 * remove the session protection.
2149 */
2150 iwl_mvm_remove_time_event(mvm, mvmvif,
2151 &mvmvif->time_event_data);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002152 }
Eran Hararycc87d322014-07-15 14:04:23 +03002153
2154 if (changes & BSS_CHANGED_BEACON_INFO) {
2155 iwl_mvm_sf_update(mvm, vif, false);
2156 WARN_ON(iwl_mvm_enable_beacon_filter(mvm, vif, 0));
2157 }
2158
Johannes Berg1bc10d32014-08-26 14:25:46 +02002159 if (changes & (BSS_CHANGED_PS | BSS_CHANGED_P2P_PS | BSS_CHANGED_QOS)) {
2160 ret = iwl_mvm_power_update_mac(mvm);
2161 if (ret)
2162 IWL_ERR(mvm, "failed to update power mode\n");
2163 }
2164
Matti Gottlieb88f2fd72013-07-09 15:25:46 +03002165 if (changes & BSS_CHANGED_TXPOWER) {
2166 IWL_DEBUG_CALIB(mvm, "Changing TX Power to %d\n",
2167 bss_conf->txpower);
2168 iwl_mvm_set_tx_power(mvm, vif, bss_conf->txpower);
2169 }
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03002170
2171 if (changes & BSS_CHANGED_CQM) {
Johannes Berg3c6acb62014-05-07 11:47:53 +02002172 IWL_DEBUG_MAC80211(mvm, "cqm info_changed\n");
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03002173 /* reset cqm events tracking */
2174 mvmvif->bf_data.last_cqm_event = 0;
Avri Altmanfa7b2e72014-05-20 08:03:24 +03002175 if (mvmvif->bf_data.bf_enabled) {
2176 ret = iwl_mvm_enable_beacon_filter(mvm, vif, 0);
2177 if (ret)
2178 IWL_ERR(mvm,
2179 "failed to update CQM thresholds\n");
2180 }
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03002181 }
Eliad Peller2ee8f022014-01-13 19:07:09 +02002182
2183 if (changes & BSS_CHANGED_ARP_FILTER) {
Johannes Berg3c6acb62014-05-07 11:47:53 +02002184 IWL_DEBUG_MAC80211(mvm, "arp filter changed\n");
Eliad Peller2ee8f022014-01-13 19:07:09 +02002185 iwl_mvm_configure_bcast_filter(mvm, vif);
2186 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01002187}
2188
Johannes Berg5023d962013-07-31 14:07:43 +02002189static int iwl_mvm_start_ap_ibss(struct ieee80211_hw *hw,
2190 struct ieee80211_vif *vif)
Johannes Berg8ca151b2013-01-24 14:25:36 +01002191{
2192 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2193 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
2194 int ret;
2195
Eliad Peller576eeee2014-07-01 18:38:38 +03002196 /*
2197 * iwl_mvm_mac_ctxt_add() might read directly from the device
2198 * (the system time), so make sure it is available.
2199 */
2200 ret = iwl_mvm_ref_sync(mvm, IWL_MVM_REF_START_AP);
2201 if (ret)
2202 return ret;
2203
Johannes Berg8ca151b2013-01-24 14:25:36 +01002204 mutex_lock(&mvm->mutex);
2205
2206 /* Send the beacon template */
2207 ret = iwl_mvm_mac_ctxt_beacon_changed(mvm, vif);
2208 if (ret)
2209 goto out_unlock;
2210
Ilan Peer6e97b0d2013-12-23 22:18:02 +02002211 /*
2212 * Re-calculate the tsf id, as the master-slave relations depend on the
2213 * beacon interval, which was not known when the AP interface was added.
2214 */
2215 if (vif->type == NL80211_IFTYPE_AP)
2216 iwl_mvm_mac_ctxt_recalc_tsf_id(mvm, vif);
2217
Johannes Berg8ca151b2013-01-24 14:25:36 +01002218 /* Add the mac context */
2219 ret = iwl_mvm_mac_ctxt_add(mvm, vif);
2220 if (ret)
2221 goto out_unlock;
2222
2223 /* Perform the binding */
2224 ret = iwl_mvm_binding_add_vif(mvm, vif);
2225 if (ret)
2226 goto out_remove;
2227
Johannes Berg8ca151b2013-01-24 14:25:36 +01002228 /* Send the bcast station. At this stage the TBTT and DTIM time events
2229 * are added and applied to the scheduler */
Johannes Berg013290a2014-08-04 13:38:48 +02002230 ret = iwl_mvm_send_add_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002231 if (ret)
2232 goto out_unbind;
2233
Ilan Peer5691e212013-12-31 21:05:50 +02002234 /* must be set before quota calculations */
2235 mvmvif->ap_ibss_active = true;
2236
Ilan Peera11e1442013-12-31 21:19:55 +02002237 /* power updated needs to be done before quotas */
Arik Nemtsov999609f2014-05-15 17:31:51 +03002238 iwl_mvm_power_update_mac(mvm);
Ilan Peera11e1442013-12-31 21:19:55 +02002239
Emmanuel Grumbach7754ae72015-02-26 15:14:35 +02002240 ret = iwl_mvm_update_quotas(mvm, false, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002241 if (ret)
Ilan Peera11e1442013-12-31 21:19:55 +02002242 goto out_quota_failed;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002243
Johannes Berg5023d962013-07-31 14:07:43 +02002244 /* Need to update the P2P Device MAC (only GO, IBSS is single vif) */
Johannes Berg8ca151b2013-01-24 14:25:36 +01002245 if (vif->p2p && mvm->p2p_device_vif)
Johannes Berg3dfd3a92014-08-11 21:37:30 +02002246 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002247
Eliad Peller29a90a42013-11-05 14:06:29 +02002248 iwl_mvm_ref(mvm, IWL_MVM_REF_AP_IBSS);
2249
Emmanuel Grumbach8e484f02013-10-02 15:02:25 +03002250 iwl_mvm_bt_coex_vif_change(mvm);
Emmanuel Grumbachdac94da2013-06-18 07:35:27 +03002251
Arik Nemtsovf6972672014-06-15 16:03:55 +03002252 /* we don't support TDLS during DCM */
2253 if (iwl_mvm_phy_ctx_count(mvm) > 1)
2254 iwl_mvm_teardown_tdls_peers(mvm);
2255
Arik Nemtsov939e4902015-03-08 12:19:42 +02002256 goto out_unlock;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002257
Ilan Peera11e1442013-12-31 21:19:55 +02002258out_quota_failed:
Arik Nemtsov999609f2014-05-15 17:31:51 +03002259 iwl_mvm_power_update_mac(mvm);
Ilan Peer5691e212013-12-31 21:05:50 +02002260 mvmvif->ap_ibss_active = false;
Johannes Berg013290a2014-08-04 13:38:48 +02002261 iwl_mvm_send_rm_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002262out_unbind:
2263 iwl_mvm_binding_remove_vif(mvm, vif);
2264out_remove:
2265 iwl_mvm_mac_ctxt_remove(mvm, vif);
2266out_unlock:
2267 mutex_unlock(&mvm->mutex);
Eliad Peller576eeee2014-07-01 18:38:38 +03002268 iwl_mvm_unref(mvm, IWL_MVM_REF_START_AP);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002269 return ret;
2270}
2271
Johannes Berg5023d962013-07-31 14:07:43 +02002272static void iwl_mvm_stop_ap_ibss(struct ieee80211_hw *hw,
2273 struct ieee80211_vif *vif)
Johannes Berg8ca151b2013-01-24 14:25:36 +01002274{
2275 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2276 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
2277
Johannes Berg38a12b52013-02-22 14:07:56 +01002278 iwl_mvm_prepare_mac_removal(mvm, vif);
2279
Johannes Berg8ca151b2013-01-24 14:25:36 +01002280 mutex_lock(&mvm->mutex);
2281
Andrei Otcheretianski664322f2014-06-05 16:40:36 +03002282 /* Handle AP stop while in CSA */
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +03002283 if (rcu_access_pointer(mvm->csa_vif) == vif) {
2284 iwl_mvm_remove_time_event(mvm, mvmvif,
2285 &mvmvif->time_event_data);
Andrei Otcheretianski664322f2014-06-05 16:40:36 +03002286 RCU_INIT_POINTER(mvm->csa_vif, NULL);
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +03002287 }
Andrei Otcheretianski664322f2014-06-05 16:40:36 +03002288
Andrei Otcheretianski003e52362014-05-25 17:24:22 +03002289 if (rcu_access_pointer(mvm->csa_tx_blocked_vif) == vif) {
2290 RCU_INIT_POINTER(mvm->csa_tx_blocked_vif, NULL);
2291 mvm->csa_tx_block_bcn_timeout = 0;
2292 }
2293
Johannes Berg5023d962013-07-31 14:07:43 +02002294 mvmvif->ap_ibss_active = false;
David Spinadel1c87bba2014-02-27 16:41:52 +02002295 mvm->ap_last_beacon_gp2 = 0;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002296
Emmanuel Grumbach8e484f02013-10-02 15:02:25 +03002297 iwl_mvm_bt_coex_vif_change(mvm);
Emmanuel Grumbachdac94da2013-06-18 07:35:27 +03002298
Eliad Peller29a90a42013-11-05 14:06:29 +02002299 iwl_mvm_unref(mvm, IWL_MVM_REF_AP_IBSS);
2300
Johannes Berg5023d962013-07-31 14:07:43 +02002301 /* Need to update the P2P Device MAC (only GO, IBSS is single vif) */
Johannes Berg8ca151b2013-01-24 14:25:36 +01002302 if (vif->p2p && mvm->p2p_device_vif)
Johannes Berg3dfd3a92014-08-11 21:37:30 +02002303 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002304
Emmanuel Grumbach7754ae72015-02-26 15:14:35 +02002305 iwl_mvm_update_quotas(mvm, false, NULL);
Johannes Berg013290a2014-08-04 13:38:48 +02002306 iwl_mvm_send_rm_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002307 iwl_mvm_binding_remove_vif(mvm, vif);
Ilan Peera11e1442013-12-31 21:19:55 +02002308
Arik Nemtsov999609f2014-05-15 17:31:51 +03002309 iwl_mvm_power_update_mac(mvm);
Ilan Peera11e1442013-12-31 21:19:55 +02002310
Johannes Berg8ca151b2013-01-24 14:25:36 +01002311 iwl_mvm_mac_ctxt_remove(mvm, vif);
2312
2313 mutex_unlock(&mvm->mutex);
2314}
2315
Johannes Berg5023d962013-07-31 14:07:43 +02002316static void
2317iwl_mvm_bss_info_changed_ap_ibss(struct iwl_mvm *mvm,
2318 struct ieee80211_vif *vif,
2319 struct ieee80211_bss_conf *bss_conf,
2320 u32 changes)
Johannes Berg8ca151b2013-01-24 14:25:36 +01002321{
Ilan Peerbe2056f2013-12-04 16:47:14 +02002322 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
Avri Altman8a5e3662013-11-12 19:16:03 +02002323
Ilan Peerbe2056f2013-12-04 16:47:14 +02002324 /* Changes will be applied when the AP/IBSS is started */
2325 if (!mvmvif->ap_ibss_active)
2326 return;
2327
Johannes Berg863230da2013-12-04 17:08:40 +01002328 if (changes & (BSS_CHANGED_ERP_CTS_PROT | BSS_CHANGED_HT |
Johannes Bergf7d8b702014-09-09 15:49:19 +02002329 BSS_CHANGED_BANDWIDTH | BSS_CHANGED_QOS) &&
Johannes Berg3dfd3a92014-08-11 21:37:30 +02002330 iwl_mvm_mac_ctxt_changed(mvm, vif, false, NULL))
Johannes Berg863230da2013-12-04 17:08:40 +01002331 IWL_ERR(mvm, "failed to update MAC %pM\n", vif->addr);
Avri Altman8a5e3662013-11-12 19:16:03 +02002332
Johannes Berg8ca151b2013-01-24 14:25:36 +01002333 /* Need to send a new beacon template to the FW */
Johannes Berg863230da2013-12-04 17:08:40 +01002334 if (changes & BSS_CHANGED_BEACON &&
2335 iwl_mvm_mac_ctxt_beacon_changed(mvm, vif))
2336 IWL_WARN(mvm, "Failed updating beacon data\n");
Haim Dreyfuss79b7a692014-09-14 12:40:00 +03002337
2338 if (changes & BSS_CHANGED_TXPOWER) {
2339 IWL_DEBUG_CALIB(mvm, "Changing TX Power to %d\n",
2340 bss_conf->txpower);
2341 iwl_mvm_set_tx_power(mvm, vif, bss_conf->txpower);
2342 }
2343
Johannes Berg8ca151b2013-01-24 14:25:36 +01002344}
2345
2346static void iwl_mvm_bss_info_changed(struct ieee80211_hw *hw,
2347 struct ieee80211_vif *vif,
2348 struct ieee80211_bss_conf *bss_conf,
2349 u32 changes)
2350{
2351 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2352
Eliad Peller576eeee2014-07-01 18:38:38 +03002353 /*
2354 * iwl_mvm_bss_info_changed_station() might call
2355 * iwl_mvm_protect_session(), which reads directly from
2356 * the device (the system time), so make sure it is available.
2357 */
2358 if (iwl_mvm_ref_sync(mvm, IWL_MVM_REF_BSS_CHANGED))
2359 return;
2360
Johannes Berg8ca151b2013-01-24 14:25:36 +01002361 mutex_lock(&mvm->mutex);
2362
David Spinadel723f02e2014-04-27 09:54:54 +03002363 if (changes & BSS_CHANGED_IDLE && !bss_conf->idle)
David Spinadelfb98be52014-05-04 12:51:10 +03002364 iwl_mvm_scan_offload_stop(mvm, true);
David Spinadel723f02e2014-04-27 09:54:54 +03002365
Johannes Berg8ca151b2013-01-24 14:25:36 +01002366 switch (vif->type) {
2367 case NL80211_IFTYPE_STATION:
2368 iwl_mvm_bss_info_changed_station(mvm, vif, bss_conf, changes);
2369 break;
2370 case NL80211_IFTYPE_AP:
Johannes Berg5023d962013-07-31 14:07:43 +02002371 case NL80211_IFTYPE_ADHOC:
2372 iwl_mvm_bss_info_changed_ap_ibss(mvm, vif, bss_conf, changes);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002373 break;
2374 default:
2375 /* shouldn't happen */
2376 WARN_ON_ONCE(1);
2377 }
2378
2379 mutex_unlock(&mvm->mutex);
Eliad Peller576eeee2014-07-01 18:38:38 +03002380 iwl_mvm_unref(mvm, IWL_MVM_REF_BSS_CHANGED);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002381}
2382
2383static int iwl_mvm_mac_hw_scan(struct ieee80211_hw *hw,
2384 struct ieee80211_vif *vif,
David Spinadelc56ef672014-02-05 15:21:13 +02002385 struct ieee80211_scan_request *hw_req)
Johannes Berg8ca151b2013-01-24 14:25:36 +01002386{
2387 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2388 int ret;
2389
Luciano Coelho6749dd82015-03-20 15:51:36 +02002390 if (hw_req->req.n_channels == 0 ||
2391 hw_req->req.n_channels > mvm->fw->ucode_capa.n_scan_channels)
Johannes Berg8ca151b2013-01-24 14:25:36 +01002392 return -EINVAL;
2393
2394 mutex_lock(&mvm->mutex);
Luciano Coelho6749dd82015-03-20 15:51:36 +02002395 ret = iwl_mvm_reg_scan_start(mvm, vif, &hw_req->req, &hw_req->ies);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002396 mutex_unlock(&mvm->mutex);
Luciano Coelho6749dd82015-03-20 15:51:36 +02002397
Johannes Berg8ca151b2013-01-24 14:25:36 +01002398 return ret;
2399}
2400
2401static void iwl_mvm_mac_cancel_hw_scan(struct ieee80211_hw *hw,
2402 struct ieee80211_vif *vif)
2403{
2404 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2405
2406 mutex_lock(&mvm->mutex);
2407
Luciano Coelhoe7d3aba2015-02-06 10:19:05 +02002408 /* Due to a race condition, it's possible that mac80211 asks
2409 * us to stop a hw_scan when it's already stopped. This can
2410 * happen, for instance, if we stopped the scan ourselves,
2411 * called ieee80211_scan_completed() and the userspace called
2412 * cancel scan scan before ieee80211_scan_work() could run.
2413 * To handle that, simply return if the scan is not running.
2414 */
2415 /* FIXME: for now, we ignore this race for UMAC scans, since
2416 * they don't set the scan_status.
2417 */
Luciano Coelho9af91f42015-02-10 10:42:26 +02002418 if ((mvm->scan_status & IWL_MVM_SCAN_REGULAR) ||
Luciano Coelhoe7d3aba2015-02-06 10:19:05 +02002419 (mvm->fw->ucode_capa.capa[0] & IWL_UCODE_TLV_CAPA_UMAC_SCAN))
2420 iwl_mvm_cancel_scan(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002421
2422 mutex_unlock(&mvm->mutex);
2423}
2424
2425static void
2426iwl_mvm_mac_allow_buffered_frames(struct ieee80211_hw *hw,
Johannes Berg3e56ead2013-02-15 22:23:18 +01002427 struct ieee80211_sta *sta, u16 tids,
Johannes Berg8ca151b2013-01-24 14:25:36 +01002428 int num_frames,
2429 enum ieee80211_frame_release_type reason,
2430 bool more_data)
2431{
2432 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002433
Johannes Berg3e56ead2013-02-15 22:23:18 +01002434 /* Called when we need to transmit (a) frame(s) from mac80211 */
Johannes Berg8ca151b2013-01-24 14:25:36 +01002435
Johannes Berg3e56ead2013-02-15 22:23:18 +01002436 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta, reason, num_frames,
2437 tids, more_data, false);
2438}
2439
2440static void
2441iwl_mvm_mac_release_buffered_frames(struct ieee80211_hw *hw,
2442 struct ieee80211_sta *sta, u16 tids,
2443 int num_frames,
2444 enum ieee80211_frame_release_type reason,
2445 bool more_data)
2446{
2447 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2448
2449 /* Called when we need to transmit (a) frame(s) from agg queue */
2450
2451 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta, reason, num_frames,
2452 tids, more_data, true);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002453}
2454
2455static void iwl_mvm_mac_sta_notify(struct ieee80211_hw *hw,
2456 struct ieee80211_vif *vif,
2457 enum sta_notify_cmd cmd,
2458 struct ieee80211_sta *sta)
2459{
2460 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Johannes Berg5b577a92013-11-14 18:20:04 +01002461 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
Emmanuel Grumbachc22b0ff2015-01-22 13:15:15 +02002462 unsigned long txqs = 0, tids = 0;
Johannes Berg3e56ead2013-02-15 22:23:18 +01002463 int tid;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002464
Emmanuel Grumbachc22b0ff2015-01-22 13:15:15 +02002465 spin_lock_bh(&mvmsta->lock);
2466 for (tid = 0; tid < IWL_MAX_TID_COUNT; tid++) {
2467 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid];
2468
2469 if (tid_data->state != IWL_AGG_ON &&
2470 tid_data->state != IWL_EMPTYING_HW_QUEUE_DELBA)
2471 continue;
2472
2473 __set_bit(tid_data->txq_id, &txqs);
2474
2475 if (iwl_mvm_tid_queued(tid_data) == 0)
2476 continue;
2477
2478 __set_bit(tid, &tids);
2479 }
2480
Johannes Berg8ca151b2013-01-24 14:25:36 +01002481 switch (cmd) {
2482 case STA_NOTIFY_SLEEP:
Emmanuel Grumbache3d4bc82013-05-07 14:08:24 +03002483 if (atomic_read(&mvm->pending_frames[mvmsta->sta_id]) > 0)
Johannes Berg8ca151b2013-01-24 14:25:36 +01002484 ieee80211_sta_block_awake(hw, sta, true);
Johannes Berg3e56ead2013-02-15 22:23:18 +01002485
Emmanuel Grumbachc22b0ff2015-01-22 13:15:15 +02002486 for_each_set_bit(tid, &tids, IWL_MAX_TID_COUNT)
Johannes Berg3e56ead2013-02-15 22:23:18 +01002487 ieee80211_sta_set_buffered(sta, tid, true);
Emmanuel Grumbachc22b0ff2015-01-22 13:15:15 +02002488
2489 if (txqs)
2490 iwl_trans_freeze_txq_timer(mvm->trans, txqs, true);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002491 /*
2492 * The fw updates the STA to be asleep. Tx packets on the Tx
2493 * queues to this station will not be transmitted. The fw will
2494 * send a Tx response with TX_STATUS_FAIL_DEST_PS.
2495 */
2496 break;
2497 case STA_NOTIFY_AWAKE:
Emmanuel Grumbach881acd82013-03-19 16:16:00 +02002498 if (WARN_ON(mvmsta->sta_id == IWL_MVM_STATION_COUNT))
Johannes Berg8ca151b2013-01-24 14:25:36 +01002499 break;
Emmanuel Grumbachc22b0ff2015-01-22 13:15:15 +02002500
2501 if (txqs)
2502 iwl_trans_freeze_txq_timer(mvm->trans, txqs, false);
Johannes Berg9cc40712013-02-15 22:47:48 +01002503 iwl_mvm_sta_modify_ps_wake(mvm, sta);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002504 break;
2505 default:
2506 break;
2507 }
Emmanuel Grumbachc22b0ff2015-01-22 13:15:15 +02002508 spin_unlock_bh(&mvmsta->lock);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002509}
2510
Johannes Berg1ddbbb02013-12-04 22:39:17 +01002511static void iwl_mvm_sta_pre_rcu_remove(struct ieee80211_hw *hw,
2512 struct ieee80211_vif *vif,
2513 struct ieee80211_sta *sta)
2514{
2515 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Johannes Berg9d8ce6a2014-12-23 16:02:40 +01002516 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta);
Johannes Berg1ddbbb02013-12-04 22:39:17 +01002517
2518 /*
2519 * This is called before mac80211 does RCU synchronisation,
2520 * so here we already invalidate our internal RCU-protected
2521 * station pointer. The rest of the code will thus no longer
2522 * be able to find the station this way, and we don't rely
2523 * on further RCU synchronisation after the sta_state()
2524 * callback deleted the station.
2525 */
2526 mutex_lock(&mvm->mutex);
2527 if (sta == rcu_access_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id]))
2528 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id],
2529 ERR_PTR(-ENOENT));
2530 mutex_unlock(&mvm->mutex);
2531}
2532
Johannes Bergbd1ba662014-11-13 20:53:45 +01002533static void iwl_mvm_check_uapsd(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
2534 const u8 *bssid)
2535{
2536 if (!(mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_UAPSD_SUPPORT))
2537 return;
2538
2539 if (iwlwifi_mod_params.uapsd_disable) {
2540 vif->driver_flags &= ~IEEE80211_VIF_SUPPORTS_UAPSD;
2541 return;
2542 }
2543
2544 vif->driver_flags |= IEEE80211_VIF_SUPPORTS_UAPSD;
2545}
2546
Johannes Berg8ca151b2013-01-24 14:25:36 +01002547static int iwl_mvm_mac_sta_state(struct ieee80211_hw *hw,
2548 struct ieee80211_vif *vif,
2549 struct ieee80211_sta *sta,
2550 enum ieee80211_sta_state old_state,
2551 enum ieee80211_sta_state new_state)
2552{
2553 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2554 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
2555 int ret;
2556
2557 IWL_DEBUG_MAC80211(mvm, "station %pM state change %d->%d\n",
2558 sta->addr, old_state, new_state);
2559
2560 /* this would be a mac80211 bug ... but don't crash */
2561 if (WARN_ON_ONCE(!mvmvif->phy_ctxt))
2562 return -EINVAL;
2563
2564 /* if a STA is being removed, reuse its ID */
2565 flush_work(&mvm->sta_drained_wk);
2566
2567 mutex_lock(&mvm->mutex);
2568 if (old_state == IEEE80211_STA_NOTEXIST &&
2569 new_state == IEEE80211_STA_NONE) {
Johannes Berg48bc1302013-07-04 15:55:29 +02002570 /*
2571 * Firmware bug - it'll crash if the beacon interval is less
2572 * than 16. We can't avoid connecting at all, so refuse the
2573 * station state change, this will cause mac80211 to abandon
2574 * attempts to connect to this AP, and eventually wpa_s will
2575 * blacklist the AP...
2576 */
2577 if (vif->type == NL80211_IFTYPE_STATION &&
2578 vif->bss_conf.beacon_int < 16) {
2579 IWL_ERR(mvm,
2580 "AP %pM beacon interval is %d, refusing due to firmware bug!\n",
2581 sta->addr, vif->bss_conf.beacon_int);
2582 ret = -EINVAL;
2583 goto out_unlock;
2584 }
Arik Nemtsovcf7b4912014-05-15 11:44:40 +03002585
2586 if (sta->tdls &&
2587 (vif->p2p ||
Arik Nemtsovfa3d07e2014-05-15 18:59:32 +03002588 iwl_mvm_tdls_sta_count(mvm, NULL) ==
2589 IWL_MVM_TDLS_STA_COUNT ||
Arik Nemtsovcf7b4912014-05-15 11:44:40 +03002590 iwl_mvm_phy_ctx_count(mvm) > 1)) {
2591 IWL_DEBUG_MAC80211(mvm, "refusing TDLS sta\n");
2592 ret = -EBUSY;
2593 goto out_unlock;
2594 }
2595
Johannes Berg8ca151b2013-01-24 14:25:36 +01002596 ret = iwl_mvm_add_sta(mvm, vif, sta);
Arik Nemtsovfa3d07e2014-05-15 18:59:32 +03002597 if (sta->tdls && ret == 0)
2598 iwl_mvm_recalc_tdls_state(mvm, vif, true);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002599 } else if (old_state == IEEE80211_STA_NONE &&
2600 new_state == IEEE80211_STA_AUTH) {
Haim Dreyfusse820c2d2014-04-06 11:19:09 +03002601 /*
2602 * EBS may be disabled due to previous failures reported by FW.
2603 * Reset EBS status here assuming environment has been changed.
2604 */
2605 mvm->last_ebs_successful = true;
Johannes Bergbd1ba662014-11-13 20:53:45 +01002606 iwl_mvm_check_uapsd(mvm, vif, sta->addr);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002607 ret = 0;
2608 } else if (old_state == IEEE80211_STA_AUTH &&
2609 new_state == IEEE80211_STA_ASSOC) {
Johannes Berg7a453972013-02-12 13:10:44 +01002610 ret = iwl_mvm_update_sta(mvm, vif, sta);
2611 if (ret == 0)
2612 iwl_mvm_rs_rate_init(mvm, sta,
Eyal Shapirab87c2172013-11-09 23:37:55 +02002613 mvmvif->phy_ctxt->channel->band,
2614 true);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002615 } else if (old_state == IEEE80211_STA_ASSOC &&
2616 new_state == IEEE80211_STA_AUTHORIZED) {
Arik Nemtsovf59e0e3c2014-06-10 19:56:27 +03002617
2618 /* we don't support TDLS during DCM */
2619 if (iwl_mvm_phy_ctx_count(mvm) > 1)
2620 iwl_mvm_teardown_tdls_peers(mvm);
2621
Hila Gonen7df15b12012-12-12 11:16:19 +02002622 /* enable beacon filtering */
Avri Altmanfa7b2e72014-05-20 08:03:24 +03002623 WARN_ON(iwl_mvm_enable_beacon_filter(mvm, vif, 0));
Johannes Berg8ca151b2013-01-24 14:25:36 +01002624 ret = 0;
2625 } else if (old_state == IEEE80211_STA_AUTHORIZED &&
2626 new_state == IEEE80211_STA_ASSOC) {
Hila Gonen7df15b12012-12-12 11:16:19 +02002627 /* disable beacon filtering */
Emmanuel Grumbacha1022922014-05-12 11:36:41 +03002628 WARN_ON(iwl_mvm_disable_beacon_filter(mvm, vif, 0));
Johannes Berg8ca151b2013-01-24 14:25:36 +01002629 ret = 0;
2630 } else if (old_state == IEEE80211_STA_ASSOC &&
2631 new_state == IEEE80211_STA_AUTH) {
2632 ret = 0;
2633 } else if (old_state == IEEE80211_STA_AUTH &&
2634 new_state == IEEE80211_STA_NONE) {
2635 ret = 0;
2636 } else if (old_state == IEEE80211_STA_NONE &&
2637 new_state == IEEE80211_STA_NOTEXIST) {
2638 ret = iwl_mvm_rm_sta(mvm, vif, sta);
Arik Nemtsovfa3d07e2014-05-15 18:59:32 +03002639 if (sta->tdls)
2640 iwl_mvm_recalc_tdls_state(mvm, vif, false);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002641 } else {
2642 ret = -EIO;
2643 }
Johannes Berg48bc1302013-07-04 15:55:29 +02002644 out_unlock:
Johannes Berg8ca151b2013-01-24 14:25:36 +01002645 mutex_unlock(&mvm->mutex);
2646
Liad Kaufman9c126cd2014-10-06 19:08:56 +02002647 if (sta->tdls && ret == 0) {
2648 if (old_state == IEEE80211_STA_NOTEXIST &&
2649 new_state == IEEE80211_STA_NONE)
2650 ieee80211_reserve_tid(sta, IWL_MVM_TDLS_FW_TID);
2651 else if (old_state == IEEE80211_STA_NONE &&
2652 new_state == IEEE80211_STA_NOTEXIST)
2653 ieee80211_unreserve_tid(sta, IWL_MVM_TDLS_FW_TID);
2654 }
2655
Johannes Berg8ca151b2013-01-24 14:25:36 +01002656 return ret;
2657}
2658
2659static int iwl_mvm_mac_set_rts_threshold(struct ieee80211_hw *hw, u32 value)
2660{
2661 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2662
2663 mvm->rts_threshold = value;
2664
2665 return 0;
2666}
2667
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02002668static void iwl_mvm_sta_rc_update(struct ieee80211_hw *hw,
2669 struct ieee80211_vif *vif,
2670 struct ieee80211_sta *sta, u32 changed)
2671{
2672 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2673
2674 if (vif->type == NL80211_IFTYPE_STATION &&
2675 changed & IEEE80211_RC_NSS_CHANGED)
2676 iwl_mvm_sf_update(mvm, vif, false);
2677}
2678
Johannes Berg8ca151b2013-01-24 14:25:36 +01002679static int iwl_mvm_mac_conf_tx(struct ieee80211_hw *hw,
2680 struct ieee80211_vif *vif, u16 ac,
2681 const struct ieee80211_tx_queue_params *params)
2682{
2683 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2684 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
2685
2686 mvmvif->queue_params[ac] = *params;
2687
2688 /*
2689 * No need to update right away, we'll get BSS_CHANGED_QOS
2690 * The exception is P2P_DEVICE interface which needs immediate update.
2691 */
2692 if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
2693 int ret;
2694
2695 mutex_lock(&mvm->mutex);
Johannes Berg3dfd3a92014-08-11 21:37:30 +02002696 ret = iwl_mvm_mac_ctxt_changed(mvm, vif, false, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002697 mutex_unlock(&mvm->mutex);
2698 return ret;
2699 }
2700 return 0;
2701}
2702
2703static void iwl_mvm_mac_mgd_prepare_tx(struct ieee80211_hw *hw,
2704 struct ieee80211_vif *vif)
2705{
2706 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2707 u32 duration = min(IWL_MVM_TE_SESSION_PROTECTION_MAX_TIME_MS,
2708 200 + vif->bss_conf.beacon_int);
2709 u32 min_duration = min(IWL_MVM_TE_SESSION_PROTECTION_MIN_TIME_MS,
2710 100 + vif->bss_conf.beacon_int);
2711
2712 if (WARN_ON_ONCE(vif->bss_conf.assoc))
2713 return;
2714
Eliad Peller576eeee2014-07-01 18:38:38 +03002715 /*
2716 * iwl_mvm_protect_session() reads directly from the device
2717 * (the system time), so make sure it is available.
2718 */
2719 if (iwl_mvm_ref_sync(mvm, IWL_MVM_REF_PREPARE_TX))
2720 return;
2721
Johannes Berg8ca151b2013-01-24 14:25:36 +01002722 mutex_lock(&mvm->mutex);
2723 /* Try really hard to protect the session and hear a beacon */
Liad Kaufmand20d37b2014-07-06 17:14:39 +03002724 iwl_mvm_protect_session(mvm, vif, duration, min_duration, 500, false);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002725 mutex_unlock(&mvm->mutex);
Eliad Peller576eeee2014-07-01 18:38:38 +03002726
2727 iwl_mvm_unref(mvm, IWL_MVM_REF_PREPARE_TX);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002728}
2729
David Spinadel35a000b2013-08-28 09:29:43 +03002730static int iwl_mvm_mac_sched_scan_start(struct ieee80211_hw *hw,
2731 struct ieee80211_vif *vif,
2732 struct cfg80211_sched_scan_request *req,
David Spinadel633e2712014-02-06 16:15:23 +02002733 struct ieee80211_scan_ies *ies)
David Spinadel35a000b2013-08-28 09:29:43 +03002734{
2735 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Luciano Coelho6749dd82015-03-20 15:51:36 +02002736
David Spinadel35a000b2013-08-28 09:29:43 +03002737 int ret;
2738
2739 mutex_lock(&mvm->mutex);
2740
Luciano Coelho1f940382015-02-10 13:03:38 +02002741 if (!vif->bss_conf.idle) {
David Spinadelbd5e4742014-04-24 13:15:29 +03002742 ret = -EBUSY;
2743 goto out;
2744 }
2745
Luciano Coelho19945df2015-03-20 16:11:28 +02002746 ret = iwl_mvm_sched_scan_start(mvm, vif, req, ies, IWL_MVM_SCAN_SCHED);
David Spinadeld2496222014-05-20 12:46:37 +03002747
David Spinadel35a000b2013-08-28 09:29:43 +03002748out:
2749 mutex_unlock(&mvm->mutex);
2750 return ret;
2751}
2752
Johannes Berg37e33082014-02-17 10:48:17 +01002753static int iwl_mvm_mac_sched_scan_stop(struct ieee80211_hw *hw,
2754 struct ieee80211_vif *vif)
David Spinadel35a000b2013-08-28 09:29:43 +03002755{
2756 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Arik Nemtsov33ea27f2014-02-10 15:34:29 +02002757 int ret;
David Spinadel35a000b2013-08-28 09:29:43 +03002758
2759 mutex_lock(&mvm->mutex);
Luciano Coelhoe7d3aba2015-02-06 10:19:05 +02002760
2761 /* Due to a race condition, it's possible that mac80211 asks
2762 * us to stop a sched_scan when it's already stopped. This
2763 * can happen, for instance, if we stopped the scan ourselves,
2764 * called ieee80211_sched_scan_stopped() and the userspace called
2765 * stop sched scan scan before ieee80211_sched_scan_stopped_work()
2766 * could run. To handle this, simply return if the scan is
2767 * not running.
2768 */
2769 /* FIXME: for now, we ignore this race for UMAC scans, since
2770 * they don't set the scan_status.
2771 */
Luciano Coelho9af91f42015-02-10 10:42:26 +02002772 if (!(mvm->scan_status & IWL_MVM_SCAN_SCHED) &&
Luciano Coelhoe7d3aba2015-02-06 10:19:05 +02002773 !(mvm->fw->ucode_capa.capa[0] & IWL_UCODE_TLV_CAPA_UMAC_SCAN)) {
2774 mutex_unlock(&mvm->mutex);
2775 return 0;
2776 }
2777
David Spinadelfb98be52014-05-04 12:51:10 +03002778 ret = iwl_mvm_scan_offload_stop(mvm, false);
David Spinadel35a000b2013-08-28 09:29:43 +03002779 mutex_unlock(&mvm->mutex);
Arik Nemtsov33ea27f2014-02-10 15:34:29 +02002780 iwl_mvm_wait_for_async_handlers(mvm);
Johannes Berg37e33082014-02-17 10:48:17 +01002781
Arik Nemtsov33ea27f2014-02-10 15:34:29 +02002782 return ret;
David Spinadel35a000b2013-08-28 09:29:43 +03002783}
2784
Johannes Berg8ca151b2013-01-24 14:25:36 +01002785static int iwl_mvm_mac_set_key(struct ieee80211_hw *hw,
2786 enum set_key_cmd cmd,
2787 struct ieee80211_vif *vif,
2788 struct ieee80211_sta *sta,
2789 struct ieee80211_key_conf *key)
2790{
2791 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2792 int ret;
2793
2794 if (iwlwifi_mod_params.sw_crypto) {
2795 IWL_DEBUG_MAC80211(mvm, "leave - hwcrypto disabled\n");
2796 return -EOPNOTSUPP;
2797 }
2798
2799 switch (key->cipher) {
2800 case WLAN_CIPHER_SUITE_TKIP:
2801 key->flags |= IEEE80211_KEY_FLAG_GENERATE_MMIC;
2802 /* fall-through */
2803 case WLAN_CIPHER_SUITE_CCMP:
2804 key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
2805 break;
2806 case WLAN_CIPHER_SUITE_AES_CMAC:
2807 WARN_ON_ONCE(!(hw->flags & IEEE80211_HW_MFP_CAPABLE));
2808 break;
2809 case WLAN_CIPHER_SUITE_WEP40:
2810 case WLAN_CIPHER_SUITE_WEP104:
Johannes Bergba3943b2014-11-12 23:54:48 +01002811 /* For non-client mode, only use WEP keys for TX as we probably
2812 * don't have a station yet anyway and would then have to keep
2813 * track of the keys, linking them to each of the clients/peers
2814 * as they appear. For now, don't do that, for performance WEP
2815 * offload doesn't really matter much, but we need it for some
2816 * other offload features in client mode.
Johannes Berg8ca151b2013-01-24 14:25:36 +01002817 */
Johannes Bergba3943b2014-11-12 23:54:48 +01002818 if (vif->type != NL80211_IFTYPE_STATION)
2819 return 0;
2820 break;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002821 default:
Max Stepanove36e5432013-08-27 19:56:13 +03002822 /* currently FW supports only one optional cipher scheme */
2823 if (hw->n_cipher_schemes &&
2824 hw->cipher_schemes->cipher == key->cipher)
2825 key->flags |= IEEE80211_KEY_FLAG_PUT_IV_SPACE;
2826 else
2827 return -EOPNOTSUPP;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002828 }
2829
2830 mutex_lock(&mvm->mutex);
2831
2832 switch (cmd) {
2833 case SET_KEY:
Johannes Berg5023d962013-07-31 14:07:43 +02002834 if ((vif->type == NL80211_IFTYPE_ADHOC ||
2835 vif->type == NL80211_IFTYPE_AP) && !sta) {
2836 /*
2837 * GTK on AP interface is a TX-only key, return 0;
2838 * on IBSS they're per-station and because we're lazy
2839 * we don't support them for RX, so do the same.
2840 */
Johannes Berg6caffd42013-03-06 13:15:21 +01002841 ret = 0;
2842 key->hw_key_idx = STA_KEY_IDX_INVALID;
2843 break;
2844 }
2845
Johannes Berg8ca151b2013-01-24 14:25:36 +01002846 IWL_DEBUG_MAC80211(mvm, "set hwcrypto key\n");
2847 ret = iwl_mvm_set_sta_key(mvm, vif, sta, key, false);
2848 if (ret) {
2849 IWL_WARN(mvm, "set key failed\n");
2850 /*
2851 * can't add key for RX, but we don't need it
2852 * in the device for TX so still return 0
2853 */
Johannes Berg6caffd42013-03-06 13:15:21 +01002854 key->hw_key_idx = STA_KEY_IDX_INVALID;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002855 ret = 0;
2856 }
2857
2858 break;
2859 case DISABLE_KEY:
Johannes Berg6caffd42013-03-06 13:15:21 +01002860 if (key->hw_key_idx == STA_KEY_IDX_INVALID) {
2861 ret = 0;
2862 break;
2863 }
2864
Johannes Berg8ca151b2013-01-24 14:25:36 +01002865 IWL_DEBUG_MAC80211(mvm, "disable hwcrypto key\n");
2866 ret = iwl_mvm_remove_sta_key(mvm, vif, sta, key);
2867 break;
2868 default:
2869 ret = -EINVAL;
2870 }
2871
2872 mutex_unlock(&mvm->mutex);
2873 return ret;
2874}
2875
2876static void iwl_mvm_mac_update_tkip_key(struct ieee80211_hw *hw,
2877 struct ieee80211_vif *vif,
2878 struct ieee80211_key_conf *keyconf,
2879 struct ieee80211_sta *sta,
2880 u32 iv32, u16 *phase1key)
2881{
2882 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2883
Johannes Berg5023d962013-07-31 14:07:43 +02002884 if (keyconf->hw_key_idx == STA_KEY_IDX_INVALID)
2885 return;
2886
Johannes Berg8ca151b2013-01-24 14:25:36 +01002887 iwl_mvm_update_tkip_key(mvm, vif, keyconf, sta, iv32, phase1key);
2888}
2889
2890
Ariej Marjiehb1128892014-07-16 21:11:12 +03002891static bool iwl_mvm_rx_aux_roc(struct iwl_notif_wait_data *notif_wait,
2892 struct iwl_rx_packet *pkt, void *data)
2893{
2894 struct iwl_mvm *mvm =
2895 container_of(notif_wait, struct iwl_mvm, notif_wait);
2896 struct iwl_hs20_roc_res *resp;
2897 int resp_len = iwl_rx_packet_payload_len(pkt);
2898 struct iwl_mvm_time_event_data *te_data = data;
2899
2900 if (WARN_ON(pkt->hdr.cmd != HOT_SPOT_CMD))
2901 return true;
2902
2903 if (WARN_ON_ONCE(resp_len != sizeof(*resp))) {
2904 IWL_ERR(mvm, "Invalid HOT_SPOT_CMD response\n");
2905 return true;
2906 }
2907
2908 resp = (void *)pkt->data;
2909
2910 IWL_DEBUG_TE(mvm,
2911 "Aux ROC: Recieved response from ucode: status=%d uid=%d\n",
2912 resp->status, resp->event_unique_id);
2913
2914 te_data->uid = le32_to_cpu(resp->event_unique_id);
2915 IWL_DEBUG_TE(mvm, "TIME_EVENT_CMD response - UID = 0x%x\n",
2916 te_data->uid);
2917
2918 spin_lock_bh(&mvm->time_event_lock);
2919 list_add_tail(&te_data->list, &mvm->aux_roc_te_list);
2920 spin_unlock_bh(&mvm->time_event_lock);
2921
2922 return true;
2923}
2924
Matti Gottlieb35d3dab2015-03-29 13:38:16 +03002925#define AUX_ROC_MAX_DELAY_ON_CHANNEL 200
Ariej Marjiehb1128892014-07-16 21:11:12 +03002926static int iwl_mvm_send_aux_roc_cmd(struct iwl_mvm *mvm,
2927 struct ieee80211_channel *channel,
2928 struct ieee80211_vif *vif,
2929 int duration)
2930{
2931 int res, time_reg = DEVICE_SYSTEM_TIME_REG;
2932 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
2933 struct iwl_mvm_time_event_data *te_data = &mvmvif->hs_time_event_data;
2934 static const u8 time_event_response[] = { HOT_SPOT_CMD };
2935 struct iwl_notification_wait wait_time_event;
2936 struct iwl_hs20_roc_req aux_roc_req = {
2937 .action = cpu_to_le32(FW_CTXT_ACTION_ADD),
2938 .id_and_color =
2939 cpu_to_le32(FW_CMD_ID_AND_COLOR(MAC_INDEX_AUX, 0)),
2940 .sta_id_and_color = cpu_to_le32(mvm->aux_sta.sta_id),
2941 /* Set the channel info data */
2942 .channel_info.band = (channel->band == IEEE80211_BAND_2GHZ) ?
2943 PHY_BAND_24 : PHY_BAND_5,
2944 .channel_info.channel = channel->hw_value,
2945 .channel_info.width = PHY_VHT_CHANNEL_MODE20,
2946 /* Set the time and duration */
2947 .apply_time = cpu_to_le32(iwl_read_prph(mvm->trans, time_reg)),
2948 .apply_time_max_delay =
2949 cpu_to_le32(MSEC_TO_TU(AUX_ROC_MAX_DELAY_ON_CHANNEL)),
2950 .duration = cpu_to_le32(MSEC_TO_TU(duration)),
2951 };
2952
2953 /* Set the node address */
2954 memcpy(aux_roc_req.node_addr, vif->addr, ETH_ALEN);
2955
Matti Gottlieba6cc5162014-09-29 11:46:04 +03002956 lockdep_assert_held(&mvm->mutex);
2957
2958 spin_lock_bh(&mvm->time_event_lock);
2959
2960 if (WARN_ON(te_data->id == HOT_SPOT_CMD)) {
2961 spin_unlock_bh(&mvm->time_event_lock);
2962 return -EIO;
2963 }
2964
Ariej Marjiehb1128892014-07-16 21:11:12 +03002965 te_data->vif = vif;
2966 te_data->duration = duration;
2967 te_data->id = HOT_SPOT_CMD;
2968
Ariej Marjiehb1128892014-07-16 21:11:12 +03002969 spin_unlock_bh(&mvm->time_event_lock);
2970
2971 /*
2972 * Use a notification wait, which really just processes the
2973 * command response and doesn't wait for anything, in order
2974 * to be able to process the response and get the UID inside
2975 * the RX path. Using CMD_WANT_SKB doesn't work because it
2976 * stores the buffer and then wakes up this thread, by which
2977 * time another notification (that the time event started)
2978 * might already be processed unsuccessfully.
2979 */
2980 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event,
2981 time_event_response,
2982 ARRAY_SIZE(time_event_response),
2983 iwl_mvm_rx_aux_roc, te_data);
2984
2985 res = iwl_mvm_send_cmd_pdu(mvm, HOT_SPOT_CMD, 0, sizeof(aux_roc_req),
2986 &aux_roc_req);
2987
2988 if (res) {
2989 IWL_ERR(mvm, "Couldn't send HOT_SPOT_CMD: %d\n", res);
2990 iwl_remove_notification(&mvm->notif_wait, &wait_time_event);
2991 goto out_clear_te;
2992 }
2993
2994 /* No need to wait for anything, so just pass 1 (0 isn't valid) */
2995 res = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1);
2996 /* should never fail */
2997 WARN_ON_ONCE(res);
2998
2999 if (res) {
3000 out_clear_te:
3001 spin_lock_bh(&mvm->time_event_lock);
3002 iwl_mvm_te_clear_data(mvm, te_data);
3003 spin_unlock_bh(&mvm->time_event_lock);
3004 }
3005
3006 return res;
3007}
3008
Johannes Berg8ca151b2013-01-24 14:25:36 +01003009static int iwl_mvm_roc(struct ieee80211_hw *hw,
3010 struct ieee80211_vif *vif,
3011 struct ieee80211_channel *channel,
Ilan Peerd339d5c2013-02-12 09:34:13 +02003012 int duration,
3013 enum ieee80211_roc_type type)
Johannes Berg8ca151b2013-01-24 14:25:36 +01003014{
3015 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Ilan Peerfe0f2de2013-03-21 10:23:52 +02003016 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01003017 struct cfg80211_chan_def chandef;
Ilan Peer31d385a2013-04-02 10:25:46 +03003018 struct iwl_mvm_phy_ctxt *phy_ctxt;
3019 int ret, i;
3020
3021 IWL_DEBUG_MAC80211(mvm, "enter (%d, %d, %d)\n", channel->hw_value,
3022 duration, type);
Johannes Berg8ca151b2013-01-24 14:25:36 +01003023
Matti Gottlieb6ed13162015-03-30 16:50:07 +03003024 flush_work(&mvm->roc_done_wk);
3025
Matti Gottlieba6cc5162014-09-29 11:46:04 +03003026 mutex_lock(&mvm->mutex);
3027
Ariej Marjiehb1128892014-07-16 21:11:12 +03003028 switch (vif->type) {
3029 case NL80211_IFTYPE_STATION:
Luciano Coelho5ac6c722014-10-21 16:12:18 +03003030 if (mvm->fw->ucode_capa.capa[0] &
3031 IWL_UCODE_TLV_CAPA_HOTSPOT_SUPPORT) {
3032 /* Use aux roc framework (HS20) */
3033 ret = iwl_mvm_send_aux_roc_cmd(mvm, channel,
3034 vif, duration);
3035 goto out_unlock;
3036 }
3037 IWL_ERR(mvm, "hotspot not supported\n");
3038 ret = -EINVAL;
Matti Gottlieba6cc5162014-09-29 11:46:04 +03003039 goto out_unlock;
Ariej Marjiehb1128892014-07-16 21:11:12 +03003040 case NL80211_IFTYPE_P2P_DEVICE:
3041 /* handle below */
3042 break;
3043 default:
3044 IWL_ERR(mvm, "vif isn't P2P_DEVICE: %d\n", vif->type);
Matti Gottlieba6cc5162014-09-29 11:46:04 +03003045 ret = -EINVAL;
3046 goto out_unlock;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003047 }
3048
Ilan Peer31d385a2013-04-02 10:25:46 +03003049 for (i = 0; i < NUM_PHY_CTX; i++) {
3050 phy_ctxt = &mvm->phy_ctxts[i];
3051 if (phy_ctxt->ref == 0 || mvmvif->phy_ctxt == phy_ctxt)
3052 continue;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003053
Ilan Peer31d385a2013-04-02 10:25:46 +03003054 if (phy_ctxt->ref && channel == phy_ctxt->channel) {
3055 /*
3056 * Unbind the P2P_DEVICE from the current PHY context,
3057 * and if the PHY context is not used remove it.
3058 */
3059 ret = iwl_mvm_binding_remove_vif(mvm, vif);
3060 if (WARN(ret, "Failed unbinding P2P_DEVICE\n"))
3061 goto out_unlock;
3062
3063 iwl_mvm_phy_ctxt_unref(mvm, mvmvif->phy_ctxt);
3064
3065 /* Bind the P2P_DEVICE to the current PHY Context */
3066 mvmvif->phy_ctxt = phy_ctxt;
3067
3068 ret = iwl_mvm_binding_add_vif(mvm, vif);
3069 if (WARN(ret, "Failed binding P2P_DEVICE\n"))
3070 goto out_unlock;
3071
3072 iwl_mvm_phy_ctxt_ref(mvm, mvmvif->phy_ctxt);
3073 goto schedule_time_event;
3074 }
3075 }
3076
3077 /* Need to update the PHY context only if the ROC channel changed */
3078 if (channel == mvmvif->phy_ctxt->channel)
3079 goto schedule_time_event;
3080
3081 cfg80211_chandef_create(&chandef, channel, NL80211_CHAN_NO_HT);
3082
3083 /*
3084 * Change the PHY context configuration as it is currently referenced
3085 * only by the P2P Device MAC
3086 */
3087 if (mvmvif->phy_ctxt->ref == 1) {
3088 ret = iwl_mvm_phy_ctxt_changed(mvm, mvmvif->phy_ctxt,
3089 &chandef, 1, 1);
3090 if (ret)
3091 goto out_unlock;
3092 } else {
3093 /*
3094 * The PHY context is shared with other MACs. Need to remove the
3095 * P2P Device from the binding, allocate an new PHY context and
3096 * create a new binding
3097 */
3098 phy_ctxt = iwl_mvm_get_free_phy_ctxt(mvm);
3099 if (!phy_ctxt) {
3100 ret = -ENOSPC;
3101 goto out_unlock;
3102 }
3103
3104 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chandef,
3105 1, 1);
3106 if (ret) {
3107 IWL_ERR(mvm, "Failed to change PHY context\n");
3108 goto out_unlock;
3109 }
3110
3111 /* Unbind the P2P_DEVICE from the current PHY context */
3112 ret = iwl_mvm_binding_remove_vif(mvm, vif);
3113 if (WARN(ret, "Failed unbinding P2P_DEVICE\n"))
3114 goto out_unlock;
3115
3116 iwl_mvm_phy_ctxt_unref(mvm, mvmvif->phy_ctxt);
3117
3118 /* Bind the P2P_DEVICE to the new allocated PHY context */
3119 mvmvif->phy_ctxt = phy_ctxt;
3120
3121 ret = iwl_mvm_binding_add_vif(mvm, vif);
3122 if (WARN(ret, "Failed binding P2P_DEVICE\n"))
3123 goto out_unlock;
3124
3125 iwl_mvm_phy_ctxt_ref(mvm, mvmvif->phy_ctxt);
3126 }
3127
3128schedule_time_event:
Johannes Berg8ca151b2013-01-24 14:25:36 +01003129 /* Schedule the time events */
Ilan Peere635c792013-02-13 11:05:18 +02003130 ret = iwl_mvm_start_p2p_roc(mvm, vif, duration, type);
Johannes Berg8ca151b2013-01-24 14:25:36 +01003131
Ilan Peer31d385a2013-04-02 10:25:46 +03003132out_unlock:
Johannes Berg8ca151b2013-01-24 14:25:36 +01003133 mutex_unlock(&mvm->mutex);
3134 IWL_DEBUG_MAC80211(mvm, "leave\n");
Johannes Berg8ca151b2013-01-24 14:25:36 +01003135 return ret;
3136}
3137
3138static int iwl_mvm_cancel_roc(struct ieee80211_hw *hw)
3139{
3140 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
3141
3142 IWL_DEBUG_MAC80211(mvm, "enter\n");
3143
3144 mutex_lock(&mvm->mutex);
Matti Gottliebbf5da872014-11-16 10:25:12 +02003145 iwl_mvm_stop_roc(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +01003146 mutex_unlock(&mvm->mutex);
3147
3148 IWL_DEBUG_MAC80211(mvm, "leave\n");
3149 return 0;
3150}
3151
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003152static int __iwl_mvm_add_chanctx(struct iwl_mvm *mvm,
3153 struct ieee80211_chanctx_conf *ctx)
Johannes Berg8ca151b2013-01-24 14:25:36 +01003154{
Ilan Peerfe0f2de2013-03-21 10:23:52 +02003155 u16 *phy_ctxt_id = (u16 *)ctx->drv_priv;
3156 struct iwl_mvm_phy_ctxt *phy_ctxt;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003157 int ret;
3158
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003159 lockdep_assert_held(&mvm->mutex);
3160
Ilan Peer53a9d612013-04-28 11:55:08 +03003161 IWL_DEBUG_MAC80211(mvm, "Add channel context\n");
Ilan Peerfe0f2de2013-03-21 10:23:52 +02003162
Ilan Peerfe0f2de2013-03-21 10:23:52 +02003163 phy_ctxt = iwl_mvm_get_free_phy_ctxt(mvm);
3164 if (!phy_ctxt) {
3165 ret = -ENOSPC;
3166 goto out;
3167 }
3168
Eliad Pellerdcbc3e12013-10-31 14:31:25 +02003169 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &ctx->min_def,
Ilan Peer53a9d612013-04-28 11:55:08 +03003170 ctx->rx_chains_static,
3171 ctx->rx_chains_dynamic);
Ilan Peerfe0f2de2013-03-21 10:23:52 +02003172 if (ret) {
3173 IWL_ERR(mvm, "Failed to add PHY context\n");
3174 goto out;
3175 }
3176
Ilan Peer53a9d612013-04-28 11:55:08 +03003177 iwl_mvm_phy_ctxt_ref(mvm, phy_ctxt);
Ilan Peerfe0f2de2013-03-21 10:23:52 +02003178 *phy_ctxt_id = phy_ctxt->id;
3179out:
Johannes Berg8ca151b2013-01-24 14:25:36 +01003180 return ret;
3181}
3182
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003183static int iwl_mvm_add_chanctx(struct ieee80211_hw *hw,
3184 struct ieee80211_chanctx_conf *ctx)
3185{
3186 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
3187 int ret;
3188
3189 mutex_lock(&mvm->mutex);
3190 ret = __iwl_mvm_add_chanctx(mvm, ctx);
3191 mutex_unlock(&mvm->mutex);
3192
3193 return ret;
3194}
3195
3196static void __iwl_mvm_remove_chanctx(struct iwl_mvm *mvm,
3197 struct ieee80211_chanctx_conf *ctx)
3198{
3199 u16 *phy_ctxt_id = (u16 *)ctx->drv_priv;
3200 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id];
3201
3202 lockdep_assert_held(&mvm->mutex);
3203
3204 iwl_mvm_phy_ctxt_unref(mvm, phy_ctxt);
3205}
3206
Johannes Berg8ca151b2013-01-24 14:25:36 +01003207static void iwl_mvm_remove_chanctx(struct ieee80211_hw *hw,
3208 struct ieee80211_chanctx_conf *ctx)
3209{
3210 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Johannes Berg8ca151b2013-01-24 14:25:36 +01003211
3212 mutex_lock(&mvm->mutex);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003213 __iwl_mvm_remove_chanctx(mvm, ctx);
Johannes Berg8ca151b2013-01-24 14:25:36 +01003214 mutex_unlock(&mvm->mutex);
3215}
3216
3217static void iwl_mvm_change_chanctx(struct ieee80211_hw *hw,
3218 struct ieee80211_chanctx_conf *ctx,
3219 u32 changed)
3220{
3221 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Ilan Peerfe0f2de2013-03-21 10:23:52 +02003222 u16 *phy_ctxt_id = (u16 *)ctx->drv_priv;
3223 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id];
Johannes Berg8ca151b2013-01-24 14:25:36 +01003224
Ilan Peer31d385a2013-04-02 10:25:46 +03003225 if (WARN_ONCE((phy_ctxt->ref > 1) &&
3226 (changed & ~(IEEE80211_CHANCTX_CHANGE_WIDTH |
3227 IEEE80211_CHANCTX_CHANGE_RX_CHAINS |
Arik Nemtsov2dceeda2013-12-29 17:57:53 +02003228 IEEE80211_CHANCTX_CHANGE_RADAR |
3229 IEEE80211_CHANCTX_CHANGE_MIN_WIDTH)),
Ilan Peer31d385a2013-04-02 10:25:46 +03003230 "Cannot change PHY. Ref=%d, changed=0x%X\n",
3231 phy_ctxt->ref, changed))
3232 return;
3233
Johannes Berg8ca151b2013-01-24 14:25:36 +01003234 mutex_lock(&mvm->mutex);
Emmanuel Grumbach4d664492014-04-30 18:09:59 +03003235 iwl_mvm_bt_coex_vif_change(mvm);
Eliad Pellerdcbc3e12013-10-31 14:31:25 +02003236 iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &ctx->min_def,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003237 ctx->rx_chains_static,
3238 ctx->rx_chains_dynamic);
3239 mutex_unlock(&mvm->mutex);
3240}
3241
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003242static int __iwl_mvm_assign_vif_chanctx(struct iwl_mvm *mvm,
3243 struct ieee80211_vif *vif,
Luciano Coelhof0c97782014-03-05 15:41:48 +02003244 struct ieee80211_chanctx_conf *ctx,
3245 bool switching_chanctx)
Johannes Berg8ca151b2013-01-24 14:25:36 +01003246{
Ilan Peerfe0f2de2013-03-21 10:23:52 +02003247 u16 *phy_ctxt_id = (u16 *)ctx->drv_priv;
3248 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id];
Johannes Berg8ca151b2013-01-24 14:25:36 +01003249 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
3250 int ret;
3251
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003252 lockdep_assert_held(&mvm->mutex);
Johannes Berg8ca151b2013-01-24 14:25:36 +01003253
Ilan Peerfe0f2de2013-03-21 10:23:52 +02003254 mvmvif->phy_ctxt = phy_ctxt;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003255
3256 switch (vif->type) {
3257 case NL80211_IFTYPE_AP:
Luciano Coelho4741dd02014-11-10 11:10:13 +02003258 /* only needed if we're switching chanctx (i.e. during CSA) */
3259 if (switching_chanctx) {
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02003260 mvmvif->ap_ibss_active = true;
3261 break;
3262 }
Johannes Berg5023d962013-07-31 14:07:43 +02003263 case NL80211_IFTYPE_ADHOC:
Johannes Berg8ca151b2013-01-24 14:25:36 +01003264 /*
3265 * The AP binding flow is handled as part of the start_ap flow
Johannes Berg5023d962013-07-31 14:07:43 +02003266 * (in bss_info_changed), similarly for IBSS.
Johannes Berg8ca151b2013-01-24 14:25:36 +01003267 */
3268 ret = 0;
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003269 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003270 case NL80211_IFTYPE_STATION:
Luciano Coelho2533edc2014-08-08 19:50:46 +03003271 break;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003272 case NL80211_IFTYPE_MONITOR:
Luciano Coelho2533edc2014-08-08 19:50:46 +03003273 /* always disable PS when a monitor interface is active */
3274 mvmvif->ps_disabled = true;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003275 break;
3276 default:
3277 ret = -EINVAL;
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003278 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003279 }
3280
3281 ret = iwl_mvm_binding_add_vif(mvm, vif);
3282 if (ret)
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003283 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003284
3285 /*
Alexander Bondar92d85562013-10-23 11:50:34 +02003286 * Power state must be updated before quotas,
3287 * otherwise fw will complain.
3288 */
Arik Nemtsov999609f2014-05-15 17:31:51 +03003289 iwl_mvm_power_update_mac(mvm);
Alexander Bondar92d85562013-10-23 11:50:34 +02003290
3291 /* Setting the quota at this stage is only required for monitor
Johannes Berg8ca151b2013-01-24 14:25:36 +01003292 * interfaces. For the other types, the bss_info changed flow
3293 * will handle quota settings.
3294 */
3295 if (vif->type == NL80211_IFTYPE_MONITOR) {
Ilan Peer1e1391c2013-03-13 14:52:04 +02003296 mvmvif->monitor_active = true;
Emmanuel Grumbach7754ae72015-02-26 15:14:35 +02003297 ret = iwl_mvm_update_quotas(mvm, false, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01003298 if (ret)
3299 goto out_remove_binding;
3300 }
3301
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02003302 /* Handle binding during CSA */
Luciano Coelhoa57c6882014-11-10 11:10:16 +02003303 if (vif->type == NL80211_IFTYPE_AP) {
Emmanuel Grumbach7754ae72015-02-26 15:14:35 +02003304 iwl_mvm_update_quotas(mvm, false, NULL);
Johannes Berg3dfd3a92014-08-11 21:37:30 +02003305 iwl_mvm_mac_ctxt_changed(mvm, vif, false, NULL);
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02003306 }
3307
Luciano Coelho4741dd02014-11-10 11:10:13 +02003308 if (switching_chanctx && vif->type == NL80211_IFTYPE_STATION) {
Luciano Coelho686e7fe2014-11-10 11:10:21 +02003309 u32 duration = 2 * vif->bss_conf.beacon_int;
3310
3311 /* iwl_mvm_protect_session() reads directly from the
3312 * device (the system time), so make sure it is
3313 * available.
3314 */
3315 ret = iwl_mvm_ref_sync(mvm, IWL_MVM_REF_PROTECT_CSA);
3316 if (ret)
3317 goto out_remove_binding;
3318
3319 /* Protect the session to make sure we hear the first
3320 * beacon on the new channel.
3321 */
3322 iwl_mvm_protect_session(mvm, vif, duration, duration,
3323 vif->bss_conf.beacon_int / 2,
3324 true);
3325
3326 iwl_mvm_unref(mvm, IWL_MVM_REF_PROTECT_CSA);
3327
Emmanuel Grumbach7754ae72015-02-26 15:14:35 +02003328 iwl_mvm_update_quotas(mvm, false, NULL);
Luciano Coelho0ce04ce2014-05-08 16:03:39 +03003329 }
3330
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003331 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003332
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003333out_remove_binding:
Johannes Berg8ca151b2013-01-24 14:25:36 +01003334 iwl_mvm_binding_remove_vif(mvm, vif);
Arik Nemtsov999609f2014-05-15 17:31:51 +03003335 iwl_mvm_power_update_mac(mvm);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003336out:
Johannes Berg8ca151b2013-01-24 14:25:36 +01003337 if (ret)
3338 mvmvif->phy_ctxt = NULL;
3339 return ret;
3340}
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003341static int iwl_mvm_assign_vif_chanctx(struct ieee80211_hw *hw,
3342 struct ieee80211_vif *vif,
3343 struct ieee80211_chanctx_conf *ctx)
Johannes Berg8ca151b2013-01-24 14:25:36 +01003344{
3345 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003346 int ret;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003347
3348 mutex_lock(&mvm->mutex);
Luciano Coelhof0c97782014-03-05 15:41:48 +02003349 ret = __iwl_mvm_assign_vif_chanctx(mvm, vif, ctx, false);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003350 mutex_unlock(&mvm->mutex);
3351
3352 return ret;
3353}
3354
3355static void __iwl_mvm_unassign_vif_chanctx(struct iwl_mvm *mvm,
3356 struct ieee80211_vif *vif,
Luciano Coelhof0c97782014-03-05 15:41:48 +02003357 struct ieee80211_chanctx_conf *ctx,
3358 bool switching_chanctx)
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003359{
3360 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
Luciano Coelhof0c97782014-03-05 15:41:48 +02003361 struct ieee80211_vif *disabled_vif = NULL;
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003362
3363 lockdep_assert_held(&mvm->mutex);
Johannes Berg8ca151b2013-01-24 14:25:36 +01003364
3365 iwl_mvm_remove_time_event(mvm, mvmvif, &mvmvif->time_event_data);
3366
Johannes Berg8ca151b2013-01-24 14:25:36 +01003367 switch (vif->type) {
Johannes Berg5023d962013-07-31 14:07:43 +02003368 case NL80211_IFTYPE_ADHOC:
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003369 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003370 case NL80211_IFTYPE_MONITOR:
Ilan Peer1e1391c2013-03-13 14:52:04 +02003371 mvmvif->monitor_active = false;
Luciano Coelho2533edc2014-08-08 19:50:46 +03003372 mvmvif->ps_disabled = false;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003373 break;
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02003374 case NL80211_IFTYPE_AP:
3375 /* This part is triggered only during CSA */
Luciano Coelho4741dd02014-11-10 11:10:13 +02003376 if (!switching_chanctx || !mvmvif->ap_ibss_active)
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003377 goto out;
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02003378
Andrei Otcheretianski7ef0aab2014-11-10 11:10:11 +02003379 mvmvif->csa_countdown = false;
3380
Andrei Otcheretianski003e52362014-05-25 17:24:22 +03003381 /* Set CS bit on all the stations */
3382 iwl_mvm_modify_all_sta_disable_tx(mvm, mvmvif, true);
3383
3384 /* Save blocked iface, the timeout is set on the next beacon */
3385 rcu_assign_pointer(mvm->csa_tx_blocked_vif, vif);
3386
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02003387 mvmvif->ap_ibss_active = false;
Luciano Coelhof0c97782014-03-05 15:41:48 +02003388 break;
3389 case NL80211_IFTYPE_STATION:
3390 if (!switching_chanctx)
3391 break;
3392
3393 disabled_vif = vif;
3394
Johannes Berg3dfd3a92014-08-11 21:37:30 +02003395 iwl_mvm_mac_ctxt_changed(mvm, vif, true, NULL);
Luciano Coelhof0c97782014-03-05 15:41:48 +02003396 break;
Johannes Berg8ca151b2013-01-24 14:25:36 +01003397 default:
3398 break;
3399 }
3400
Emmanuel Grumbach7754ae72015-02-26 15:14:35 +02003401 iwl_mvm_update_quotas(mvm, false, disabled_vif);
Ilan Peer1e1391c2013-03-13 14:52:04 +02003402 iwl_mvm_binding_remove_vif(mvm, vif);
Alexander Bondar1c2abf72013-08-27 20:31:48 +03003403
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003404out:
Ilan Peera11e1442013-12-31 21:19:55 +02003405 mvmvif->phy_ctxt = NULL;
Arik Nemtsov999609f2014-05-15 17:31:51 +03003406 iwl_mvm_power_update_mac(mvm);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003407}
3408
3409static void iwl_mvm_unassign_vif_chanctx(struct ieee80211_hw *hw,
3410 struct ieee80211_vif *vif,
3411 struct ieee80211_chanctx_conf *ctx)
3412{
3413 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
3414
3415 mutex_lock(&mvm->mutex);
Luciano Coelhof0c97782014-03-05 15:41:48 +02003416 __iwl_mvm_unassign_vif_chanctx(mvm, vif, ctx, false);
Johannes Berg8ca151b2013-01-24 14:25:36 +01003417 mutex_unlock(&mvm->mutex);
3418}
3419
Luciano Coelho50cc9572014-11-10 11:10:08 +02003420static int
3421iwl_mvm_switch_vif_chanctx_swap(struct iwl_mvm *mvm,
3422 struct ieee80211_vif_chanctx_switch *vifs)
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003423{
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003424 int ret;
3425
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003426 mutex_lock(&mvm->mutex);
Luciano Coelhof0c97782014-03-05 15:41:48 +02003427 __iwl_mvm_unassign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx, true);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003428 __iwl_mvm_remove_chanctx(mvm, vifs[0].old_ctx);
3429
3430 ret = __iwl_mvm_add_chanctx(mvm, vifs[0].new_ctx);
3431 if (ret) {
3432 IWL_ERR(mvm, "failed to add new_ctx during channel switch\n");
3433 goto out_reassign;
3434 }
3435
Luciano Coelhof0c97782014-03-05 15:41:48 +02003436 ret = __iwl_mvm_assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].new_ctx,
3437 true);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003438 if (ret) {
3439 IWL_ERR(mvm,
3440 "failed to assign new_ctx during channel switch\n");
3441 goto out_remove;
3442 }
3443
Arik Nemtsovf6972672014-06-15 16:03:55 +03003444 /* we don't support TDLS during DCM - can be caused by channel switch */
3445 if (iwl_mvm_phy_ctx_count(mvm) > 1)
3446 iwl_mvm_teardown_tdls_peers(mvm);
3447
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003448 goto out;
3449
3450out_remove:
3451 __iwl_mvm_remove_chanctx(mvm, vifs[0].new_ctx);
3452
3453out_reassign:
Luciano Coelho6fd1fb62014-11-10 11:10:10 +02003454 if (__iwl_mvm_add_chanctx(mvm, vifs[0].old_ctx)) {
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003455 IWL_ERR(mvm, "failed to add old_ctx back after failure.\n");
3456 goto out_restart;
3457 }
3458
Luciano Coelho6fd1fb62014-11-10 11:10:10 +02003459 if (__iwl_mvm_assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx,
3460 true)) {
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003461 IWL_ERR(mvm, "failed to reassign old_ctx after failure.\n");
3462 goto out_restart;
3463 }
3464
3465 goto out;
3466
3467out_restart:
3468 /* things keep failing, better restart the hw */
3469 iwl_mvm_nic_restart(mvm, false);
3470
3471out:
3472 mutex_unlock(&mvm->mutex);
Luciano Coelho50cc9572014-11-10 11:10:08 +02003473
3474 return ret;
3475}
3476
Luciano Coelho48a256e2014-11-10 11:10:09 +02003477static int
3478iwl_mvm_switch_vif_chanctx_reassign(struct iwl_mvm *mvm,
3479 struct ieee80211_vif_chanctx_switch *vifs)
3480{
3481 int ret;
3482
3483 mutex_lock(&mvm->mutex);
3484 __iwl_mvm_unassign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx, true);
3485
3486 ret = __iwl_mvm_assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].new_ctx,
3487 true);
3488 if (ret) {
3489 IWL_ERR(mvm,
3490 "failed to assign new_ctx during channel switch\n");
3491 goto out_reassign;
3492 }
3493
3494 goto out;
3495
3496out_reassign:
3497 if (__iwl_mvm_assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx,
3498 true)) {
3499 IWL_ERR(mvm, "failed to reassign old_ctx after failure.\n");
3500 goto out_restart;
3501 }
3502
3503 goto out;
3504
3505out_restart:
3506 /* things keep failing, better restart the hw */
3507 iwl_mvm_nic_restart(mvm, false);
3508
3509out:
3510 mutex_unlock(&mvm->mutex);
3511
3512 return ret;
3513}
3514
Luciano Coelho50cc9572014-11-10 11:10:08 +02003515static int iwl_mvm_switch_vif_chanctx(struct ieee80211_hw *hw,
3516 struct ieee80211_vif_chanctx_switch *vifs,
3517 int n_vifs,
3518 enum ieee80211_chanctx_switch_mode mode)
3519{
3520 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
3521 int ret;
3522
3523 /* we only support a single-vif right now */
3524 if (n_vifs > 1)
3525 return -EOPNOTSUPP;
3526
3527 switch (mode) {
3528 case CHANCTX_SWMODE_SWAP_CONTEXTS:
3529 ret = iwl_mvm_switch_vif_chanctx_swap(mvm, vifs);
3530 break;
3531 case CHANCTX_SWMODE_REASSIGN_VIF:
Luciano Coelho48a256e2014-11-10 11:10:09 +02003532 ret = iwl_mvm_switch_vif_chanctx_reassign(mvm, vifs);
Luciano Coelho50cc9572014-11-10 11:10:08 +02003533 break;
3534 default:
3535 ret = -EOPNOTSUPP;
3536 break;
3537 }
3538
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003539 return ret;
3540}
3541
Johannes Berg8ca151b2013-01-24 14:25:36 +01003542static int iwl_mvm_set_tim(struct ieee80211_hw *hw,
3543 struct ieee80211_sta *sta,
3544 bool set)
3545{
3546 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Johannes Berg9d8ce6a2014-12-23 16:02:40 +01003547 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta);
Johannes Berg8ca151b2013-01-24 14:25:36 +01003548
3549 if (!mvm_sta || !mvm_sta->vif) {
3550 IWL_ERR(mvm, "Station is not associated to a vif\n");
3551 return -EINVAL;
3552 }
3553
3554 return iwl_mvm_mac_ctxt_beacon_changed(mvm, mvm_sta->vif);
3555}
3556
David Spinadel507cadf2013-07-31 18:07:21 +03003557#ifdef CONFIG_NL80211_TESTMODE
3558static const struct nla_policy iwl_mvm_tm_policy[IWL_MVM_TM_ATTR_MAX + 1] = {
3559 [IWL_MVM_TM_ATTR_CMD] = { .type = NLA_U32 },
3560 [IWL_MVM_TM_ATTR_NOA_DURATION] = { .type = NLA_U32 },
Johannes Bergf6c6ad422013-08-01 14:17:15 +02003561 [IWL_MVM_TM_ATTR_BEACON_FILTER_STATE] = { .type = NLA_U32 },
David Spinadel507cadf2013-07-31 18:07:21 +03003562};
3563
3564static int __iwl_mvm_mac_testmode_cmd(struct iwl_mvm *mvm,
3565 struct ieee80211_vif *vif,
3566 void *data, int len)
3567{
3568 struct nlattr *tb[IWL_MVM_TM_ATTR_MAX + 1];
3569 int err;
3570 u32 noa_duration;
3571
3572 err = nla_parse(tb, IWL_MVM_TM_ATTR_MAX, data, len, iwl_mvm_tm_policy);
3573 if (err)
3574 return err;
3575
3576 if (!tb[IWL_MVM_TM_ATTR_CMD])
3577 return -EINVAL;
3578
3579 switch (nla_get_u32(tb[IWL_MVM_TM_ATTR_CMD])) {
3580 case IWL_MVM_TM_CMD_SET_NOA:
3581 if (!vif || vif->type != NL80211_IFTYPE_AP || !vif->p2p ||
3582 !vif->bss_conf.enable_beacon ||
3583 !tb[IWL_MVM_TM_ATTR_NOA_DURATION])
3584 return -EINVAL;
3585
3586 noa_duration = nla_get_u32(tb[IWL_MVM_TM_ATTR_NOA_DURATION]);
3587 if (noa_duration >= vif->bss_conf.beacon_int)
3588 return -EINVAL;
3589
3590 mvm->noa_duration = noa_duration;
3591 mvm->noa_vif = vif;
3592
Emmanuel Grumbach7754ae72015-02-26 15:14:35 +02003593 return iwl_mvm_update_quotas(mvm, false, NULL);
Johannes Bergf6c6ad422013-08-01 14:17:15 +02003594 case IWL_MVM_TM_CMD_SET_BEACON_FILTER:
3595 /* must be associated client vif - ignore authorized */
3596 if (!vif || vif->type != NL80211_IFTYPE_STATION ||
3597 !vif->bss_conf.assoc || !vif->bss_conf.dtim_period ||
3598 !tb[IWL_MVM_TM_ATTR_BEACON_FILTER_STATE])
3599 return -EINVAL;
3600
3601 if (nla_get_u32(tb[IWL_MVM_TM_ATTR_BEACON_FILTER_STATE]))
Emmanuel Grumbacha1022922014-05-12 11:36:41 +03003602 return iwl_mvm_enable_beacon_filter(mvm, vif, 0);
3603 return iwl_mvm_disable_beacon_filter(mvm, vif, 0);
David Spinadel507cadf2013-07-31 18:07:21 +03003604 }
3605
3606 return -EOPNOTSUPP;
3607}
3608
3609static int iwl_mvm_mac_testmode_cmd(struct ieee80211_hw *hw,
3610 struct ieee80211_vif *vif,
3611 void *data, int len)
3612{
3613 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
3614 int err;
3615
3616 mutex_lock(&mvm->mutex);
3617 err = __iwl_mvm_mac_testmode_cmd(mvm, vif, data, len);
3618 mutex_unlock(&mvm->mutex);
3619
3620 return err;
3621}
3622#endif
3623
Luciano Coelho622e3f92014-11-10 11:10:17 +02003624static void iwl_mvm_channel_switch(struct ieee80211_hw *hw,
3625 struct ieee80211_vif *vif,
3626 struct ieee80211_channel_switch *chsw)
3627{
3628 /* By implementing this operation, we prevent mac80211 from
3629 * starting its own channel switch timer, so that we can call
3630 * ieee80211_chswitch_done() ourselves at the right time
3631 * (which is when the absence time event starts).
3632 */
3633
3634 IWL_DEBUG_MAC80211(IWL_MAC80211_GET_MVM(hw),
3635 "dummy channel switch op\n");
3636}
3637
Luciano Coelhof0289052014-11-10 11:10:06 +02003638static int iwl_mvm_pre_channel_switch(struct ieee80211_hw *hw,
3639 struct ieee80211_vif *vif,
3640 struct ieee80211_channel_switch *chsw)
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02003641{
3642 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Andrei Otcheretianski664322f2014-06-05 16:40:36 +03003643 struct ieee80211_vif *csa_vif;
Luciano Coelhof6c34822014-11-10 11:10:12 +02003644 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
Luciano Coelhodc88b4b2014-11-10 11:10:14 +02003645 u32 apply_time;
Luciano Coelhof0289052014-11-10 11:10:06 +02003646 int ret;
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02003647
3648 mutex_lock(&mvm->mutex);
Andrei Otcheretianski664322f2014-06-05 16:40:36 +03003649
Johannes Berg81d62d52015-03-10 14:44:00 +01003650 mvmvif->csa_failed = false;
3651
Luciano Coelho6b20d772014-11-10 11:10:07 +02003652 IWL_DEBUG_MAC80211(mvm, "pre CSA to freq %d\n",
Luciano Coelhof0289052014-11-10 11:10:06 +02003653 chsw->chandef.center_freq1);
Luciano Coelho6b20d772014-11-10 11:10:07 +02003654
Johannes Berg21023b12015-03-31 08:58:16 +02003655 iwl_fw_dbg_trigger_simple_stop(mvm, vif, FW_DBG_TRIGGER_CHANNEL_SWITCH);
Emmanuel Grumbachf35d9c52015-02-10 10:49:51 +02003656
Luciano Coelho6b20d772014-11-10 11:10:07 +02003657 switch (vif->type) {
3658 case NL80211_IFTYPE_AP:
3659 csa_vif =
3660 rcu_dereference_protected(mvm->csa_vif,
3661 lockdep_is_held(&mvm->mutex));
3662 if (WARN_ONCE(csa_vif && csa_vif->csa_active,
3663 "Another CSA is already in progress")) {
3664 ret = -EBUSY;
3665 goto out_unlock;
3666 }
3667
3668 rcu_assign_pointer(mvm->csa_vif, vif);
Andrei Otcheretianski7ef0aab2014-11-10 11:10:11 +02003669
Andrei Otcheretianski7ef0aab2014-11-10 11:10:11 +02003670 if (WARN_ONCE(mvmvif->csa_countdown,
3671 "Previous CSA countdown didn't complete")) {
3672 ret = -EBUSY;
3673 goto out_unlock;
3674 }
3675
Luciano Coelho6b20d772014-11-10 11:10:07 +02003676 break;
Luciano Coelhodc88b4b2014-11-10 11:10:14 +02003677 case NL80211_IFTYPE_STATION:
Luciano Coelho4500e132014-11-10 11:10:15 +02003678 /* Schedule the time event to a bit before beacon 1,
3679 * to make sure we're in the new channel when the
3680 * GO/AP arrives.
3681 */
3682 apply_time = chsw->device_timestamp +
3683 ((vif->bss_conf.beacon_int * (chsw->count - 1) -
3684 IWL_MVM_CHANNEL_SWITCH_TIME_CLIENT) * 1024);
Luciano Coelhodc88b4b2014-11-10 11:10:14 +02003685
3686 if (chsw->block_tx)
3687 iwl_mvm_csa_client_absent(mvm, vif);
3688
Luciano Coelho4500e132014-11-10 11:10:15 +02003689 iwl_mvm_schedule_csa_period(mvm, vif, vif->bss_conf.beacon_int,
Luciano Coelhodc88b4b2014-11-10 11:10:14 +02003690 apply_time);
Luciano Coelhoc6e0a3e02014-11-10 11:10:18 +02003691 if (mvmvif->bf_data.bf_enabled) {
3692 ret = iwl_mvm_disable_beacon_filter(mvm, vif, 0);
3693 if (ret)
3694 goto out_unlock;
3695 }
3696
Luciano Coelhodc88b4b2014-11-10 11:10:14 +02003697 break;
Luciano Coelho6b20d772014-11-10 11:10:07 +02003698 default:
3699 break;
3700 }
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02003701
Luciano Coelhof6c34822014-11-10 11:10:12 +02003702 mvmvif->ps_disabled = true;
3703
3704 ret = iwl_mvm_power_update_ps(mvm);
3705 if (ret)
3706 goto out_unlock;
Luciano Coelhof0289052014-11-10 11:10:06 +02003707
Arik Nemtsove198f5e2014-09-14 19:13:54 +03003708 /* we won't be on this channel any longer */
3709 iwl_mvm_teardown_tdls_peers(mvm);
3710
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02003711out_unlock:
3712 mutex_unlock(&mvm->mutex);
Luciano Coelhof0289052014-11-10 11:10:06 +02003713
3714 return ret;
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02003715}
3716
Luciano Coelhof6c34822014-11-10 11:10:12 +02003717static int iwl_mvm_post_channel_switch(struct ieee80211_hw *hw,
3718 struct ieee80211_vif *vif)
3719{
3720 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
3721 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
3722 int ret;
3723
3724 mutex_lock(&mvm->mutex);
3725
Johannes Berg81d62d52015-03-10 14:44:00 +01003726 if (mvmvif->csa_failed) {
3727 mvmvif->csa_failed = false;
3728 ret = -EIO;
3729 goto out_unlock;
3730 }
3731
Luciano Coelhoa57c6882014-11-10 11:10:16 +02003732 if (vif->type == NL80211_IFTYPE_STATION) {
3733 struct iwl_mvm_sta *mvmsta;
3734
3735 mvmsta = iwl_mvm_sta_from_staid_protected(mvm,
3736 mvmvif->ap_sta_id);
3737
3738 if (WARN_ON(!mvmsta)) {
3739 ret = -EIO;
3740 goto out_unlock;
3741 }
3742
3743 iwl_mvm_sta_modify_disable_tx(mvm, mvmsta, false);
3744
3745 iwl_mvm_mac_ctxt_changed(mvm, vif, false, NULL);
Luciano Coelhoc6e0a3e02014-11-10 11:10:18 +02003746
3747 ret = iwl_mvm_enable_beacon_filter(mvm, vif, 0);
3748 if (ret)
3749 goto out_unlock;
Luciano Coelho686e7fe2014-11-10 11:10:21 +02003750
3751 iwl_mvm_stop_session_protection(mvm, vif);
Luciano Coelhoa57c6882014-11-10 11:10:16 +02003752 }
3753
Luciano Coelhof6c34822014-11-10 11:10:12 +02003754 mvmvif->ps_disabled = false;
3755
3756 ret = iwl_mvm_power_update_ps(mvm);
3757
Luciano Coelhoa57c6882014-11-10 11:10:16 +02003758out_unlock:
Luciano Coelhof6c34822014-11-10 11:10:12 +02003759 mutex_unlock(&mvm->mutex);
3760
3761 return ret;
3762}
3763
Emmanuel Grumbachc5b0e7c2014-03-24 12:08:53 +02003764static void iwl_mvm_mac_flush(struct ieee80211_hw *hw,
3765 struct ieee80211_vif *vif, u32 queues, bool drop)
3766{
3767 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
3768 struct iwl_mvm_vif *mvmvif;
3769 struct iwl_mvm_sta *mvmsta;
Arik Nemtsova0f6bf22014-09-21 19:10:04 +03003770 struct ieee80211_sta *sta;
3771 int i;
3772 u32 msk = 0;
Emmanuel Grumbachc5b0e7c2014-03-24 12:08:53 +02003773
3774 if (!vif || vif->type != NL80211_IFTYPE_STATION)
3775 return;
3776
3777 mutex_lock(&mvm->mutex);
3778 mvmvif = iwl_mvm_vif_from_mac80211(vif);
Emmanuel Grumbachc5b0e7c2014-03-24 12:08:53 +02003779
Arik Nemtsova0f6bf22014-09-21 19:10:04 +03003780 /* flush the AP-station and all TDLS peers */
3781 for (i = 0; i < IWL_MVM_STATION_COUNT; i++) {
3782 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[i],
3783 lockdep_is_held(&mvm->mutex));
3784 if (IS_ERR_OR_NULL(sta))
3785 continue;
3786
3787 mvmsta = iwl_mvm_sta_from_mac80211(sta);
3788 if (mvmsta->vif != vif)
3789 continue;
3790
3791 /* make sure only TDLS peers or the AP are flushed */
3792 WARN_ON(i != mvmvif->ap_sta_id && !sta->tdls);
3793
3794 msk |= mvmsta->tfd_queue_msk;
Johannes Berg480acbc2014-10-10 08:59:27 +02003795 }
Emmanuel Grumbachc5b0e7c2014-03-24 12:08:53 +02003796
Emmanuel Grumbach6d440b22015-01-20 09:25:19 +02003797 if (drop) {
3798 if (iwl_mvm_flush_tx_path(mvm, msk, true))
3799 IWL_ERR(mvm, "flush request fail\n");
3800 mutex_unlock(&mvm->mutex);
3801 } else {
3802 mutex_unlock(&mvm->mutex);
Johannes Berg480acbc2014-10-10 08:59:27 +02003803
Emmanuel Grumbach6d440b22015-01-20 09:25:19 +02003804 /* this can take a while, and we may need/want other operations
3805 * to succeed while doing this, so do it without the mutex held
3806 */
3807 iwl_trans_wait_tx_queue_empty(mvm->trans, msk);
3808 }
Emmanuel Grumbachc5b0e7c2014-03-24 12:08:53 +02003809}
3810
Johannes Berg91a8bcd2015-01-14 18:12:41 +01003811static int iwl_mvm_mac_get_survey(struct ieee80211_hw *hw, int idx,
3812 struct survey_info *survey)
3813{
3814 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
3815 int ret;
3816
3817 memset(survey, 0, sizeof(*survey));
3818
3819 /* only support global statistics right now */
3820 if (idx != 0)
3821 return -ENOENT;
3822
3823 if (!(mvm->fw->ucode_capa.capa[0] &
3824 IWL_UCODE_TLV_CAPA_RADIO_BEACON_STATS))
3825 return -ENOENT;
3826
3827 mutex_lock(&mvm->mutex);
3828
3829 if (mvm->ucode_loaded) {
Johannes Berg33cef922015-01-21 21:41:29 +01003830 ret = iwl_mvm_request_statistics(mvm, false);
Johannes Berg91a8bcd2015-01-14 18:12:41 +01003831 if (ret)
3832 goto out;
3833 }
3834
3835 survey->filled = SURVEY_INFO_TIME |
3836 SURVEY_INFO_TIME_RX |
3837 SURVEY_INFO_TIME_TX |
3838 SURVEY_INFO_TIME_SCAN;
3839 survey->time = mvm->accu_radio_stats.on_time_rf +
3840 mvm->radio_stats.on_time_rf;
3841 do_div(survey->time, USEC_PER_MSEC);
3842
3843 survey->time_rx = mvm->accu_radio_stats.rx_time +
3844 mvm->radio_stats.rx_time;
3845 do_div(survey->time_rx, USEC_PER_MSEC);
3846
3847 survey->time_tx = mvm->accu_radio_stats.tx_time +
3848 mvm->radio_stats.tx_time;
3849 do_div(survey->time_tx, USEC_PER_MSEC);
3850
3851 survey->time_scan = mvm->accu_radio_stats.on_time_scan +
3852 mvm->radio_stats.on_time_scan;
3853 do_div(survey->time_scan, USEC_PER_MSEC);
3854
Johannes Berg10a7c0282015-04-01 10:00:31 +02003855 ret = 0;
Johannes Berg91a8bcd2015-01-14 18:12:41 +01003856 out:
3857 mutex_unlock(&mvm->mutex);
3858 return ret;
3859}
3860
Johannes Berg33cef922015-01-21 21:41:29 +01003861static void iwl_mvm_mac_sta_statistics(struct ieee80211_hw *hw,
3862 struct ieee80211_vif *vif,
3863 struct ieee80211_sta *sta,
3864 struct station_info *sinfo)
3865{
3866 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
3867 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
3868 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
3869
3870 if (!(mvm->fw->ucode_capa.capa[0] &
3871 IWL_UCODE_TLV_CAPA_RADIO_BEACON_STATS))
3872 return;
3873
3874 /* if beacon filtering isn't on mac80211 does it anyway */
3875 if (!(vif->driver_flags & IEEE80211_VIF_BEACON_FILTER))
3876 return;
3877
3878 if (!vif->bss_conf.assoc)
3879 return;
3880
3881 mutex_lock(&mvm->mutex);
3882
3883 if (mvmvif->ap_sta_id != mvmsta->sta_id)
3884 goto unlock;
3885
3886 if (iwl_mvm_request_statistics(mvm, false))
3887 goto unlock;
3888
3889 sinfo->rx_beacon = mvmvif->beacon_stats.num_beacons +
3890 mvmvif->beacon_stats.accu_num_beacons;
3891 sinfo->filled |= BIT(NL80211_STA_INFO_BEACON_RX);
3892 if (mvmvif->beacon_stats.avg_signal) {
3893 /* firmware only reports a value after RXing a few beacons */
3894 sinfo->rx_beacon_signal_avg = mvmvif->beacon_stats.avg_signal;
3895 sinfo->filled |= BIT(NL80211_STA_INFO_BEACON_SIGNAL_AVG);
3896 }
3897 unlock:
3898 mutex_unlock(&mvm->mutex);
3899}
3900
Emmanuel Grumbachd42f5352015-02-10 14:29:48 +02003901static void iwl_mvm_mac_event_callback(struct ieee80211_hw *hw,
3902 struct ieee80211_vif *vif,
3903 const struct ieee80211_event *event)
3904{
Johannes Berg5d4f9292015-03-31 09:12:54 +02003905#define CHECK_MLME_TRIGGER(_mvm, _trig, _buf, _cnt, _fmt...) \
Emmanuel Grumbachd42f5352015-02-10 14:29:48 +02003906 do { \
3907 if ((_cnt) && --(_cnt)) \
3908 break; \
Johannes Berg5d4f9292015-03-31 09:12:54 +02003909 iwl_mvm_fw_dbg_collect_trig(_mvm, _trig, _fmt);\
Emmanuel Grumbachd42f5352015-02-10 14:29:48 +02003910 } while (0)
3911
3912 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
3913 struct iwl_fw_dbg_trigger_tlv *trig;
3914 struct iwl_fw_dbg_trigger_mlme *trig_mlme;
Emmanuel Grumbachd42f5352015-02-10 14:29:48 +02003915
3916 if (!iwl_fw_dbg_trigger_enabled(mvm->fw, FW_DBG_TRIGGER_MLME))
3917 return;
3918
3919 if (event->u.mlme.status == MLME_SUCCESS)
3920 return;
3921
3922 trig = iwl_fw_dbg_get_trigger(mvm->fw, FW_DBG_TRIGGER_MLME);
3923 trig_mlme = (void *)trig->data;
3924 if (!iwl_fw_dbg_trigger_check_stop(mvm, vif, trig))
3925 return;
3926
Emmanuel Grumbachd42f5352015-02-10 14:29:48 +02003927 if (event->u.mlme.data == ASSOC_EVENT) {
3928 if (event->u.mlme.status == MLME_DENIED)
3929 CHECK_MLME_TRIGGER(mvm, trig, buf,
3930 trig_mlme->stop_assoc_denied,
3931 "DENIED ASSOC: reason %d",
3932 event->u.mlme.reason);
3933 else if (event->u.mlme.status == MLME_TIMEOUT)
3934 CHECK_MLME_TRIGGER(mvm, trig, buf,
3935 trig_mlme->stop_assoc_timeout,
3936 "ASSOC TIMEOUT");
3937 } else if (event->u.mlme.data == AUTH_EVENT) {
3938 if (event->u.mlme.status == MLME_DENIED)
3939 CHECK_MLME_TRIGGER(mvm, trig, buf,
3940 trig_mlme->stop_auth_denied,
3941 "DENIED AUTH: reason %d",
3942 event->u.mlme.reason);
3943 else if (event->u.mlme.status == MLME_TIMEOUT)
3944 CHECK_MLME_TRIGGER(mvm, trig, buf,
3945 trig_mlme->stop_auth_timeout,
3946 "AUTH TIMEOUT");
3947 } else if (event->u.mlme.data == DEAUTH_RX_EVENT) {
3948 CHECK_MLME_TRIGGER(mvm, trig, buf,
3949 trig_mlme->stop_rx_deauth,
3950 "DEAUTH RX %d", event->u.mlme.reason);
3951 } else if (event->u.mlme.data == DEAUTH_TX_EVENT) {
3952 CHECK_MLME_TRIGGER(mvm, trig, buf,
3953 trig_mlme->stop_tx_deauth,
3954 "DEAUTH TX %d", event->u.mlme.reason);
3955 }
3956#undef CHECK_MLME_TRIGGER
3957}
3958
Johannes Berge5209262014-01-20 23:38:59 +01003959const struct ieee80211_ops iwl_mvm_hw_ops = {
Johannes Berg8ca151b2013-01-24 14:25:36 +01003960 .tx = iwl_mvm_mac_tx,
3961 .ampdu_action = iwl_mvm_mac_ampdu_action,
3962 .start = iwl_mvm_mac_start,
Eliad Pellercf2c92d2014-11-04 11:43:54 +02003963 .reconfig_complete = iwl_mvm_mac_reconfig_complete,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003964 .stop = iwl_mvm_mac_stop,
3965 .add_interface = iwl_mvm_mac_add_interface,
3966 .remove_interface = iwl_mvm_mac_remove_interface,
3967 .config = iwl_mvm_mac_config,
Eliad Pellere59647e2013-11-28 14:08:50 +02003968 .prepare_multicast = iwl_mvm_prepare_multicast,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003969 .configure_filter = iwl_mvm_configure_filter,
3970 .bss_info_changed = iwl_mvm_bss_info_changed,
3971 .hw_scan = iwl_mvm_mac_hw_scan,
3972 .cancel_hw_scan = iwl_mvm_mac_cancel_hw_scan,
Johannes Berg1ddbbb02013-12-04 22:39:17 +01003973 .sta_pre_rcu_remove = iwl_mvm_sta_pre_rcu_remove,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003974 .sta_state = iwl_mvm_mac_sta_state,
3975 .sta_notify = iwl_mvm_mac_sta_notify,
3976 .allow_buffered_frames = iwl_mvm_mac_allow_buffered_frames,
Johannes Berg3e56ead2013-02-15 22:23:18 +01003977 .release_buffered_frames = iwl_mvm_mac_release_buffered_frames,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003978 .set_rts_threshold = iwl_mvm_mac_set_rts_threshold,
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02003979 .sta_rc_update = iwl_mvm_sta_rc_update,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003980 .conf_tx = iwl_mvm_mac_conf_tx,
3981 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
Arik Nemtsov07ecd892014-05-20 18:16:42 +03003982 .mgd_protect_tdls_discover = iwl_mvm_mac_mgd_protect_tdls_discover,
Emmanuel Grumbachc5b0e7c2014-03-24 12:08:53 +02003983 .flush = iwl_mvm_mac_flush,
David Spinadel35a000b2013-08-28 09:29:43 +03003984 .sched_scan_start = iwl_mvm_mac_sched_scan_start,
3985 .sched_scan_stop = iwl_mvm_mac_sched_scan_stop,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003986 .set_key = iwl_mvm_mac_set_key,
3987 .update_tkip_key = iwl_mvm_mac_update_tkip_key,
3988 .remain_on_channel = iwl_mvm_roc,
3989 .cancel_remain_on_channel = iwl_mvm_cancel_roc,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003990 .add_chanctx = iwl_mvm_add_chanctx,
3991 .remove_chanctx = iwl_mvm_remove_chanctx,
3992 .change_chanctx = iwl_mvm_change_chanctx,
3993 .assign_vif_chanctx = iwl_mvm_assign_vif_chanctx,
3994 .unassign_vif_chanctx = iwl_mvm_unassign_vif_chanctx,
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003995 .switch_vif_chanctx = iwl_mvm_switch_vif_chanctx,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003996
Johannes Berg5023d962013-07-31 14:07:43 +02003997 .start_ap = iwl_mvm_start_ap_ibss,
3998 .stop_ap = iwl_mvm_stop_ap_ibss,
3999 .join_ibss = iwl_mvm_start_ap_ibss,
4000 .leave_ibss = iwl_mvm_stop_ap_ibss,
Johannes Berg8ca151b2013-01-24 14:25:36 +01004001
4002 .set_tim = iwl_mvm_set_tim,
4003
Luciano Coelho622e3f92014-11-10 11:10:17 +02004004 .channel_switch = iwl_mvm_channel_switch,
Luciano Coelhof0289052014-11-10 11:10:06 +02004005 .pre_channel_switch = iwl_mvm_pre_channel_switch,
Luciano Coelhof6c34822014-11-10 11:10:12 +02004006 .post_channel_switch = iwl_mvm_post_channel_switch,
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02004007
Arik Nemtsov1d3c3f62014-10-23 18:03:10 +03004008 .tdls_channel_switch = iwl_mvm_tdls_channel_switch,
4009 .tdls_cancel_channel_switch = iwl_mvm_tdls_cancel_channel_switch,
4010 .tdls_recv_channel_switch = iwl_mvm_tdls_recv_channel_switch,
4011
Emmanuel Grumbachd42f5352015-02-10 14:29:48 +02004012 .event_callback = iwl_mvm_mac_event_callback,
4013
David Spinadel507cadf2013-07-31 18:07:21 +03004014 CFG80211_TESTMODE_CMD(iwl_mvm_mac_testmode_cmd)
4015
Johannes Berg8ca151b2013-01-24 14:25:36 +01004016#ifdef CONFIG_PM_SLEEP
4017 /* look at d3.c */
4018 .suspend = iwl_mvm_suspend,
4019 .resume = iwl_mvm_resume,
4020 .set_wakeup = iwl_mvm_set_wakeup,
4021 .set_rekey_data = iwl_mvm_set_rekey_data,
4022#if IS_ENABLED(CONFIG_IPV6)
4023 .ipv6_addr_change = iwl_mvm_ipv6_addr_change,
4024#endif
4025 .set_default_unicast_key = iwl_mvm_set_default_unicast_key,
4026#endif
Johannes Berg91a8bcd2015-01-14 18:12:41 +01004027 .get_survey = iwl_mvm_mac_get_survey,
Johannes Berg33cef922015-01-21 21:41:29 +01004028 .sta_statistics = iwl_mvm_mac_sta_statistics,
Johannes Berg8ca151b2013-01-24 14:25:36 +01004029};