blob: b62405865b25cd185c560731d54ab36304c54812 [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 Berg8ca151b2013-01-24 14:25:36 +010072#include <net/mac80211.h>
Emmanuel Grumbach7b1dd042014-02-04 15:32:43 +020073#include <net/ieee80211_radiotap.h>
Johannes Bergf0c26462013-01-22 20:41:58 +010074#include <net/tcp.h>
Johannes Berg8ca151b2013-01-24 14:25:36 +010075
76#include "iwl-op-mode.h"
77#include "iwl-io.h"
78#include "mvm.h"
79#include "sta.h"
80#include "time-event.h"
81#include "iwl-eeprom-parse.h"
82#include "fw-api-scan.h"
83#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"
Johannes Berg8ca151b2013-01-24 14:25:36 +010087
88static const struct ieee80211_iface_limit iwl_mvm_limits[] = {
89 {
90 .max = 1,
Ilan Peer8eb38712013-06-01 20:17:18 +030091 .types = BIT(NL80211_IFTYPE_STATION),
Johannes Berg8ca151b2013-01-24 14:25:36 +010092 },
Johannes Berg3c15a0f2013-05-31 10:17:19 +020093 {
94 .max = 1,
Ilan Peer8eb38712013-06-01 20:17:18 +030095 .types = BIT(NL80211_IFTYPE_AP) |
96 BIT(NL80211_IFTYPE_P2P_CLIENT) |
Johannes Berg3c15a0f2013-05-31 10:17:19 +020097 BIT(NL80211_IFTYPE_P2P_GO),
98 },
99 {
100 .max = 1,
101 .types = BIT(NL80211_IFTYPE_P2P_DEVICE),
102 },
Johannes Berg8ca151b2013-01-24 14:25:36 +0100103};
104
105static const struct ieee80211_iface_combination iwl_mvm_iface_combinations[] = {
106 {
107 .num_different_channels = 1,
108 .max_interfaces = 3,
109 .limits = iwl_mvm_limits,
110 .n_limits = ARRAY_SIZE(iwl_mvm_limits),
111 },
112};
113
Johannes Bergf0c26462013-01-22 20:41:58 +0100114#ifdef CONFIG_PM_SLEEP
115static const struct nl80211_wowlan_tcp_data_token_feature
116iwl_mvm_wowlan_tcp_token_feature = {
117 .min_len = 0,
118 .max_len = 255,
119 .bufsize = IWL_WOWLAN_REMOTE_WAKE_MAX_TOKENS,
120};
121
122static const struct wiphy_wowlan_tcp_support iwl_mvm_wowlan_tcp_support = {
123 .tok = &iwl_mvm_wowlan_tcp_token_feature,
124 .data_payload_max = IWL_WOWLAN_TCP_MAX_PACKET_LEN -
125 sizeof(struct ethhdr) -
126 sizeof(struct iphdr) -
127 sizeof(struct tcphdr),
128 .data_interval_max = 65535, /* __le16 in API */
129 .wake_payload_max = IWL_WOWLAN_REMOTE_WAKE_MAX_PACKET_LEN -
130 sizeof(struct ethhdr) -
131 sizeof(struct iphdr) -
132 sizeof(struct tcphdr),
133 .seq = true,
134};
135#endif
136
Eliad Peller77736922014-01-14 12:35:49 +0200137#ifdef CONFIG_IWLWIFI_BCAST_FILTERING
Eliad Peller2ee8f022014-01-13 19:07:09 +0200138/*
139 * Use the reserved field to indicate magic values.
140 * these values will only be used internally by the driver,
141 * and won't make it to the fw (reserved will be 0).
142 * BC_FILTER_MAGIC_IP - configure the val of this attribute to
143 * be the vif's ip address. in case there is not a single
144 * ip address (0, or more than 1), this attribute will
145 * be skipped.
146 * BC_FILTER_MAGIC_MAC - set the val of this attribute to
147 * the LSB bytes of the vif's mac address
148 */
149enum {
150 BC_FILTER_MAGIC_NONE = 0,
151 BC_FILTER_MAGIC_IP,
152 BC_FILTER_MAGIC_MAC,
153};
154
Eliad Peller77736922014-01-14 12:35:49 +0200155static const struct iwl_fw_bcast_filter iwl_mvm_default_bcast_filters[] = {
156 {
157 /* arp */
158 .discard = 0,
159 .frame_type = BCAST_FILTER_FRAME_TYPE_ALL,
160 .attrs = {
161 {
162 /* frame type - arp, hw type - ethernet */
163 .offset_type =
164 BCAST_FILTER_OFFSET_PAYLOAD_START,
165 .offset = sizeof(rfc1042_header),
166 .val = cpu_to_be32(0x08060001),
167 .mask = cpu_to_be32(0xffffffff),
168 },
Eliad Peller2ee8f022014-01-13 19:07:09 +0200169 {
170 /* arp dest ip */
171 .offset_type =
172 BCAST_FILTER_OFFSET_PAYLOAD_START,
173 .offset = sizeof(rfc1042_header) + 2 +
174 sizeof(struct arphdr) +
175 ETH_ALEN + sizeof(__be32) +
176 ETH_ALEN,
177 .mask = cpu_to_be32(0xffffffff),
178 /* mark it as special field */
179 .reserved1 = cpu_to_le16(BC_FILTER_MAGIC_IP),
180 },
181 },
182 },
183 {
184 /* dhcp offer bcast */
185 .discard = 0,
186 .frame_type = BCAST_FILTER_FRAME_TYPE_IPV4,
187 .attrs = {
188 {
189 /* udp dest port - 68 (bootp client)*/
190 .offset_type = BCAST_FILTER_OFFSET_IP_END,
191 .offset = offsetof(struct udphdr, dest),
192 .val = cpu_to_be32(0x00440000),
193 .mask = cpu_to_be32(0xffff0000),
194 },
195 {
196 /* dhcp - lsb bytes of client hw address */
197 .offset_type = BCAST_FILTER_OFFSET_IP_END,
198 .offset = 38,
199 .mask = cpu_to_be32(0xffffffff),
200 /* mark it as special field */
201 .reserved1 = cpu_to_le16(BC_FILTER_MAGIC_MAC),
202 },
Eliad Peller77736922014-01-14 12:35:49 +0200203 },
204 },
205 /* last filter must be empty */
206 {},
207};
208#endif
209
Eliad Peller7498cf42014-01-16 17:10:44 +0200210void iwl_mvm_ref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type)
211{
Eliad Peller7bb426e2014-02-24 12:54:37 +0200212 if (!iwl_mvm_is_d0i3_supported(mvm))
Eliad Peller7498cf42014-01-16 17:10:44 +0200213 return;
214
215 IWL_DEBUG_RPM(mvm, "Take mvm reference - type %d\n", ref_type);
Eliad Peller576eeee2014-07-01 18:38:38 +0300216 spin_lock_bh(&mvm->refs_lock);
217 mvm->refs[ref_type]++;
218 spin_unlock_bh(&mvm->refs_lock);
Eliad Peller7498cf42014-01-16 17:10:44 +0200219 iwl_trans_ref(mvm->trans);
220}
221
222void iwl_mvm_unref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type)
223{
Eliad Peller7bb426e2014-02-24 12:54:37 +0200224 if (!iwl_mvm_is_d0i3_supported(mvm))
Eliad Peller7498cf42014-01-16 17:10:44 +0200225 return;
226
227 IWL_DEBUG_RPM(mvm, "Leave mvm reference - type %d\n", ref_type);
Eliad Peller576eeee2014-07-01 18:38:38 +0300228 spin_lock_bh(&mvm->refs_lock);
229 WARN_ON(!mvm->refs[ref_type]--);
230 spin_unlock_bh(&mvm->refs_lock);
Eliad Peller7498cf42014-01-16 17:10:44 +0200231 iwl_trans_unref(mvm->trans);
232}
233
Eliad Peller576eeee2014-07-01 18:38:38 +0300234static void iwl_mvm_unref_all_except(struct iwl_mvm *mvm,
235 enum iwl_mvm_ref_type except_ref)
Eliad Peller7498cf42014-01-16 17:10:44 +0200236{
Eliad Peller576eeee2014-07-01 18:38:38 +0300237 int i, j;
Eliad Peller7498cf42014-01-16 17:10:44 +0200238
Eliad Peller7bb426e2014-02-24 12:54:37 +0200239 if (!iwl_mvm_is_d0i3_supported(mvm))
Eliad Peller7498cf42014-01-16 17:10:44 +0200240 return;
241
Eliad Peller576eeee2014-07-01 18:38:38 +0300242 spin_lock_bh(&mvm->refs_lock);
243 for (i = 0; i < IWL_MVM_REF_COUNT; i++) {
244 if (except_ref == i || !mvm->refs[i])
Eliad Peller7498cf42014-01-16 17:10:44 +0200245 continue;
246
Eliad Peller576eeee2014-07-01 18:38:38 +0300247 IWL_DEBUG_RPM(mvm, "Cleanup: remove mvm ref type %d (%d)\n",
248 i, mvm->refs[i]);
249 for (j = 0; j < mvm->refs[i]; j++)
250 iwl_trans_unref(mvm->trans);
251 mvm->refs[i] = 0;
Eliad Peller7498cf42014-01-16 17:10:44 +0200252 }
Eliad Peller576eeee2014-07-01 18:38:38 +0300253 spin_unlock_bh(&mvm->refs_lock);
Eliad Peller7498cf42014-01-16 17:10:44 +0200254}
255
Eliad Peller576eeee2014-07-01 18:38:38 +0300256int iwl_mvm_ref_sync(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type)
Gregory Greenmand40fc482014-06-25 14:08:50 +0200257{
258 iwl_mvm_ref(mvm, ref_type);
259
260 if (!wait_event_timeout(mvm->d0i3_exit_waitq,
261 !test_bit(IWL_MVM_STATUS_IN_D0I3, &mvm->status),
262 HZ)) {
263 WARN_ON_ONCE(1);
264 iwl_mvm_unref(mvm, ref_type);
265 return -EIO;
266 }
267
268 return 0;
269}
270
Ilan Peerfe0f2de2013-03-21 10:23:52 +0200271static void iwl_mvm_reset_phy_ctxts(struct iwl_mvm *mvm)
272{
273 int i;
274
275 memset(mvm->phy_ctxts, 0, sizeof(mvm->phy_ctxts));
276 for (i = 0; i < NUM_PHY_CTX; i++) {
277 mvm->phy_ctxts[i].id = i;
278 mvm->phy_ctxts[i].ref = 0;
279 }
280}
281
Johannes Berg8ca151b2013-01-24 14:25:36 +0100282int iwl_mvm_mac_setup_register(struct iwl_mvm *mvm)
283{
284 struct ieee80211_hw *hw = mvm->hw;
Ilan Peer831e85f2013-02-07 17:09:09 +0200285 int num_mac, ret, i;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100286
287 /* Tell mac80211 our characteristics */
288 hw->flags = IEEE80211_HW_SIGNAL_DBM |
289 IEEE80211_HW_SPECTRUM_MGMT |
290 IEEE80211_HW_REPORTS_TX_ACK_STATUS |
291 IEEE80211_HW_QUEUE_CONTROL |
292 IEEE80211_HW_WANT_MONITOR_VIF |
Johannes Berg8ca151b2013-01-24 14:25:36 +0100293 IEEE80211_HW_SUPPORTS_PS |
294 IEEE80211_HW_SUPPORTS_DYNAMIC_PS |
Johannes Bergd2931bb2013-02-05 18:10:04 +0100295 IEEE80211_HW_AMPDU_AGGREGATION |
Hila Gonend64048e2013-03-13 18:00:03 +0200296 IEEE80211_HW_TIMING_BEACON_ONLY |
Emmanuel Grumbach147fc9b2013-07-28 11:00:52 +0300297 IEEE80211_HW_CONNECTION_MONITOR |
Ido Yarivb71d9c82014-07-23 09:31:14 -0400298 IEEE80211_HW_CHANCTX_STA_CSA |
299 IEEE80211_HW_SUPPORTS_CLONED_SKBS;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100300
Eytan Lifshitz19e737c2013-09-09 13:30:15 +0200301 hw->queues = mvm->first_agg_queue;
Ilan Peer398e8c62013-03-13 15:20:35 +0200302 hw->offchannel_tx_hw_queue = IWL_MVM_OFFCHANNEL_QUEUE;
Emmanuel Grumbach7b1dd042014-02-04 15:32:43 +0200303 hw->radiotap_mcs_details |= IEEE80211_RADIOTAP_MCS_HAVE_FEC |
304 IEEE80211_RADIOTAP_MCS_HAVE_STBC;
305 hw->radiotap_vht_details |= IEEE80211_RADIOTAP_VHT_KNOWN_STBC;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100306 hw->rate_control_algorithm = "iwl-mvm-rs";
307
308 /*
309 * Enable 11w if advertised by firmware and software crypto
310 * is not enabled (as the firmware will interpret some mgmt
311 * packets, so enabling it with software crypto isn't safe)
312 */
313 if (mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_MFP &&
314 !iwlwifi_mod_params.sw_crypto)
315 hw->flags |= IEEE80211_HW_MFP_CAPABLE;
316
Matt Chen1504f482014-04-24 18:43:18 +0800317 if (mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_UAPSD_SUPPORT &&
318 IWL_UCODE_API(mvm->fw->ucode_ver) >= 9 &&
319 !iwlwifi_mod_params.uapsd_disable) {
320 hw->flags |= IEEE80211_HW_SUPPORTS_UAPSD;
Eliad Peller4cb832d2014-08-06 10:52:27 +0300321 hw->uapsd_queues = IWL_MVM_UAPSD_QUEUES;
Matt Chen1504f482014-04-24 18:43:18 +0800322 hw->uapsd_max_sp_len = IWL_UAPSD_MAX_SP;
323 }
Alexander Bondare8e626a2013-10-16 00:21:34 +0200324
David Spinadelfb98be52014-05-04 12:51:10 +0300325 if (mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_LMAC_SCAN)
326 hw->flags |= IEEE80211_SINGLE_HW_SCAN_ON_ALL_BANDS;
327
Johannes Berg8ca151b2013-01-24 14:25:36 +0100328 hw->sta_data_size = sizeof(struct iwl_mvm_sta);
329 hw->vif_data_size = sizeof(struct iwl_mvm_vif);
Ilan Peerfe0f2de2013-03-21 10:23:52 +0200330 hw->chanctx_data_size = sizeof(u16);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100331
332 hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
Johannes Berg3c15a0f2013-05-31 10:17:19 +0200333 BIT(NL80211_IFTYPE_P2P_CLIENT) |
334 BIT(NL80211_IFTYPE_AP) |
335 BIT(NL80211_IFTYPE_P2P_GO) |
Emmanuel Grumbachc13b1722014-03-27 19:12:12 +0200336 BIT(NL80211_IFTYPE_P2P_DEVICE) |
337 BIT(NL80211_IFTYPE_ADHOC);
Johannes Berg5023d962013-07-31 14:07:43 +0200338
Luis R. Rodrigueza2f73b62013-11-11 22:15:29 +0100339 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
340 hw->wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG |
341 REGULATORY_DISABLE_BEACON_HINTS;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100342
Johannes Berg3e56ead2013-02-15 22:23:18 +0100343 if (mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_GO_UAPSD)
344 hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD;
345
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +0200346 if (mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_CSA_FLOW)
347 hw->wiphy->flags |= WIPHY_FLAG_HAS_CHANNEL_SWITCH;
348
Johannes Berg8ca151b2013-01-24 14:25:36 +0100349 hw->wiphy->iface_combinations = iwl_mvm_iface_combinations;
350 hw->wiphy->n_iface_combinations =
351 ARRAY_SIZE(iwl_mvm_iface_combinations);
352
Ilan Peerc451e6d2013-02-20 08:41:54 +0200353 hw->wiphy->max_remain_on_channel_duration = 10000;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100354 hw->max_listen_interval = IWL_CONN_MAX_LISTEN_INTERVAL;
355
356 /* Extract MAC address */
357 memcpy(mvm->addresses[0].addr, mvm->nvm_data->hw_addr, ETH_ALEN);
358 hw->wiphy->addresses = mvm->addresses;
359 hw->wiphy->n_addresses = 1;
Ilan Peer831e85f2013-02-07 17:09:09 +0200360
361 /* Extract additional MAC addresses if available */
362 num_mac = (mvm->nvm_data->n_hw_addrs > 1) ?
363 min(IWL_MVM_MAX_ADDRESSES, mvm->nvm_data->n_hw_addrs) : 1;
364
365 for (i = 1; i < num_mac; i++) {
366 memcpy(mvm->addresses[i].addr, mvm->addresses[i-1].addr,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100367 ETH_ALEN);
Ilan Peer831e85f2013-02-07 17:09:09 +0200368 mvm->addresses[i].addr[5]++;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100369 hw->wiphy->n_addresses++;
370 }
371
Ilan Peerfe0f2de2013-03-21 10:23:52 +0200372 iwl_mvm_reset_phy_ctxts(mvm);
373
Andrei Otcheretianski48849a42014-09-09 10:58:49 +0300374 hw->wiphy->max_scan_ie_len = iwl_mvm_max_scan_ie_len(mvm, false);
David Spinadel20f1a5d2013-08-21 09:14:27 +0300375
Johannes Berg8ca151b2013-01-24 14:25:36 +0100376 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX;
377
378 if (mvm->nvm_data->bands[IEEE80211_BAND_2GHZ].n_channels)
379 hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
380 &mvm->nvm_data->bands[IEEE80211_BAND_2GHZ];
381 if (mvm->nvm_data->bands[IEEE80211_BAND_5GHZ].n_channels)
382 hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
383 &mvm->nvm_data->bands[IEEE80211_BAND_5GHZ];
384
385 hw->wiphy->hw_version = mvm->trans->hw_id;
386
Alexander Bondarade50652013-04-03 16:28:47 +0300387 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100388 hw->wiphy->flags |= WIPHY_FLAG_PS_ON_BY_DEFAULT;
389 else
390 hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
391
Emmanuel Grumbach6efaaf32014-09-01 10:03:21 +0300392 if (IWL_UCODE_API(mvm->fw->ucode_ver) >= 10) {
393 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_SCHED_SCAN;
394 hw->wiphy->max_sched_scan_ssids = PROBE_OPTION_MAX;
395 hw->wiphy->max_match_sets = IWL_SCAN_MAX_PROFILES;
396 /* we create the 802.11 header and zero length SSID IE. */
397 hw->wiphy->max_sched_scan_ie_len =
398 SCAN_OFFLOAD_PROBE_REQ_SIZE - 24 - 2;
399 }
David Spinadel35a000b2013-08-28 09:29:43 +0300400
Johannes Berg8ca151b2013-01-24 14:25:36 +0100401 hw->wiphy->features |= NL80211_FEATURE_P2P_GO_CTWIN |
Johannes Bergab480032014-06-04 10:13:50 +0200402 NL80211_FEATURE_LOW_PRIORITY_SCAN |
Eliad Peller0d8614b2014-09-10 14:07:36 +0300403 NL80211_FEATURE_P2P_GO_OPPPS |
404 NL80211_FEATURE_DYNAMIC_SMPS |
405 NL80211_FEATURE_STATIC_SMPS;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100406
Andrei Otcheretianskif1daa002014-07-01 12:54:25 +0300407 if (mvm->fw->ucode_capa.capa[0] &
408 IWL_UCODE_TLV_CAPA_TXPOWER_INSERTION_SUPPORT)
409 hw->wiphy->features |= NL80211_FEATURE_TX_POWER_INSERTION;
Assaf Krauss226bcd42014-03-13 08:12:15 +0200410 if (mvm->fw->ucode_capa.capa[0] &
411 IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT)
412 hw->wiphy->features |= NL80211_FEATURE_QUIET;
Andrei Otcheretianskif1daa002014-07-01 12:54:25 +0300413
Andrei Otcheretianski73897bd2014-07-09 18:59:14 +0300414 if (mvm->fw->ucode_capa.capa[0] &
415 IWL_UCODE_TLV_CAPA_DS_PARAM_SET_IE_SUPPORT)
416 hw->wiphy->features |=
417 NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES;
418
419 if (mvm->fw->ucode_capa.capa[0] &
420 IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT)
421 hw->wiphy->features |= NL80211_FEATURE_WFA_TPC_IE_IN_PROBES;
422
Johannes Berg8ca151b2013-01-24 14:25:36 +0100423 mvm->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD;
424
Max Stepanove36e5432013-08-27 19:56:13 +0300425 /* currently FW API supports only one optional cipher scheme */
Johannes Berg9ddca862014-01-06 09:29:40 +0100426 if (mvm->fw->cs[0].cipher) {
Max Stepanove36e5432013-08-27 19:56:13 +0300427 mvm->hw->n_cipher_schemes = 1;
Johannes Berg9ddca862014-01-06 09:29:40 +0100428 mvm->hw->cipher_schemes = &mvm->fw->cs[0];
Max Stepanove36e5432013-08-27 19:56:13 +0300429 }
430
Johannes Berg8ca151b2013-01-24 14:25:36 +0100431#ifdef CONFIG_PM_SLEEP
Eliad Pellerd15a7472014-03-27 18:53:12 +0200432 if (iwl_mvm_is_d0i3_supported(mvm) &&
433 device_can_wakeup(mvm->trans->dev)) {
434 mvm->wowlan.flags = WIPHY_WOWLAN_ANY;
435 hw->wiphy->wowlan = &mvm->wowlan;
436 } else if (mvm->fw->img[IWL_UCODE_WOWLAN].sec[0].len &&
Johannes Berg8ca151b2013-01-24 14:25:36 +0100437 mvm->trans->ops->d3_suspend &&
438 mvm->trans->ops->d3_resume &&
439 device_can_wakeup(mvm->trans->dev)) {
Johannes Berg964dc9e2013-06-03 17:25:34 +0200440 mvm->wowlan.flags = WIPHY_WOWLAN_MAGIC_PKT |
441 WIPHY_WOWLAN_DISCONNECT |
442 WIPHY_WOWLAN_EAP_IDENTITY_REQ |
443 WIPHY_WOWLAN_RFKILL_RELEASE;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100444 if (!iwlwifi_mod_params.sw_crypto)
Johannes Berg964dc9e2013-06-03 17:25:34 +0200445 mvm->wowlan.flags |= WIPHY_WOWLAN_SUPPORTS_GTK_REKEY |
446 WIPHY_WOWLAN_GTK_REKEY_FAILURE |
447 WIPHY_WOWLAN_4WAY_HANDSHAKE;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100448
Johannes Berg964dc9e2013-06-03 17:25:34 +0200449 mvm->wowlan.n_patterns = IWL_WOWLAN_MAX_PATTERNS;
450 mvm->wowlan.pattern_min_len = IWL_WOWLAN_MIN_PATTERN_LEN;
451 mvm->wowlan.pattern_max_len = IWL_WOWLAN_MAX_PATTERN_LEN;
452 mvm->wowlan.tcp = &iwl_mvm_wowlan_tcp_support;
453 hw->wiphy->wowlan = &mvm->wowlan;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100454 }
455#endif
456
Eliad Peller77736922014-01-14 12:35:49 +0200457#ifdef CONFIG_IWLWIFI_BCAST_FILTERING
458 /* assign default bcast filtering configuration */
459 mvm->bcast_filters = iwl_mvm_default_bcast_filters;
460#endif
461
Johannes Berg8ca151b2013-01-24 14:25:36 +0100462 ret = iwl_mvm_leds_init(mvm);
463 if (ret)
464 return ret;
465
Emmanuel Grumbachb7327d82013-06-24 15:44:03 +0300466 ret = ieee80211_register_hw(mvm->hw);
467 if (ret)
468 iwl_mvm_leds_exit(mvm);
469
470 return ret;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100471}
472
Arik Nemtsovb2492502014-03-13 12:21:50 +0200473static bool iwl_mvm_defer_tx(struct iwl_mvm *mvm,
474 struct ieee80211_sta *sta,
475 struct sk_buff *skb)
476{
477 struct iwl_mvm_sta *mvmsta;
478 bool defer = false;
479
480 /*
481 * double check the IN_D0I3 flag both before and after
482 * taking the spinlock, in order to prevent taking
483 * the spinlock when not needed.
484 */
485 if (likely(!test_bit(IWL_MVM_STATUS_IN_D0I3, &mvm->status)))
486 return false;
487
488 spin_lock(&mvm->d0i3_tx_lock);
489 /*
490 * testing the flag again ensures the skb dequeue
491 * loop (on d0i3 exit) hasn't run yet.
492 */
493 if (!test_bit(IWL_MVM_STATUS_IN_D0I3, &mvm->status))
494 goto out;
495
496 mvmsta = iwl_mvm_sta_from_mac80211(sta);
497 if (mvmsta->sta_id == IWL_MVM_STATION_COUNT ||
498 mvmsta->sta_id != mvm->d0i3_ap_sta_id)
499 goto out;
500
501 __skb_queue_tail(&mvm->d0i3_tx, skb);
502 ieee80211_stop_queues(mvm->hw);
503
504 /* trigger wakeup */
505 iwl_mvm_ref(mvm, IWL_MVM_REF_TX);
506 iwl_mvm_unref(mvm, IWL_MVM_REF_TX);
507
508 defer = true;
509out:
510 spin_unlock(&mvm->d0i3_tx_lock);
511 return defer;
512}
513
Johannes Berg8ca151b2013-01-24 14:25:36 +0100514static void iwl_mvm_mac_tx(struct ieee80211_hw *hw,
515 struct ieee80211_tx_control *control,
516 struct sk_buff *skb)
517{
518 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Johannes Berg3e56ead2013-02-15 22:23:18 +0100519 struct ieee80211_sta *sta = control->sta;
520 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
521 struct ieee80211_hdr *hdr = (void *)skb->data;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100522
Eytan Lifshitz9ee718a2013-05-19 19:14:41 +0300523 if (iwl_mvm_is_radio_killed(mvm)) {
524 IWL_DEBUG_DROP(mvm, "Dropping - RF/CT KILL\n");
Johannes Berg8ca151b2013-01-24 14:25:36 +0100525 goto drop;
526 }
527
Ilan Peer398e8c62013-03-13 15:20:35 +0200528 if (IEEE80211_SKB_CB(skb)->hw_queue == IWL_MVM_OFFCHANNEL_QUEUE &&
Matti Gottlieba6cc5162014-09-29 11:46:04 +0300529 !test_bit(IWL_MVM_STATUS_ROC_RUNNING, &mvm->status) &&
530 !test_bit(IWL_MVM_STATUS_ROC_AUX_RUNNING, &mvm->status))
Johannes Berg8ca151b2013-01-24 14:25:36 +0100531 goto drop;
532
Johannes Berg3e56ead2013-02-15 22:23:18 +0100533 /* treat non-bufferable MMPDUs as broadcast if sta is sleeping */
534 if (unlikely(info->flags & IEEE80211_TX_CTL_NO_PS_BUFFER &&
535 ieee80211_is_mgmt(hdr->frame_control) &&
536 !ieee80211_is_deauth(hdr->frame_control) &&
537 !ieee80211_is_disassoc(hdr->frame_control) &&
538 !ieee80211_is_action(hdr->frame_control)))
539 sta = NULL;
540
541 if (sta) {
Arik Nemtsovb2492502014-03-13 12:21:50 +0200542 if (iwl_mvm_defer_tx(mvm, sta, skb))
543 return;
Johannes Berg3e56ead2013-02-15 22:23:18 +0100544 if (iwl_mvm_tx_skb(mvm, skb, sta))
Johannes Berg8ca151b2013-01-24 14:25:36 +0100545 goto drop;
546 return;
547 }
548
549 if (iwl_mvm_tx_skb_non_sta(mvm, skb))
550 goto drop;
551 return;
552 drop:
553 ieee80211_free_txskb(hw, skb);
554}
555
Emmanuel Grumbach205e2212014-02-12 15:15:05 +0200556static inline bool iwl_enable_rx_ampdu(const struct iwl_cfg *cfg)
557{
558 if (iwlwifi_mod_params.disable_11n & IWL_DISABLE_HT_RXAGG)
559 return false;
560 return true;
561}
562
563static inline bool iwl_enable_tx_ampdu(const struct iwl_cfg *cfg)
564{
565 if (iwlwifi_mod_params.disable_11n & IWL_DISABLE_HT_TXAGG)
566 return false;
567 if (iwlwifi_mod_params.disable_11n & IWL_ENABLE_HT_TXAGG)
568 return true;
569
570 /* enabled by default */
571 return true;
572}
573
Johannes Berg8ca151b2013-01-24 14:25:36 +0100574static int iwl_mvm_mac_ampdu_action(struct ieee80211_hw *hw,
575 struct ieee80211_vif *vif,
576 enum ieee80211_ampdu_mlme_action action,
577 struct ieee80211_sta *sta, u16 tid,
578 u16 *ssn, u8 buf_size)
579{
580 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
581 int ret;
Arik Nemtsovb2492502014-03-13 12:21:50 +0200582 bool tx_agg_ref = false;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100583
584 IWL_DEBUG_HT(mvm, "A-MPDU action on addr %pM tid %d: action %d\n",
585 sta->addr, tid, action);
586
587 if (!(mvm->nvm_data->sku_cap_11n_enable))
588 return -EACCES;
589
Arik Nemtsovb2492502014-03-13 12:21:50 +0200590 /* return from D0i3 before starting a new Tx aggregation */
Eliad Peller9256c202014-04-22 13:33:29 +0300591 switch (action) {
592 case IEEE80211_AMPDU_TX_START:
593 case IEEE80211_AMPDU_TX_STOP_CONT:
594 case IEEE80211_AMPDU_TX_STOP_FLUSH:
595 case IEEE80211_AMPDU_TX_STOP_FLUSH_CONT:
596 case IEEE80211_AMPDU_TX_OPERATIONAL:
Arik Nemtsovb2492502014-03-13 12:21:50 +0200597 /*
Eliad Peller9256c202014-04-22 13:33:29 +0300598 * for tx start, wait synchronously until D0i3 exit to
599 * get the correct sequence number for the tid.
600 * additionally, some other ampdu actions use direct
601 * target access, which is not handled automatically
602 * by the trans layer (unlike commands), so wait for
603 * d0i3 exit in these cases as well.
Arik Nemtsovb2492502014-03-13 12:21:50 +0200604 */
Gregory Greenmand40fc482014-06-25 14:08:50 +0200605 ret = iwl_mvm_ref_sync(mvm, IWL_MVM_REF_TX_AGG);
606 if (ret)
607 return ret;
608
609 tx_agg_ref = true;
Eliad Peller9256c202014-04-22 13:33:29 +0300610 break;
611 default:
612 break;
Arik Nemtsovb2492502014-03-13 12:21:50 +0200613 }
614
Johannes Berg8ca151b2013-01-24 14:25:36 +0100615 mutex_lock(&mvm->mutex);
616
617 switch (action) {
618 case IEEE80211_AMPDU_RX_START:
Emmanuel Grumbach205e2212014-02-12 15:15:05 +0200619 if (!iwl_enable_rx_ampdu(mvm->cfg)) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100620 ret = -EINVAL;
621 break;
622 }
623 ret = iwl_mvm_sta_rx_agg(mvm, sta, tid, *ssn, true);
624 break;
625 case IEEE80211_AMPDU_RX_STOP:
626 ret = iwl_mvm_sta_rx_agg(mvm, sta, tid, 0, false);
627 break;
628 case IEEE80211_AMPDU_TX_START:
Emmanuel Grumbach205e2212014-02-12 15:15:05 +0200629 if (!iwl_enable_tx_ampdu(mvm->cfg)) {
Emmanuel Grumbach5d158ef2013-02-19 14:39:58 +0200630 ret = -EINVAL;
631 break;
632 }
Johannes Berg8ca151b2013-01-24 14:25:36 +0100633 ret = iwl_mvm_sta_tx_agg_start(mvm, vif, sta, tid, ssn);
634 break;
635 case IEEE80211_AMPDU_TX_STOP_CONT:
Emmanuel Grumbache3d9e7c2013-02-19 16:13:53 +0200636 ret = iwl_mvm_sta_tx_agg_stop(mvm, vif, sta, tid);
637 break;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100638 case IEEE80211_AMPDU_TX_STOP_FLUSH:
639 case IEEE80211_AMPDU_TX_STOP_FLUSH_CONT:
Emmanuel Grumbache3d9e7c2013-02-19 16:13:53 +0200640 ret = iwl_mvm_sta_tx_agg_flush(mvm, vif, sta, tid);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100641 break;
642 case IEEE80211_AMPDU_TX_OPERATIONAL:
643 ret = iwl_mvm_sta_tx_agg_oper(mvm, vif, sta, tid, buf_size);
644 break;
645 default:
646 WARN_ON_ONCE(1);
647 ret = -EINVAL;
648 break;
649 }
650 mutex_unlock(&mvm->mutex);
651
Arik Nemtsovb2492502014-03-13 12:21:50 +0200652 /*
653 * If the tid is marked as started, we won't use it for offloaded
654 * traffic on the next D0i3 entry. It's safe to unref.
655 */
656 if (tx_agg_ref)
657 iwl_mvm_unref(mvm, IWL_MVM_REF_TX_AGG);
658
Johannes Berg8ca151b2013-01-24 14:25:36 +0100659 return ret;
660}
661
662static void iwl_mvm_cleanup_iterator(void *data, u8 *mac,
663 struct ieee80211_vif *vif)
664{
665 struct iwl_mvm *mvm = data;
666 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
667
668 mvmvif->uploaded = false;
669 mvmvif->ap_sta_id = IWL_MVM_STATION_COUNT;
670
671 /* does this make sense at all? */
672 mvmvif->color++;
673
674 spin_lock_bh(&mvm->time_event_lock);
675 iwl_mvm_te_clear_data(mvm, &mvmvif->time_event_data);
676 spin_unlock_bh(&mvm->time_event_lock);
677
Ilan Peerfe0f2de2013-03-21 10:23:52 +0200678 mvmvif->phy_ctxt = NULL;
Emmanuel Grumbach8a275ba2014-07-13 09:12:11 +0300679 memset(&mvmvif->bf_data, 0, sizeof(mvmvif->bf_data));
Johannes Berg8ca151b2013-01-24 14:25:36 +0100680}
681
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +0300682#ifdef CONFIG_IWLWIFI_DEBUGFS
Emmanuel Grumbach4bfa47f2014-09-11 16:19:43 +0300683void iwl_mvm_fw_error_dump(struct iwl_mvm *mvm)
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +0300684{
Emmanuel Grumbach4bfa47f2014-09-11 16:19:43 +0300685 static char *env[] = { "DRIVER=iwlwifi", "EVENT=error_dump", NULL };
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +0300686 struct iwl_fw_error_dump_file *dump_file;
687 struct iwl_fw_error_dump_data *dump_data;
688 struct iwl_fw_error_dump_info *dump_info;
Emmanuel Grumbach48eb7b32014-07-08 19:45:17 +0300689 struct iwl_mvm_dump_ptrs *fw_error_dump;
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +0300690 const struct fw_img *img;
691 u32 sram_len, sram_ofs;
692 u32 file_len, rxf_len;
693 unsigned long flags;
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +0300694 int reg_val;
695
696 lockdep_assert_held(&mvm->mutex);
697
698 if (mvm->fw_error_dump)
699 return;
700
Emmanuel Grumbach48eb7b32014-07-08 19:45:17 +0300701 fw_error_dump = kzalloc(sizeof(*mvm->fw_error_dump), GFP_KERNEL);
702 if (!fw_error_dump)
703 return;
704
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +0300705 img = &mvm->fw->img[mvm->cur_ucode];
706 sram_ofs = img->sec[IWL_UCODE_SECTION_DATA].offset;
707 sram_len = img->sec[IWL_UCODE_SECTION_DATA].len;
708
709 /* reading buffer size */
710 reg_val = iwl_trans_read_prph(mvm->trans, RXF_SIZE_ADDR);
711 rxf_len = (reg_val & RXF_SIZE_BYTE_CNT_MSK) >> RXF_SIZE_BYTE_CND_POS;
712
713 /* the register holds the value divided by 128 */
714 rxf_len = rxf_len << 7;
715
716 file_len = sizeof(*dump_file) +
717 sizeof(*dump_data) * 3 +
718 sram_len +
719 rxf_len +
720 sizeof(*dump_info);
721
Emmanuel Grumbach5bfe6f52014-06-25 16:21:43 +0300722 dump_file = vzalloc(file_len);
Emmanuel Grumbach48eb7b32014-07-08 19:45:17 +0300723 if (!dump_file) {
724 kfree(fw_error_dump);
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +0300725 return;
Emmanuel Grumbach48eb7b32014-07-08 19:45:17 +0300726 }
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +0300727
Emmanuel Grumbach48eb7b32014-07-08 19:45:17 +0300728 fw_error_dump->op_mode_ptr = dump_file;
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +0300729
730 dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER);
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +0300731 dump_data = (void *)dump_file->data;
732
733 dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_DEV_FW_INFO);
734 dump_data->len = cpu_to_le32(sizeof(*dump_info));
735 dump_info = (void *) dump_data->data;
736 dump_info->device_family =
737 mvm->cfg->device_family == IWL_DEVICE_FAMILY_7000 ?
738 cpu_to_le32(IWL_FW_ERROR_DUMP_FAMILY_7) :
739 cpu_to_le32(IWL_FW_ERROR_DUMP_FAMILY_8);
740 memcpy(dump_info->fw_human_readable, mvm->fw->human_readable,
741 sizeof(dump_info->fw_human_readable));
742 strncpy(dump_info->dev_human_readable, mvm->cfg->name,
743 sizeof(dump_info->dev_human_readable));
744 strncpy(dump_info->bus_human_readable, mvm->dev->bus->name,
745 sizeof(dump_info->bus_human_readable));
746
747 dump_data = iwl_fw_error_next_data(dump_data);
748 dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_RXF);
749 dump_data->len = cpu_to_le32(rxf_len);
750
751 if (iwl_trans_grab_nic_access(mvm->trans, false, &flags)) {
752 u32 *rxf = (void *)dump_data->data;
753 int i;
754
755 for (i = 0; i < (rxf_len / sizeof(u32)); i++) {
756 iwl_trans_write_prph(mvm->trans,
757 RXF_LD_FENCE_OFFSET_ADDR,
758 i * sizeof(u32));
759 rxf[i] = iwl_trans_read_prph(mvm->trans,
760 RXF_FIFO_RD_FENCE_ADDR);
761 }
762 iwl_trans_release_nic_access(mvm->trans, &flags);
763 }
764
765 dump_data = iwl_fw_error_next_data(dump_data);
766 dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_SRAM);
767 dump_data->len = cpu_to_le32(sram_len);
768 iwl_trans_read_mem_bytes(mvm->trans, sram_ofs, dump_data->data,
769 sram_len);
770
Emmanuel Grumbach48eb7b32014-07-08 19:45:17 +0300771 fw_error_dump->trans_ptr = iwl_trans_dump_data(mvm->trans);
772 fw_error_dump->op_mode_len = file_len;
773 if (fw_error_dump->trans_ptr)
774 file_len += fw_error_dump->trans_ptr->len;
775 dump_file->file_len = cpu_to_le32(file_len);
776 mvm->fw_error_dump = fw_error_dump;
Emmanuel Grumbach4bfa47f2014-09-11 16:19:43 +0300777
778 /* notify the userspace about the error we had */
779 kobject_uevent_env(&mvm->hw->wiphy->dev.kobj, KOBJ_CHANGE, env);
Emmanuel Grumbach655e6d62014-06-25 14:08:58 +0300780}
781#endif
782
Johannes Berg8ca151b2013-01-24 14:25:36 +0100783static void iwl_mvm_restart_cleanup(struct iwl_mvm *mvm)
784{
Emmanuel Grumbach1bd3cbc2014-03-18 21:15:06 +0200785 iwl_mvm_fw_error_dump(mvm);
786
Johannes Berg8ca151b2013-01-24 14:25:36 +0100787 iwl_trans_stop_device(mvm->trans);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100788
789 mvm->scan_status = IWL_MVM_SCAN_NONE;
Luciano Coelhob1873302014-08-08 17:12:07 +0300790 mvm->ps_disabled = false;
Emmanuel Grumbach31b8b342014-11-02 15:48:09 +0200791 mvm->calibrating = false;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100792
793 /* just in case one was running */
794 ieee80211_remain_on_channel_expired(mvm->hw);
795
796 ieee80211_iterate_active_interfaces_atomic(
797 mvm->hw, IEEE80211_IFACE_ITER_RESUME_ALL,
798 iwl_mvm_cleanup_iterator, mvm);
799
Ilan Peerfe0f2de2013-03-21 10:23:52 +0200800 mvm->p2p_device_vif = NULL;
Eliad Peller37577fe2013-12-05 17:19:39 +0200801 mvm->d0i3_ap_sta_id = IWL_MVM_STATION_COUNT;
Ilan Peerfe0f2de2013-03-21 10:23:52 +0200802
803 iwl_mvm_reset_phy_ctxts(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100804 memset(mvm->fw_key_table, 0, sizeof(mvm->fw_key_table));
805 memset(mvm->sta_drained, 0, sizeof(mvm->sta_drained));
Emmanuel Grumbach8a275ba2014-07-13 09:12:11 +0300806 memset(&mvm->last_bt_notif, 0, sizeof(mvm->last_bt_notif));
807 memset(&mvm->last_bt_notif_old, 0, sizeof(mvm->last_bt_notif_old));
808 memset(&mvm->last_bt_ci_cmd, 0, sizeof(mvm->last_bt_ci_cmd));
809 memset(&mvm->last_bt_ci_cmd_old, 0, sizeof(mvm->last_bt_ci_cmd_old));
810 memset(&mvm->bt_ack_kill_msk, 0, sizeof(mvm->bt_ack_kill_msk));
811 memset(&mvm->bt_cts_kill_msk, 0, sizeof(mvm->bt_cts_kill_msk));
Johannes Berg8ca151b2013-01-24 14:25:36 +0100812
813 ieee80211_wake_queues(mvm->hw);
814
Eliad Peller7498cf42014-01-16 17:10:44 +0200815 /* cleanup all stale references (scan, roc), but keep the
816 * ucode_down ref until reconfig is complete */
817 iwl_mvm_unref_all_except(mvm, IWL_MVM_REF_UCODE_DOWN);
818
Eliad Peller228670b2014-08-10 17:00:15 +0300819 /* clear any stale d0i3 state */
820 clear_bit(IWL_MVM_STATUS_IN_D0I3, &mvm->status);
821
Johannes Berg8ca151b2013-01-24 14:25:36 +0100822 mvm->vif_count = 0;
Emmanuel Grumbach113a0442013-07-02 14:16:38 +0300823 mvm->rx_ba_sessions = 0;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100824}
825
Luciano Coelhoa0a09242014-09-04 12:29:15 +0300826int __iwl_mvm_mac_start(struct iwl_mvm *mvm)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100827{
Johannes Berg8ca151b2013-01-24 14:25:36 +0100828 int ret;
829
Luciano Coelhoa0a09242014-09-04 12:29:15 +0300830 lockdep_assert_held(&mvm->mutex);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100831
832 /* Clean up some internal and mac80211 state on restart */
833 if (test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status))
834 iwl_mvm_restart_cleanup(mvm);
835
836 ret = iwl_mvm_up(mvm);
Johannes Bergc47af222014-04-30 16:34:45 +0200837
838 if (ret && test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status)) {
839 /* Something went wrong - we need to finish some cleanup
840 * that normally iwl_mvm_mac_restart_complete() below
841 * would do.
842 */
843 clear_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status);
844 iwl_mvm_d0i3_enable_tx(mvm, NULL);
845 }
846
Luciano Coelhoa0a09242014-09-04 12:29:15 +0300847 return ret;
848}
849
850static int iwl_mvm_mac_start(struct ieee80211_hw *hw)
851{
852 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
853 int ret;
854
855 mutex_lock(&mvm->mutex);
856 ret = __iwl_mvm_mac_start(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100857 mutex_unlock(&mvm->mutex);
858
859 return ret;
860}
861
862static void iwl_mvm_mac_restart_complete(struct ieee80211_hw *hw)
863{
864 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
865 int ret;
866
867 mutex_lock(&mvm->mutex);
868
869 clear_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status);
Arik Nemtsovb2492502014-03-13 12:21:50 +0200870 iwl_mvm_d0i3_enable_tx(mvm, NULL);
Johannes Berg01662302014-06-06 15:18:45 +0200871 ret = iwl_mvm_update_quotas(mvm, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100872 if (ret)
873 IWL_ERR(mvm, "Failed to update quotas after restart (%d)\n",
874 ret);
875
Eliad Peller7498cf42014-01-16 17:10:44 +0200876 /* allow transport/FW low power modes */
877 iwl_mvm_unref(mvm, IWL_MVM_REF_UCODE_DOWN);
878
Johannes Berg8ca151b2013-01-24 14:25:36 +0100879 mutex_unlock(&mvm->mutex);
880}
881
Luciano Coelhoa0a09242014-09-04 12:29:15 +0300882void __iwl_mvm_mac_stop(struct iwl_mvm *mvm)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100883{
Luciano Coelhoa0a09242014-09-04 12:29:15 +0300884 lockdep_assert_held(&mvm->mutex);
Eliad Peller7498cf42014-01-16 17:10:44 +0200885
886 /* disallow low power states when the FW is down */
887 iwl_mvm_ref(mvm, IWL_MVM_REF_UCODE_DOWN);
888
Johannes Berg8ca151b2013-01-24 14:25:36 +0100889 /* async_handlers_wk is now blocked */
890
891 /*
892 * The work item could be running or queued if the
893 * ROC time event stops just as we get here.
894 */
895 cancel_work_sync(&mvm->roc_done_wk);
896
897 iwl_trans_stop_device(mvm->trans);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100898
899 iwl_mvm_async_handlers_purge(mvm);
900 /* async_handlers_list is empty and will stay empty: HW is stopped */
901
902 /* the fw is stopped, the aux sta is dead: clean up driver state */
Johannes Berg712b24a2014-08-04 14:14:14 +0200903 iwl_mvm_del_aux_sta(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100904
Luciano Coelhobc448862014-08-20 11:49:11 +0300905 mvm->ucode_loaded = false;
Luciano Coelhoa0a09242014-09-04 12:29:15 +0300906}
Luciano Coelhobc448862014-08-20 11:49:11 +0300907
Luciano Coelhoa0a09242014-09-04 12:29:15 +0300908static void iwl_mvm_mac_stop(struct ieee80211_hw *hw)
909{
910 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
911
912 flush_work(&mvm->d0i3_exit_work);
913 flush_work(&mvm->async_handlers_wk);
Emmanuel Grumbach4bfa47f2014-09-11 16:19:43 +0300914 flush_work(&mvm->fw_error_dump_wk);
Luciano Coelhoa0a09242014-09-04 12:29:15 +0300915
916 mutex_lock(&mvm->mutex);
917 __iwl_mvm_mac_stop(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100918 mutex_unlock(&mvm->mutex);
919
920 /*
921 * The worker might have been waiting for the mutex, let it run and
922 * discover that its list is now empty.
923 */
924 cancel_work_sync(&mvm->async_handlers_wk);
925}
926
Ilan Peerfe0f2de2013-03-21 10:23:52 +0200927static struct iwl_mvm_phy_ctxt *iwl_mvm_get_free_phy_ctxt(struct iwl_mvm *mvm)
928{
929 u16 i;
930
931 lockdep_assert_held(&mvm->mutex);
932
933 for (i = 0; i < NUM_PHY_CTX; i++)
934 if (!mvm->phy_ctxts[i].ref)
935 return &mvm->phy_ctxts[i];
936
937 IWL_ERR(mvm, "No available PHY context\n");
938 return NULL;
939}
940
Emmanuel Grumbachee9c6cb2013-12-04 13:53:39 +0200941static int iwl_mvm_set_tx_power(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
942 s8 tx_power)
943{
944 /* FW is in charge of regulatory enforcement */
945 struct iwl_reduce_tx_power_cmd reduce_txpwr_cmd = {
946 .mac_context_id = iwl_mvm_vif_from_mac80211(vif)->id,
947 .pwr_restriction = cpu_to_le16(tx_power),
948 };
949
Emmanuel Grumbacha1022922014-05-12 11:36:41 +0300950 return iwl_mvm_send_cmd_pdu(mvm, REDUCE_TX_POWER_CMD, 0,
Emmanuel Grumbachee9c6cb2013-12-04 13:53:39 +0200951 sizeof(reduce_txpwr_cmd),
952 &reduce_txpwr_cmd);
953}
954
Johannes Berg8ca151b2013-01-24 14:25:36 +0100955static int iwl_mvm_mac_add_interface(struct ieee80211_hw *hw,
956 struct ieee80211_vif *vif)
957{
958 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
959 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
960 int ret;
961
962 /*
Gregory Greenmand40fc482014-06-25 14:08:50 +0200963 * make sure D0i3 exit is completed, otherwise a target access
964 * during tx queue configuration could be done when still in
965 * D0i3 state.
966 */
967 ret = iwl_mvm_ref_sync(mvm, IWL_MVM_REF_ADD_IF);
968 if (ret)
969 return ret;
970
971 /*
Johannes Berg8ca151b2013-01-24 14:25:36 +0100972 * Not much to do here. The stack will not allow interface
973 * types or combinations that we didn't advertise, so we
974 * don't really have to check the types.
975 */
976
977 mutex_lock(&mvm->mutex);
978
Eliad Pellere89044d2013-07-16 17:33:26 +0300979 /* Allocate resources for the MAC context, and add it to the fw */
Johannes Berg8ca151b2013-01-24 14:25:36 +0100980 ret = iwl_mvm_mac_ctxt_init(mvm, vif);
981 if (ret)
982 goto out_unlock;
983
Alexander Bondar1c2abf72013-08-27 20:31:48 +0300984 /* Counting number of interfaces is needed for legacy PM */
Ilan Peerea183d02013-07-23 14:41:53 +0300985 if (vif->type != NL80211_IFTYPE_P2P_DEVICE)
986 mvm->vif_count++;
Ilan Peerea183d02013-07-23 14:41:53 +0300987
988 /*
Johannes Berg8ca151b2013-01-24 14:25:36 +0100989 * The AP binding flow can be done only after the beacon
990 * template is configured (which happens only in the mac80211
991 * start_ap() flow), and adding the broadcast station can happen
992 * only after the binding.
993 * In addition, since modifying the MAC before adding a bcast
994 * station is not allowed by the FW, delay the adding of MAC context to
995 * the point where we can also add the bcast station.
996 * In short: there's not much we can do at this point, other than
997 * allocating resources :)
998 */
Johannes Berg5023d962013-07-31 14:07:43 +0200999 if (vif->type == NL80211_IFTYPE_AP ||
1000 vif->type == NL80211_IFTYPE_ADHOC) {
Johannes Berg013290a2014-08-04 13:38:48 +02001001 ret = iwl_mvm_alloc_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001002 if (ret) {
1003 IWL_ERR(mvm, "Failed to allocate bcast sta\n");
1004 goto out_release;
1005 }
1006
Emmanuel Grumbach77740cb2013-06-26 23:51:41 +03001007 iwl_mvm_vif_dbgfs_register(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001008 goto out_unlock;
1009 }
1010
Johannes Berg8ca151b2013-01-24 14:25:36 +01001011 ret = iwl_mvm_mac_ctxt_add(mvm, vif);
1012 if (ret)
1013 goto out_release;
1014
Arik Nemtsov999609f2014-05-15 17:31:51 +03001015 ret = iwl_mvm_power_update_mac(mvm);
Emmanuel Grumbache5e7aa82014-01-27 16:57:33 +02001016 if (ret)
1017 goto out_release;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001018
Hila Gonen7df15b12012-12-12 11:16:19 +02001019 /* beacon filtering */
Emmanuel Grumbacha1022922014-05-12 11:36:41 +03001020 ret = iwl_mvm_disable_beacon_filter(mvm, vif, 0);
Eliad Pellerbd3351b2013-07-16 17:50:17 +03001021 if (ret)
1022 goto out_remove_mac;
1023
Hila Gonen7df15b12012-12-12 11:16:19 +02001024 if (!mvm->bf_allowed_vif &&
Emmanuel Grumbach73e5f2c2014-03-30 08:57:30 +03001025 vif->type == NL80211_IFTYPE_STATION && !vif->p2p) {
Hila Gonen7df15b12012-12-12 11:16:19 +02001026 mvm->bf_allowed_vif = mvmvif;
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03001027 vif->driver_flags |= IEEE80211_VIF_BEACON_FILTER |
1028 IEEE80211_VIF_SUPPORTS_CQM_RSSI;
Hila Gonen7df15b12012-12-12 11:16:19 +02001029 }
1030
Johannes Berg8ca151b2013-01-24 14:25:36 +01001031 /*
1032 * P2P_DEVICE interface does not have a channel context assigned to it,
1033 * so a dedicated PHY context is allocated to it and the corresponding
1034 * MAC context is bound to it at this stage.
1035 */
1036 if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
Johannes Berg8ca151b2013-01-24 14:25:36 +01001037
Ilan Peerfe0f2de2013-03-21 10:23:52 +02001038 mvmvif->phy_ctxt = iwl_mvm_get_free_phy_ctxt(mvm);
1039 if (!mvmvif->phy_ctxt) {
1040 ret = -ENOSPC;
Eliad Pellerbd3351b2013-07-16 17:50:17 +03001041 goto out_free_bf;
Ilan Peerfe0f2de2013-03-21 10:23:52 +02001042 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001043
Ilan Peer53a9d612013-04-28 11:55:08 +03001044 iwl_mvm_phy_ctxt_ref(mvm, mvmvif->phy_ctxt);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001045 ret = iwl_mvm_binding_add_vif(mvm, vif);
1046 if (ret)
Ilan Peer53a9d612013-04-28 11:55:08 +03001047 goto out_unref_phy;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001048
Johannes Berg013290a2014-08-04 13:38:48 +02001049 ret = iwl_mvm_add_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001050 if (ret)
1051 goto out_unbind;
1052
1053 /* Save a pointer to p2p device vif, so it can later be used to
1054 * update the p2p device MAC when a GO is started/stopped */
1055 mvm->p2p_device_vif = vif;
1056 }
1057
Johannes Berg63494372013-03-26 10:47:53 +01001058 iwl_mvm_vif_dbgfs_register(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001059 goto out_unlock;
1060
1061 out_unbind:
1062 iwl_mvm_binding_remove_vif(mvm, vif);
Ilan Peer53a9d612013-04-28 11:55:08 +03001063 out_unref_phy:
Ilan Peerfe0f2de2013-03-21 10:23:52 +02001064 iwl_mvm_phy_ctxt_unref(mvm, mvmvif->phy_ctxt);
Eliad Pellerbd3351b2013-07-16 17:50:17 +03001065 out_free_bf:
1066 if (mvm->bf_allowed_vif == mvmvif) {
1067 mvm->bf_allowed_vif = NULL;
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03001068 vif->driver_flags &= ~(IEEE80211_VIF_BEACON_FILTER |
1069 IEEE80211_VIF_SUPPORTS_CQM_RSSI);
Eliad Pellerbd3351b2013-07-16 17:50:17 +03001070 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001071 out_remove_mac:
1072 mvmvif->phy_ctxt = NULL;
1073 iwl_mvm_mac_ctxt_remove(mvm, vif);
1074 out_release:
Alexander Bondar5ee2b212013-03-05 10:16:40 +02001075 if (vif->type != NL80211_IFTYPE_P2P_DEVICE)
1076 mvm->vif_count--;
Alexander Bondar1c2abf72013-08-27 20:31:48 +03001077
Johannes Berg8ca151b2013-01-24 14:25:36 +01001078 iwl_mvm_mac_ctxt_release(mvm, vif);
1079 out_unlock:
1080 mutex_unlock(&mvm->mutex);
1081
Gregory Greenmand40fc482014-06-25 14:08:50 +02001082 iwl_mvm_unref(mvm, IWL_MVM_REF_ADD_IF);
1083
Johannes Berg8ca151b2013-01-24 14:25:36 +01001084 return ret;
1085}
1086
Johannes Berg38a12b52013-02-22 14:07:56 +01001087static void iwl_mvm_prepare_mac_removal(struct iwl_mvm *mvm,
1088 struct ieee80211_vif *vif)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001089{
Johannes Berg110cf812014-08-01 23:14:24 +02001090 u32 tfd_msk = iwl_mvm_mac_get_queues_mask(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001091
1092 if (tfd_msk) {
1093 mutex_lock(&mvm->mutex);
1094 iwl_mvm_flush_tx_path(mvm, tfd_msk, true);
1095 mutex_unlock(&mvm->mutex);
1096 }
1097
1098 if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
1099 /*
1100 * Flush the ROC worker which will flush the OFFCHANNEL queue.
1101 * We assume here that all the packets sent to the OFFCHANNEL
1102 * queue are sent in ROC session.
1103 */
1104 flush_work(&mvm->roc_done_wk);
1105 } else {
1106 /*
1107 * By now, all the AC queues are empty. The AGG queues are
1108 * empty too. We already got all the Tx responses for all the
1109 * packets in the queues. The drain work can have been
Emmanuel Grumbach0742a752013-06-10 14:10:33 +03001110 * triggered. Flush it.
Johannes Berg8ca151b2013-01-24 14:25:36 +01001111 */
1112 flush_work(&mvm->sta_drained_wk);
1113 }
Johannes Berg38a12b52013-02-22 14:07:56 +01001114}
1115
1116static void iwl_mvm_mac_remove_interface(struct ieee80211_hw *hw,
1117 struct ieee80211_vif *vif)
1118{
1119 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1120 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1121
1122 iwl_mvm_prepare_mac_removal(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001123
1124 mutex_lock(&mvm->mutex);
1125
Hila Gonen7df15b12012-12-12 11:16:19 +02001126 if (mvm->bf_allowed_vif == mvmvif) {
1127 mvm->bf_allowed_vif = NULL;
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03001128 vif->driver_flags &= ~(IEEE80211_VIF_BEACON_FILTER |
1129 IEEE80211_VIF_SUPPORTS_CQM_RSSI);
Hila Gonen7df15b12012-12-12 11:16:19 +02001130 }
1131
Johannes Berg63494372013-03-26 10:47:53 +01001132 iwl_mvm_vif_dbgfs_clean(mvm, vif);
1133
Johannes Berg8ca151b2013-01-24 14:25:36 +01001134 /*
1135 * For AP/GO interface, the tear down of the resources allocated to the
Johannes Berg38a12b52013-02-22 14:07:56 +01001136 * interface is be handled as part of the stop_ap flow.
Johannes Berg8ca151b2013-01-24 14:25:36 +01001137 */
Johannes Berg5023d962013-07-31 14:07:43 +02001138 if (vif->type == NL80211_IFTYPE_AP ||
1139 vif->type == NL80211_IFTYPE_ADHOC) {
David Spinadel507cadf2013-07-31 18:07:21 +03001140#ifdef CONFIG_NL80211_TESTMODE
1141 if (vif == mvm->noa_vif) {
1142 mvm->noa_vif = NULL;
1143 mvm->noa_duration = 0;
1144 }
1145#endif
Johannes Berg013290a2014-08-04 13:38:48 +02001146 iwl_mvm_dealloc_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001147 goto out_release;
1148 }
1149
1150 if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
1151 mvm->p2p_device_vif = NULL;
Johannes Berg013290a2014-08-04 13:38:48 +02001152 iwl_mvm_rm_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001153 iwl_mvm_binding_remove_vif(mvm, vif);
Ilan Peerfe0f2de2013-03-21 10:23:52 +02001154 iwl_mvm_phy_ctxt_unref(mvm, mvmvif->phy_ctxt);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001155 mvmvif->phy_ctxt = NULL;
1156 }
1157
Alexander Bondar5ee2b212013-03-05 10:16:40 +02001158 if (mvm->vif_count && vif->type != NL80211_IFTYPE_P2P_DEVICE)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001159 mvm->vif_count--;
Alexander Bondar1c2abf72013-08-27 20:31:48 +03001160
Arik Nemtsov999609f2014-05-15 17:31:51 +03001161 iwl_mvm_power_update_mac(mvm);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001162 iwl_mvm_mac_ctxt_remove(mvm, vif);
1163
1164out_release:
1165 iwl_mvm_mac_ctxt_release(mvm, vif);
1166 mutex_unlock(&mvm->mutex);
1167}
1168
1169static int iwl_mvm_mac_config(struct ieee80211_hw *hw, u32 changed)
1170{
1171 return 0;
1172}
1173
Eliad Pellere59647e2013-11-28 14:08:50 +02001174struct iwl_mvm_mc_iter_data {
1175 struct iwl_mvm *mvm;
1176 int port_id;
1177};
1178
1179static void iwl_mvm_mc_iface_iterator(void *_data, u8 *mac,
1180 struct ieee80211_vif *vif)
1181{
1182 struct iwl_mvm_mc_iter_data *data = _data;
1183 struct iwl_mvm *mvm = data->mvm;
1184 struct iwl_mcast_filter_cmd *cmd = mvm->mcast_filter_cmd;
1185 int ret, len;
1186
1187 /* if we don't have free ports, mcast frames will be dropped */
1188 if (WARN_ON_ONCE(data->port_id >= MAX_PORT_ID_NUM))
1189 return;
1190
1191 if (vif->type != NL80211_IFTYPE_STATION ||
1192 !vif->bss_conf.assoc)
1193 return;
1194
1195 cmd->port_id = data->port_id++;
1196 memcpy(cmd->bssid, vif->bss_conf.bssid, ETH_ALEN);
1197 len = roundup(sizeof(*cmd) + cmd->count * ETH_ALEN, 4);
1198
Emmanuel Grumbach1c4abec2014-05-08 09:48:10 +03001199 ret = iwl_mvm_send_cmd_pdu(mvm, MCAST_FILTER_CMD, CMD_ASYNC, len, cmd);
Eliad Pellere59647e2013-11-28 14:08:50 +02001200 if (ret)
1201 IWL_ERR(mvm, "mcast filter cmd error. ret=%d\n", ret);
1202}
1203
1204static void iwl_mvm_recalc_multicast(struct iwl_mvm *mvm)
1205{
1206 struct iwl_mvm_mc_iter_data iter_data = {
1207 .mvm = mvm,
1208 };
1209
1210 lockdep_assert_held(&mvm->mutex);
1211
1212 if (WARN_ON_ONCE(!mvm->mcast_filter_cmd))
1213 return;
1214
Emmanuel Grumbach1c4abec2014-05-08 09:48:10 +03001215 ieee80211_iterate_active_interfaces_atomic(
Eliad Pellere59647e2013-11-28 14:08:50 +02001216 mvm->hw, IEEE80211_IFACE_ITER_NORMAL,
1217 iwl_mvm_mc_iface_iterator, &iter_data);
1218}
1219
1220static u64 iwl_mvm_prepare_multicast(struct ieee80211_hw *hw,
1221 struct netdev_hw_addr_list *mc_list)
1222{
1223 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1224 struct iwl_mcast_filter_cmd *cmd;
1225 struct netdev_hw_addr *addr;
Max Stepanovf3bd58f2014-08-04 13:55:01 +03001226 int addr_count;
1227 bool pass_all;
Eliad Pellere59647e2013-11-28 14:08:50 +02001228 int len;
1229
Max Stepanovf3bd58f2014-08-04 13:55:01 +03001230 addr_count = netdev_hw_addr_list_count(mc_list);
1231 pass_all = addr_count > MAX_MCAST_FILTERING_ADDRESSES ||
1232 IWL_MVM_FW_MCAST_FILTER_PASS_ALL;
1233 if (pass_all)
Eliad Pellere59647e2013-11-28 14:08:50 +02001234 addr_count = 0;
Eliad Pellere59647e2013-11-28 14:08:50 +02001235
1236 len = roundup(sizeof(*cmd) + addr_count * ETH_ALEN, 4);
1237 cmd = kzalloc(len, GFP_ATOMIC);
1238 if (!cmd)
1239 return 0;
1240
1241 if (pass_all) {
1242 cmd->pass_all = 1;
1243 return (u64)(unsigned long)cmd;
1244 }
1245
1246 netdev_hw_addr_list_for_each(addr, mc_list) {
1247 IWL_DEBUG_MAC80211(mvm, "mcast addr (%d): %pM\n",
1248 cmd->count, addr->addr);
1249 memcpy(&cmd->addr_list[cmd->count * ETH_ALEN],
1250 addr->addr, ETH_ALEN);
1251 cmd->count++;
1252 }
1253
1254 return (u64)(unsigned long)cmd;
1255}
1256
Johannes Berg8ca151b2013-01-24 14:25:36 +01001257static void iwl_mvm_configure_filter(struct ieee80211_hw *hw,
1258 unsigned int changed_flags,
1259 unsigned int *total_flags,
1260 u64 multicast)
1261{
Eliad Pellere59647e2013-11-28 14:08:50 +02001262 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1263 struct iwl_mcast_filter_cmd *cmd = (void *)(unsigned long)multicast;
1264
1265 mutex_lock(&mvm->mutex);
1266
1267 /* replace previous configuration */
1268 kfree(mvm->mcast_filter_cmd);
1269 mvm->mcast_filter_cmd = cmd;
1270
1271 if (!cmd)
1272 goto out;
1273
1274 iwl_mvm_recalc_multicast(mvm);
1275out:
1276 mutex_unlock(&mvm->mutex);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001277 *total_flags = 0;
1278}
1279
Eliad Pellerc87163b2014-01-08 10:11:11 +02001280#ifdef CONFIG_IWLWIFI_BCAST_FILTERING
1281struct iwl_bcast_iter_data {
1282 struct iwl_mvm *mvm;
1283 struct iwl_bcast_filter_cmd *cmd;
1284 u8 current_filter;
1285};
1286
1287static void
1288iwl_mvm_set_bcast_filter(struct ieee80211_vif *vif,
1289 const struct iwl_fw_bcast_filter *in_filter,
1290 struct iwl_fw_bcast_filter *out_filter)
1291{
1292 struct iwl_fw_bcast_filter_attr *attr;
1293 int i;
1294
1295 memcpy(out_filter, in_filter, sizeof(*out_filter));
1296
1297 for (i = 0; i < ARRAY_SIZE(out_filter->attrs); i++) {
1298 attr = &out_filter->attrs[i];
1299
1300 if (!attr->mask)
1301 break;
1302
Eliad Peller2ee8f022014-01-13 19:07:09 +02001303 switch (attr->reserved1) {
1304 case cpu_to_le16(BC_FILTER_MAGIC_IP):
1305 if (vif->bss_conf.arp_addr_cnt != 1) {
1306 attr->mask = 0;
1307 continue;
1308 }
1309
1310 attr->val = vif->bss_conf.arp_addr_list[0];
1311 break;
1312 case cpu_to_le16(BC_FILTER_MAGIC_MAC):
1313 attr->val = *(__be32 *)&vif->addr[2];
1314 break;
1315 default:
1316 break;
1317 }
1318 attr->reserved1 = 0;
Eliad Pellerc87163b2014-01-08 10:11:11 +02001319 out_filter->num_attrs++;
1320 }
1321}
1322
1323static void iwl_mvm_bcast_filter_iterator(void *_data, u8 *mac,
1324 struct ieee80211_vif *vif)
1325{
1326 struct iwl_bcast_iter_data *data = _data;
1327 struct iwl_mvm *mvm = data->mvm;
1328 struct iwl_bcast_filter_cmd *cmd = data->cmd;
1329 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1330 struct iwl_fw_bcast_mac *bcast_mac;
1331 int i;
1332
1333 if (WARN_ON(mvmvif->id >= ARRAY_SIZE(cmd->macs)))
1334 return;
1335
1336 bcast_mac = &cmd->macs[mvmvif->id];
1337
Ilan Peere48393e2014-05-22 11:19:02 +03001338 /*
1339 * enable filtering only for associated stations, but not for P2P
1340 * Clients
1341 */
1342 if (vif->type != NL80211_IFTYPE_STATION || vif->p2p ||
1343 !vif->bss_conf.assoc)
Eliad Pellerc87163b2014-01-08 10:11:11 +02001344 return;
1345
1346 bcast_mac->default_discard = 1;
1347
1348 /* copy all configured filters */
1349 for (i = 0; mvm->bcast_filters[i].attrs[0].mask; i++) {
1350 /*
1351 * Make sure we don't exceed our filters limit.
1352 * if there is still a valid filter to be configured,
1353 * be on the safe side and just allow bcast for this mac.
1354 */
1355 if (WARN_ON_ONCE(data->current_filter >=
1356 ARRAY_SIZE(cmd->filters))) {
1357 bcast_mac->default_discard = 0;
1358 bcast_mac->attached_filters = 0;
1359 break;
1360 }
1361
1362 iwl_mvm_set_bcast_filter(vif,
1363 &mvm->bcast_filters[i],
1364 &cmd->filters[data->current_filter]);
1365
1366 /* skip current filter if it contains no attributes */
1367 if (!cmd->filters[data->current_filter].num_attrs)
1368 continue;
1369
1370 /* attach the filter to current mac */
1371 bcast_mac->attached_filters |=
1372 cpu_to_le16(BIT(data->current_filter));
1373
1374 data->current_filter++;
1375 }
1376}
1377
Eliad Pellerde06a592014-01-08 10:11:12 +02001378bool iwl_mvm_bcast_filter_build_cmd(struct iwl_mvm *mvm,
1379 struct iwl_bcast_filter_cmd *cmd)
Eliad Pellerc87163b2014-01-08 10:11:11 +02001380{
Eliad Pellerc87163b2014-01-08 10:11:11 +02001381 struct iwl_bcast_iter_data iter_data = {
1382 .mvm = mvm,
Eliad Pellerde06a592014-01-08 10:11:12 +02001383 .cmd = cmd,
Eliad Pellerc87163b2014-01-08 10:11:11 +02001384 };
1385
Eliad Pellerde06a592014-01-08 10:11:12 +02001386 memset(cmd, 0, sizeof(*cmd));
1387 cmd->max_bcast_filters = ARRAY_SIZE(cmd->filters);
1388 cmd->max_macs = ARRAY_SIZE(cmd->macs);
1389
1390#ifdef CONFIG_IWLWIFI_DEBUGFS
1391 /* use debugfs filters/macs if override is configured */
1392 if (mvm->dbgfs_bcast_filtering.override) {
1393 memcpy(cmd->filters, &mvm->dbgfs_bcast_filtering.cmd.filters,
1394 sizeof(cmd->filters));
1395 memcpy(cmd->macs, &mvm->dbgfs_bcast_filtering.cmd.macs,
1396 sizeof(cmd->macs));
1397 return true;
1398 }
1399#endif
Eliad Pellerc87163b2014-01-08 10:11:11 +02001400
1401 /* if no filters are configured, do nothing */
1402 if (!mvm->bcast_filters)
Eliad Pellerde06a592014-01-08 10:11:12 +02001403 return false;
Eliad Pellerc87163b2014-01-08 10:11:11 +02001404
1405 /* configure and attach these filters for each associated sta vif */
1406 ieee80211_iterate_active_interfaces(
1407 mvm->hw, IEEE80211_IFACE_ITER_NORMAL,
1408 iwl_mvm_bcast_filter_iterator, &iter_data);
1409
Eliad Pellerde06a592014-01-08 10:11:12 +02001410 return true;
1411}
1412static int iwl_mvm_configure_bcast_filter(struct iwl_mvm *mvm,
1413 struct ieee80211_vif *vif)
1414{
1415 struct iwl_bcast_filter_cmd cmd;
1416
1417 if (!(mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_BCAST_FILTERING))
1418 return 0;
1419
1420 if (!iwl_mvm_bcast_filter_build_cmd(mvm, &cmd))
1421 return 0;
1422
Emmanuel Grumbacha1022922014-05-12 11:36:41 +03001423 return iwl_mvm_send_cmd_pdu(mvm, BCAST_FILTER_CMD, 0,
Eliad Pellerc87163b2014-01-08 10:11:11 +02001424 sizeof(cmd), &cmd);
1425}
1426#else
1427static inline int iwl_mvm_configure_bcast_filter(struct iwl_mvm *mvm,
1428 struct ieee80211_vif *vif)
1429{
1430 return 0;
1431}
1432#endif
1433
Johannes Berg8ca151b2013-01-24 14:25:36 +01001434static void iwl_mvm_bss_info_changed_station(struct iwl_mvm *mvm,
1435 struct ieee80211_vif *vif,
1436 struct ieee80211_bss_conf *bss_conf,
1437 u32 changes)
1438{
1439 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1440 int ret;
1441
Ilan Peer6e97b0d2013-12-23 22:18:02 +02001442 /*
1443 * Re-calculate the tsf id, as the master-slave relations depend on the
1444 * beacon interval, which was not known when the station interface was
1445 * added.
1446 */
1447 if (changes & BSS_CHANGED_ASSOC && bss_conf->assoc)
1448 iwl_mvm_mac_ctxt_recalc_tsf_id(mvm, vif);
1449
Johannes Berg3dfd3a92014-08-11 21:37:30 +02001450 /*
1451 * If we're not associated yet, take the (new) BSSID before associating
1452 * so the firmware knows. If we're already associated, then use the old
1453 * BSSID here, and we'll send a cleared one later in the CHANGED_ASSOC
1454 * branch for disassociation below.
1455 */
1456 if (changes & BSS_CHANGED_BSSID && !mvmvif->associated)
1457 memcpy(mvmvif->bssid, bss_conf->bssid, ETH_ALEN);
1458
1459 ret = iwl_mvm_mac_ctxt_changed(mvm, vif, false, mvmvif->bssid);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001460 if (ret)
1461 IWL_ERR(mvm, "failed to update MAC %pM\n", vif->addr);
1462
Johannes Berg3dfd3a92014-08-11 21:37:30 +02001463 /* after sending it once, adopt mac80211 data */
1464 memcpy(mvmvif->bssid, bss_conf->bssid, ETH_ALEN);
1465 mvmvif->associated = bss_conf->assoc;
1466
Johannes Berg8ca151b2013-01-24 14:25:36 +01001467 if (changes & BSS_CHANGED_ASSOC) {
1468 if (bss_conf->assoc) {
1469 /* add quota for this interface */
Johannes Berg01662302014-06-06 15:18:45 +02001470 ret = iwl_mvm_update_quotas(mvm, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001471 if (ret) {
1472 IWL_ERR(mvm, "failed to update quotas\n");
1473 return;
1474 }
Johannes Berg016d27e2013-05-03 11:16:15 +02001475
1476 if (test_bit(IWL_MVM_STATUS_IN_HW_RESTART,
1477 &mvm->status)) {
1478 /*
1479 * If we're restarting then the firmware will
1480 * obviously have lost synchronisation with
1481 * the AP. It will attempt to synchronise by
1482 * itself, but we can make it more reliable by
1483 * scheduling a session protection time event.
1484 *
1485 * The firmware needs to receive a beacon to
1486 * catch up with synchronisation, use 110% of
1487 * the beacon interval.
1488 *
1489 * Set a large maximum delay to allow for more
1490 * than a single interface.
1491 */
1492 u32 dur = (11 * vif->bss_conf.beacon_int) / 10;
1493 iwl_mvm_protect_session(mvm, vif, dur, dur,
Liad Kaufmand20d37b2014-07-06 17:14:39 +03001494 5 * dur, false);
Johannes Berg016d27e2013-05-03 11:16:15 +02001495 }
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02001496
1497 iwl_mvm_sf_update(mvm, vif, false);
Alexander Bondar175a70b2013-04-14 20:59:37 +03001498 iwl_mvm_power_vif_assoc(mvm, vif);
Emmanuel Grumbach697162a2014-07-30 15:56:42 +03001499 if (vif->p2p) {
Eliad Peller29a90a42013-11-05 14:06:29 +02001500 iwl_mvm_ref(mvm, IWL_MVM_REF_P2P_CLIENT);
Emmanuel Grumbach697162a2014-07-30 15:56:42 +03001501 iwl_mvm_update_smps(mvm, vif,
1502 IWL_MVM_SMPS_REQ_PROT,
1503 IEEE80211_SMPS_DYNAMIC);
1504 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001505 } else if (mvmvif->ap_sta_id != IWL_MVM_STATION_COUNT) {
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02001506 /*
1507 * If update fails - SF might be running in associated
1508 * mode while disassociated - which is forbidden.
1509 */
1510 WARN_ONCE(iwl_mvm_sf_update(mvm, vif, false),
1511 "Failed to update SF upon disassociation\n");
1512
Johannes Berg8ca151b2013-01-24 14:25:36 +01001513 /* remove AP station now that the MAC is unassoc */
1514 ret = iwl_mvm_rm_sta_id(mvm, vif, mvmvif->ap_sta_id);
1515 if (ret)
1516 IWL_ERR(mvm, "failed to remove AP station\n");
Eliad Peller37577fe2013-12-05 17:19:39 +02001517
1518 if (mvm->d0i3_ap_sta_id == mvmvif->ap_sta_id)
1519 mvm->d0i3_ap_sta_id = IWL_MVM_STATION_COUNT;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001520 mvmvif->ap_sta_id = IWL_MVM_STATION_COUNT;
1521 /* remove quota for this interface */
Johannes Berg01662302014-06-06 15:18:45 +02001522 ret = iwl_mvm_update_quotas(mvm, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001523 if (ret)
1524 IWL_ERR(mvm, "failed to update quotas\n");
Eliad Peller29a90a42013-11-05 14:06:29 +02001525
1526 if (vif->p2p)
1527 iwl_mvm_unref(mvm, IWL_MVM_REF_P2P_CLIENT);
Johannes Berg3dfd3a92014-08-11 21:37:30 +02001528
1529 /* this will take the cleared BSSID from bss_conf */
1530 ret = iwl_mvm_mac_ctxt_changed(mvm, vif, false, NULL);
1531 if (ret)
1532 IWL_ERR(mvm,
1533 "failed to update MAC %pM (clear after unassoc)\n",
1534 vif->addr);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001535 }
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03001536
Eliad Pellere59647e2013-11-28 14:08:50 +02001537 iwl_mvm_recalc_multicast(mvm);
Eliad Pellerc87163b2014-01-08 10:11:11 +02001538 iwl_mvm_configure_bcast_filter(mvm, vif);
Eliad Pellere59647e2013-11-28 14:08:50 +02001539
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03001540 /* reset rssi values */
1541 mvmvif->bf_data.ave_beacon_signal = 0;
1542
Emmanuel Grumbach8e484f02013-10-02 15:02:25 +03001543 iwl_mvm_bt_coex_vif_change(mvm);
Emmanuel Grumbachf94045e2014-01-06 13:38:55 +02001544 iwl_mvm_update_smps(mvm, vif, IWL_MVM_SMPS_REQ_TT,
1545 IEEE80211_SMPS_AUTOMATIC);
Alexander Bondar989c6502013-05-16 17:34:17 +03001546 } else if (changes & BSS_CHANGED_BEACON_INFO) {
Johannes Berg210a5442013-01-24 23:48:23 +01001547 /*
1548 * We received a beacon _after_ association so
1549 * remove the session protection.
1550 */
1551 iwl_mvm_remove_time_event(mvm, mvmvif,
1552 &mvmvif->time_event_data);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001553 }
Eran Hararycc87d322014-07-15 14:04:23 +03001554
1555 if (changes & BSS_CHANGED_BEACON_INFO) {
1556 iwl_mvm_sf_update(mvm, vif, false);
1557 WARN_ON(iwl_mvm_enable_beacon_filter(mvm, vif, 0));
1558 }
1559
Johannes Berg1bc10d32014-08-26 14:25:46 +02001560 if (changes & (BSS_CHANGED_PS | BSS_CHANGED_P2P_PS | BSS_CHANGED_QOS)) {
1561 ret = iwl_mvm_power_update_mac(mvm);
1562 if (ret)
1563 IWL_ERR(mvm, "failed to update power mode\n");
1564 }
1565
Matti Gottlieb88f2fd72013-07-09 15:25:46 +03001566 if (changes & BSS_CHANGED_TXPOWER) {
1567 IWL_DEBUG_CALIB(mvm, "Changing TX Power to %d\n",
1568 bss_conf->txpower);
1569 iwl_mvm_set_tx_power(mvm, vif, bss_conf->txpower);
1570 }
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03001571
1572 if (changes & BSS_CHANGED_CQM) {
Johannes Berg3c6acb62014-05-07 11:47:53 +02001573 IWL_DEBUG_MAC80211(mvm, "cqm info_changed\n");
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03001574 /* reset cqm events tracking */
1575 mvmvif->bf_data.last_cqm_event = 0;
Avri Altmanfa7b2e72014-05-20 08:03:24 +03001576 if (mvmvif->bf_data.bf_enabled) {
1577 ret = iwl_mvm_enable_beacon_filter(mvm, vif, 0);
1578 if (ret)
1579 IWL_ERR(mvm,
1580 "failed to update CQM thresholds\n");
1581 }
Andrei Otcheretianskia20fd392013-07-21 17:23:59 +03001582 }
Eliad Peller2ee8f022014-01-13 19:07:09 +02001583
1584 if (changes & BSS_CHANGED_ARP_FILTER) {
Johannes Berg3c6acb62014-05-07 11:47:53 +02001585 IWL_DEBUG_MAC80211(mvm, "arp filter changed\n");
Eliad Peller2ee8f022014-01-13 19:07:09 +02001586 iwl_mvm_configure_bcast_filter(mvm, vif);
1587 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001588}
1589
Johannes Berg5023d962013-07-31 14:07:43 +02001590static int iwl_mvm_start_ap_ibss(struct ieee80211_hw *hw,
1591 struct ieee80211_vif *vif)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001592{
1593 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1594 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1595 int ret;
1596
Eliad Peller576eeee2014-07-01 18:38:38 +03001597 /*
1598 * iwl_mvm_mac_ctxt_add() might read directly from the device
1599 * (the system time), so make sure it is available.
1600 */
1601 ret = iwl_mvm_ref_sync(mvm, IWL_MVM_REF_START_AP);
1602 if (ret)
1603 return ret;
1604
Johannes Berg8ca151b2013-01-24 14:25:36 +01001605 mutex_lock(&mvm->mutex);
1606
1607 /* Send the beacon template */
1608 ret = iwl_mvm_mac_ctxt_beacon_changed(mvm, vif);
1609 if (ret)
1610 goto out_unlock;
1611
Ilan Peer6e97b0d2013-12-23 22:18:02 +02001612 /*
1613 * Re-calculate the tsf id, as the master-slave relations depend on the
1614 * beacon interval, which was not known when the AP interface was added.
1615 */
1616 if (vif->type == NL80211_IFTYPE_AP)
1617 iwl_mvm_mac_ctxt_recalc_tsf_id(mvm, vif);
1618
Johannes Berg8ca151b2013-01-24 14:25:36 +01001619 /* Add the mac context */
1620 ret = iwl_mvm_mac_ctxt_add(mvm, vif);
1621 if (ret)
1622 goto out_unlock;
1623
1624 /* Perform the binding */
1625 ret = iwl_mvm_binding_add_vif(mvm, vif);
1626 if (ret)
1627 goto out_remove;
1628
Johannes Berg8ca151b2013-01-24 14:25:36 +01001629 /* Send the bcast station. At this stage the TBTT and DTIM time events
1630 * are added and applied to the scheduler */
Johannes Berg013290a2014-08-04 13:38:48 +02001631 ret = iwl_mvm_send_add_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001632 if (ret)
1633 goto out_unbind;
1634
Ilan Peer5691e212013-12-31 21:05:50 +02001635 /* must be set before quota calculations */
1636 mvmvif->ap_ibss_active = true;
1637
Ilan Peera11e1442013-12-31 21:19:55 +02001638 /* power updated needs to be done before quotas */
Arik Nemtsov999609f2014-05-15 17:31:51 +03001639 iwl_mvm_power_update_mac(mvm);
Ilan Peera11e1442013-12-31 21:19:55 +02001640
Johannes Berg01662302014-06-06 15:18:45 +02001641 ret = iwl_mvm_update_quotas(mvm, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001642 if (ret)
Ilan Peera11e1442013-12-31 21:19:55 +02001643 goto out_quota_failed;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001644
Johannes Berg5023d962013-07-31 14:07:43 +02001645 /* Need to update the P2P Device MAC (only GO, IBSS is single vif) */
Johannes Berg8ca151b2013-01-24 14:25:36 +01001646 if (vif->p2p && mvm->p2p_device_vif)
Johannes Berg3dfd3a92014-08-11 21:37:30 +02001647 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001648
Eliad Peller29a90a42013-11-05 14:06:29 +02001649 iwl_mvm_ref(mvm, IWL_MVM_REF_AP_IBSS);
1650
Emmanuel Grumbach8e484f02013-10-02 15:02:25 +03001651 iwl_mvm_bt_coex_vif_change(mvm);
Emmanuel Grumbachdac94da2013-06-18 07:35:27 +03001652
Arik Nemtsovf6972672014-06-15 16:03:55 +03001653 /* we don't support TDLS during DCM */
1654 if (iwl_mvm_phy_ctx_count(mvm) > 1)
1655 iwl_mvm_teardown_tdls_peers(mvm);
1656
Johannes Berg8ca151b2013-01-24 14:25:36 +01001657 mutex_unlock(&mvm->mutex);
1658 return 0;
1659
Ilan Peera11e1442013-12-31 21:19:55 +02001660out_quota_failed:
Arik Nemtsov999609f2014-05-15 17:31:51 +03001661 iwl_mvm_power_update_mac(mvm);
Ilan Peer5691e212013-12-31 21:05:50 +02001662 mvmvif->ap_ibss_active = false;
Johannes Berg013290a2014-08-04 13:38:48 +02001663 iwl_mvm_send_rm_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001664out_unbind:
1665 iwl_mvm_binding_remove_vif(mvm, vif);
1666out_remove:
1667 iwl_mvm_mac_ctxt_remove(mvm, vif);
1668out_unlock:
1669 mutex_unlock(&mvm->mutex);
Eliad Peller576eeee2014-07-01 18:38:38 +03001670 iwl_mvm_unref(mvm, IWL_MVM_REF_START_AP);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001671 return ret;
1672}
1673
Johannes Berg5023d962013-07-31 14:07:43 +02001674static void iwl_mvm_stop_ap_ibss(struct ieee80211_hw *hw,
1675 struct ieee80211_vif *vif)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001676{
1677 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1678 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1679
Johannes Berg38a12b52013-02-22 14:07:56 +01001680 iwl_mvm_prepare_mac_removal(mvm, vif);
1681
Johannes Berg8ca151b2013-01-24 14:25:36 +01001682 mutex_lock(&mvm->mutex);
1683
Andrei Otcheretianski664322f2014-06-05 16:40:36 +03001684 /* Handle AP stop while in CSA */
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +03001685 if (rcu_access_pointer(mvm->csa_vif) == vif) {
1686 iwl_mvm_remove_time_event(mvm, mvmvif,
1687 &mvmvif->time_event_data);
Andrei Otcheretianski664322f2014-06-05 16:40:36 +03001688 RCU_INIT_POINTER(mvm->csa_vif, NULL);
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +03001689 }
Andrei Otcheretianski664322f2014-06-05 16:40:36 +03001690
Andrei Otcheretianski003e52362014-05-25 17:24:22 +03001691 if (rcu_access_pointer(mvm->csa_tx_blocked_vif) == vif) {
1692 RCU_INIT_POINTER(mvm->csa_tx_blocked_vif, NULL);
1693 mvm->csa_tx_block_bcn_timeout = 0;
1694 }
1695
Johannes Berg5023d962013-07-31 14:07:43 +02001696 mvmvif->ap_ibss_active = false;
David Spinadel1c87bba2014-02-27 16:41:52 +02001697 mvm->ap_last_beacon_gp2 = 0;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001698
Emmanuel Grumbach8e484f02013-10-02 15:02:25 +03001699 iwl_mvm_bt_coex_vif_change(mvm);
Emmanuel Grumbachdac94da2013-06-18 07:35:27 +03001700
Eliad Peller29a90a42013-11-05 14:06:29 +02001701 iwl_mvm_unref(mvm, IWL_MVM_REF_AP_IBSS);
1702
Johannes Berg5023d962013-07-31 14:07:43 +02001703 /* Need to update the P2P Device MAC (only GO, IBSS is single vif) */
Johannes Berg8ca151b2013-01-24 14:25:36 +01001704 if (vif->p2p && mvm->p2p_device_vif)
Johannes Berg3dfd3a92014-08-11 21:37:30 +02001705 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001706
Johannes Berg01662302014-06-06 15:18:45 +02001707 iwl_mvm_update_quotas(mvm, NULL);
Johannes Berg013290a2014-08-04 13:38:48 +02001708 iwl_mvm_send_rm_bcast_sta(mvm, vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001709 iwl_mvm_binding_remove_vif(mvm, vif);
Ilan Peera11e1442013-12-31 21:19:55 +02001710
Arik Nemtsov999609f2014-05-15 17:31:51 +03001711 iwl_mvm_power_update_mac(mvm);
Ilan Peera11e1442013-12-31 21:19:55 +02001712
Johannes Berg8ca151b2013-01-24 14:25:36 +01001713 iwl_mvm_mac_ctxt_remove(mvm, vif);
1714
1715 mutex_unlock(&mvm->mutex);
1716}
1717
Johannes Berg5023d962013-07-31 14:07:43 +02001718static void
1719iwl_mvm_bss_info_changed_ap_ibss(struct iwl_mvm *mvm,
1720 struct ieee80211_vif *vif,
1721 struct ieee80211_bss_conf *bss_conf,
1722 u32 changes)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001723{
Ilan Peerbe2056f2013-12-04 16:47:14 +02001724 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
Avri Altman8a5e3662013-11-12 19:16:03 +02001725
Ilan Peerbe2056f2013-12-04 16:47:14 +02001726 /* Changes will be applied when the AP/IBSS is started */
1727 if (!mvmvif->ap_ibss_active)
1728 return;
1729
Johannes Berg863230da2013-12-04 17:08:40 +01001730 if (changes & (BSS_CHANGED_ERP_CTS_PROT | BSS_CHANGED_HT |
Johannes Bergf7d8b702014-09-09 15:49:19 +02001731 BSS_CHANGED_BANDWIDTH | BSS_CHANGED_QOS) &&
Johannes Berg3dfd3a92014-08-11 21:37:30 +02001732 iwl_mvm_mac_ctxt_changed(mvm, vif, false, NULL))
Johannes Berg863230da2013-12-04 17:08:40 +01001733 IWL_ERR(mvm, "failed to update MAC %pM\n", vif->addr);
Avri Altman8a5e3662013-11-12 19:16:03 +02001734
Johannes Berg8ca151b2013-01-24 14:25:36 +01001735 /* Need to send a new beacon template to the FW */
Johannes Berg863230da2013-12-04 17:08:40 +01001736 if (changes & BSS_CHANGED_BEACON &&
1737 iwl_mvm_mac_ctxt_beacon_changed(mvm, vif))
1738 IWL_WARN(mvm, "Failed updating beacon data\n");
Haim Dreyfuss79b7a692014-09-14 12:40:00 +03001739
1740 if (changes & BSS_CHANGED_TXPOWER) {
1741 IWL_DEBUG_CALIB(mvm, "Changing TX Power to %d\n",
1742 bss_conf->txpower);
1743 iwl_mvm_set_tx_power(mvm, vif, bss_conf->txpower);
1744 }
1745
Johannes Berg8ca151b2013-01-24 14:25:36 +01001746}
1747
1748static void iwl_mvm_bss_info_changed(struct ieee80211_hw *hw,
1749 struct ieee80211_vif *vif,
1750 struct ieee80211_bss_conf *bss_conf,
1751 u32 changes)
1752{
1753 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1754
Eliad Peller576eeee2014-07-01 18:38:38 +03001755 /*
1756 * iwl_mvm_bss_info_changed_station() might call
1757 * iwl_mvm_protect_session(), which reads directly from
1758 * the device (the system time), so make sure it is available.
1759 */
1760 if (iwl_mvm_ref_sync(mvm, IWL_MVM_REF_BSS_CHANGED))
1761 return;
1762
Johannes Berg8ca151b2013-01-24 14:25:36 +01001763 mutex_lock(&mvm->mutex);
1764
David Spinadel723f02e2014-04-27 09:54:54 +03001765 if (changes & BSS_CHANGED_IDLE && !bss_conf->idle)
David Spinadelfb98be52014-05-04 12:51:10 +03001766 iwl_mvm_scan_offload_stop(mvm, true);
David Spinadel723f02e2014-04-27 09:54:54 +03001767
Johannes Berg8ca151b2013-01-24 14:25:36 +01001768 switch (vif->type) {
1769 case NL80211_IFTYPE_STATION:
1770 iwl_mvm_bss_info_changed_station(mvm, vif, bss_conf, changes);
1771 break;
1772 case NL80211_IFTYPE_AP:
Johannes Berg5023d962013-07-31 14:07:43 +02001773 case NL80211_IFTYPE_ADHOC:
1774 iwl_mvm_bss_info_changed_ap_ibss(mvm, vif, bss_conf, changes);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001775 break;
1776 default:
1777 /* shouldn't happen */
1778 WARN_ON_ONCE(1);
1779 }
1780
1781 mutex_unlock(&mvm->mutex);
Eliad Peller576eeee2014-07-01 18:38:38 +03001782 iwl_mvm_unref(mvm, IWL_MVM_REF_BSS_CHANGED);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001783}
1784
Eliad Peller4660dfb2014-06-22 18:15:59 +03001785static int iwl_mvm_cancel_scan_wait_notif(struct iwl_mvm *mvm,
1786 enum iwl_scan_status scan_type)
1787{
1788 int ret;
1789 bool wait_for_handlers = false;
1790
1791 mutex_lock(&mvm->mutex);
1792
1793 if (mvm->scan_status != scan_type) {
1794 ret = 0;
1795 /* make sure there are no pending notifications */
1796 wait_for_handlers = true;
1797 goto out;
1798 }
1799
1800 switch (scan_type) {
1801 case IWL_MVM_SCAN_SCHED:
1802 ret = iwl_mvm_scan_offload_stop(mvm, true);
1803 break;
1804 case IWL_MVM_SCAN_OS:
1805 ret = iwl_mvm_cancel_scan(mvm);
1806 break;
1807 case IWL_MVM_SCAN_NONE:
1808 default:
1809 WARN_ON_ONCE(1);
1810 ret = -EINVAL;
1811 break;
1812 }
1813 if (ret)
1814 goto out;
1815
1816 wait_for_handlers = true;
1817out:
1818 mutex_unlock(&mvm->mutex);
1819
1820 /* make sure we consume the completion notification */
1821 if (wait_for_handlers)
1822 iwl_mvm_wait_for_async_handlers(mvm);
1823
1824 return ret;
1825}
Johannes Berg8ca151b2013-01-24 14:25:36 +01001826static int iwl_mvm_mac_hw_scan(struct ieee80211_hw *hw,
1827 struct ieee80211_vif *vif,
David Spinadelc56ef672014-02-05 15:21:13 +02001828 struct ieee80211_scan_request *hw_req)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001829{
1830 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
David Spinadelc56ef672014-02-05 15:21:13 +02001831 struct cfg80211_scan_request *req = &hw_req->req;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001832 int ret;
1833
David Spinadel762533b2014-06-05 11:20:43 +03001834 if (req->n_channels == 0 ||
1835 req->n_channels > mvm->fw->ucode_capa.n_scan_channels)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001836 return -EINVAL;
1837
Eliad Peller4660dfb2014-06-22 18:15:59 +03001838 ret = iwl_mvm_cancel_scan_wait_notif(mvm, IWL_MVM_SCAN_SCHED);
1839 if (ret)
1840 return ret;
1841
Johannes Berg8ca151b2013-01-24 14:25:36 +01001842 mutex_lock(&mvm->mutex);
1843
Eliad Peller4660dfb2014-06-22 18:15:59 +03001844 if (mvm->scan_status != IWL_MVM_SCAN_NONE) {
Johannes Berg8ca151b2013-01-24 14:25:36 +01001845 ret = -EBUSY;
Arik Nemtsov519e2022013-10-17 17:51:35 +03001846 goto out;
1847 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001848
Arik Nemtsov519e2022013-10-17 17:51:35 +03001849 iwl_mvm_ref(mvm, IWL_MVM_REF_SCAN);
1850
David Spinadelfb98be52014-05-04 12:51:10 +03001851 if (mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_LMAC_SCAN)
1852 ret = iwl_mvm_unified_scan_lmac(mvm, vif, hw_req);
1853 else
1854 ret = iwl_mvm_scan_request(mvm, vif, req);
1855
Arik Nemtsov519e2022013-10-17 17:51:35 +03001856 if (ret)
1857 iwl_mvm_unref(mvm, IWL_MVM_REF_SCAN);
1858out:
Johannes Berg8ca151b2013-01-24 14:25:36 +01001859 mutex_unlock(&mvm->mutex);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001860 return ret;
1861}
1862
1863static void iwl_mvm_mac_cancel_hw_scan(struct ieee80211_hw *hw,
1864 struct ieee80211_vif *vif)
1865{
1866 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1867
1868 mutex_lock(&mvm->mutex);
1869
1870 iwl_mvm_cancel_scan(mvm);
1871
1872 mutex_unlock(&mvm->mutex);
1873}
1874
1875static void
1876iwl_mvm_mac_allow_buffered_frames(struct ieee80211_hw *hw,
Johannes Berg3e56ead2013-02-15 22:23:18 +01001877 struct ieee80211_sta *sta, u16 tids,
Johannes Berg8ca151b2013-01-24 14:25:36 +01001878 int num_frames,
1879 enum ieee80211_frame_release_type reason,
1880 bool more_data)
1881{
1882 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001883
Johannes Berg3e56ead2013-02-15 22:23:18 +01001884 /* Called when we need to transmit (a) frame(s) from mac80211 */
Johannes Berg8ca151b2013-01-24 14:25:36 +01001885
Johannes Berg3e56ead2013-02-15 22:23:18 +01001886 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta, reason, num_frames,
1887 tids, more_data, false);
1888}
1889
1890static void
1891iwl_mvm_mac_release_buffered_frames(struct ieee80211_hw *hw,
1892 struct ieee80211_sta *sta, u16 tids,
1893 int num_frames,
1894 enum ieee80211_frame_release_type reason,
1895 bool more_data)
1896{
1897 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1898
1899 /* Called when we need to transmit (a) frame(s) from agg queue */
1900
1901 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta, reason, num_frames,
1902 tids, more_data, true);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001903}
1904
1905static void iwl_mvm_mac_sta_notify(struct ieee80211_hw *hw,
1906 struct ieee80211_vif *vif,
1907 enum sta_notify_cmd cmd,
1908 struct ieee80211_sta *sta)
1909{
1910 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Johannes Berg5b577a92013-11-14 18:20:04 +01001911 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
Johannes Berg3e56ead2013-02-15 22:23:18 +01001912 int tid;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001913
1914 switch (cmd) {
1915 case STA_NOTIFY_SLEEP:
Emmanuel Grumbache3d4bc82013-05-07 14:08:24 +03001916 if (atomic_read(&mvm->pending_frames[mvmsta->sta_id]) > 0)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001917 ieee80211_sta_block_awake(hw, sta, true);
Johannes Berg3e56ead2013-02-15 22:23:18 +01001918 spin_lock_bh(&mvmsta->lock);
1919 for (tid = 0; tid < IWL_MAX_TID_COUNT; tid++) {
1920 struct iwl_mvm_tid_data *tid_data;
1921
1922 tid_data = &mvmsta->tid_data[tid];
1923 if (tid_data->state != IWL_AGG_ON &&
1924 tid_data->state != IWL_EMPTYING_HW_QUEUE_DELBA)
1925 continue;
1926 if (iwl_mvm_tid_queued(tid_data) == 0)
1927 continue;
1928 ieee80211_sta_set_buffered(sta, tid, true);
1929 }
1930 spin_unlock_bh(&mvmsta->lock);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001931 /*
1932 * The fw updates the STA to be asleep. Tx packets on the Tx
1933 * queues to this station will not be transmitted. The fw will
1934 * send a Tx response with TX_STATUS_FAIL_DEST_PS.
1935 */
1936 break;
1937 case STA_NOTIFY_AWAKE:
Emmanuel Grumbach881acd82013-03-19 16:16:00 +02001938 if (WARN_ON(mvmsta->sta_id == IWL_MVM_STATION_COUNT))
Johannes Berg8ca151b2013-01-24 14:25:36 +01001939 break;
Johannes Berg9cc40712013-02-15 22:47:48 +01001940 iwl_mvm_sta_modify_ps_wake(mvm, sta);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001941 break;
1942 default:
1943 break;
1944 }
1945}
1946
Johannes Berg1ddbbb02013-12-04 22:39:17 +01001947static void iwl_mvm_sta_pre_rcu_remove(struct ieee80211_hw *hw,
1948 struct ieee80211_vif *vif,
1949 struct ieee80211_sta *sta)
1950{
1951 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1952 struct iwl_mvm_sta *mvm_sta = (void *)sta->drv_priv;
1953
1954 /*
1955 * This is called before mac80211 does RCU synchronisation,
1956 * so here we already invalidate our internal RCU-protected
1957 * station pointer. The rest of the code will thus no longer
1958 * be able to find the station this way, and we don't rely
1959 * on further RCU synchronisation after the sta_state()
1960 * callback deleted the station.
1961 */
1962 mutex_lock(&mvm->mutex);
1963 if (sta == rcu_access_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id]))
1964 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id],
1965 ERR_PTR(-ENOENT));
1966 mutex_unlock(&mvm->mutex);
1967}
1968
Johannes Berg8ca151b2013-01-24 14:25:36 +01001969static int iwl_mvm_mac_sta_state(struct ieee80211_hw *hw,
1970 struct ieee80211_vif *vif,
1971 struct ieee80211_sta *sta,
1972 enum ieee80211_sta_state old_state,
1973 enum ieee80211_sta_state new_state)
1974{
1975 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1976 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1977 int ret;
1978
1979 IWL_DEBUG_MAC80211(mvm, "station %pM state change %d->%d\n",
1980 sta->addr, old_state, new_state);
1981
1982 /* this would be a mac80211 bug ... but don't crash */
1983 if (WARN_ON_ONCE(!mvmvif->phy_ctxt))
1984 return -EINVAL;
1985
1986 /* if a STA is being removed, reuse its ID */
1987 flush_work(&mvm->sta_drained_wk);
1988
1989 mutex_lock(&mvm->mutex);
1990 if (old_state == IEEE80211_STA_NOTEXIST &&
1991 new_state == IEEE80211_STA_NONE) {
Johannes Berg48bc1302013-07-04 15:55:29 +02001992 /*
1993 * Firmware bug - it'll crash if the beacon interval is less
1994 * than 16. We can't avoid connecting at all, so refuse the
1995 * station state change, this will cause mac80211 to abandon
1996 * attempts to connect to this AP, and eventually wpa_s will
1997 * blacklist the AP...
1998 */
1999 if (vif->type == NL80211_IFTYPE_STATION &&
2000 vif->bss_conf.beacon_int < 16) {
2001 IWL_ERR(mvm,
2002 "AP %pM beacon interval is %d, refusing due to firmware bug!\n",
2003 sta->addr, vif->bss_conf.beacon_int);
2004 ret = -EINVAL;
2005 goto out_unlock;
2006 }
Arik Nemtsovcf7b4912014-05-15 11:44:40 +03002007
2008 if (sta->tdls &&
2009 (vif->p2p ||
Arik Nemtsovfa3d07e2014-05-15 18:59:32 +03002010 iwl_mvm_tdls_sta_count(mvm, NULL) ==
2011 IWL_MVM_TDLS_STA_COUNT ||
Arik Nemtsovcf7b4912014-05-15 11:44:40 +03002012 iwl_mvm_phy_ctx_count(mvm) > 1)) {
2013 IWL_DEBUG_MAC80211(mvm, "refusing TDLS sta\n");
2014 ret = -EBUSY;
2015 goto out_unlock;
2016 }
2017
Johannes Berg8ca151b2013-01-24 14:25:36 +01002018 ret = iwl_mvm_add_sta(mvm, vif, sta);
Arik Nemtsovfa3d07e2014-05-15 18:59:32 +03002019 if (sta->tdls && ret == 0)
2020 iwl_mvm_recalc_tdls_state(mvm, vif, true);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002021 } else if (old_state == IEEE80211_STA_NONE &&
2022 new_state == IEEE80211_STA_AUTH) {
Haim Dreyfusse820c2d2014-04-06 11:19:09 +03002023 /*
2024 * EBS may be disabled due to previous failures reported by FW.
2025 * Reset EBS status here assuming environment has been changed.
2026 */
2027 mvm->last_ebs_successful = true;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002028 ret = 0;
2029 } else if (old_state == IEEE80211_STA_AUTH &&
2030 new_state == IEEE80211_STA_ASSOC) {
Johannes Berg7a453972013-02-12 13:10:44 +01002031 ret = iwl_mvm_update_sta(mvm, vif, sta);
2032 if (ret == 0)
2033 iwl_mvm_rs_rate_init(mvm, sta,
Eyal Shapirab87c2172013-11-09 23:37:55 +02002034 mvmvif->phy_ctxt->channel->band,
2035 true);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002036 } else if (old_state == IEEE80211_STA_ASSOC &&
2037 new_state == IEEE80211_STA_AUTHORIZED) {
Arik Nemtsovf59e0e3c2014-06-10 19:56:27 +03002038
2039 /* we don't support TDLS during DCM */
2040 if (iwl_mvm_phy_ctx_count(mvm) > 1)
2041 iwl_mvm_teardown_tdls_peers(mvm);
2042
Hila Gonen7df15b12012-12-12 11:16:19 +02002043 /* enable beacon filtering */
Avri Altmanfa7b2e72014-05-20 08:03:24 +03002044 WARN_ON(iwl_mvm_enable_beacon_filter(mvm, vif, 0));
Johannes Berg8ca151b2013-01-24 14:25:36 +01002045 ret = 0;
2046 } else if (old_state == IEEE80211_STA_AUTHORIZED &&
2047 new_state == IEEE80211_STA_ASSOC) {
Hila Gonen7df15b12012-12-12 11:16:19 +02002048 /* disable beacon filtering */
Emmanuel Grumbacha1022922014-05-12 11:36:41 +03002049 WARN_ON(iwl_mvm_disable_beacon_filter(mvm, vif, 0));
Johannes Berg8ca151b2013-01-24 14:25:36 +01002050 ret = 0;
2051 } else if (old_state == IEEE80211_STA_ASSOC &&
2052 new_state == IEEE80211_STA_AUTH) {
2053 ret = 0;
2054 } else if (old_state == IEEE80211_STA_AUTH &&
2055 new_state == IEEE80211_STA_NONE) {
2056 ret = 0;
2057 } else if (old_state == IEEE80211_STA_NONE &&
2058 new_state == IEEE80211_STA_NOTEXIST) {
2059 ret = iwl_mvm_rm_sta(mvm, vif, sta);
Arik Nemtsovfa3d07e2014-05-15 18:59:32 +03002060 if (sta->tdls)
2061 iwl_mvm_recalc_tdls_state(mvm, vif, false);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002062 } else {
2063 ret = -EIO;
2064 }
Johannes Berg48bc1302013-07-04 15:55:29 +02002065 out_unlock:
Johannes Berg8ca151b2013-01-24 14:25:36 +01002066 mutex_unlock(&mvm->mutex);
2067
2068 return ret;
2069}
2070
2071static int iwl_mvm_mac_set_rts_threshold(struct ieee80211_hw *hw, u32 value)
2072{
2073 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2074
2075 mvm->rts_threshold = value;
2076
2077 return 0;
2078}
2079
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02002080static void iwl_mvm_sta_rc_update(struct ieee80211_hw *hw,
2081 struct ieee80211_vif *vif,
2082 struct ieee80211_sta *sta, u32 changed)
2083{
2084 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2085
2086 if (vif->type == NL80211_IFTYPE_STATION &&
2087 changed & IEEE80211_RC_NSS_CHANGED)
2088 iwl_mvm_sf_update(mvm, vif, false);
2089}
2090
Johannes Berg8ca151b2013-01-24 14:25:36 +01002091static int iwl_mvm_mac_conf_tx(struct ieee80211_hw *hw,
2092 struct ieee80211_vif *vif, u16 ac,
2093 const struct ieee80211_tx_queue_params *params)
2094{
2095 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2096 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
2097
2098 mvmvif->queue_params[ac] = *params;
2099
2100 /*
2101 * No need to update right away, we'll get BSS_CHANGED_QOS
2102 * The exception is P2P_DEVICE interface which needs immediate update.
2103 */
2104 if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
2105 int ret;
2106
2107 mutex_lock(&mvm->mutex);
Johannes Berg3dfd3a92014-08-11 21:37:30 +02002108 ret = iwl_mvm_mac_ctxt_changed(mvm, vif, false, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002109 mutex_unlock(&mvm->mutex);
2110 return ret;
2111 }
2112 return 0;
2113}
2114
2115static void iwl_mvm_mac_mgd_prepare_tx(struct ieee80211_hw *hw,
2116 struct ieee80211_vif *vif)
2117{
2118 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2119 u32 duration = min(IWL_MVM_TE_SESSION_PROTECTION_MAX_TIME_MS,
2120 200 + vif->bss_conf.beacon_int);
2121 u32 min_duration = min(IWL_MVM_TE_SESSION_PROTECTION_MIN_TIME_MS,
2122 100 + vif->bss_conf.beacon_int);
2123
2124 if (WARN_ON_ONCE(vif->bss_conf.assoc))
2125 return;
2126
Eliad Peller576eeee2014-07-01 18:38:38 +03002127 /*
2128 * iwl_mvm_protect_session() reads directly from the device
2129 * (the system time), so make sure it is available.
2130 */
2131 if (iwl_mvm_ref_sync(mvm, IWL_MVM_REF_PREPARE_TX))
2132 return;
2133
Johannes Berg8ca151b2013-01-24 14:25:36 +01002134 mutex_lock(&mvm->mutex);
2135 /* Try really hard to protect the session and hear a beacon */
Liad Kaufmand20d37b2014-07-06 17:14:39 +03002136 iwl_mvm_protect_session(mvm, vif, duration, min_duration, 500, false);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002137 mutex_unlock(&mvm->mutex);
Eliad Peller576eeee2014-07-01 18:38:38 +03002138
2139 iwl_mvm_unref(mvm, IWL_MVM_REF_PREPARE_TX);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002140}
2141
David Spinadel35a000b2013-08-28 09:29:43 +03002142static int iwl_mvm_mac_sched_scan_start(struct ieee80211_hw *hw,
2143 struct ieee80211_vif *vif,
2144 struct cfg80211_sched_scan_request *req,
David Spinadel633e2712014-02-06 16:15:23 +02002145 struct ieee80211_scan_ies *ies)
David Spinadel35a000b2013-08-28 09:29:43 +03002146{
2147 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2148 int ret;
2149
Eliad Peller4660dfb2014-06-22 18:15:59 +03002150 ret = iwl_mvm_cancel_scan_wait_notif(mvm, IWL_MVM_SCAN_OS);
2151 if (ret)
2152 return ret;
2153
David Spinadel35a000b2013-08-28 09:29:43 +03002154 mutex_lock(&mvm->mutex);
2155
Alexander Bondar59ecb122014-07-30 17:40:28 +03002156 /* Newest FW fixes sched scan while connected on another interface */
2157 if (mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_LMAC_SCAN) {
2158 if (!vif->bss_conf.idle) {
2159 ret = -EBUSY;
2160 goto out;
2161 }
2162 } else if (!iwl_mvm_is_idle(mvm)) {
David Spinadelbd5e4742014-04-24 13:15:29 +03002163 ret = -EBUSY;
2164 goto out;
2165 }
2166
Eliad Peller4660dfb2014-06-22 18:15:59 +03002167 if (mvm->scan_status != IWL_MVM_SCAN_NONE) {
David Spinadel35a000b2013-08-28 09:29:43 +03002168 ret = -EBUSY;
2169 goto out;
2170 }
2171
2172 mvm->scan_status = IWL_MVM_SCAN_SCHED;
2173
David Spinadelfb98be52014-05-04 12:51:10 +03002174 if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_LMAC_SCAN)) {
2175 ret = iwl_mvm_config_sched_scan(mvm, vif, req, ies);
2176 if (ret)
2177 goto err;
2178 }
David Spinadel35a000b2013-08-28 09:29:43 +03002179
2180 ret = iwl_mvm_config_sched_scan_profiles(mvm, req);
2181 if (ret)
2182 goto err;
2183
David Spinadelfb98be52014-05-04 12:51:10 +03002184 if (mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_LMAC_SCAN)
2185 ret = iwl_mvm_unified_sched_scan_lmac(mvm, vif, req, ies);
2186 else
2187 ret = iwl_mvm_sched_scan_start(mvm, req);
2188
David Spinadel35a000b2013-08-28 09:29:43 +03002189 if (!ret)
2190 goto out;
2191err:
2192 mvm->scan_status = IWL_MVM_SCAN_NONE;
2193out:
2194 mutex_unlock(&mvm->mutex);
2195 return ret;
2196}
2197
Johannes Berg37e33082014-02-17 10:48:17 +01002198static int iwl_mvm_mac_sched_scan_stop(struct ieee80211_hw *hw,
2199 struct ieee80211_vif *vif)
David Spinadel35a000b2013-08-28 09:29:43 +03002200{
2201 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Arik Nemtsov33ea27f2014-02-10 15:34:29 +02002202 int ret;
David Spinadel35a000b2013-08-28 09:29:43 +03002203
2204 mutex_lock(&mvm->mutex);
David Spinadelfb98be52014-05-04 12:51:10 +03002205 ret = iwl_mvm_scan_offload_stop(mvm, false);
David Spinadel35a000b2013-08-28 09:29:43 +03002206 mutex_unlock(&mvm->mutex);
Arik Nemtsov33ea27f2014-02-10 15:34:29 +02002207 iwl_mvm_wait_for_async_handlers(mvm);
Johannes Berg37e33082014-02-17 10:48:17 +01002208
Arik Nemtsov33ea27f2014-02-10 15:34:29 +02002209 return ret;
David Spinadel35a000b2013-08-28 09:29:43 +03002210}
2211
Johannes Berg8ca151b2013-01-24 14:25:36 +01002212static int iwl_mvm_mac_set_key(struct ieee80211_hw *hw,
2213 enum set_key_cmd cmd,
2214 struct ieee80211_vif *vif,
2215 struct ieee80211_sta *sta,
2216 struct ieee80211_key_conf *key)
2217{
2218 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2219 int ret;
2220
2221 if (iwlwifi_mod_params.sw_crypto) {
2222 IWL_DEBUG_MAC80211(mvm, "leave - hwcrypto disabled\n");
2223 return -EOPNOTSUPP;
2224 }
2225
2226 switch (key->cipher) {
2227 case WLAN_CIPHER_SUITE_TKIP:
2228 key->flags |= IEEE80211_KEY_FLAG_GENERATE_MMIC;
2229 /* fall-through */
2230 case WLAN_CIPHER_SUITE_CCMP:
2231 key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
2232 break;
2233 case WLAN_CIPHER_SUITE_AES_CMAC:
2234 WARN_ON_ONCE(!(hw->flags & IEEE80211_HW_MFP_CAPABLE));
2235 break;
2236 case WLAN_CIPHER_SUITE_WEP40:
2237 case WLAN_CIPHER_SUITE_WEP104:
2238 /*
2239 * Support for TX only, at least for now, so accept
2240 * the key and do nothing else. Then mac80211 will
2241 * pass it for TX but we don't have to use it for RX.
2242 */
2243 return 0;
2244 default:
Max Stepanove36e5432013-08-27 19:56:13 +03002245 /* currently FW supports only one optional cipher scheme */
2246 if (hw->n_cipher_schemes &&
2247 hw->cipher_schemes->cipher == key->cipher)
2248 key->flags |= IEEE80211_KEY_FLAG_PUT_IV_SPACE;
2249 else
2250 return -EOPNOTSUPP;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002251 }
2252
2253 mutex_lock(&mvm->mutex);
2254
2255 switch (cmd) {
2256 case SET_KEY:
Johannes Berg5023d962013-07-31 14:07:43 +02002257 if ((vif->type == NL80211_IFTYPE_ADHOC ||
2258 vif->type == NL80211_IFTYPE_AP) && !sta) {
2259 /*
2260 * GTK on AP interface is a TX-only key, return 0;
2261 * on IBSS they're per-station and because we're lazy
2262 * we don't support them for RX, so do the same.
2263 */
Johannes Berg6caffd42013-03-06 13:15:21 +01002264 ret = 0;
2265 key->hw_key_idx = STA_KEY_IDX_INVALID;
2266 break;
2267 }
2268
Johannes Berg8ca151b2013-01-24 14:25:36 +01002269 IWL_DEBUG_MAC80211(mvm, "set hwcrypto key\n");
2270 ret = iwl_mvm_set_sta_key(mvm, vif, sta, key, false);
2271 if (ret) {
2272 IWL_WARN(mvm, "set key failed\n");
2273 /*
2274 * can't add key for RX, but we don't need it
2275 * in the device for TX so still return 0
2276 */
Johannes Berg6caffd42013-03-06 13:15:21 +01002277 key->hw_key_idx = STA_KEY_IDX_INVALID;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002278 ret = 0;
2279 }
2280
2281 break;
2282 case DISABLE_KEY:
Johannes Berg6caffd42013-03-06 13:15:21 +01002283 if (key->hw_key_idx == STA_KEY_IDX_INVALID) {
2284 ret = 0;
2285 break;
2286 }
2287
Johannes Berg8ca151b2013-01-24 14:25:36 +01002288 IWL_DEBUG_MAC80211(mvm, "disable hwcrypto key\n");
2289 ret = iwl_mvm_remove_sta_key(mvm, vif, sta, key);
2290 break;
2291 default:
2292 ret = -EINVAL;
2293 }
2294
2295 mutex_unlock(&mvm->mutex);
2296 return ret;
2297}
2298
2299static void iwl_mvm_mac_update_tkip_key(struct ieee80211_hw *hw,
2300 struct ieee80211_vif *vif,
2301 struct ieee80211_key_conf *keyconf,
2302 struct ieee80211_sta *sta,
2303 u32 iv32, u16 *phase1key)
2304{
2305 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2306
Johannes Berg5023d962013-07-31 14:07:43 +02002307 if (keyconf->hw_key_idx == STA_KEY_IDX_INVALID)
2308 return;
2309
Johannes Berg8ca151b2013-01-24 14:25:36 +01002310 iwl_mvm_update_tkip_key(mvm, vif, keyconf, sta, iv32, phase1key);
2311}
2312
2313
Ariej Marjiehb1128892014-07-16 21:11:12 +03002314static bool iwl_mvm_rx_aux_roc(struct iwl_notif_wait_data *notif_wait,
2315 struct iwl_rx_packet *pkt, void *data)
2316{
2317 struct iwl_mvm *mvm =
2318 container_of(notif_wait, struct iwl_mvm, notif_wait);
2319 struct iwl_hs20_roc_res *resp;
2320 int resp_len = iwl_rx_packet_payload_len(pkt);
2321 struct iwl_mvm_time_event_data *te_data = data;
2322
2323 if (WARN_ON(pkt->hdr.cmd != HOT_SPOT_CMD))
2324 return true;
2325
2326 if (WARN_ON_ONCE(resp_len != sizeof(*resp))) {
2327 IWL_ERR(mvm, "Invalid HOT_SPOT_CMD response\n");
2328 return true;
2329 }
2330
2331 resp = (void *)pkt->data;
2332
2333 IWL_DEBUG_TE(mvm,
2334 "Aux ROC: Recieved response from ucode: status=%d uid=%d\n",
2335 resp->status, resp->event_unique_id);
2336
2337 te_data->uid = le32_to_cpu(resp->event_unique_id);
2338 IWL_DEBUG_TE(mvm, "TIME_EVENT_CMD response - UID = 0x%x\n",
2339 te_data->uid);
2340
2341 spin_lock_bh(&mvm->time_event_lock);
2342 list_add_tail(&te_data->list, &mvm->aux_roc_te_list);
2343 spin_unlock_bh(&mvm->time_event_lock);
2344
2345 return true;
2346}
2347
2348#define AUX_ROC_MAX_DELAY_ON_CHANNEL 5000
2349static int iwl_mvm_send_aux_roc_cmd(struct iwl_mvm *mvm,
2350 struct ieee80211_channel *channel,
2351 struct ieee80211_vif *vif,
2352 int duration)
2353{
2354 int res, time_reg = DEVICE_SYSTEM_TIME_REG;
2355 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
2356 struct iwl_mvm_time_event_data *te_data = &mvmvif->hs_time_event_data;
2357 static const u8 time_event_response[] = { HOT_SPOT_CMD };
2358 struct iwl_notification_wait wait_time_event;
2359 struct iwl_hs20_roc_req aux_roc_req = {
2360 .action = cpu_to_le32(FW_CTXT_ACTION_ADD),
2361 .id_and_color =
2362 cpu_to_le32(FW_CMD_ID_AND_COLOR(MAC_INDEX_AUX, 0)),
2363 .sta_id_and_color = cpu_to_le32(mvm->aux_sta.sta_id),
2364 /* Set the channel info data */
2365 .channel_info.band = (channel->band == IEEE80211_BAND_2GHZ) ?
2366 PHY_BAND_24 : PHY_BAND_5,
2367 .channel_info.channel = channel->hw_value,
2368 .channel_info.width = PHY_VHT_CHANNEL_MODE20,
2369 /* Set the time and duration */
2370 .apply_time = cpu_to_le32(iwl_read_prph(mvm->trans, time_reg)),
2371 .apply_time_max_delay =
2372 cpu_to_le32(MSEC_TO_TU(AUX_ROC_MAX_DELAY_ON_CHANNEL)),
2373 .duration = cpu_to_le32(MSEC_TO_TU(duration)),
2374 };
2375
2376 /* Set the node address */
2377 memcpy(aux_roc_req.node_addr, vif->addr, ETH_ALEN);
2378
Matti Gottlieba6cc5162014-09-29 11:46:04 +03002379 lockdep_assert_held(&mvm->mutex);
2380
2381 spin_lock_bh(&mvm->time_event_lock);
2382
2383 if (WARN_ON(te_data->id == HOT_SPOT_CMD)) {
2384 spin_unlock_bh(&mvm->time_event_lock);
2385 return -EIO;
2386 }
2387
Ariej Marjiehb1128892014-07-16 21:11:12 +03002388 te_data->vif = vif;
2389 te_data->duration = duration;
2390 te_data->id = HOT_SPOT_CMD;
2391
Ariej Marjiehb1128892014-07-16 21:11:12 +03002392 spin_unlock_bh(&mvm->time_event_lock);
2393
2394 /*
2395 * Use a notification wait, which really just processes the
2396 * command response and doesn't wait for anything, in order
2397 * to be able to process the response and get the UID inside
2398 * the RX path. Using CMD_WANT_SKB doesn't work because it
2399 * stores the buffer and then wakes up this thread, by which
2400 * time another notification (that the time event started)
2401 * might already be processed unsuccessfully.
2402 */
2403 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event,
2404 time_event_response,
2405 ARRAY_SIZE(time_event_response),
2406 iwl_mvm_rx_aux_roc, te_data);
2407
2408 res = iwl_mvm_send_cmd_pdu(mvm, HOT_SPOT_CMD, 0, sizeof(aux_roc_req),
2409 &aux_roc_req);
2410
2411 if (res) {
2412 IWL_ERR(mvm, "Couldn't send HOT_SPOT_CMD: %d\n", res);
2413 iwl_remove_notification(&mvm->notif_wait, &wait_time_event);
2414 goto out_clear_te;
2415 }
2416
2417 /* No need to wait for anything, so just pass 1 (0 isn't valid) */
2418 res = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1);
2419 /* should never fail */
2420 WARN_ON_ONCE(res);
2421
2422 if (res) {
2423 out_clear_te:
2424 spin_lock_bh(&mvm->time_event_lock);
2425 iwl_mvm_te_clear_data(mvm, te_data);
2426 spin_unlock_bh(&mvm->time_event_lock);
2427 }
2428
2429 return res;
2430}
2431
Johannes Berg8ca151b2013-01-24 14:25:36 +01002432static int iwl_mvm_roc(struct ieee80211_hw *hw,
2433 struct ieee80211_vif *vif,
2434 struct ieee80211_channel *channel,
Ilan Peerd339d5c2013-02-12 09:34:13 +02002435 int duration,
2436 enum ieee80211_roc_type type)
Johannes Berg8ca151b2013-01-24 14:25:36 +01002437{
2438 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Ilan Peerfe0f2de2013-03-21 10:23:52 +02002439 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002440 struct cfg80211_chan_def chandef;
Ilan Peer31d385a2013-04-02 10:25:46 +03002441 struct iwl_mvm_phy_ctxt *phy_ctxt;
2442 int ret, i;
2443
2444 IWL_DEBUG_MAC80211(mvm, "enter (%d, %d, %d)\n", channel->hw_value,
2445 duration, type);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002446
Matti Gottlieba6cc5162014-09-29 11:46:04 +03002447 mutex_lock(&mvm->mutex);
2448
Ariej Marjiehb1128892014-07-16 21:11:12 +03002449 switch (vif->type) {
2450 case NL80211_IFTYPE_STATION:
2451 /* Use aux roc framework (HS20) */
2452 ret = iwl_mvm_send_aux_roc_cmd(mvm, channel,
2453 vif, duration);
Matti Gottlieba6cc5162014-09-29 11:46:04 +03002454 goto out_unlock;
Ariej Marjiehb1128892014-07-16 21:11:12 +03002455 case NL80211_IFTYPE_P2P_DEVICE:
2456 /* handle below */
2457 break;
2458 default:
2459 IWL_ERR(mvm, "vif isn't P2P_DEVICE: %d\n", vif->type);
Matti Gottlieba6cc5162014-09-29 11:46:04 +03002460 ret = -EINVAL;
2461 goto out_unlock;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002462 }
2463
Ilan Peer31d385a2013-04-02 10:25:46 +03002464 for (i = 0; i < NUM_PHY_CTX; i++) {
2465 phy_ctxt = &mvm->phy_ctxts[i];
2466 if (phy_ctxt->ref == 0 || mvmvif->phy_ctxt == phy_ctxt)
2467 continue;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002468
Ilan Peer31d385a2013-04-02 10:25:46 +03002469 if (phy_ctxt->ref && channel == phy_ctxt->channel) {
2470 /*
2471 * Unbind the P2P_DEVICE from the current PHY context,
2472 * and if the PHY context is not used remove it.
2473 */
2474 ret = iwl_mvm_binding_remove_vif(mvm, vif);
2475 if (WARN(ret, "Failed unbinding P2P_DEVICE\n"))
2476 goto out_unlock;
2477
2478 iwl_mvm_phy_ctxt_unref(mvm, mvmvif->phy_ctxt);
2479
2480 /* Bind the P2P_DEVICE to the current PHY Context */
2481 mvmvif->phy_ctxt = phy_ctxt;
2482
2483 ret = iwl_mvm_binding_add_vif(mvm, vif);
2484 if (WARN(ret, "Failed binding P2P_DEVICE\n"))
2485 goto out_unlock;
2486
2487 iwl_mvm_phy_ctxt_ref(mvm, mvmvif->phy_ctxt);
2488 goto schedule_time_event;
2489 }
2490 }
2491
2492 /* Need to update the PHY context only if the ROC channel changed */
2493 if (channel == mvmvif->phy_ctxt->channel)
2494 goto schedule_time_event;
2495
2496 cfg80211_chandef_create(&chandef, channel, NL80211_CHAN_NO_HT);
2497
2498 /*
2499 * Change the PHY context configuration as it is currently referenced
2500 * only by the P2P Device MAC
2501 */
2502 if (mvmvif->phy_ctxt->ref == 1) {
2503 ret = iwl_mvm_phy_ctxt_changed(mvm, mvmvif->phy_ctxt,
2504 &chandef, 1, 1);
2505 if (ret)
2506 goto out_unlock;
2507 } else {
2508 /*
2509 * The PHY context is shared with other MACs. Need to remove the
2510 * P2P Device from the binding, allocate an new PHY context and
2511 * create a new binding
2512 */
2513 phy_ctxt = iwl_mvm_get_free_phy_ctxt(mvm);
2514 if (!phy_ctxt) {
2515 ret = -ENOSPC;
2516 goto out_unlock;
2517 }
2518
2519 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chandef,
2520 1, 1);
2521 if (ret) {
2522 IWL_ERR(mvm, "Failed to change PHY context\n");
2523 goto out_unlock;
2524 }
2525
2526 /* Unbind the P2P_DEVICE from the current PHY context */
2527 ret = iwl_mvm_binding_remove_vif(mvm, vif);
2528 if (WARN(ret, "Failed unbinding P2P_DEVICE\n"))
2529 goto out_unlock;
2530
2531 iwl_mvm_phy_ctxt_unref(mvm, mvmvif->phy_ctxt);
2532
2533 /* Bind the P2P_DEVICE to the new allocated PHY context */
2534 mvmvif->phy_ctxt = phy_ctxt;
2535
2536 ret = iwl_mvm_binding_add_vif(mvm, vif);
2537 if (WARN(ret, "Failed binding P2P_DEVICE\n"))
2538 goto out_unlock;
2539
2540 iwl_mvm_phy_ctxt_ref(mvm, mvmvif->phy_ctxt);
2541 }
2542
2543schedule_time_event:
Johannes Berg8ca151b2013-01-24 14:25:36 +01002544 /* Schedule the time events */
Ilan Peere635c792013-02-13 11:05:18 +02002545 ret = iwl_mvm_start_p2p_roc(mvm, vif, duration, type);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002546
Ilan Peer31d385a2013-04-02 10:25:46 +03002547out_unlock:
Johannes Berg8ca151b2013-01-24 14:25:36 +01002548 mutex_unlock(&mvm->mutex);
2549 IWL_DEBUG_MAC80211(mvm, "leave\n");
Johannes Berg8ca151b2013-01-24 14:25:36 +01002550 return ret;
2551}
2552
2553static int iwl_mvm_cancel_roc(struct ieee80211_hw *hw)
2554{
2555 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2556
2557 IWL_DEBUG_MAC80211(mvm, "enter\n");
2558
2559 mutex_lock(&mvm->mutex);
2560 iwl_mvm_stop_p2p_roc(mvm);
2561 mutex_unlock(&mvm->mutex);
2562
2563 IWL_DEBUG_MAC80211(mvm, "leave\n");
2564 return 0;
2565}
2566
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002567static int __iwl_mvm_add_chanctx(struct iwl_mvm *mvm,
2568 struct ieee80211_chanctx_conf *ctx)
Johannes Berg8ca151b2013-01-24 14:25:36 +01002569{
Ilan Peerfe0f2de2013-03-21 10:23:52 +02002570 u16 *phy_ctxt_id = (u16 *)ctx->drv_priv;
2571 struct iwl_mvm_phy_ctxt *phy_ctxt;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002572 int ret;
2573
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002574 lockdep_assert_held(&mvm->mutex);
2575
Ilan Peer53a9d612013-04-28 11:55:08 +03002576 IWL_DEBUG_MAC80211(mvm, "Add channel context\n");
Ilan Peerfe0f2de2013-03-21 10:23:52 +02002577
Ilan Peerfe0f2de2013-03-21 10:23:52 +02002578 phy_ctxt = iwl_mvm_get_free_phy_ctxt(mvm);
2579 if (!phy_ctxt) {
2580 ret = -ENOSPC;
2581 goto out;
2582 }
2583
Eliad Pellerdcbc3e12013-10-31 14:31:25 +02002584 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &ctx->min_def,
Ilan Peer53a9d612013-04-28 11:55:08 +03002585 ctx->rx_chains_static,
2586 ctx->rx_chains_dynamic);
Ilan Peerfe0f2de2013-03-21 10:23:52 +02002587 if (ret) {
2588 IWL_ERR(mvm, "Failed to add PHY context\n");
2589 goto out;
2590 }
2591
Ilan Peer53a9d612013-04-28 11:55:08 +03002592 iwl_mvm_phy_ctxt_ref(mvm, phy_ctxt);
Ilan Peerfe0f2de2013-03-21 10:23:52 +02002593 *phy_ctxt_id = phy_ctxt->id;
2594out:
Johannes Berg8ca151b2013-01-24 14:25:36 +01002595 return ret;
2596}
2597
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002598static int iwl_mvm_add_chanctx(struct ieee80211_hw *hw,
2599 struct ieee80211_chanctx_conf *ctx)
2600{
2601 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2602 int ret;
2603
2604 mutex_lock(&mvm->mutex);
2605 ret = __iwl_mvm_add_chanctx(mvm, ctx);
2606 mutex_unlock(&mvm->mutex);
2607
2608 return ret;
2609}
2610
2611static void __iwl_mvm_remove_chanctx(struct iwl_mvm *mvm,
2612 struct ieee80211_chanctx_conf *ctx)
2613{
2614 u16 *phy_ctxt_id = (u16 *)ctx->drv_priv;
2615 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id];
2616
2617 lockdep_assert_held(&mvm->mutex);
2618
2619 iwl_mvm_phy_ctxt_unref(mvm, phy_ctxt);
2620}
2621
Johannes Berg8ca151b2013-01-24 14:25:36 +01002622static void iwl_mvm_remove_chanctx(struct ieee80211_hw *hw,
2623 struct ieee80211_chanctx_conf *ctx)
2624{
2625 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002626
2627 mutex_lock(&mvm->mutex);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002628 __iwl_mvm_remove_chanctx(mvm, ctx);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002629 mutex_unlock(&mvm->mutex);
2630}
2631
2632static void iwl_mvm_change_chanctx(struct ieee80211_hw *hw,
2633 struct ieee80211_chanctx_conf *ctx,
2634 u32 changed)
2635{
2636 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Ilan Peerfe0f2de2013-03-21 10:23:52 +02002637 u16 *phy_ctxt_id = (u16 *)ctx->drv_priv;
2638 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id];
Johannes Berg8ca151b2013-01-24 14:25:36 +01002639
Ilan Peer31d385a2013-04-02 10:25:46 +03002640 if (WARN_ONCE((phy_ctxt->ref > 1) &&
2641 (changed & ~(IEEE80211_CHANCTX_CHANGE_WIDTH |
2642 IEEE80211_CHANCTX_CHANGE_RX_CHAINS |
Arik Nemtsov2dceeda2013-12-29 17:57:53 +02002643 IEEE80211_CHANCTX_CHANGE_RADAR |
2644 IEEE80211_CHANCTX_CHANGE_MIN_WIDTH)),
Ilan Peer31d385a2013-04-02 10:25:46 +03002645 "Cannot change PHY. Ref=%d, changed=0x%X\n",
2646 phy_ctxt->ref, changed))
2647 return;
2648
Johannes Berg8ca151b2013-01-24 14:25:36 +01002649 mutex_lock(&mvm->mutex);
Emmanuel Grumbach4d664492014-04-30 18:09:59 +03002650 iwl_mvm_bt_coex_vif_change(mvm);
Eliad Pellerdcbc3e12013-10-31 14:31:25 +02002651 iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &ctx->min_def,
Johannes Berg8ca151b2013-01-24 14:25:36 +01002652 ctx->rx_chains_static,
2653 ctx->rx_chains_dynamic);
2654 mutex_unlock(&mvm->mutex);
2655}
2656
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002657static int __iwl_mvm_assign_vif_chanctx(struct iwl_mvm *mvm,
2658 struct ieee80211_vif *vif,
Luciano Coelhof0c97782014-03-05 15:41:48 +02002659 struct ieee80211_chanctx_conf *ctx,
2660 bool switching_chanctx)
Johannes Berg8ca151b2013-01-24 14:25:36 +01002661{
Ilan Peerfe0f2de2013-03-21 10:23:52 +02002662 u16 *phy_ctxt_id = (u16 *)ctx->drv_priv;
2663 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id];
Johannes Berg8ca151b2013-01-24 14:25:36 +01002664 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
2665 int ret;
2666
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002667 lockdep_assert_held(&mvm->mutex);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002668
Ilan Peerfe0f2de2013-03-21 10:23:52 +02002669 mvmvif->phy_ctxt = phy_ctxt;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002670
2671 switch (vif->type) {
2672 case NL80211_IFTYPE_AP:
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02002673 /* Unless it's a CSA flow we have nothing to do here */
2674 if (vif->csa_active) {
2675 mvmvif->ap_ibss_active = true;
2676 break;
2677 }
Johannes Berg5023d962013-07-31 14:07:43 +02002678 case NL80211_IFTYPE_ADHOC:
Johannes Berg8ca151b2013-01-24 14:25:36 +01002679 /*
2680 * The AP binding flow is handled as part of the start_ap flow
Johannes Berg5023d962013-07-31 14:07:43 +02002681 * (in bss_info_changed), similarly for IBSS.
Johannes Berg8ca151b2013-01-24 14:25:36 +01002682 */
2683 ret = 0;
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002684 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002685 case NL80211_IFTYPE_STATION:
Luciano Coelho2533edc2014-08-08 19:50:46 +03002686 break;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002687 case NL80211_IFTYPE_MONITOR:
Luciano Coelho2533edc2014-08-08 19:50:46 +03002688 /* always disable PS when a monitor interface is active */
2689 mvmvif->ps_disabled = true;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002690 break;
2691 default:
2692 ret = -EINVAL;
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002693 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002694 }
2695
2696 ret = iwl_mvm_binding_add_vif(mvm, vif);
2697 if (ret)
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002698 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002699
2700 /*
Alexander Bondar92d85562013-10-23 11:50:34 +02002701 * Power state must be updated before quotas,
2702 * otherwise fw will complain.
2703 */
Arik Nemtsov999609f2014-05-15 17:31:51 +03002704 iwl_mvm_power_update_mac(mvm);
Alexander Bondar92d85562013-10-23 11:50:34 +02002705
2706 /* Setting the quota at this stage is only required for monitor
Johannes Berg8ca151b2013-01-24 14:25:36 +01002707 * interfaces. For the other types, the bss_info changed flow
2708 * will handle quota settings.
2709 */
2710 if (vif->type == NL80211_IFTYPE_MONITOR) {
Ilan Peer1e1391c2013-03-13 14:52:04 +02002711 mvmvif->monitor_active = true;
Johannes Berg01662302014-06-06 15:18:45 +02002712 ret = iwl_mvm_update_quotas(mvm, NULL);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002713 if (ret)
2714 goto out_remove_binding;
2715 }
2716
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02002717 /* Handle binding during CSA */
Luciano Coelhof0c97782014-03-05 15:41:48 +02002718 if ((vif->type == NL80211_IFTYPE_AP) ||
2719 (switching_chanctx && (vif->type == NL80211_IFTYPE_STATION))) {
Johannes Berg01662302014-06-06 15:18:45 +02002720 iwl_mvm_update_quotas(mvm, NULL);
Johannes Berg3dfd3a92014-08-11 21:37:30 +02002721 iwl_mvm_mac_ctxt_changed(mvm, vif, false, NULL);
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02002722 }
2723
Luciano Coelho0ce04ce2014-05-08 16:03:39 +03002724 if (vif->csa_active && vif->type == NL80211_IFTYPE_STATION) {
2725 struct iwl_mvm_sta *mvmsta;
2726
2727 mvmsta = iwl_mvm_sta_from_staid_protected(mvm,
2728 mvmvif->ap_sta_id);
2729
2730 if (WARN_ON(!mvmsta))
2731 goto out;
2732
2733 /* TODO: only re-enable after the first beacon */
2734 iwl_mvm_sta_modify_disable_tx(mvm, mvmsta, false);
2735 }
2736
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002737 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002738
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002739out_remove_binding:
Johannes Berg8ca151b2013-01-24 14:25:36 +01002740 iwl_mvm_binding_remove_vif(mvm, vif);
Arik Nemtsov999609f2014-05-15 17:31:51 +03002741 iwl_mvm_power_update_mac(mvm);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002742out:
Johannes Berg8ca151b2013-01-24 14:25:36 +01002743 if (ret)
2744 mvmvif->phy_ctxt = NULL;
2745 return ret;
2746}
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002747static int iwl_mvm_assign_vif_chanctx(struct ieee80211_hw *hw,
2748 struct ieee80211_vif *vif,
2749 struct ieee80211_chanctx_conf *ctx)
Johannes Berg8ca151b2013-01-24 14:25:36 +01002750{
2751 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002752 int ret;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002753
2754 mutex_lock(&mvm->mutex);
Luciano Coelhof0c97782014-03-05 15:41:48 +02002755 ret = __iwl_mvm_assign_vif_chanctx(mvm, vif, ctx, false);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002756 mutex_unlock(&mvm->mutex);
2757
2758 return ret;
2759}
2760
2761static void __iwl_mvm_unassign_vif_chanctx(struct iwl_mvm *mvm,
2762 struct ieee80211_vif *vif,
Luciano Coelhof0c97782014-03-05 15:41:48 +02002763 struct ieee80211_chanctx_conf *ctx,
2764 bool switching_chanctx)
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002765{
2766 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
Luciano Coelhof0c97782014-03-05 15:41:48 +02002767 struct ieee80211_vif *disabled_vif = NULL;
Luciano Coelho0ce04ce2014-05-08 16:03:39 +03002768 struct iwl_mvm_sta *mvmsta;
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002769
2770 lockdep_assert_held(&mvm->mutex);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002771
2772 iwl_mvm_remove_time_event(mvm, mvmvif, &mvmvif->time_event_data);
2773
Johannes Berg8ca151b2013-01-24 14:25:36 +01002774 switch (vif->type) {
Johannes Berg5023d962013-07-31 14:07:43 +02002775 case NL80211_IFTYPE_ADHOC:
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002776 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002777 case NL80211_IFTYPE_MONITOR:
Ilan Peer1e1391c2013-03-13 14:52:04 +02002778 mvmvif->monitor_active = false;
Luciano Coelho2533edc2014-08-08 19:50:46 +03002779 mvmvif->ps_disabled = false;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002780 break;
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02002781 case NL80211_IFTYPE_AP:
2782 /* This part is triggered only during CSA */
2783 if (!vif->csa_active || !mvmvif->ap_ibss_active)
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002784 goto out;
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02002785
Andrei Otcheretianski003e52362014-05-25 17:24:22 +03002786 /* Set CS bit on all the stations */
2787 iwl_mvm_modify_all_sta_disable_tx(mvm, mvmvif, true);
2788
2789 /* Save blocked iface, the timeout is set on the next beacon */
2790 rcu_assign_pointer(mvm->csa_tx_blocked_vif, vif);
2791
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02002792 mvmvif->ap_ibss_active = false;
Luciano Coelhof0c97782014-03-05 15:41:48 +02002793 break;
2794 case NL80211_IFTYPE_STATION:
2795 if (!switching_chanctx)
2796 break;
2797
2798 disabled_vif = vif;
2799
Luciano Coelho0ce04ce2014-05-08 16:03:39 +03002800 mvmsta = iwl_mvm_sta_from_staid_protected(mvm,
2801 mvmvif->ap_sta_id);
2802
2803 if (!WARN_ON(!mvmsta))
2804 iwl_mvm_sta_modify_disable_tx(mvm, mvmsta, true);
2805
Johannes Berg3dfd3a92014-08-11 21:37:30 +02002806 iwl_mvm_mac_ctxt_changed(mvm, vif, true, NULL);
Luciano Coelhof0c97782014-03-05 15:41:48 +02002807 break;
Johannes Berg8ca151b2013-01-24 14:25:36 +01002808 default:
2809 break;
2810 }
2811
Luciano Coelhof0c97782014-03-05 15:41:48 +02002812 iwl_mvm_update_quotas(mvm, disabled_vif);
Ilan Peer1e1391c2013-03-13 14:52:04 +02002813 iwl_mvm_binding_remove_vif(mvm, vif);
Alexander Bondar1c2abf72013-08-27 20:31:48 +03002814
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002815out:
Ilan Peera11e1442013-12-31 21:19:55 +02002816 mvmvif->phy_ctxt = NULL;
Arik Nemtsov999609f2014-05-15 17:31:51 +03002817 iwl_mvm_power_update_mac(mvm);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002818}
2819
2820static void iwl_mvm_unassign_vif_chanctx(struct ieee80211_hw *hw,
2821 struct ieee80211_vif *vif,
2822 struct ieee80211_chanctx_conf *ctx)
2823{
2824 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2825
2826 mutex_lock(&mvm->mutex);
Luciano Coelhof0c97782014-03-05 15:41:48 +02002827 __iwl_mvm_unassign_vif_chanctx(mvm, vif, ctx, false);
Johannes Berg8ca151b2013-01-24 14:25:36 +01002828 mutex_unlock(&mvm->mutex);
2829}
2830
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002831static int iwl_mvm_switch_vif_chanctx(struct ieee80211_hw *hw,
2832 struct ieee80211_vif_chanctx_switch *vifs,
2833 int n_vifs,
2834 enum ieee80211_chanctx_switch_mode mode)
2835{
2836 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2837 int ret;
2838
2839 /* we only support SWAP_CONTEXTS and with a single-vif right now */
2840 if (mode != CHANCTX_SWMODE_SWAP_CONTEXTS || n_vifs > 1)
2841 return -EOPNOTSUPP;
2842
2843 mutex_lock(&mvm->mutex);
Luciano Coelhof0c97782014-03-05 15:41:48 +02002844 __iwl_mvm_unassign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx, true);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002845 __iwl_mvm_remove_chanctx(mvm, vifs[0].old_ctx);
2846
2847 ret = __iwl_mvm_add_chanctx(mvm, vifs[0].new_ctx);
2848 if (ret) {
2849 IWL_ERR(mvm, "failed to add new_ctx during channel switch\n");
2850 goto out_reassign;
2851 }
2852
Luciano Coelhof0c97782014-03-05 15:41:48 +02002853 ret = __iwl_mvm_assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].new_ctx,
2854 true);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002855 if (ret) {
2856 IWL_ERR(mvm,
2857 "failed to assign new_ctx during channel switch\n");
2858 goto out_remove;
2859 }
2860
Arik Nemtsovf6972672014-06-15 16:03:55 +03002861 /* we don't support TDLS during DCM - can be caused by channel switch */
2862 if (iwl_mvm_phy_ctx_count(mvm) > 1)
2863 iwl_mvm_teardown_tdls_peers(mvm);
2864
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002865 goto out;
2866
2867out_remove:
2868 __iwl_mvm_remove_chanctx(mvm, vifs[0].new_ctx);
2869
2870out_reassign:
2871 ret = __iwl_mvm_add_chanctx(mvm, vifs[0].old_ctx);
2872 if (ret) {
2873 IWL_ERR(mvm, "failed to add old_ctx back after failure.\n");
2874 goto out_restart;
2875 }
2876
Luciano Coelhof0c97782014-03-05 15:41:48 +02002877 ret = __iwl_mvm_assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx,
2878 true);
Luciano Coelhob08c1d92014-05-20 23:31:05 +03002879 if (ret) {
2880 IWL_ERR(mvm, "failed to reassign old_ctx after failure.\n");
2881 goto out_restart;
2882 }
2883
2884 goto out;
2885
2886out_restart:
2887 /* things keep failing, better restart the hw */
2888 iwl_mvm_nic_restart(mvm, false);
2889
2890out:
2891 mutex_unlock(&mvm->mutex);
2892 return ret;
2893}
2894
Johannes Berg8ca151b2013-01-24 14:25:36 +01002895static int iwl_mvm_set_tim(struct ieee80211_hw *hw,
2896 struct ieee80211_sta *sta,
2897 bool set)
2898{
2899 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2900 struct iwl_mvm_sta *mvm_sta = (void *)sta->drv_priv;
2901
2902 if (!mvm_sta || !mvm_sta->vif) {
2903 IWL_ERR(mvm, "Station is not associated to a vif\n");
2904 return -EINVAL;
2905 }
2906
2907 return iwl_mvm_mac_ctxt_beacon_changed(mvm, mvm_sta->vif);
2908}
2909
David Spinadel507cadf2013-07-31 18:07:21 +03002910#ifdef CONFIG_NL80211_TESTMODE
2911static const struct nla_policy iwl_mvm_tm_policy[IWL_MVM_TM_ATTR_MAX + 1] = {
2912 [IWL_MVM_TM_ATTR_CMD] = { .type = NLA_U32 },
2913 [IWL_MVM_TM_ATTR_NOA_DURATION] = { .type = NLA_U32 },
Johannes Bergf6c6ad422013-08-01 14:17:15 +02002914 [IWL_MVM_TM_ATTR_BEACON_FILTER_STATE] = { .type = NLA_U32 },
David Spinadel507cadf2013-07-31 18:07:21 +03002915};
2916
2917static int __iwl_mvm_mac_testmode_cmd(struct iwl_mvm *mvm,
2918 struct ieee80211_vif *vif,
2919 void *data, int len)
2920{
2921 struct nlattr *tb[IWL_MVM_TM_ATTR_MAX + 1];
2922 int err;
2923 u32 noa_duration;
2924
2925 err = nla_parse(tb, IWL_MVM_TM_ATTR_MAX, data, len, iwl_mvm_tm_policy);
2926 if (err)
2927 return err;
2928
2929 if (!tb[IWL_MVM_TM_ATTR_CMD])
2930 return -EINVAL;
2931
2932 switch (nla_get_u32(tb[IWL_MVM_TM_ATTR_CMD])) {
2933 case IWL_MVM_TM_CMD_SET_NOA:
2934 if (!vif || vif->type != NL80211_IFTYPE_AP || !vif->p2p ||
2935 !vif->bss_conf.enable_beacon ||
2936 !tb[IWL_MVM_TM_ATTR_NOA_DURATION])
2937 return -EINVAL;
2938
2939 noa_duration = nla_get_u32(tb[IWL_MVM_TM_ATTR_NOA_DURATION]);
2940 if (noa_duration >= vif->bss_conf.beacon_int)
2941 return -EINVAL;
2942
2943 mvm->noa_duration = noa_duration;
2944 mvm->noa_vif = vif;
2945
Johannes Berg01662302014-06-06 15:18:45 +02002946 return iwl_mvm_update_quotas(mvm, NULL);
Johannes Bergf6c6ad422013-08-01 14:17:15 +02002947 case IWL_MVM_TM_CMD_SET_BEACON_FILTER:
2948 /* must be associated client vif - ignore authorized */
2949 if (!vif || vif->type != NL80211_IFTYPE_STATION ||
2950 !vif->bss_conf.assoc || !vif->bss_conf.dtim_period ||
2951 !tb[IWL_MVM_TM_ATTR_BEACON_FILTER_STATE])
2952 return -EINVAL;
2953
2954 if (nla_get_u32(tb[IWL_MVM_TM_ATTR_BEACON_FILTER_STATE]))
Emmanuel Grumbacha1022922014-05-12 11:36:41 +03002955 return iwl_mvm_enable_beacon_filter(mvm, vif, 0);
2956 return iwl_mvm_disable_beacon_filter(mvm, vif, 0);
David Spinadel507cadf2013-07-31 18:07:21 +03002957 }
2958
2959 return -EOPNOTSUPP;
2960}
2961
2962static int iwl_mvm_mac_testmode_cmd(struct ieee80211_hw *hw,
2963 struct ieee80211_vif *vif,
2964 void *data, int len)
2965{
2966 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
2967 int err;
2968
2969 mutex_lock(&mvm->mutex);
2970 err = __iwl_mvm_mac_testmode_cmd(mvm, vif, data, len);
2971 mutex_unlock(&mvm->mutex);
2972
2973 return err;
2974}
2975#endif
2976
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02002977static void iwl_mvm_channel_switch_beacon(struct ieee80211_hw *hw,
2978 struct ieee80211_vif *vif,
2979 struct cfg80211_chan_def *chandef)
2980{
2981 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
Andrei Otcheretianski664322f2014-06-05 16:40:36 +03002982 struct ieee80211_vif *csa_vif;
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02002983
2984 mutex_lock(&mvm->mutex);
Andrei Otcheretianski664322f2014-06-05 16:40:36 +03002985
2986 csa_vif = rcu_dereference_protected(mvm->csa_vif,
2987 lockdep_is_held(&mvm->mutex));
2988 if (WARN(csa_vif && csa_vif->csa_active,
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02002989 "Another CSA is already in progress"))
2990 goto out_unlock;
2991
2992 IWL_DEBUG_MAC80211(mvm, "CSA started to freq %d\n",
2993 chandef->center_freq1);
Andrei Otcheretianski664322f2014-06-05 16:40:36 +03002994 rcu_assign_pointer(mvm->csa_vif, vif);
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02002995
2996out_unlock:
2997 mutex_unlock(&mvm->mutex);
2998}
2999
Emmanuel Grumbachc5b0e7c2014-03-24 12:08:53 +02003000static void iwl_mvm_mac_flush(struct ieee80211_hw *hw,
3001 struct ieee80211_vif *vif, u32 queues, bool drop)
3002{
3003 struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
3004 struct iwl_mvm_vif *mvmvif;
3005 struct iwl_mvm_sta *mvmsta;
3006
3007 if (!vif || vif->type != NL80211_IFTYPE_STATION)
3008 return;
3009
3010 mutex_lock(&mvm->mutex);
3011 mvmvif = iwl_mvm_vif_from_mac80211(vif);
3012 mvmsta = iwl_mvm_sta_from_staid_protected(mvm, mvmvif->ap_sta_id);
3013
3014 if (WARN_ON_ONCE(!mvmsta))
3015 goto done;
3016
3017 if (drop) {
3018 if (iwl_mvm_flush_tx_path(mvm, mvmsta->tfd_queue_msk, true))
3019 IWL_ERR(mvm, "flush request fail\n");
3020 } else {
3021 iwl_trans_wait_tx_queue_empty(mvm->trans,
3022 mvmsta->tfd_queue_msk);
3023 }
3024done:
3025 mutex_unlock(&mvm->mutex);
3026}
3027
Johannes Berge5209262014-01-20 23:38:59 +01003028const struct ieee80211_ops iwl_mvm_hw_ops = {
Johannes Berg8ca151b2013-01-24 14:25:36 +01003029 .tx = iwl_mvm_mac_tx,
3030 .ampdu_action = iwl_mvm_mac_ampdu_action,
3031 .start = iwl_mvm_mac_start,
3032 .restart_complete = iwl_mvm_mac_restart_complete,
3033 .stop = iwl_mvm_mac_stop,
3034 .add_interface = iwl_mvm_mac_add_interface,
3035 .remove_interface = iwl_mvm_mac_remove_interface,
3036 .config = iwl_mvm_mac_config,
Eliad Pellere59647e2013-11-28 14:08:50 +02003037 .prepare_multicast = iwl_mvm_prepare_multicast,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003038 .configure_filter = iwl_mvm_configure_filter,
3039 .bss_info_changed = iwl_mvm_bss_info_changed,
3040 .hw_scan = iwl_mvm_mac_hw_scan,
3041 .cancel_hw_scan = iwl_mvm_mac_cancel_hw_scan,
Johannes Berg1ddbbb02013-12-04 22:39:17 +01003042 .sta_pre_rcu_remove = iwl_mvm_sta_pre_rcu_remove,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003043 .sta_state = iwl_mvm_mac_sta_state,
3044 .sta_notify = iwl_mvm_mac_sta_notify,
3045 .allow_buffered_frames = iwl_mvm_mac_allow_buffered_frames,
Johannes Berg3e56ead2013-02-15 22:23:18 +01003046 .release_buffered_frames = iwl_mvm_mac_release_buffered_frames,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003047 .set_rts_threshold = iwl_mvm_mac_set_rts_threshold,
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02003048 .sta_rc_update = iwl_mvm_sta_rc_update,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003049 .conf_tx = iwl_mvm_mac_conf_tx,
3050 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
Arik Nemtsov07ecd892014-05-20 18:16:42 +03003051 .mgd_protect_tdls_discover = iwl_mvm_mac_mgd_protect_tdls_discover,
Emmanuel Grumbachc5b0e7c2014-03-24 12:08:53 +02003052 .flush = iwl_mvm_mac_flush,
David Spinadel35a000b2013-08-28 09:29:43 +03003053 .sched_scan_start = iwl_mvm_mac_sched_scan_start,
3054 .sched_scan_stop = iwl_mvm_mac_sched_scan_stop,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003055 .set_key = iwl_mvm_mac_set_key,
3056 .update_tkip_key = iwl_mvm_mac_update_tkip_key,
3057 .remain_on_channel = iwl_mvm_roc,
3058 .cancel_remain_on_channel = iwl_mvm_cancel_roc,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003059 .add_chanctx = iwl_mvm_add_chanctx,
3060 .remove_chanctx = iwl_mvm_remove_chanctx,
3061 .change_chanctx = iwl_mvm_change_chanctx,
3062 .assign_vif_chanctx = iwl_mvm_assign_vif_chanctx,
3063 .unassign_vif_chanctx = iwl_mvm_unassign_vif_chanctx,
Luciano Coelhob08c1d92014-05-20 23:31:05 +03003064 .switch_vif_chanctx = iwl_mvm_switch_vif_chanctx,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003065
Johannes Berg5023d962013-07-31 14:07:43 +02003066 .start_ap = iwl_mvm_start_ap_ibss,
3067 .stop_ap = iwl_mvm_stop_ap_ibss,
3068 .join_ibss = iwl_mvm_start_ap_ibss,
3069 .leave_ibss = iwl_mvm_stop_ap_ibss,
Johannes Berg8ca151b2013-01-24 14:25:36 +01003070
3071 .set_tim = iwl_mvm_set_tim,
3072
Andrei Otcheretianskibd3398e2013-10-22 05:01:12 +02003073 .channel_switch_beacon = iwl_mvm_channel_switch_beacon,
3074
David Spinadel507cadf2013-07-31 18:07:21 +03003075 CFG80211_TESTMODE_CMD(iwl_mvm_mac_testmode_cmd)
3076
Johannes Berg8ca151b2013-01-24 14:25:36 +01003077#ifdef CONFIG_PM_SLEEP
3078 /* look at d3.c */
3079 .suspend = iwl_mvm_suspend,
3080 .resume = iwl_mvm_resume,
3081 .set_wakeup = iwl_mvm_set_wakeup,
3082 .set_rekey_data = iwl_mvm_set_rekey_data,
3083#if IS_ENABLED(CONFIG_IPV6)
3084 .ipv6_addr_change = iwl_mvm_ipv6_addr_change,
3085#endif
3086 .set_default_unicast_key = iwl_mvm_set_default_unicast_key,
3087#endif
3088};