blob: bd7ff562d82d75e35a987dbfcd01fdd25647d7ff [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.
Emmanuel Grumbach42032632015-04-15 12:43:46 +03009 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
Sara Sharon8d3a3182017-03-14 09:50:35 +020010 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
Johannes Berg8ca151b2013-01-24 14:25:36 +010011 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of version 2 of the GNU General Public License as
14 * published by the Free Software Foundation.
15 *
16 * This program is distributed in the hope that it will be useful, but
17 * WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
24 * USA
25 *
26 * The full GNU General Public License is included in this distribution
Emmanuel Grumbach410dc5a2013-02-18 09:22:28 +020027 * in the file called COPYING.
Johannes Berg8ca151b2013-01-24 14:25:36 +010028 *
29 * Contact Information:
Emmanuel Grumbachcb2f8272015-11-17 15:39:56 +020030 * Intel Linux Wireless <linuxwifi@intel.com>
Johannes Berg8ca151b2013-01-24 14:25:36 +010031 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
32 *
33 * BSD LICENSE
34 *
Emmanuel Grumbach51368bf2013-12-30 13:15:54 +020035 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
Emmanuel Grumbach42032632015-04-15 12:43:46 +030036 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
Sara Sharon8d3a3182017-03-14 09:50:35 +020037 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
Johannes Berg8ca151b2013-01-24 14:25:36 +010038 * All rights reserved.
39 *
40 * Redistribution and use in source and binary forms, with or without
41 * modification, are permitted provided that the following conditions
42 * are met:
43 *
44 * * Redistributions of source code must retain the above copyright
45 * notice, this list of conditions and the following disclaimer.
46 * * Redistributions in binary form must reproduce the above copyright
47 * notice, this list of conditions and the following disclaimer in
48 * the documentation and/or other materials provided with the
49 * distribution.
50 * * Neither the name Intel Corporation nor the names of its
51 * contributors may be used to endorse or promote products derived
52 * from this software without specific prior written permission.
53 *
54 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
55 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
56 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
57 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
58 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
59 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
60 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
61 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
62 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
63 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
64 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
65 *
66 *****************************************************************************/
67#include <linux/ieee80211.h>
68#include <linux/etherdevice.h>
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +030069#include <linux/tcp.h>
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +030070#include <net/ip.h>
Sara Sharon5e6a98d2016-03-10 17:40:56 +020071#include <net/ipv6.h>
Johannes Berg8ca151b2013-01-24 14:25:36 +010072
73#include "iwl-trans.h"
74#include "iwl-eeprom-parse.h"
75#include "mvm.h"
76#include "sta.h"
Golan Ben-Ami2f89a5d2015-10-27 19:17:14 +020077#include "fw-dbg.h"
Johannes Berg8ca151b2013-01-24 14:25:36 +010078
Emmanuel Grumbach42032632015-04-15 12:43:46 +030079static void
80iwl_mvm_bar_check_trigger(struct iwl_mvm *mvm, const u8 *addr,
81 u16 tid, u16 ssn)
82{
83 struct iwl_fw_dbg_trigger_tlv *trig;
84 struct iwl_fw_dbg_trigger_ba *ba_trig;
85
86 if (!iwl_fw_dbg_trigger_enabled(mvm->fw, FW_DBG_TRIGGER_BA))
87 return;
88
89 trig = iwl_fw_dbg_get_trigger(mvm->fw, FW_DBG_TRIGGER_BA);
90 ba_trig = (void *)trig->data;
91
92 if (!iwl_fw_dbg_trigger_check_stop(mvm, NULL, trig))
93 return;
94
95 if (!(le16_to_cpu(ba_trig->tx_bar) & BIT(tid)))
96 return;
97
98 iwl_mvm_fw_dbg_collect_trig(mvm, trig,
99 "BAR sent to %pM, tid %d, ssn %d",
100 addr, tid, ssn);
101}
102
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200103#define OPT_HDR(type, skb, off) \
104 (type *)(skb_network_header(skb) + (off))
105
106static void iwl_mvm_tx_csum(struct iwl_mvm *mvm, struct sk_buff *skb,
107 struct ieee80211_hdr *hdr,
108 struct ieee80211_tx_info *info,
109 struct iwl_tx_cmd *tx_cmd)
110{
111#if IS_ENABLED(CONFIG_INET)
112 u16 mh_len = ieee80211_hdrlen(hdr->frame_control);
113 u16 offload_assist = le16_to_cpu(tx_cmd->offload_assist);
114 u8 protocol = 0;
115
116 /*
117 * Do not compute checksum if already computed or if transport will
118 * compute it
119 */
120 if (skb->ip_summed != CHECKSUM_PARTIAL || IWL_MVM_SW_TX_CSUM_OFFLOAD)
121 return;
122
123 /* We do not expect to be requested to csum stuff we do not support */
124 if (WARN_ONCE(!(mvm->hw->netdev_features & IWL_TX_CSUM_NETIF_FLAGS) ||
125 (skb->protocol != htons(ETH_P_IP) &&
126 skb->protocol != htons(ETH_P_IPV6)),
127 "No support for requested checksum\n")) {
128 skb_checksum_help(skb);
129 return;
130 }
131
132 if (skb->protocol == htons(ETH_P_IP)) {
133 protocol = ip_hdr(skb)->protocol;
134 } else {
135#if IS_ENABLED(CONFIG_IPV6)
136 struct ipv6hdr *ipv6h =
137 (struct ipv6hdr *)skb_network_header(skb);
138 unsigned int off = sizeof(*ipv6h);
139
140 protocol = ipv6h->nexthdr;
141 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) {
Sara Sharonecf51422016-06-08 15:15:41 +0300142 struct ipv6_opt_hdr *hp;
143
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200144 /* only supported extension headers */
145 if (protocol != NEXTHDR_ROUTING &&
146 protocol != NEXTHDR_HOP &&
Sara Sharonecf51422016-06-08 15:15:41 +0300147 protocol != NEXTHDR_DEST) {
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200148 skb_checksum_help(skb);
149 return;
150 }
151
Sara Sharonecf51422016-06-08 15:15:41 +0300152 hp = OPT_HDR(struct ipv6_opt_hdr, skb, off);
153 protocol = hp->nexthdr;
154 off += ipv6_optlen(hp);
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200155 }
156 /* if we get here - protocol now should be TCP/UDP */
157#endif
158 }
159
160 if (protocol != IPPROTO_TCP && protocol != IPPROTO_UDP) {
161 WARN_ON_ONCE(1);
162 skb_checksum_help(skb);
163 return;
164 }
165
166 /* enable L4 csum */
167 offload_assist |= BIT(TX_CMD_OFFLD_L4_EN);
168
169 /*
170 * Set offset to IP header (snap).
171 * We don't support tunneling so no need to take care of inner header.
172 * Size is in words.
173 */
174 offload_assist |= (4 << TX_CMD_OFFLD_IP_HDR);
175
176 /* Do IPv4 csum for AMSDU only (no IP csum for Ipv6) */
177 if (skb->protocol == htons(ETH_P_IP) &&
178 (offload_assist & BIT(TX_CMD_OFFLD_AMSDU))) {
179 ip_hdr(skb)->check = 0;
180 offload_assist |= BIT(TX_CMD_OFFLD_L3_EN);
181 }
182
183 /* reset UDP/TCP header csum */
184 if (protocol == IPPROTO_TCP)
185 tcp_hdr(skb)->check = 0;
186 else
187 udp_hdr(skb)->check = 0;
188
189 /* mac header len should include IV, size is in words */
190 if (info->control.hw_key)
191 mh_len += info->control.hw_key->iv_len;
192 mh_len /= 2;
193 offload_assist |= mh_len << TX_CMD_OFFLD_MH_SIZE;
194
195 tx_cmd->offload_assist = cpu_to_le16(offload_assist);
196#endif
197}
198
Johannes Berg8ca151b2013-01-24 14:25:36 +0100199/*
200 * Sets most of the Tx cmd's fields
201 */
Arik Nemtsov6ce73e62014-09-11 13:00:19 +0300202void iwl_mvm_set_tx_cmd(struct iwl_mvm *mvm, struct sk_buff *skb,
203 struct iwl_tx_cmd *tx_cmd,
204 struct ieee80211_tx_info *info, u8 sta_id)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100205{
206 struct ieee80211_hdr *hdr = (void *)skb->data;
207 __le16 fc = hdr->frame_control;
208 u32 tx_flags = le32_to_cpu(tx_cmd->tx_flags);
209 u32 len = skb->len + FCS_LEN;
Emmanuel Grumbachb797e3f2014-03-06 14:49:36 +0200210 u8 ac;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100211
212 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK))
213 tx_flags |= TX_CMD_FLG_ACK;
214 else
215 tx_flags &= ~TX_CMD_FLG_ACK;
216
217 if (ieee80211_is_probe_resp(fc))
218 tx_flags |= TX_CMD_FLG_TSF;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100219
Johannes Berg8ca151b2013-01-24 14:25:36 +0100220 if (ieee80211_has_morefrags(fc))
221 tx_flags |= TX_CMD_FLG_MORE_FRAG;
222
223 if (ieee80211_is_data_qos(fc)) {
224 u8 *qc = ieee80211_get_qos_ctl(hdr);
225 tx_cmd->tid_tspec = qc[0] & 0xf;
226 tx_flags &= ~TX_CMD_FLG_SEQ_CTL;
Sara Sharond8fe4842016-03-09 10:12:45 +0200227 if (*qc & IEEE80211_QOS_CTL_A_MSDU_PRESENT)
228 tx_cmd->offload_assist |=
229 cpu_to_le16(BIT(TX_CMD_OFFLD_AMSDU));
Eyal Shapira9b3b43d2014-12-31 18:34:56 +0200230 } else if (ieee80211_is_back_req(fc)) {
231 struct ieee80211_bar *bar = (void *)skb->data;
232 u16 control = le16_to_cpu(bar->control);
Emmanuel Grumbach42032632015-04-15 12:43:46 +0300233 u16 ssn = le16_to_cpu(bar->start_seq_num);
Eyal Shapira9b3b43d2014-12-31 18:34:56 +0200234
235 tx_flags |= TX_CMD_FLG_ACK | TX_CMD_FLG_BAR;
236 tx_cmd->tid_tspec = (control &
237 IEEE80211_BAR_CTRL_TID_INFO_MASK) >>
238 IEEE80211_BAR_CTRL_TID_INFO_SHIFT;
239 WARN_ON_ONCE(tx_cmd->tid_tspec >= IWL_MAX_TID_COUNT);
Emmanuel Grumbach42032632015-04-15 12:43:46 +0300240 iwl_mvm_bar_check_trigger(mvm, bar->ra, tx_cmd->tid_tspec,
241 ssn);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100242 } else {
243 tx_cmd->tid_tspec = IWL_TID_NON_QOS;
244 if (info->flags & IEEE80211_TX_CTL_ASSIGN_SEQ)
245 tx_flags |= TX_CMD_FLG_SEQ_CTL;
246 else
247 tx_flags &= ~TX_CMD_FLG_SEQ_CTL;
248 }
249
Eyal Shapiraa9dc5062014-12-31 17:58:23 +0200250 /* Default to 0 (BE) when tid_spec is set to IWL_TID_NON_QOS */
251 if (tx_cmd->tid_tspec < IWL_MAX_TID_COUNT)
252 ac = tid_to_mac80211_ac[tx_cmd->tid_tspec];
253 else
254 ac = tid_to_mac80211_ac[0];
255
Emmanuel Grumbachb797e3f2014-03-06 14:49:36 +0200256 tx_flags |= iwl_mvm_bt_coex_tx_prio(mvm, hdr, info, ac) <<
257 TX_CMD_FLG_BT_PRIO_POS;
258
Johannes Berg8ca151b2013-01-24 14:25:36 +0100259 if (ieee80211_is_mgmt(fc)) {
260 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc))
Avri Altmanb084a352015-07-12 09:10:05 +0300261 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_ASSOC);
262 else if (ieee80211_is_action(fc))
263 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_NONE);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100264 else
Avri Altmanb084a352015-07-12 09:10:05 +0300265 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_MGMT);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100266
267 /* The spec allows Action frames in A-MPDU, we don't support
268 * it
269 */
270 WARN_ON_ONCE(info->flags & IEEE80211_TX_CTL_AMPDU);
Johannes Berg63f75352014-01-31 14:56:18 +0100271 } else if (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) {
Avri Altmanb084a352015-07-12 09:10:05 +0300272 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_MGMT);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100273 } else {
Avri Altmanb084a352015-07-12 09:10:05 +0300274 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_NONE);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100275 }
276
Johannes Berg8ca151b2013-01-24 14:25:36 +0100277 if (ieee80211_is_data(fc) && len > mvm->rts_threshold &&
278 !is_multicast_ether_addr(ieee80211_get_DA(hdr)))
279 tx_flags |= TX_CMD_FLG_PROT_REQUIRE;
280
Johannes Berg859d9142015-06-01 17:11:11 +0200281 if (fw_has_capa(&mvm->fw->ucode_capa,
282 IWL_UCODE_TLV_CAPA_TXPOWER_INSERTION_SUPPORT) &&
Andrei Otcheretianskif1daa002014-07-01 12:54:25 +0300283 ieee80211_action_contains_tpc(skb))
284 tx_flags |= TX_CMD_FLG_WRITE_TX_POWER;
285
Johannes Berg8ca151b2013-01-24 14:25:36 +0100286 tx_cmd->tx_flags = cpu_to_le32(tx_flags);
Johannes Berg48aa5ec2016-12-02 10:04:49 +0100287 /* Total # bytes to be transmitted - PCIe code will adjust for A-MSDU */
288 tx_cmd->len = cpu_to_le16((u16)skb->len);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100289 tx_cmd->life_time = cpu_to_le32(TX_CMD_LIFE_TIME_INFINITE);
290 tx_cmd->sta_id = sta_id;
Sara Sharond8fe4842016-03-09 10:12:45 +0200291
292 /* padding is inserted later in transport */
293 if (ieee80211_hdrlen(fc) % 4 &&
294 !(tx_cmd->offload_assist & cpu_to_le16(BIT(TX_CMD_OFFLD_AMSDU))))
295 tx_cmd->offload_assist |= cpu_to_le16(BIT(TX_CMD_OFFLD_PAD));
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200296
297 iwl_mvm_tx_csum(mvm, skb, hdr, info, tx_cmd);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100298}
299
300/*
301 * Sets the fields in the Tx cmd that are rate related
302 */
Arik Nemtsov6ce73e62014-09-11 13:00:19 +0300303void iwl_mvm_set_tx_cmd_rate(struct iwl_mvm *mvm, struct iwl_tx_cmd *tx_cmd,
304 struct ieee80211_tx_info *info,
305 struct ieee80211_sta *sta, __le16 fc)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100306{
307 u32 rate_flags;
308 int rate_idx;
309 u8 rate_plcp;
310
311 /* Set retry limit on RTS packets */
312 tx_cmd->rts_retry_limit = IWL_RTS_DFAULT_RETRY_LIMIT;
313
314 /* Set retry limit on DATA packets and Probe Responses*/
315 if (ieee80211_is_probe_resp(fc)) {
316 tx_cmd->data_retry_limit = IWL_MGMT_DFAULT_RETRY_LIMIT;
317 tx_cmd->rts_retry_limit =
318 min(tx_cmd->data_retry_limit, tx_cmd->rts_retry_limit);
319 } else if (ieee80211_is_back_req(fc)) {
320 tx_cmd->data_retry_limit = IWL_BAR_DFAULT_RETRY_LIMIT;
321 } else {
322 tx_cmd->data_retry_limit = IWL_DEFAULT_TX_RETRY;
323 }
324
325 /*
Eliad Pellere89044d2013-07-16 17:33:26 +0300326 * for data packets, rate info comes from the table inside the fw. This
Emmanuel Grumbach1ffde692014-10-20 08:29:55 +0300327 * table is controlled by LINK_QUALITY commands
Johannes Berg8ca151b2013-01-24 14:25:36 +0100328 */
329
Emmanuel Grumbach1ffde692014-10-20 08:29:55 +0300330 if (ieee80211_is_data(fc) && sta) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100331 tx_cmd->initial_rate_index = 0;
332 tx_cmd->tx_flags |= cpu_to_le32(TX_CMD_FLG_STA_RATE);
333 return;
334 } else if (ieee80211_is_back_req(fc)) {
Emmanuel Grumbach2edc6ec2013-06-02 19:49:15 +0300335 tx_cmd->tx_flags |=
336 cpu_to_le32(TX_CMD_FLG_ACK | TX_CMD_FLG_BAR);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100337 }
338
339 /* HT rate doesn't make sense for a non data frame */
340 WARN_ONCE(info->control.rates[0].flags & IEEE80211_TX_RC_MCS,
Johannes Bergf85e9d12014-10-08 09:57:29 +0200341 "Got an HT rate (flags:0x%x/mcs:%d) for a non data frame (fc:0x%x)\n",
342 info->control.rates[0].flags,
343 info->control.rates[0].idx,
344 le16_to_cpu(fc));
Johannes Berg8ca151b2013-01-24 14:25:36 +0100345
346 rate_idx = info->control.rates[0].idx;
347 /* if the rate isn't a well known legacy rate, take the lowest one */
Johannes Berg7f66ea02016-09-14 10:20:10 +0200348 if (rate_idx < 0 || rate_idx >= IWL_RATE_COUNT_LEGACY)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100349 rate_idx = rate_lowest_index(
350 &mvm->nvm_data->bands[info->band], sta);
351
352 /* For 5 GHZ band, remap mac80211 rate indices into driver indices */
Johannes Berg57fbcce2016-04-12 15:56:15 +0200353 if (info->band == NL80211_BAND_5GHZ)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100354 rate_idx += IWL_FIRST_OFDM_RATE;
355
356 /* For 2.4 GHZ band, check that there is no need to remap */
357 BUILD_BUG_ON(IWL_FIRST_CCK_RATE != 0);
358
359 /* Get PLCP rate for tx_cmd->rate_n_flags */
360 rate_plcp = iwl_mvm_mac80211_idx_to_hwrate(rate_idx);
361
362 mvm->mgmt_last_antenna_idx =
Moshe Harela0544272014-12-08 21:13:14 +0200363 iwl_mvm_next_antenna(mvm, iwl_mvm_get_valid_tx_ant(mvm),
Johannes Berg8ca151b2013-01-24 14:25:36 +0100364 mvm->mgmt_last_antenna_idx);
Emmanuel Grumbach34c8b242014-05-28 21:53:39 +0300365
Johannes Berg57fbcce2016-04-12 15:56:15 +0200366 if (info->band == NL80211_BAND_2GHZ &&
Emmanuel Grumbach34c8b242014-05-28 21:53:39 +0300367 !iwl_mvm_bt_coex_is_shared_ant_avail(mvm))
Emmanuel Grumbach923a8c12015-05-31 21:44:22 +0300368 rate_flags = mvm->cfg->non_shared_ant << RATE_MCS_ANT_POS;
Emmanuel Grumbach34c8b242014-05-28 21:53:39 +0300369 else
370 rate_flags =
371 BIT(mvm->mgmt_last_antenna_idx) << RATE_MCS_ANT_POS;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100372
373 /* Set CCK flag as needed */
374 if ((rate_idx >= IWL_FIRST_CCK_RATE) && (rate_idx <= IWL_LAST_CCK_RATE))
375 rate_flags |= RATE_MCS_CCK_MSK;
376
377 /* Set the rate in the TX cmd */
378 tx_cmd->rate_n_flags = cpu_to_le32((u32)rate_plcp | rate_flags);
379}
380
Ayala Beker2a53d162016-04-07 16:21:57 +0300381static inline void iwl_mvm_set_tx_cmd_pn(struct ieee80211_tx_info *info,
382 u8 *crypto_hdr)
383{
384 struct ieee80211_key_conf *keyconf = info->control.hw_key;
385 u64 pn;
386
387 pn = atomic64_inc_return(&keyconf->tx_pn);
388 crypto_hdr[0] = pn;
389 crypto_hdr[2] = 0;
390 crypto_hdr[3] = 0x20 | (keyconf->keyidx << 6);
391 crypto_hdr[1] = pn >> 8;
392 crypto_hdr[4] = pn >> 16;
393 crypto_hdr[5] = pn >> 24;
394 crypto_hdr[6] = pn >> 32;
395 crypto_hdr[7] = pn >> 40;
396}
397
Johannes Berg8ca151b2013-01-24 14:25:36 +0100398/*
399 * Sets the fields in the Tx cmd that are crypto related
400 */
Johannes Bergca8c0f42015-04-20 17:54:54 +0200401static void iwl_mvm_set_tx_cmd_crypto(struct iwl_mvm *mvm,
402 struct ieee80211_tx_info *info,
403 struct iwl_tx_cmd *tx_cmd,
404 struct sk_buff *skb_frag,
405 int hdrlen)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100406{
407 struct ieee80211_key_conf *keyconf = info->control.hw_key;
Johannes Bergca8c0f42015-04-20 17:54:54 +0200408 u8 *crypto_hdr = skb_frag->data + hdrlen;
Sara Sharon57a85742018-01-02 11:40:15 +0200409 enum iwl_tx_cmd_sec_ctrl type = TX_CMD_SEC_CCM;
Johannes Bergca8c0f42015-04-20 17:54:54 +0200410 u64 pn;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100411
412 switch (keyconf->cipher) {
413 case WLAN_CIPHER_SUITE_CCMP:
Johannes Bergca8c0f42015-04-20 17:54:54 +0200414 iwl_mvm_set_tx_cmd_ccmp(info, tx_cmd);
Ayala Beker2a53d162016-04-07 16:21:57 +0300415 iwl_mvm_set_tx_cmd_pn(info, crypto_hdr);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100416 break;
417
418 case WLAN_CIPHER_SUITE_TKIP:
419 tx_cmd->sec_ctl = TX_CMD_SEC_TKIP;
Eliad Peller1ad4f632016-02-14 13:56:36 +0200420 pn = atomic64_inc_return(&keyconf->tx_pn);
421 ieee80211_tkip_add_iv(crypto_hdr, keyconf, pn);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100422 ieee80211_get_tkip_p2k(keyconf, skb_frag, tx_cmd->key);
423 break;
424
425 case WLAN_CIPHER_SUITE_WEP104:
426 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
427 /* fall through */
428 case WLAN_CIPHER_SUITE_WEP40:
429 tx_cmd->sec_ctl |= TX_CMD_SEC_WEP |
430 ((keyconf->keyidx << TX_CMD_SEC_WEP_KEY_IDX_POS) &
431 TX_CMD_SEC_WEP_KEY_IDX_MSK);
432
433 memcpy(&tx_cmd->key[3], keyconf->key, keyconf->keylen);
434 break;
Ayala Beker2a53d162016-04-07 16:21:57 +0300435 case WLAN_CIPHER_SUITE_GCMP:
436 case WLAN_CIPHER_SUITE_GCMP_256:
Sara Sharon57a85742018-01-02 11:40:15 +0200437 type = TX_CMD_SEC_GCMP;
438 /* Fall through */
439 case WLAN_CIPHER_SUITE_CCMP_256:
Ayala Beker2a53d162016-04-07 16:21:57 +0300440 /* TODO: Taking the key from the table might introduce a race
441 * when PTK rekeying is done, having an old packets with a PN
442 * based on the old key but the message encrypted with a new
443 * one.
444 * Need to handle this.
445 */
Sara Sharon57a85742018-01-02 11:40:15 +0200446 tx_cmd->sec_ctl |= type | TX_CMD_SEC_KEY_FROM_TABLE;
Ayala Beker2a53d162016-04-07 16:21:57 +0300447 tx_cmd->key[0] = keyconf->hw_key_idx;
448 iwl_mvm_set_tx_cmd_pn(info, crypto_hdr);
449 break;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100450 default:
Max Stepanove36e5432013-08-27 19:56:13 +0300451 tx_cmd->sec_ctl |= TX_CMD_SEC_EXT;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100452 }
453}
454
455/*
456 * Allocates and sets the Tx cmd the driver data pointers in the skb
457 */
458static struct iwl_device_cmd *
459iwl_mvm_set_tx_params(struct iwl_mvm *mvm, struct sk_buff *skb,
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300460 struct ieee80211_tx_info *info, int hdrlen,
461 struct ieee80211_sta *sta, u8 sta_id)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100462{
463 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100464 struct iwl_device_cmd *dev_cmd;
465 struct iwl_tx_cmd *tx_cmd;
466
467 dev_cmd = iwl_trans_alloc_tx_cmd(mvm->trans);
468
469 if (unlikely(!dev_cmd))
470 return NULL;
471
472 memset(dev_cmd, 0, sizeof(*dev_cmd));
Emmanuel Grumbach3961a612013-10-22 11:27:55 +0300473 dev_cmd->hdr.cmd = TX_CMD;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100474 tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload;
475
476 if (info->control.hw_key)
Johannes Bergca8c0f42015-04-20 17:54:54 +0200477 iwl_mvm_set_tx_cmd_crypto(mvm, info, tx_cmd, skb, hdrlen);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100478
479 iwl_mvm_set_tx_cmd(mvm, skb, tx_cmd, info, sta_id);
480
481 iwl_mvm_set_tx_cmd_rate(mvm, tx_cmd, info, sta, hdr->frame_control);
482
Johannes Berg94863442016-12-02 09:57:40 +0100483 return dev_cmd;
484}
485
486static void iwl_mvm_skb_prepare_status(struct sk_buff *skb,
487 struct iwl_device_cmd *cmd)
488{
489 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb);
490
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300491 memset(&skb_info->status, 0, sizeof(skb_info->status));
492 memset(skb_info->driver_data, 0, sizeof(skb_info->driver_data));
Johannes Berg8ca151b2013-01-24 14:25:36 +0100493
Johannes Berg94863442016-12-02 09:57:40 +0100494 skb_info->driver_data[1] = cmd;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100495}
496
Liad Kaufmande24f632015-08-04 15:19:18 +0300497static int iwl_mvm_get_ctrl_vif_queue(struct iwl_mvm *mvm,
498 struct ieee80211_tx_info *info, __le16 fc)
499{
Sara Sharon3ee0f0e2016-08-08 11:51:24 +0300500 if (!iwl_mvm_is_dqa_supported(mvm))
501 return info->hw_queue;
Liad Kaufmande24f632015-08-04 15:19:18 +0300502
Sara Sharon3ee0f0e2016-08-08 11:51:24 +0300503 switch (info->control.vif->type) {
504 case NL80211_IFTYPE_AP:
505 /*
Emmanuel Grumbach2b462a32017-10-07 22:36:51 +0000506 * Handle legacy hostapd as well, where station may be added
507 * only after assoc. Take care of the case where we send a
508 * deauth to a station that we don't have.
Sara Sharon3ee0f0e2016-08-08 11:51:24 +0300509 */
Emmanuel Grumbach2b462a32017-10-07 22:36:51 +0000510 if (ieee80211_is_probe_resp(fc) || ieee80211_is_auth(fc) ||
511 ieee80211_is_deauth(fc))
Sara Sharon3ee0f0e2016-08-08 11:51:24 +0300512 return IWL_MVM_DQA_AP_PROBE_RESP_QUEUE;
513 if (info->hw_queue == info->control.vif->cab_queue)
514 return info->hw_queue;
515
Emmanuel Grumbach2b462a32017-10-07 22:36:51 +0000516 WARN_ONCE(1, "fc=0x%02x", le16_to_cpu(fc));
Sara Sharon3ee0f0e2016-08-08 11:51:24 +0300517 return IWL_MVM_DQA_AP_PROBE_RESP_QUEUE;
518 case NL80211_IFTYPE_P2P_DEVICE:
519 if (ieee80211_is_mgmt(fc))
520 return IWL_MVM_DQA_P2P_DEVICE_QUEUE;
521 if (info->hw_queue == info->control.vif->cab_queue)
522 return info->hw_queue;
523
524 WARN_ON_ONCE(1);
525 return IWL_MVM_DQA_P2P_DEVICE_QUEUE;
526 default:
527 WARN_ONCE(1, "Not a ctrl vif, no available queue\n");
528 return -1;
529 }
Liad Kaufmande24f632015-08-04 15:19:18 +0300530}
531
Johannes Berg8ca151b2013-01-24 14:25:36 +0100532int iwl_mvm_tx_skb_non_sta(struct iwl_mvm *mvm, struct sk_buff *skb)
533{
534 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300535 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb);
536 struct ieee80211_tx_info info;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100537 struct iwl_device_cmd *dev_cmd;
538 struct iwl_tx_cmd *tx_cmd;
539 u8 sta_id;
Johannes Bergca8c0f42015-04-20 17:54:54 +0200540 int hdrlen = ieee80211_hdrlen(hdr->frame_control);
Liad Kaufmande24f632015-08-04 15:19:18 +0300541 int queue;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100542
Beni Lev54c5ef22016-08-10 17:03:43 +0300543 /* IWL_MVM_OFFCHANNEL_QUEUE is used for ROC packets that can be used
544 * in 2 different types of vifs, P2P & STATION. P2P uses the offchannel
545 * queue. STATION (HS2.0) uses the auxiliary context of the FW,
546 * and hence needs to be sent on the aux queue
547 */
548 if (IEEE80211_SKB_CB(skb)->hw_queue == IWL_MVM_OFFCHANNEL_QUEUE &&
549 skb_info->control.vif->type == NL80211_IFTYPE_STATION)
550 IEEE80211_SKB_CB(skb)->hw_queue = mvm->aux_queue;
551
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300552 memcpy(&info, skb->cb, sizeof(info));
553
554 if (WARN_ON_ONCE(info.flags & IEEE80211_TX_CTL_AMPDU))
Johannes Berg8ca151b2013-01-24 14:25:36 +0100555 return -1;
556
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300557 if (WARN_ON_ONCE(info.flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM &&
558 (!info.control.vif ||
559 info.hw_queue != info.control.vif->cab_queue)))
Johannes Berg8ca151b2013-01-24 14:25:36 +0100560 return -1;
561
Liad Kaufmande24f632015-08-04 15:19:18 +0300562 queue = info.hw_queue;
563
Ariej Marjieh7da91b02014-07-07 12:09:40 +0300564 /*
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300565 * If the interface on which the frame is sent is the P2P_DEVICE
Johannes Berg8ca151b2013-01-24 14:25:36 +0100566 * or an AP/GO interface use the broadcast station associated
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300567 * with it; otherwise if the interface is a managed interface
568 * use the AP station associated with it for multicast traffic
569 * (this is not possible for unicast packets as a TLDS discovery
570 * response are sent without a station entry); otherwise use the
571 * AUX station.
Beni Lev04dd4012016-11-17 14:03:17 +0200572 * In DQA mode, if vif is of type STATION and frames are not multicast
573 * or offchannel, they should be sent from the BSS queue.
574 * For example, TDLS setup frames should be sent on this queue,
575 * as they go through the AP.
Johannes Berg8ca151b2013-01-24 14:25:36 +0100576 */
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300577 sta_id = mvm->aux_sta.sta_id;
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300578 if (info.control.vif) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100579 struct iwl_mvm_vif *mvmvif =
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300580 iwl_mvm_vif_from_mac80211(info.control.vif);
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300581
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300582 if (info.control.vif->type == NL80211_IFTYPE_P2P_DEVICE ||
Liad Kaufmande24f632015-08-04 15:19:18 +0300583 info.control.vif->type == NL80211_IFTYPE_AP) {
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300584 sta_id = mvmvif->bcast_sta.sta_id;
Liad Kaufmande24f632015-08-04 15:19:18 +0300585 queue = iwl_mvm_get_ctrl_vif_queue(mvm, &info,
586 hdr->frame_control);
Sara Sharon3ee0f0e2016-08-08 11:51:24 +0300587 if (queue < 0)
588 return -1;
589
Liad Kaufmande24f632015-08-04 15:19:18 +0300590 } else if (info.control.vif->type == NL80211_IFTYPE_STATION &&
591 is_multicast_ether_addr(hdr->addr1)) {
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300592 u8 ap_sta_id = ACCESS_ONCE(mvmvif->ap_sta_id);
593
594 if (ap_sta_id != IWL_MVM_STATION_COUNT)
595 sta_id = ap_sta_id;
Liad Kaufmane3118ad2016-06-05 10:49:02 +0300596 } else if (iwl_mvm_is_dqa_supported(mvm) &&
Beni Lev04dd4012016-11-17 14:03:17 +0200597 info.control.vif->type == NL80211_IFTYPE_STATION &&
598 queue != mvm->aux_queue) {
Liad Kaufmane3118ad2016-06-05 10:49:02 +0300599 queue = IWL_MVM_DQA_BSS_CLIENT_QUEUE;
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300600 }
Johannes Berg8ca151b2013-01-24 14:25:36 +0100601 }
602
Liad Kaufmande24f632015-08-04 15:19:18 +0300603 IWL_DEBUG_TX(mvm, "station Id %d, queue=%d\n", sta_id, queue);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100604
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300605 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, &info, hdrlen, NULL, sta_id);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100606 if (!dev_cmd)
607 return -1;
608
Johannes Berg94863442016-12-02 09:57:40 +0100609 /* From now on, we cannot access info->control */
610 iwl_mvm_skb_prepare_status(skb, dev_cmd);
611
Johannes Berg8ca151b2013-01-24 14:25:36 +0100612 tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload;
613
614 /* Copy MAC header from skb into command buffer */
Johannes Bergca8c0f42015-04-20 17:54:54 +0200615 memcpy(tx_cmd->hdr, hdr, hdrlen);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100616
Liad Kaufmande24f632015-08-04 15:19:18 +0300617 if (iwl_trans_tx(mvm->trans, skb, dev_cmd, queue)) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100618 iwl_trans_free_tx_cmd(mvm->trans, dev_cmd);
619 return -1;
620 }
621
Liad Kaufmanfb896c42016-02-14 15:32:58 +0200622 /*
623 * Increase the pending frames counter, so that later when a reply comes
624 * in and the counter is decreased - we don't start getting negative
625 * values.
626 * Note that we don't need to make sure it isn't agg'd, since we're
627 * TXing non-sta
Sara Sharon8d3a3182017-03-14 09:50:35 +0200628 * For DQA mode - we shouldn't increase it though
Liad Kaufmanfb896c42016-02-14 15:32:58 +0200629 */
Sara Sharon8d3a3182017-03-14 09:50:35 +0200630 if (!iwl_mvm_is_dqa_supported(mvm))
631 atomic_inc(&mvm->pending_frames[sta_id]);
Liad Kaufmanfb896c42016-02-14 15:32:58 +0200632
Johannes Berg8ca151b2013-01-24 14:25:36 +0100633 return 0;
634}
635
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300636#ifdef CONFIG_INET
637static int iwl_mvm_tx_tso(struct iwl_mvm *mvm, struct sk_buff *skb,
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300638 struct ieee80211_tx_info *info,
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300639 struct ieee80211_sta *sta,
640 struct sk_buff_head *mpdus_skb)
641{
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200642 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300643 struct ieee80211_hdr *hdr = (void *)skb->data;
644 unsigned int mss = skb_shinfo(skb)->gso_size;
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300645 struct sk_buff *tmp, *next;
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300646 char cb[sizeof(skb->cb)];
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200647 unsigned int num_subframes, tcp_payload_len, subf_len, max_amsdu_len;
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300648 bool ipv4 = (skb->protocol == htons(ETH_P_IP));
649 u16 ip_base_id = ipv4 ? ntohs(ip_hdr(skb)->id) : 0;
Johannes Berg48aa5ec2016-12-02 10:04:49 +0100650 u16 snap_ip_tcp, pad, i = 0;
Emmanuel Grumbach9e7dce22015-10-26 16:14:06 +0200651 unsigned int dbg_max_amsdu_len;
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200652 netdev_features_t netdev_features = NETIF_F_CSUM_MASK | NETIF_F_SG;
Emmanuel Grumbach50b02132015-11-11 11:37:02 +0200653 u8 *qc, tid, txf;
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300654
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300655 snap_ip_tcp = 8 + skb_transport_header(skb) - skb_network_header(skb) +
656 tcp_hdrlen(skb);
657
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200658 qc = ieee80211_get_qos_ctl(hdr);
659 tid = *qc & IEEE80211_QOS_CTL_TID_MASK;
660 if (WARN_ON_ONCE(tid >= IWL_MAX_TID_COUNT))
661 return -EINVAL;
662
Emmanuel Grumbachfa820d62016-04-03 10:15:59 +0300663 dbg_max_amsdu_len = ACCESS_ONCE(mvm->max_amsdu_len);
664
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300665 if (!sta->max_amsdu_len ||
Emmanuel Grumbach04e3a5d2015-10-28 09:47:41 +0200666 !ieee80211_is_data_qos(hdr->frame_control) ||
Emmanuel Grumbachfa820d62016-04-03 10:15:59 +0300667 (!mvmsta->tlc_amsdu && !dbg_max_amsdu_len)) {
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300668 num_subframes = 1;
669 pad = 0;
670 goto segment;
671 }
672
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200673 /*
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200674 * Do not build AMSDU for IPv6 with extension headers.
675 * ask stack to segment and checkum the generated MPDUs for us.
676 */
677 if (skb->protocol == htons(ETH_P_IPV6) &&
678 ((struct ipv6hdr *)skb_network_header(skb))->nexthdr !=
679 IPPROTO_TCP) {
680 num_subframes = 1;
681 pad = 0;
682 netdev_features &= ~NETIF_F_CSUM_MASK;
683 goto segment;
684 }
685
686 /*
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200687 * No need to lock amsdu_in_ampdu_allowed since it can't be modified
688 * during an BA session.
689 */
690 if (info->flags & IEEE80211_TX_CTL_AMPDU &&
691 !mvmsta->tid_data[tid].amsdu_in_ampdu_allowed) {
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300692 num_subframes = 1;
693 pad = 0;
694 goto segment;
695 }
696
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200697 max_amsdu_len = sta->max_amsdu_len;
Emmanuel Grumbach50b02132015-11-11 11:37:02 +0200698
699 /* the Tx FIFO to which this A-MSDU will be routed */
700 txf = iwl_mvm_ac_to_tx_fifo[tid_to_mac80211_ac[tid]];
701
702 /*
703 * Don't send an AMSDU that will be longer than the TXF.
704 * Add a security margin of 256 for the TX command + headers.
705 * We also want to have the start of the next packet inside the
706 * fifo to be able to send bursts.
707 */
708 max_amsdu_len = min_t(unsigned int, max_amsdu_len,
709 mvm->shared_mem_cfg.txfifo_size[txf] - 256);
710
Emmanuel Grumbachfa820d62016-04-03 10:15:59 +0300711 if (unlikely(dbg_max_amsdu_len))
Emmanuel Grumbach9e7dce22015-10-26 16:14:06 +0200712 max_amsdu_len = min_t(unsigned int, max_amsdu_len,
713 dbg_max_amsdu_len);
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200714
715 /*
716 * Limit A-MSDU in A-MPDU to 4095 bytes when VHT is not
717 * supported. This is a spec requirement (IEEE 802.11-2015
718 * section 8.7.3 NOTE 3).
719 */
720 if (info->flags & IEEE80211_TX_CTL_AMPDU &&
721 !sta->vht_cap.vht_supported)
722 max_amsdu_len = min_t(unsigned int, max_amsdu_len, 4095);
723
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300724 /* Sub frame header + SNAP + IP header + TCP header + MSS */
725 subf_len = sizeof(struct ethhdr) + snap_ip_tcp + mss;
726 pad = (4 - subf_len) & 0x3;
727
728 /*
729 * If we have N subframes in the A-MSDU, then the A-MSDU's size is
730 * N * subf_len + (N - 1) * pad.
731 */
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200732 num_subframes = (max_amsdu_len + pad) / (subf_len + pad);
733 if (num_subframes > 1)
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300734 *qc |= IEEE80211_QOS_CTL_A_MSDU_PRESENT;
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300735
736 tcp_payload_len = skb_tail_pointer(skb) - skb_transport_header(skb) -
737 tcp_hdrlen(skb) + skb->data_len;
738
739 /*
740 * Make sure we have enough TBs for the A-MSDU:
741 * 2 for each subframe
742 * 1 more for each fragment
743 * 1 more for the potential data in the header
744 */
745 num_subframes =
746 min_t(unsigned int, num_subframes,
747 (mvm->trans->max_skb_frags - 1 -
748 skb_shinfo(skb)->nr_frags) / 2);
749
750 /* This skb fits in one single A-MSDU */
751 if (num_subframes * mss >= tcp_payload_len) {
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300752 __skb_queue_tail(mpdus_skb, skb);
753 return 0;
754 }
755
756 /*
757 * Trick the segmentation function to make it
758 * create SKBs that can fit into one A-MSDU.
759 */
760segment:
761 skb_shinfo(skb)->gso_size = num_subframes * mss;
762 memcpy(cb, skb->cb, sizeof(cb));
763
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200764 next = skb_gso_segment(skb, netdev_features);
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300765 skb_shinfo(skb)->gso_size = mss;
766 if (WARN_ON_ONCE(IS_ERR(next)))
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300767 return -EINVAL;
768 else if (next)
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300769 consume_skb(skb);
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300770
771 while (next) {
772 tmp = next;
773 next = tmp->next;
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300774
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300775 memcpy(tmp->cb, cb, sizeof(tmp->cb));
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300776 /*
777 * Compute the length of all the data added for the A-MSDU.
778 * This will be used to compute the length to write in the TX
779 * command. We have: SNAP + IP + TCP for n -1 subframes and
780 * ETH header for n subframes.
781 */
782 tcp_payload_len = skb_tail_pointer(tmp) -
783 skb_transport_header(tmp) -
784 tcp_hdrlen(tmp) + tmp->data_len;
785
786 if (ipv4)
787 ip_hdr(tmp)->id = htons(ip_base_id + i * num_subframes);
788
789 if (tcp_payload_len > mss) {
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300790 skb_shinfo(tmp)->gso_size = mss;
791 } else {
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200792 qc = ieee80211_get_qos_ctl((void *)tmp->data);
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300793
794 if (ipv4)
795 ip_send_check(ip_hdr(tmp));
796 *qc &= ~IEEE80211_QOS_CTL_A_MSDU_PRESENT;
797 skb_shinfo(tmp)->gso_size = 0;
798 }
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300799
800 tmp->prev = NULL;
801 tmp->next = NULL;
802
803 __skb_queue_tail(mpdus_skb, tmp);
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300804 i++;
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300805 }
806
807 return 0;
808}
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300809#else /* CONFIG_INET */
810static int iwl_mvm_tx_tso(struct iwl_mvm *mvm, struct sk_buff *skb,
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300811 struct ieee80211_tx_info *info,
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300812 struct ieee80211_sta *sta,
813 struct sk_buff_head *mpdus_skb)
814{
815 /* Impossible to get TSO with CONFIG_INET */
816 WARN_ON(1);
817
818 return -1;
819}
820#endif
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300821
Liad Kaufman24afba72015-07-28 18:56:08 +0300822static void iwl_mvm_tx_add_stream(struct iwl_mvm *mvm,
823 struct iwl_mvm_sta *mvm_sta, u8 tid,
824 struct sk_buff *skb)
825{
826 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
827 u8 mac_queue = info->hw_queue;
828 struct sk_buff_head *deferred_tx_frames;
829
830 lockdep_assert_held(&mvm_sta->lock);
831
832 mvm_sta->deferred_traffic_tid_map |= BIT(tid);
833 set_bit(mvm_sta->sta_id, mvm->sta_deferred_frames);
834
835 deferred_tx_frames = &mvm_sta->tid_data[tid].deferred_tx_frames;
836
837 skb_queue_tail(deferred_tx_frames, skb);
838
839 /*
840 * The first deferred frame should've stopped the MAC queues, so we
841 * should never get a second deferred frame for the RA/TID.
842 */
843 if (!WARN(skb_queue_len(deferred_tx_frames) != 1,
844 "RATID %d/%d has %d deferred frames\n", mvm_sta->sta_id, tid,
845 skb_queue_len(deferred_tx_frames))) {
846 iwl_mvm_stop_mac_queues(mvm, BIT(mac_queue));
847 schedule_work(&mvm->add_stream_wk);
848 }
849}
850
Liad Kaufman9f9af3d2015-12-23 16:03:46 +0200851/* Check if there are any timed-out TIDs on a given shared TXQ */
852static bool iwl_mvm_txq_should_update(struct iwl_mvm *mvm, int txq_id)
853{
854 unsigned long queue_tid_bitmap = mvm->queue_info[txq_id].tid_bitmap;
855 unsigned long now = jiffies;
856 int tid;
857
858 for_each_set_bit(tid, &queue_tid_bitmap, IWL_MAX_TID_COUNT + 1) {
859 if (time_before(mvm->queue_info[txq_id].last_frame_time[tid] +
860 IWL_MVM_DQA_QUEUE_TIMEOUT, now))
861 return true;
862 }
863
864 return false;
865}
866
Johannes Berg8ca151b2013-01-24 14:25:36 +0100867/*
868 * Sets the fields in the Tx cmd that are crypto related
869 */
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300870static int iwl_mvm_tx_mpdu(struct iwl_mvm *mvm, struct sk_buff *skb,
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300871 struct ieee80211_tx_info *info,
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300872 struct ieee80211_sta *sta)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100873{
874 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100875 struct iwl_mvm_sta *mvmsta;
876 struct iwl_device_cmd *dev_cmd;
877 struct iwl_tx_cmd *tx_cmd;
878 __le16 fc;
879 u16 seq_number = 0;
880 u8 tid = IWL_MAX_TID_COUNT;
881 u8 txq_id = info->hw_queue;
Johannes Berg7ec54712016-03-16 09:29:48 +0100882 bool is_ampdu = false;
Johannes Bergca8c0f42015-04-20 17:54:54 +0200883 int hdrlen;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100884
Johannes Berg5b577a92013-11-14 18:20:04 +0100885 mvmsta = iwl_mvm_sta_from_mac80211(sta);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100886 fc = hdr->frame_control;
Johannes Bergca8c0f42015-04-20 17:54:54 +0200887 hdrlen = ieee80211_hdrlen(fc);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100888
889 if (WARN_ON_ONCE(!mvmsta))
890 return -1;
891
Emmanuel Grumbach881acd82013-03-19 16:16:00 +0200892 if (WARN_ON_ONCE(mvmsta->sta_id == IWL_MVM_STATION_COUNT))
Johannes Berg8ca151b2013-01-24 14:25:36 +0100893 return -1;
894
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300895 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, info, hdrlen,
896 sta, mvmsta->sta_id);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100897 if (!dev_cmd)
898 goto drop;
899
900 tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100901
Johannes Berg3e56ead2013-02-15 22:23:18 +0100902 /*
903 * we handle that entirely ourselves -- for uAPSD the firmware
904 * will always send a notification, and for PS-Poll responses
905 * we'll notify mac80211 when getting frame status
906 */
907 info->flags &= ~IEEE80211_TX_STATUS_EOSP;
908
Johannes Berg8ca151b2013-01-24 14:25:36 +0100909 spin_lock(&mvmsta->lock);
910
911 if (ieee80211_is_data_qos(fc) && !ieee80211_is_qos_nullfunc(fc)) {
912 u8 *qc = NULL;
913 qc = ieee80211_get_qos_ctl(hdr);
914 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
915 if (WARN_ON_ONCE(tid >= IWL_MAX_TID_COUNT))
916 goto drop_unlock_sta;
917
918 seq_number = mvmsta->tid_data[tid].seq_number;
919 seq_number &= IEEE80211_SCTL_SEQ;
920 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG);
921 hdr->seq_ctrl |= cpu_to_le16(seq_number);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100922 is_ampdu = info->flags & IEEE80211_TX_CTL_AMPDU;
Liad Kaufman24afba72015-07-28 18:56:08 +0300923 } else if (iwl_mvm_is_dqa_supported(mvm) &&
924 (ieee80211_is_qos_nullfunc(fc) ||
925 ieee80211_is_nullfunc(fc))) {
926 /*
927 * nullfunc frames should go to the MGMT queue regardless of QOS
928 */
929 tid = IWL_MAX_TID_COUNT;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100930 }
931
Liad Kaufman7585c352016-07-07 11:00:26 +0300932 if (iwl_mvm_is_dqa_supported(mvm)) {
Liad Kaufman9794c642015-08-19 17:34:28 +0300933 txq_id = mvmsta->tid_data[tid].txq_id;
934
Liad Kaufman7585c352016-07-07 11:00:26 +0300935 if (ieee80211_is_mgmt(fc))
936 tx_cmd->tid_tspec = IWL_TID_NON_QOS;
937 }
938
Johannes Berg8ca151b2013-01-24 14:25:36 +0100939 /* Copy MAC header from skb into command buffer */
Johannes Bergca8c0f42015-04-20 17:54:54 +0200940 memcpy(tx_cmd->hdr, hdr, hdrlen);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100941
942 WARN_ON_ONCE(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM);
943
Liad Kaufmane3118ad2016-06-05 10:49:02 +0300944 if (sta->tdls && !iwl_mvm_is_dqa_supported(mvm)) {
Arik Nemtsova0f6bf22014-09-21 19:10:04 +0300945 /* default to TID 0 for non-QoS packets */
946 u8 tdls_tid = tid == IWL_MAX_TID_COUNT ? 0 : tid;
947
948 txq_id = mvmsta->hw_queue[tid_to_mac80211_ac[tdls_tid]];
949 }
950
Johannes Berg8ca151b2013-01-24 14:25:36 +0100951 if (is_ampdu) {
952 if (WARN_ON_ONCE(mvmsta->tid_data[tid].state != IWL_AGG_ON))
953 goto drop_unlock_sta;
954 txq_id = mvmsta->tid_data[tid].txq_id;
955 }
956
Liad Kaufman9794c642015-08-19 17:34:28 +0300957 /* Check if TXQ needs to be allocated or re-activated */
958 if (unlikely(txq_id == IEEE80211_INVAL_HW_QUEUE ||
959 !mvmsta->tid_data[tid].is_tid_active) &&
960 iwl_mvm_is_dqa_supported(mvm)) {
961 /* If TXQ needs to be allocated... */
962 if (txq_id == IEEE80211_INVAL_HW_QUEUE) {
Liad Kaufman24afba72015-07-28 18:56:08 +0300963 iwl_mvm_tx_add_stream(mvm, mvmsta, tid, skb);
964
965 /*
966 * The frame is now deferred, and the worker scheduled
967 * will re-allocate it, so we can free it for now.
968 */
969 iwl_trans_free_tx_cmd(mvm->trans, dev_cmd);
970 spin_unlock(&mvmsta->lock);
971 return 0;
972 }
973
Liad Kaufman9794c642015-08-19 17:34:28 +0300974 /* If we are here - TXQ exists and needs to be re-activated */
975 spin_lock(&mvm->queue_info_lock);
976 mvm->queue_info[txq_id].status = IWL_MVM_QUEUE_READY;
977 mvmsta->tid_data[tid].is_tid_active = true;
978 spin_unlock(&mvm->queue_info_lock);
979
980 IWL_DEBUG_TX_QUEUES(mvm, "Re-activating queue %d for TX\n",
981 txq_id);
Liad Kaufman24afba72015-07-28 18:56:08 +0300982 }
983
Liad Kaufman9f9af3d2015-12-23 16:03:46 +0200984 if (iwl_mvm_is_dqa_supported(mvm)) {
985 /* Keep track of the time of the last frame for this RA/TID */
986 mvm->queue_info[txq_id].last_frame_time[tid] = jiffies;
987
988 /*
989 * If we have timed-out TIDs - schedule the worker that will
990 * reconfig the queues and update them
991 *
992 * Note that the mvm->queue_info_lock isn't being taken here in
993 * order to not serialize the TX flow. This isn't dangerous
994 * because scheduling mvm->add_stream_wk can't ruin the state,
995 * and if we DON'T schedule it due to some race condition then
996 * next TX we get here we will.
997 */
998 if (unlikely(mvm->queue_info[txq_id].status ==
999 IWL_MVM_QUEUE_SHARED &&
1000 iwl_mvm_txq_should_update(mvm, txq_id)))
1001 schedule_work(&mvm->add_stream_wk);
1002 }
Liad Kaufman9794c642015-08-19 17:34:28 +03001003
Johannes Berg8ca151b2013-01-24 14:25:36 +01001004 IWL_DEBUG_TX(mvm, "TX to [%d|%d] Q:%d - seq: 0x%x\n", mvmsta->sta_id,
Eliad Pellercf9d1182013-12-31 18:54:06 +02001005 tid, txq_id, IEEE80211_SEQ_TO_SN(seq_number));
Johannes Berg8ca151b2013-01-24 14:25:36 +01001006
Johannes Berg94863442016-12-02 09:57:40 +01001007 /* From now on, we cannot access info->control */
1008 iwl_mvm_skb_prepare_status(skb, dev_cmd);
1009
Johannes Berg8ca151b2013-01-24 14:25:36 +01001010 if (iwl_trans_tx(mvm->trans, skb, dev_cmd, txq_id))
1011 goto drop_unlock_sta;
1012
Johannes Berg7ec54712016-03-16 09:29:48 +01001013 if (tid < IWL_MAX_TID_COUNT && !ieee80211_has_morefrags(fc))
Eliad Pellercf9d1182013-12-31 18:54:06 +02001014 mvmsta->tid_data[tid].seq_number = seq_number + 0x10;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001015
1016 spin_unlock(&mvmsta->lock);
1017
Sara Sharon8d3a3182017-03-14 09:50:35 +02001018 /* Increase pending frames count if this isn't AMPDU or DQA queue */
1019 if (!iwl_mvm_is_dqa_supported(mvm) && !is_ampdu)
Emmanuel Grumbache3d4bc82013-05-07 14:08:24 +03001020 atomic_inc(&mvm->pending_frames[mvmsta->sta_id]);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001021
1022 return 0;
1023
1024drop_unlock_sta:
1025 iwl_trans_free_tx_cmd(mvm->trans, dev_cmd);
1026 spin_unlock(&mvmsta->lock);
1027drop:
1028 return -1;
1029}
1030
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001031int iwl_mvm_tx_skb(struct iwl_mvm *mvm, struct sk_buff *skb,
1032 struct ieee80211_sta *sta)
1033{
1034 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +03001035 struct ieee80211_tx_info info;
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001036 struct sk_buff_head mpdus_skbs;
1037 unsigned int payload_len;
1038 int ret;
1039
1040 if (WARN_ON_ONCE(!mvmsta))
1041 return -1;
1042
1043 if (WARN_ON_ONCE(mvmsta->sta_id == IWL_MVM_STATION_COUNT))
1044 return -1;
1045
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +03001046 memcpy(&info, skb->cb, sizeof(info));
1047
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001048 if (!skb_is_gso(skb))
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +03001049 return iwl_mvm_tx_mpdu(mvm, skb, &info, sta);
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001050
1051 payload_len = skb_tail_pointer(skb) - skb_transport_header(skb) -
1052 tcp_hdrlen(skb) + skb->data_len;
1053
1054 if (payload_len <= skb_shinfo(skb)->gso_size)
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +03001055 return iwl_mvm_tx_mpdu(mvm, skb, &info, sta);
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001056
1057 __skb_queue_head_init(&mpdus_skbs);
1058
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +03001059 ret = iwl_mvm_tx_tso(mvm, skb, &info, sta, &mpdus_skbs);
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001060 if (ret)
1061 return ret;
1062
1063 if (WARN_ON(skb_queue_empty(&mpdus_skbs)))
1064 return ret;
1065
1066 while (!skb_queue_empty(&mpdus_skbs)) {
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +03001067 skb = __skb_dequeue(&mpdus_skbs);
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001068
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +03001069 ret = iwl_mvm_tx_mpdu(mvm, skb, &info, sta);
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001070 if (ret) {
1071 __skb_queue_purge(&mpdus_skbs);
1072 return ret;
1073 }
1074 }
1075
1076 return 0;
1077}
1078
Johannes Berg8ca151b2013-01-24 14:25:36 +01001079static void iwl_mvm_check_ratid_empty(struct iwl_mvm *mvm,
1080 struct ieee80211_sta *sta, u8 tid)
1081{
Johannes Berg5b577a92013-11-14 18:20:04 +01001082 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001083 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid];
1084 struct ieee80211_vif *vif = mvmsta->vif;
1085
1086 lockdep_assert_held(&mvmsta->lock);
1087
Johannes Berg3e56ead2013-02-15 22:23:18 +01001088 if ((tid_data->state == IWL_AGG_ON ||
Sara Sharon8d3a3182017-03-14 09:50:35 +02001089 tid_data->state == IWL_EMPTYING_HW_QUEUE_DELBA ||
1090 iwl_mvm_is_dqa_supported(mvm)) &&
Johannes Berg3e56ead2013-02-15 22:23:18 +01001091 iwl_mvm_tid_queued(tid_data) == 0) {
1092 /*
Sara Sharon8d3a3182017-03-14 09:50:35 +02001093 * Now that this aggregation or DQA queue is empty tell
1094 * mac80211 so it knows we no longer have frames buffered for
1095 * the station on this TID (for the TIM bitmap calculation.)
Johannes Berg3e56ead2013-02-15 22:23:18 +01001096 */
1097 ieee80211_sta_set_buffered(sta, tid, false);
1098 }
1099
Johannes Berg8ca151b2013-01-24 14:25:36 +01001100 if (tid_data->ssn != tid_data->next_reclaimed)
1101 return;
1102
1103 switch (tid_data->state) {
1104 case IWL_EMPTYING_HW_QUEUE_ADDBA:
1105 IWL_DEBUG_TX_QUEUES(mvm,
1106 "Can continue addBA flow ssn = next_recl = %d\n",
1107 tid_data->next_reclaimed);
1108 tid_data->state = IWL_AGG_STARTING;
1109 ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);
1110 break;
1111
1112 case IWL_EMPTYING_HW_QUEUE_DELBA:
1113 IWL_DEBUG_TX_QUEUES(mvm,
1114 "Can continue DELBA flow ssn = next_recl = %d\n",
1115 tid_data->next_reclaimed);
Liad Kaufman15985fb2016-06-26 14:45:12 +03001116 if (!iwl_mvm_is_dqa_supported(mvm)) {
1117 u8 mac80211_ac = tid_to_mac80211_ac[tid];
1118
1119 iwl_mvm_disable_txq(mvm, tid_data->txq_id,
1120 vif->hw_queue[mac80211_ac], tid,
1121 CMD_ASYNC);
1122 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001123 tid_data->state = IWL_AGG_OFF;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001124 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
1125 break;
1126
1127 default:
1128 break;
1129 }
1130}
1131
1132#ifdef CONFIG_IWLWIFI_DEBUG
1133const char *iwl_mvm_get_tx_fail_reason(u32 status)
1134{
1135#define TX_STATUS_FAIL(x) case TX_STATUS_FAIL_ ## x: return #x
1136#define TX_STATUS_POSTPONE(x) case TX_STATUS_POSTPONE_ ## x: return #x
1137
1138 switch (status & TX_STATUS_MSK) {
1139 case TX_STATUS_SUCCESS:
1140 return "SUCCESS";
1141 TX_STATUS_POSTPONE(DELAY);
1142 TX_STATUS_POSTPONE(FEW_BYTES);
1143 TX_STATUS_POSTPONE(BT_PRIO);
1144 TX_STATUS_POSTPONE(QUIET_PERIOD);
1145 TX_STATUS_POSTPONE(CALC_TTAK);
1146 TX_STATUS_FAIL(INTERNAL_CROSSED_RETRY);
1147 TX_STATUS_FAIL(SHORT_LIMIT);
1148 TX_STATUS_FAIL(LONG_LIMIT);
1149 TX_STATUS_FAIL(UNDERRUN);
1150 TX_STATUS_FAIL(DRAIN_FLOW);
1151 TX_STATUS_FAIL(RFKILL_FLUSH);
1152 TX_STATUS_FAIL(LIFE_EXPIRE);
1153 TX_STATUS_FAIL(DEST_PS);
1154 TX_STATUS_FAIL(HOST_ABORTED);
1155 TX_STATUS_FAIL(BT_RETRY);
1156 TX_STATUS_FAIL(STA_INVALID);
1157 TX_STATUS_FAIL(FRAG_DROPPED);
1158 TX_STATUS_FAIL(TID_DISABLE);
1159 TX_STATUS_FAIL(FIFO_FLUSHED);
1160 TX_STATUS_FAIL(SMALL_CF_POLL);
1161 TX_STATUS_FAIL(FW_DROP);
1162 TX_STATUS_FAIL(STA_COLOR_MISMATCH);
1163 }
1164
1165 return "UNKNOWN";
1166
1167#undef TX_STATUS_FAIL
1168#undef TX_STATUS_POSTPONE
1169}
1170#endif /* CONFIG_IWLWIFI_DEBUG */
1171
Eyal Shapirad310e402013-08-11 18:43:47 +03001172void iwl_mvm_hwrate_to_tx_rate(u32 rate_n_flags,
Johannes Berg57fbcce2016-04-12 15:56:15 +02001173 enum nl80211_band band,
Eyal Shapirad310e402013-08-11 18:43:47 +03001174 struct ieee80211_tx_rate *r)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001175{
Johannes Berg8ca151b2013-01-24 14:25:36 +01001176 if (rate_n_flags & RATE_HT_MCS_GF_MSK)
1177 r->flags |= IEEE80211_TX_RC_GREEN_FIELD;
1178 switch (rate_n_flags & RATE_MCS_CHAN_WIDTH_MSK) {
1179 case RATE_MCS_CHAN_WIDTH_20:
1180 break;
1181 case RATE_MCS_CHAN_WIDTH_40:
1182 r->flags |= IEEE80211_TX_RC_40_MHZ_WIDTH;
1183 break;
1184 case RATE_MCS_CHAN_WIDTH_80:
1185 r->flags |= IEEE80211_TX_RC_80_MHZ_WIDTH;
1186 break;
1187 case RATE_MCS_CHAN_WIDTH_160:
1188 r->flags |= IEEE80211_TX_RC_160_MHZ_WIDTH;
1189 break;
1190 }
1191 if (rate_n_flags & RATE_MCS_SGI_MSK)
1192 r->flags |= IEEE80211_TX_RC_SHORT_GI;
1193 if (rate_n_flags & RATE_MCS_HT_MSK) {
1194 r->flags |= IEEE80211_TX_RC_MCS;
1195 r->idx = rate_n_flags & RATE_HT_MCS_INDEX_MSK;
1196 } else if (rate_n_flags & RATE_MCS_VHT_MSK) {
1197 ieee80211_rate_set_vht(
1198 r, rate_n_flags & RATE_VHT_MCS_RATE_CODE_MSK,
1199 ((rate_n_flags & RATE_VHT_MCS_NSS_MSK) >>
1200 RATE_VHT_MCS_NSS_POS) + 1);
1201 r->flags |= IEEE80211_TX_RC_VHT_MCS;
1202 } else {
1203 r->idx = iwl_mvm_legacy_rate_to_mac80211_idx(rate_n_flags,
Eyal Shapirad310e402013-08-11 18:43:47 +03001204 band);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001205 }
1206}
1207
Eyal Shapirad310e402013-08-11 18:43:47 +03001208/**
1209 * translate ucode response to mac80211 tx status control values
1210 */
1211static void iwl_mvm_hwrate_to_tx_status(u32 rate_n_flags,
1212 struct ieee80211_tx_info *info)
1213{
1214 struct ieee80211_tx_rate *r = &info->status.rates[0];
1215
1216 info->status.antenna =
1217 ((rate_n_flags & RATE_MCS_ANT_ABC_MSK) >> RATE_MCS_ANT_POS);
1218 iwl_mvm_hwrate_to_tx_rate(rate_n_flags, info->band, r);
1219}
1220
Golan Ben-Ami25657fe2015-09-02 12:34:23 +03001221static void iwl_mvm_tx_status_check_trigger(struct iwl_mvm *mvm,
1222 u32 status)
1223{
1224 struct iwl_fw_dbg_trigger_tlv *trig;
1225 struct iwl_fw_dbg_trigger_tx_status *status_trig;
1226 int i;
1227
1228 if (!iwl_fw_dbg_trigger_enabled(mvm->fw, FW_DBG_TRIGGER_TX_STATUS))
1229 return;
1230
1231 trig = iwl_fw_dbg_get_trigger(mvm->fw, FW_DBG_TRIGGER_TX_STATUS);
1232 status_trig = (void *)trig->data;
1233
1234 if (!iwl_fw_dbg_trigger_check_stop(mvm, NULL, trig))
1235 return;
1236
1237 for (i = 0; i < ARRAY_SIZE(status_trig->statuses); i++) {
1238 /* don't collect on status 0 */
1239 if (!status_trig->statuses[i].status)
1240 break;
1241
1242 if (status_trig->statuses[i].status != (status & TX_STATUS_MSK))
1243 continue;
1244
1245 iwl_mvm_fw_dbg_collect_trig(mvm, trig,
1246 "Tx status %d was received",
1247 status & TX_STATUS_MSK);
1248 break;
1249 }
1250}
1251
Johannes Berg8ca151b2013-01-24 14:25:36 +01001252static void iwl_mvm_rx_tx_cmd_single(struct iwl_mvm *mvm,
1253 struct iwl_rx_packet *pkt)
1254{
1255 struct ieee80211_sta *sta;
1256 u16 sequence = le16_to_cpu(pkt->hdr.sequence);
1257 int txq_id = SEQ_TO_QUEUE(sequence);
1258 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data;
1259 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid);
1260 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid);
1261 u32 status = le16_to_cpu(tx_resp->status.status);
1262 u16 ssn = iwl_mvm_get_scd_ssn(tx_resp);
1263 struct iwl_mvm_sta *mvmsta;
1264 struct sk_buff_head skbs;
1265 u8 skb_freed = 0;
1266 u16 next_reclaimed, seq_ctl;
Emmanuel Grumbach532beba2016-03-07 22:23:52 +02001267 bool is_ndp = false;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001268
1269 __skb_queue_head_init(&skbs);
1270
1271 seq_ctl = le16_to_cpu(tx_resp->seq_ctl);
1272
1273 /* we can free until ssn % q.n_bd not inclusive */
1274 iwl_trans_reclaim(mvm->trans, txq_id, ssn, &skbs);
1275
1276 while (!skb_queue_empty(&skbs)) {
1277 struct sk_buff *skb = __skb_dequeue(&skbs);
1278 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
1279
1280 skb_freed++;
1281
1282 iwl_trans_free_tx_cmd(mvm->trans, info->driver_data[1]);
1283
1284 memset(&info->status, 0, sizeof(info->status));
1285
Johannes Berg8ca151b2013-01-24 14:25:36 +01001286 /* inform mac80211 about what happened with the frame */
1287 switch (status & TX_STATUS_MSK) {
1288 case TX_STATUS_SUCCESS:
1289 case TX_STATUS_DIRECT_DONE:
1290 info->flags |= IEEE80211_TX_STAT_ACK;
1291 break;
1292 case TX_STATUS_FAIL_DEST_PS:
Sara Sharon8d3a3182017-03-14 09:50:35 +02001293 /* In DQA, the FW should have stopped the queue and not
1294 * return this status
1295 */
1296 WARN_ON(iwl_mvm_is_dqa_supported(mvm));
Johannes Berg8ca151b2013-01-24 14:25:36 +01001297 info->flags |= IEEE80211_TX_STAT_TX_FILTERED;
1298 break;
1299 default:
1300 break;
1301 }
1302
Golan Ben-Ami25657fe2015-09-02 12:34:23 +03001303 iwl_mvm_tx_status_check_trigger(mvm, status);
1304
Johannes Berg8ca151b2013-01-24 14:25:36 +01001305 info->status.rates[0].count = tx_resp->failure_frame + 1;
Eyal Shapirad310e402013-08-11 18:43:47 +03001306 iwl_mvm_hwrate_to_tx_status(le32_to_cpu(tx_resp->initial_rate),
1307 info);
Eyal Shapira929e6ed2015-01-30 13:40:02 +02001308 info->status.status_driver_data[1] =
1309 (void *)(uintptr_t)le32_to_cpu(tx_resp->initial_rate);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001310
1311 /* Single frame failure in an AMPDU queue => send BAR */
Sara Sharon495f9162017-01-01 18:42:23 +02001312 if (info->flags & IEEE80211_TX_CTL_AMPDU &&
Eyal Shapira9ce578a2014-12-31 15:22:38 +02001313 !(info->flags & IEEE80211_TX_STAT_ACK) &&
1314 !(info->flags & IEEE80211_TX_STAT_TX_FILTERED))
Johannes Berg8ca151b2013-01-24 14:25:36 +01001315 info->flags |= IEEE80211_TX_STAT_AMPDU_NO_BACK;
Sara Sharon495f9162017-01-01 18:42:23 +02001316 info->flags &= ~IEEE80211_TX_CTL_AMPDU;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001317
Emmanuel Grumbachebea2f32013-06-13 10:07:47 +03001318 /* W/A FW bug: seq_ctl is wrong when the status isn't success */
1319 if (status != TX_STATUS_SUCCESS) {
Johannes Berg8ca151b2013-01-24 14:25:36 +01001320 struct ieee80211_hdr *hdr = (void *)skb->data;
1321 seq_ctl = le16_to_cpu(hdr->seq_ctrl);
1322 }
1323
Emmanuel Grumbach532beba2016-03-07 22:23:52 +02001324 if (unlikely(!seq_ctl)) {
1325 struct ieee80211_hdr *hdr = (void *)skb->data;
1326
1327 /*
1328 * If it is an NDP, we can't update next_reclaim since
1329 * its sequence control is 0. Note that for that same
1330 * reason, NDPs are never sent to A-MPDU'able queues
1331 * so that we can never have more than one freed frame
1332 * for a single Tx resonse (see WARN_ON below).
1333 */
1334 if (ieee80211_is_qos_nullfunc(hdr->frame_control))
1335 is_ndp = true;
1336 }
1337
Emmanuel Grumbach9b5452f2014-10-07 10:38:53 +03001338 /*
1339 * TODO: this is not accurate if we are freeing more than one
1340 * packet.
1341 */
1342 info->status.tx_time =
1343 le16_to_cpu(tx_resp->wireless_media_time);
Eliad Peller3a84b692014-03-12 15:05:06 +02001344 BUILD_BUG_ON(ARRAY_SIZE(info->status.status_driver_data) < 1);
1345 info->status.status_driver_data[0] =
1346 (void *)(uintptr_t)tx_resp->reduced_tpc;
1347
Johannes Bergf14d6b32014-03-21 13:30:03 +01001348 ieee80211_tx_status(mvm->hw, skb);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001349 }
1350
Sara Sharon495f9162017-01-01 18:42:23 +02001351 if (iwl_mvm_is_dqa_supported(mvm) || txq_id >= mvm->first_agg_queue) {
Johannes Berg8ca151b2013-01-24 14:25:36 +01001352 /* If this is an aggregation queue, we use the ssn since:
1353 * ssn = wifi seq_num % 256.
1354 * The seq_ctl is the sequence control of the packet to which
1355 * this Tx response relates. But if there is a hole in the
1356 * bitmap of the BA we received, this Tx response may allow to
1357 * reclaim the hole and all the subsequent packets that were
1358 * already acked. In that case, seq_ctl != ssn, and the next
1359 * packet to be reclaimed will be ssn and not seq_ctl. In that
1360 * case, several packets will be reclaimed even if
1361 * frame_count = 1.
1362 *
1363 * The ssn is the index (% 256) of the latest packet that has
1364 * treated (acked / dropped) + 1.
1365 */
1366 next_reclaimed = ssn;
1367 } else {
1368 /* The next packet to be reclaimed is the one after this one */
Johannes Berg9a886582013-02-15 19:25:00 +01001369 next_reclaimed = IEEE80211_SEQ_TO_SN(seq_ctl + 0x10);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001370 }
1371
1372 IWL_DEBUG_TX_REPLY(mvm,
Emmanuel Grumbach8c6e83d2013-03-20 17:12:46 +02001373 "TXQ %d status %s (0x%08x)\n",
1374 txq_id, iwl_mvm_get_tx_fail_reason(status), status);
1375
1376 IWL_DEBUG_TX_REPLY(mvm,
1377 "\t\t\t\tinitial_rate 0x%x retries %d, idx=%d ssn=%d next_reclaimed=0x%x seq_ctl=0x%x\n",
1378 le32_to_cpu(tx_resp->initial_rate),
Johannes Berg8ca151b2013-01-24 14:25:36 +01001379 tx_resp->failure_frame, SEQ_TO_INDEX(sequence),
1380 ssn, next_reclaimed, seq_ctl);
1381
1382 rcu_read_lock();
1383
1384 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]);
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001385 /*
1386 * sta can't be NULL otherwise it'd mean that the sta has been freed in
1387 * the firmware while we still have packets for it in the Tx queues.
1388 */
1389 if (WARN_ON_ONCE(!sta))
1390 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001391
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001392 if (!IS_ERR(sta)) {
Johannes Berg5b577a92013-11-14 18:20:04 +01001393 mvmsta = iwl_mvm_sta_from_mac80211(sta);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001394
1395 if (tid != IWL_TID_NON_QOS) {
1396 struct iwl_mvm_tid_data *tid_data =
1397 &mvmsta->tid_data[tid];
Emmanuel Grumbach36be0eb2015-11-05 10:32:31 +02001398 bool send_eosp_ndp = false;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001399
Johannes Berg2bfb5092012-12-27 21:43:48 +01001400 spin_lock_bh(&mvmsta->lock);
Liad Kaufmancf961e12015-08-13 19:16:08 +03001401
Emmanuel Grumbach532beba2016-03-07 22:23:52 +02001402 if (!is_ndp) {
1403 tid_data->next_reclaimed = next_reclaimed;
1404 IWL_DEBUG_TX_REPLY(mvm,
1405 "Next reclaimed packet:%d\n",
1406 next_reclaimed);
1407 } else {
1408 IWL_DEBUG_TX_REPLY(mvm,
1409 "NDP - don't update next_reclaimed\n");
1410 }
1411
Johannes Berg8ca151b2013-01-24 14:25:36 +01001412 iwl_mvm_check_ratid_empty(mvm, sta, tid);
Emmanuel Grumbach36be0eb2015-11-05 10:32:31 +02001413
1414 if (mvmsta->sleep_tx_count) {
1415 mvmsta->sleep_tx_count--;
1416 if (mvmsta->sleep_tx_count &&
1417 !iwl_mvm_tid_queued(tid_data)) {
1418 /*
1419 * The number of frames in the queue
1420 * dropped to 0 even if we sent less
1421 * frames than we thought we had on the
1422 * Tx queue.
1423 * This means we had holes in the BA
1424 * window that we just filled, ask
1425 * mac80211 to send EOSP since the
1426 * firmware won't know how to do that.
1427 * Send NDP and the firmware will send
1428 * EOSP notification that will trigger
1429 * a call to ieee80211_sta_eosp().
1430 */
1431 send_eosp_ndp = true;
1432 }
1433 }
1434
Johannes Berg2bfb5092012-12-27 21:43:48 +01001435 spin_unlock_bh(&mvmsta->lock);
Emmanuel Grumbach36be0eb2015-11-05 10:32:31 +02001436 if (send_eosp_ndp) {
1437 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta,
1438 IEEE80211_FRAME_RELEASE_UAPSD,
1439 1, tid, false, false);
1440 mvmsta->sleep_tx_count = 0;
1441 ieee80211_send_eosp_nullfunc(sta, tid);
1442 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001443 }
Johannes Berg3e56ead2013-02-15 22:23:18 +01001444
1445 if (mvmsta->next_status_eosp) {
1446 mvmsta->next_status_eosp = false;
1447 ieee80211_sta_eosp(sta);
1448 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001449 } else {
Johannes Berg8ca151b2013-01-24 14:25:36 +01001450 mvmsta = NULL;
1451 }
1452
1453 /*
1454 * If the txq is not an AMPDU queue, there is no chance we freed
1455 * several skbs. Check that out...
Johannes Berg8ca151b2013-01-24 14:25:36 +01001456 */
Sara Sharon8d3a3182017-03-14 09:50:35 +02001457 if (iwl_mvm_is_dqa_supported(mvm) || txq_id >= mvm->first_agg_queue)
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001458 goto out;
1459
1460 /* We can't free more than one frame at once on a shared queue */
Sara Sharon8d3a3182017-03-14 09:50:35 +02001461 WARN_ON(skb_freed > 1);
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001462
Emmanuel Grumbach589a6ba2014-06-05 11:32:41 +03001463 /* If we have still frames for this STA nothing to do here */
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001464 if (!atomic_sub_and_test(skb_freed, &mvm->pending_frames[sta_id]))
1465 goto out;
1466
1467 if (mvmsta && mvmsta->vif->type == NL80211_IFTYPE_AP) {
Andrei Otcheretianski003e52362014-05-25 17:24:22 +03001468
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001469 /*
Andrei Otcheretianski003e52362014-05-25 17:24:22 +03001470 * If there are no pending frames for this STA and
1471 * the tx to this station is not disabled, notify
1472 * mac80211 that this station can now wake up in its
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001473 * STA table.
1474 * If mvmsta is not NULL, sta is valid.
1475 */
Andrei Otcheretianski003e52362014-05-25 17:24:22 +03001476
1477 spin_lock_bh(&mvmsta->lock);
1478
1479 if (!mvmsta->disable_tx)
1480 ieee80211_sta_block_awake(mvm->hw, sta, false);
1481
1482 spin_unlock_bh(&mvmsta->lock);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001483 }
1484
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001485 if (PTR_ERR(sta) == -EBUSY || PTR_ERR(sta) == -ENOENT) {
1486 /*
1487 * We are draining and this was the last packet - pre_rcu_remove
1488 * has been called already. We might be after the
1489 * synchronize_net already.
1490 * Don't rely on iwl_mvm_rm_sta to see the empty Tx queues.
1491 */
1492 set_bit(sta_id, mvm->sta_drained);
1493 schedule_work(&mvm->sta_drained_wk);
1494 }
1495
1496out:
Johannes Berg8ca151b2013-01-24 14:25:36 +01001497 rcu_read_unlock();
1498}
1499
1500#ifdef CONFIG_IWLWIFI_DEBUG
1501#define AGG_TX_STATE_(x) case AGG_TX_STATE_ ## x: return #x
1502static const char *iwl_get_agg_tx_status(u16 status)
1503{
1504 switch (status & AGG_TX_STATE_STATUS_MSK) {
1505 AGG_TX_STATE_(TRANSMITTED);
1506 AGG_TX_STATE_(UNDERRUN);
1507 AGG_TX_STATE_(BT_PRIO);
1508 AGG_TX_STATE_(FEW_BYTES);
1509 AGG_TX_STATE_(ABORT);
1510 AGG_TX_STATE_(LAST_SENT_TTL);
1511 AGG_TX_STATE_(LAST_SENT_TRY_CNT);
1512 AGG_TX_STATE_(LAST_SENT_BT_KILL);
1513 AGG_TX_STATE_(SCD_QUERY);
1514 AGG_TX_STATE_(TEST_BAD_CRC32);
1515 AGG_TX_STATE_(RESPONSE);
1516 AGG_TX_STATE_(DUMP_TX);
1517 AGG_TX_STATE_(DELAY_TX);
1518 }
1519
1520 return "UNKNOWN";
1521}
1522
1523static void iwl_mvm_rx_tx_cmd_agg_dbg(struct iwl_mvm *mvm,
1524 struct iwl_rx_packet *pkt)
1525{
1526 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data;
1527 struct agg_tx_status *frame_status = &tx_resp->status;
1528 int i;
1529
1530 for (i = 0; i < tx_resp->frame_count; i++) {
1531 u16 fstatus = le16_to_cpu(frame_status[i].status);
1532
1533 IWL_DEBUG_TX_REPLY(mvm,
1534 "status %s (0x%04x), try-count (%d) seq (0x%x)\n",
1535 iwl_get_agg_tx_status(fstatus),
1536 fstatus & AGG_TX_STATE_STATUS_MSK,
1537 (fstatus & AGG_TX_STATE_TRY_CNT_MSK) >>
1538 AGG_TX_STATE_TRY_CNT_POS,
1539 le16_to_cpu(frame_status[i].sequence));
1540 }
1541}
1542#else
1543static void iwl_mvm_rx_tx_cmd_agg_dbg(struct iwl_mvm *mvm,
1544 struct iwl_rx_packet *pkt)
1545{}
1546#endif /* CONFIG_IWLWIFI_DEBUG */
1547
1548static void iwl_mvm_rx_tx_cmd_agg(struct iwl_mvm *mvm,
1549 struct iwl_rx_packet *pkt)
1550{
1551 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data;
1552 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid);
1553 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid);
1554 u16 sequence = le16_to_cpu(pkt->hdr.sequence);
Sara Sharon13303c0f2016-04-10 15:51:54 +03001555 struct iwl_mvm_sta *mvmsta;
Liad Kaufmancf961e12015-08-13 19:16:08 +03001556 int queue = SEQ_TO_QUEUE(sequence);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001557
Liad Kaufmancf961e12015-08-13 19:16:08 +03001558 if (WARN_ON_ONCE(queue < mvm->first_agg_queue &&
1559 (!iwl_mvm_is_dqa_supported(mvm) ||
1560 (queue != IWL_MVM_DQA_BSS_CLIENT_QUEUE))))
Johannes Berg8ca151b2013-01-24 14:25:36 +01001561 return;
1562
1563 if (WARN_ON_ONCE(tid == IWL_TID_NON_QOS))
1564 return;
1565
1566 iwl_mvm_rx_tx_cmd_agg_dbg(mvm, pkt);
1567
1568 rcu_read_lock();
1569
Sara Sharon13303c0f2016-04-10 15:51:54 +03001570 mvmsta = iwl_mvm_sta_from_staid_rcu(mvm, sta_id);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001571
Sara Sharon13303c0f2016-04-10 15:51:54 +03001572 if (!WARN_ON_ONCE(!mvmsta)) {
Johannes Berg8ca151b2013-01-24 14:25:36 +01001573 mvmsta->tid_data[tid].rate_n_flags =
1574 le32_to_cpu(tx_resp->initial_rate);
Emmanuel Grumbach9b5452f2014-10-07 10:38:53 +03001575 mvmsta->tid_data[tid].tx_time =
1576 le16_to_cpu(tx_resp->wireless_media_time);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001577 }
1578
1579 rcu_read_unlock();
1580}
1581
Johannes Berg04168412015-06-23 21:22:09 +02001582void iwl_mvm_rx_tx_cmd(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001583{
1584 struct iwl_rx_packet *pkt = rxb_addr(rxb);
1585 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data;
1586
1587 if (tx_resp->frame_count == 1)
1588 iwl_mvm_rx_tx_cmd_single(mvm, pkt);
1589 else
1590 iwl_mvm_rx_tx_cmd_agg(mvm, pkt);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001591}
1592
Sara Sharonc46e7722016-07-17 14:24:55 +03001593static void iwl_mvm_tx_reclaim(struct iwl_mvm *mvm, int sta_id, int tid,
1594 int txq, int index,
1595 struct ieee80211_tx_info *ba_info, u32 rate)
Eyal Shapiraa7130442014-09-14 15:28:09 +03001596{
Johannes Berg8ca151b2013-01-24 14:25:36 +01001597 struct sk_buff_head reclaimed_skbs;
1598 struct iwl_mvm_tid_data *tid_data;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001599 struct ieee80211_sta *sta;
1600 struct iwl_mvm_sta *mvmsta;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001601 struct sk_buff *skb;
Sara Sharonc46e7722016-07-17 14:24:55 +03001602 int freed;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001603
Eyal Shapira2cee4762015-01-16 11:09:30 +02001604 if (WARN_ONCE(sta_id >= IWL_MVM_STATION_COUNT ||
1605 tid >= IWL_MAX_TID_COUNT,
1606 "sta_id %d tid %d", sta_id, tid))
Johannes Berg04168412015-06-23 21:22:09 +02001607 return;
Eyal Shapira2cee4762015-01-16 11:09:30 +02001608
Johannes Berg8ca151b2013-01-24 14:25:36 +01001609 rcu_read_lock();
1610
1611 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]);
1612
1613 /* Reclaiming frames for a station that has been deleted ? */
1614 if (WARN_ON_ONCE(IS_ERR_OR_NULL(sta))) {
1615 rcu_read_unlock();
Johannes Berg04168412015-06-23 21:22:09 +02001616 return;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001617 }
1618
Johannes Berg5b577a92013-11-14 18:20:04 +01001619 mvmsta = iwl_mvm_sta_from_mac80211(sta);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001620 tid_data = &mvmsta->tid_data[tid];
1621
Sara Sharonc46e7722016-07-17 14:24:55 +03001622 if (tid_data->txq_id != txq) {
Johannes Berg1f16ea22015-03-06 09:17:37 +01001623 IWL_ERR(mvm,
Sara Sharonc46e7722016-07-17 14:24:55 +03001624 "invalid BA notification: Q %d, tid %d\n",
1625 tid_data->txq_id, tid);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001626 rcu_read_unlock();
Johannes Berg04168412015-06-23 21:22:09 +02001627 return;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001628 }
1629
Johannes Berg2bfb5092012-12-27 21:43:48 +01001630 spin_lock_bh(&mvmsta->lock);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001631
1632 __skb_queue_head_init(&reclaimed_skbs);
1633
1634 /*
1635 * Release all TFDs before the SSN, i.e. all TFDs in front of
1636 * block-ack window (we assume that they've been successfully
1637 * transmitted ... if not, it's too late anyway).
1638 */
Sara Sharonc46e7722016-07-17 14:24:55 +03001639 iwl_trans_reclaim(mvm->trans, txq, index, &reclaimed_skbs);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001640
Sara Sharonc46e7722016-07-17 14:24:55 +03001641 tid_data->next_reclaimed = index;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001642
1643 iwl_mvm_check_ratid_empty(mvm, sta, tid);
1644
1645 freed = 0;
Sara Sharonc46e7722016-07-17 14:24:55 +03001646 ba_info->status.status_driver_data[1] = (void *)(uintptr_t)rate;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001647
1648 skb_queue_walk(&reclaimed_skbs, skb) {
Johannes Berg143582c2014-02-25 10:37:15 +01001649 struct ieee80211_hdr *hdr = (void *)skb->data;
1650 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001651
1652 if (ieee80211_is_data_qos(hdr->frame_control))
1653 freed++;
1654 else
1655 WARN_ON_ONCE(1);
1656
Johannes Berg8ca151b2013-01-24 14:25:36 +01001657 iwl_trans_free_tx_cmd(mvm->trans, info->driver_data[1]);
1658
Johannes Berg143582c2014-02-25 10:37:15 +01001659 memset(&info->status, 0, sizeof(info->status));
1660 /* Packet was transmitted successfully, failures come as single
1661 * frames because before failing a frame the firmware transmits
1662 * it without aggregation at least once.
1663 */
1664 info->flags |= IEEE80211_TX_STAT_ACK;
1665
Eyal Shapiraa7130442014-09-14 15:28:09 +03001666 /* this is the first skb we deliver in this batch */
1667 /* put the rate scaling data there */
Sara Sharonc46e7722016-07-17 14:24:55 +03001668 if (freed == 1) {
1669 info->flags |= IEEE80211_TX_STAT_AMPDU;
1670 memcpy(&info->status, &ba_info->status,
1671 sizeof(ba_info->status));
1672 iwl_mvm_hwrate_to_tx_status(rate, info);
1673 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001674 }
1675
Johannes Berg2bfb5092012-12-27 21:43:48 +01001676 spin_unlock_bh(&mvmsta->lock);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001677
Eyal Shapiraa7130442014-09-14 15:28:09 +03001678 /* We got a BA notif with 0 acked or scd_ssn didn't progress which is
1679 * possible (i.e. first MPDU in the aggregation wasn't acked)
1680 * Still it's important to update RS about sent vs. acked.
1681 */
1682 if (skb_queue_empty(&reclaimed_skbs)) {
Eyal Shapiraa7130442014-09-14 15:28:09 +03001683 struct ieee80211_chanctx_conf *chanctx_conf = NULL;
1684
1685 if (mvmsta->vif)
1686 chanctx_conf =
1687 rcu_dereference(mvmsta->vif->chanctx_conf);
1688
1689 if (WARN_ON_ONCE(!chanctx_conf))
1690 goto out;
1691
Sara Sharonc46e7722016-07-17 14:24:55 +03001692 ba_info->band = chanctx_conf->def.chan->band;
1693 iwl_mvm_hwrate_to_tx_status(rate, ba_info);
Eyal Shapiraa7130442014-09-14 15:28:09 +03001694
1695 IWL_DEBUG_TX_REPLY(mvm, "No reclaim. Update rs directly\n");
Sara Sharonc46e7722016-07-17 14:24:55 +03001696 iwl_mvm_rs_tx_status(mvm, sta, tid, ba_info, false);
Eyal Shapiraa7130442014-09-14 15:28:09 +03001697 }
1698
1699out:
Johannes Berg8ca151b2013-01-24 14:25:36 +01001700 rcu_read_unlock();
1701
1702 while (!skb_queue_empty(&reclaimed_skbs)) {
1703 skb = __skb_dequeue(&reclaimed_skbs);
Johannes Bergf14d6b32014-03-21 13:30:03 +01001704 ieee80211_tx_status(mvm->hw, skb);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001705 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001706}
1707
Sara Sharonc46e7722016-07-17 14:24:55 +03001708void iwl_mvm_rx_ba_notif(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb)
1709{
1710 struct iwl_rx_packet *pkt = rxb_addr(rxb);
1711 int sta_id, tid, txq, index;
1712 struct ieee80211_tx_info ba_info = {};
1713 struct iwl_mvm_ba_notif *ba_notif;
1714 struct iwl_mvm_tid_data *tid_data;
1715 struct iwl_mvm_sta *mvmsta;
1716
1717 if (iwl_mvm_has_new_tx_api(mvm)) {
1718 struct iwl_mvm_compressed_ba_notif *ba_res =
1719 (void *)pkt->data;
1720
1721 sta_id = ba_res->sta_id;
1722 ba_info.status.ampdu_ack_len = (u8)le16_to_cpu(ba_res->done);
1723 ba_info.status.ampdu_len = (u8)le16_to_cpu(ba_res->txed);
1724 ba_info.status.tx_time =
1725 (u16)le32_to_cpu(ba_res->wireless_time);
1726 ba_info.status.status_driver_data[0] =
1727 (void *)(uintptr_t)ba_res->reduced_txp;
1728
1729 /*
1730 * TODO:
1731 * When supporting multi TID aggregations - we need to move
1732 * next_reclaimed to be per TXQ and not per TID or handle it
1733 * in a different way.
1734 * This will go together with SN and AddBA offload and cannot
1735 * be handled properly for now.
1736 */
1737 WARN_ON(le16_to_cpu(ba_res->tfd_cnt) != 1);
1738 iwl_mvm_tx_reclaim(mvm, sta_id, ba_res->ra_tid[0].tid,
1739 (int)ba_res->tfd[0].q_num,
1740 le16_to_cpu(ba_res->tfd[0].tfd_index),
1741 &ba_info, le32_to_cpu(ba_res->tx_rate));
1742
1743 IWL_DEBUG_TX_REPLY(mvm,
1744 "BA_NOTIFICATION Received from sta_id = %d, flags %x, sent:%d, acked:%d\n",
1745 sta_id, le32_to_cpu(ba_res->flags),
1746 le16_to_cpu(ba_res->txed),
1747 le16_to_cpu(ba_res->done));
1748 return;
1749 }
1750
1751 ba_notif = (void *)pkt->data;
1752 sta_id = ba_notif->sta_id;
1753 tid = ba_notif->tid;
1754 /* "flow" corresponds to Tx queue */
1755 txq = le16_to_cpu(ba_notif->scd_flow);
1756 /* "ssn" is start of block-ack Tx window, corresponds to index
1757 * (in Tx queue's circular buffer) of first TFD/frame in window */
1758 index = le16_to_cpu(ba_notif->scd_ssn);
1759
1760 rcu_read_lock();
1761 mvmsta = iwl_mvm_sta_from_staid_rcu(mvm, sta_id);
1762 if (WARN_ON_ONCE(!mvmsta)) {
1763 rcu_read_unlock();
1764 return;
1765 }
1766
1767 tid_data = &mvmsta->tid_data[tid];
1768
1769 ba_info.status.ampdu_ack_len = ba_notif->txed_2_done;
1770 ba_info.status.ampdu_len = ba_notif->txed;
1771 ba_info.status.tx_time = tid_data->tx_time;
1772 ba_info.status.status_driver_data[0] =
1773 (void *)(uintptr_t)ba_notif->reduced_txp;
1774
1775 rcu_read_unlock();
1776
1777 iwl_mvm_tx_reclaim(mvm, sta_id, tid, txq, index, &ba_info,
1778 tid_data->rate_n_flags);
1779
1780 IWL_DEBUG_TX_REPLY(mvm,
1781 "BA_NOTIFICATION Received from %pM, sta_id = %d\n",
1782 (u8 *)&ba_notif->sta_addr_lo32, ba_notif->sta_id);
1783
1784 IWL_DEBUG_TX_REPLY(mvm,
1785 "TID = %d, SeqCtl = %d, bitmap = 0x%llx, scd_flow = %d, scd_ssn = %d sent:%d, acked:%d\n",
1786 ba_notif->tid, le16_to_cpu(ba_notif->seq_ctl),
1787 le64_to_cpu(ba_notif->bitmap), txq, index,
1788 ba_notif->txed, ba_notif->txed_2_done);
1789
1790 IWL_DEBUG_TX_REPLY(mvm, "reduced txp from ba notif %d\n",
1791 ba_notif->reduced_txp);
1792}
1793
Emmanuel Grumbachfe92e322015-03-11 09:34:31 +02001794/*
1795 * Note that there are transports that buffer frames before they reach
1796 * the firmware. This means that after flush_tx_path is called, the
1797 * queue might not be empty. The race-free way to handle this is to:
1798 * 1) set the station as draining
1799 * 2) flush the Tx path
1800 * 3) wait for the transport queues to be empty
1801 */
Luca Coelho5888a402015-10-06 09:54:57 +03001802int iwl_mvm_flush_tx_path(struct iwl_mvm *mvm, u32 tfd_msk, u32 flags)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001803{
1804 int ret;
1805 struct iwl_tx_path_flush_cmd flush_cmd = {
1806 .queues_ctl = cpu_to_le32(tfd_msk),
1807 .flush_ctl = cpu_to_le16(DUMP_TX_FIFO_FLUSH),
1808 };
1809
Johannes Berg8ca151b2013-01-24 14:25:36 +01001810 ret = iwl_mvm_send_cmd_pdu(mvm, TXPATH_FLUSH, flags,
1811 sizeof(flush_cmd), &flush_cmd);
1812 if (ret)
1813 IWL_ERR(mvm, "Failed to send flush command (%d)\n", ret);
1814 return ret;
1815}