blob: 2373142b0f432ca9e53e4375d93177fcf28269ca [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
Emmanuel Grumbach532beba2016-03-07 22:23:52 +020010 * Copyright(c) 2016 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
Johannes Berg8ca151b2013-01-24 14:25:36 +010037 * All rights reserved.
38 *
39 * Redistribution and use in source and binary forms, with or without
40 * modification, are permitted provided that the following conditions
41 * are met:
42 *
43 * * Redistributions of source code must retain the above copyright
44 * notice, this list of conditions and the following disclaimer.
45 * * Redistributions in binary form must reproduce the above copyright
46 * notice, this list of conditions and the following disclaimer in
47 * the documentation and/or other materials provided with the
48 * distribution.
49 * * Neither the name Intel Corporation nor the names of its
50 * contributors may be used to endorse or promote products derived
51 * from this software without specific prior written permission.
52 *
53 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
54 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
56 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
57 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
58 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
59 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
60 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
61 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
62 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
63 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
64 *
65 *****************************************************************************/
66#include <linux/ieee80211.h>
67#include <linux/etherdevice.h>
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +030068#include <linux/tcp.h>
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +030069#include <net/ip.h>
Sara Sharon5e6a98d2016-03-10 17:40:56 +020070#include <net/ipv6.h>
Johannes Berg8ca151b2013-01-24 14:25:36 +010071
72#include "iwl-trans.h"
73#include "iwl-eeprom-parse.h"
74#include "mvm.h"
75#include "sta.h"
Golan Ben-Ami2f89a5d2015-10-27 19:17:14 +020076#include "fw-dbg.h"
Johannes Berg8ca151b2013-01-24 14:25:36 +010077
Emmanuel Grumbach42032632015-04-15 12:43:46 +030078static void
79iwl_mvm_bar_check_trigger(struct iwl_mvm *mvm, const u8 *addr,
80 u16 tid, u16 ssn)
81{
82 struct iwl_fw_dbg_trigger_tlv *trig;
83 struct iwl_fw_dbg_trigger_ba *ba_trig;
84
85 if (!iwl_fw_dbg_trigger_enabled(mvm->fw, FW_DBG_TRIGGER_BA))
86 return;
87
88 trig = iwl_fw_dbg_get_trigger(mvm->fw, FW_DBG_TRIGGER_BA);
89 ba_trig = (void *)trig->data;
90
91 if (!iwl_fw_dbg_trigger_check_stop(mvm, NULL, trig))
92 return;
93
94 if (!(le16_to_cpu(ba_trig->tx_bar) & BIT(tid)))
95 return;
96
97 iwl_mvm_fw_dbg_collect_trig(mvm, trig,
98 "BAR sent to %pM, tid %d, ssn %d",
99 addr, tid, ssn);
100}
101
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200102#define OPT_HDR(type, skb, off) \
103 (type *)(skb_network_header(skb) + (off))
104
105static void iwl_mvm_tx_csum(struct iwl_mvm *mvm, struct sk_buff *skb,
106 struct ieee80211_hdr *hdr,
107 struct ieee80211_tx_info *info,
108 struct iwl_tx_cmd *tx_cmd)
109{
110#if IS_ENABLED(CONFIG_INET)
111 u16 mh_len = ieee80211_hdrlen(hdr->frame_control);
112 u16 offload_assist = le16_to_cpu(tx_cmd->offload_assist);
113 u8 protocol = 0;
114
115 /*
116 * Do not compute checksum if already computed or if transport will
117 * compute it
118 */
119 if (skb->ip_summed != CHECKSUM_PARTIAL || IWL_MVM_SW_TX_CSUM_OFFLOAD)
120 return;
121
122 /* We do not expect to be requested to csum stuff we do not support */
123 if (WARN_ONCE(!(mvm->hw->netdev_features & IWL_TX_CSUM_NETIF_FLAGS) ||
124 (skb->protocol != htons(ETH_P_IP) &&
125 skb->protocol != htons(ETH_P_IPV6)),
126 "No support for requested checksum\n")) {
127 skb_checksum_help(skb);
128 return;
129 }
130
131 if (skb->protocol == htons(ETH_P_IP)) {
132 protocol = ip_hdr(skb)->protocol;
133 } else {
134#if IS_ENABLED(CONFIG_IPV6)
135 struct ipv6hdr *ipv6h =
136 (struct ipv6hdr *)skb_network_header(skb);
137 unsigned int off = sizeof(*ipv6h);
138
139 protocol = ipv6h->nexthdr;
140 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) {
141 /* only supported extension headers */
142 if (protocol != NEXTHDR_ROUTING &&
143 protocol != NEXTHDR_HOP &&
144 protocol != NEXTHDR_DEST &&
145 protocol != NEXTHDR_FRAGMENT) {
146 skb_checksum_help(skb);
147 return;
148 }
149
150 if (protocol == NEXTHDR_FRAGMENT) {
151 struct frag_hdr *hp =
152 OPT_HDR(struct frag_hdr, skb, off);
153
154 protocol = hp->nexthdr;
155 off += sizeof(struct frag_hdr);
156 } else {
157 struct ipv6_opt_hdr *hp =
158 OPT_HDR(struct ipv6_opt_hdr, skb, off);
159
160 protocol = hp->nexthdr;
161 off += ipv6_optlen(hp);
162 }
163 }
164 /* if we get here - protocol now should be TCP/UDP */
165#endif
166 }
167
168 if (protocol != IPPROTO_TCP && protocol != IPPROTO_UDP) {
169 WARN_ON_ONCE(1);
170 skb_checksum_help(skb);
171 return;
172 }
173
174 /* enable L4 csum */
175 offload_assist |= BIT(TX_CMD_OFFLD_L4_EN);
176
177 /*
178 * Set offset to IP header (snap).
179 * We don't support tunneling so no need to take care of inner header.
180 * Size is in words.
181 */
182 offload_assist |= (4 << TX_CMD_OFFLD_IP_HDR);
183
184 /* Do IPv4 csum for AMSDU only (no IP csum for Ipv6) */
185 if (skb->protocol == htons(ETH_P_IP) &&
186 (offload_assist & BIT(TX_CMD_OFFLD_AMSDU))) {
187 ip_hdr(skb)->check = 0;
188 offload_assist |= BIT(TX_CMD_OFFLD_L3_EN);
189 }
190
191 /* reset UDP/TCP header csum */
192 if (protocol == IPPROTO_TCP)
193 tcp_hdr(skb)->check = 0;
194 else
195 udp_hdr(skb)->check = 0;
196
197 /* mac header len should include IV, size is in words */
198 if (info->control.hw_key)
199 mh_len += info->control.hw_key->iv_len;
200 mh_len /= 2;
201 offload_assist |= mh_len << TX_CMD_OFFLD_MH_SIZE;
202
203 tx_cmd->offload_assist = cpu_to_le16(offload_assist);
204#endif
205}
206
Johannes Berg8ca151b2013-01-24 14:25:36 +0100207/*
208 * Sets most of the Tx cmd's fields
209 */
Arik Nemtsov6ce73e62014-09-11 13:00:19 +0300210void iwl_mvm_set_tx_cmd(struct iwl_mvm *mvm, struct sk_buff *skb,
211 struct iwl_tx_cmd *tx_cmd,
212 struct ieee80211_tx_info *info, u8 sta_id)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100213{
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300214 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100215 struct ieee80211_hdr *hdr = (void *)skb->data;
216 __le16 fc = hdr->frame_control;
217 u32 tx_flags = le32_to_cpu(tx_cmd->tx_flags);
218 u32 len = skb->len + FCS_LEN;
Emmanuel Grumbachb797e3f2014-03-06 14:49:36 +0200219 u8 ac;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100220
221 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK))
222 tx_flags |= TX_CMD_FLG_ACK;
223 else
224 tx_flags &= ~TX_CMD_FLG_ACK;
225
226 if (ieee80211_is_probe_resp(fc))
227 tx_flags |= TX_CMD_FLG_TSF;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100228
Johannes Berg8ca151b2013-01-24 14:25:36 +0100229 if (ieee80211_has_morefrags(fc))
230 tx_flags |= TX_CMD_FLG_MORE_FRAG;
231
232 if (ieee80211_is_data_qos(fc)) {
233 u8 *qc = ieee80211_get_qos_ctl(hdr);
234 tx_cmd->tid_tspec = qc[0] & 0xf;
235 tx_flags &= ~TX_CMD_FLG_SEQ_CTL;
Sara Sharond8fe4842016-03-09 10:12:45 +0200236 if (*qc & IEEE80211_QOS_CTL_A_MSDU_PRESENT)
237 tx_cmd->offload_assist |=
238 cpu_to_le16(BIT(TX_CMD_OFFLD_AMSDU));
Eyal Shapira9b3b43d2014-12-31 18:34:56 +0200239 } else if (ieee80211_is_back_req(fc)) {
240 struct ieee80211_bar *bar = (void *)skb->data;
241 u16 control = le16_to_cpu(bar->control);
Emmanuel Grumbach42032632015-04-15 12:43:46 +0300242 u16 ssn = le16_to_cpu(bar->start_seq_num);
Eyal Shapira9b3b43d2014-12-31 18:34:56 +0200243
244 tx_flags |= TX_CMD_FLG_ACK | TX_CMD_FLG_BAR;
245 tx_cmd->tid_tspec = (control &
246 IEEE80211_BAR_CTRL_TID_INFO_MASK) >>
247 IEEE80211_BAR_CTRL_TID_INFO_SHIFT;
248 WARN_ON_ONCE(tx_cmd->tid_tspec >= IWL_MAX_TID_COUNT);
Emmanuel Grumbach42032632015-04-15 12:43:46 +0300249 iwl_mvm_bar_check_trigger(mvm, bar->ra, tx_cmd->tid_tspec,
250 ssn);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100251 } else {
252 tx_cmd->tid_tspec = IWL_TID_NON_QOS;
253 if (info->flags & IEEE80211_TX_CTL_ASSIGN_SEQ)
254 tx_flags |= TX_CMD_FLG_SEQ_CTL;
255 else
256 tx_flags &= ~TX_CMD_FLG_SEQ_CTL;
257 }
258
Eyal Shapiraa9dc5062014-12-31 17:58:23 +0200259 /* Default to 0 (BE) when tid_spec is set to IWL_TID_NON_QOS */
260 if (tx_cmd->tid_tspec < IWL_MAX_TID_COUNT)
261 ac = tid_to_mac80211_ac[tx_cmd->tid_tspec];
262 else
263 ac = tid_to_mac80211_ac[0];
264
Emmanuel Grumbachb797e3f2014-03-06 14:49:36 +0200265 tx_flags |= iwl_mvm_bt_coex_tx_prio(mvm, hdr, info, ac) <<
266 TX_CMD_FLG_BT_PRIO_POS;
267
Johannes Berg8ca151b2013-01-24 14:25:36 +0100268 if (ieee80211_is_mgmt(fc)) {
269 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc))
Avri Altmanb084a352015-07-12 09:10:05 +0300270 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_ASSOC);
271 else if (ieee80211_is_action(fc))
272 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_NONE);
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_MGMT);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100275
276 /* The spec allows Action frames in A-MPDU, we don't support
277 * it
278 */
279 WARN_ON_ONCE(info->flags & IEEE80211_TX_CTL_AMPDU);
Johannes Berg63f75352014-01-31 14:56:18 +0100280 } else if (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) {
Avri Altmanb084a352015-07-12 09:10:05 +0300281 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_MGMT);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100282 } else {
Avri Altmanb084a352015-07-12 09:10:05 +0300283 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_NONE);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100284 }
285
Johannes Berg8ca151b2013-01-24 14:25:36 +0100286 if (ieee80211_is_data(fc) && len > mvm->rts_threshold &&
287 !is_multicast_ether_addr(ieee80211_get_DA(hdr)))
288 tx_flags |= TX_CMD_FLG_PROT_REQUIRE;
289
Johannes Berg859d9142015-06-01 17:11:11 +0200290 if (fw_has_capa(&mvm->fw->ucode_capa,
291 IWL_UCODE_TLV_CAPA_TXPOWER_INSERTION_SUPPORT) &&
Andrei Otcheretianskif1daa002014-07-01 12:54:25 +0300292 ieee80211_action_contains_tpc(skb))
293 tx_flags |= TX_CMD_FLG_WRITE_TX_POWER;
294
Johannes Berg8ca151b2013-01-24 14:25:36 +0100295 tx_cmd->tx_flags = cpu_to_le32(tx_flags);
296 /* Total # bytes to be transmitted */
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300297 tx_cmd->len = cpu_to_le16((u16)skb->len +
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300298 (uintptr_t)skb_info->driver_data[0]);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100299 tx_cmd->life_time = cpu_to_le32(TX_CMD_LIFE_TIME_INFINITE);
300 tx_cmd->sta_id = sta_id;
Sara Sharond8fe4842016-03-09 10:12:45 +0200301
302 /* padding is inserted later in transport */
303 if (ieee80211_hdrlen(fc) % 4 &&
304 !(tx_cmd->offload_assist & cpu_to_le16(BIT(TX_CMD_OFFLD_AMSDU))))
305 tx_cmd->offload_assist |= cpu_to_le16(BIT(TX_CMD_OFFLD_PAD));
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200306
307 iwl_mvm_tx_csum(mvm, skb, hdr, info, tx_cmd);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100308}
309
310/*
311 * Sets the fields in the Tx cmd that are rate related
312 */
Arik Nemtsov6ce73e62014-09-11 13:00:19 +0300313void iwl_mvm_set_tx_cmd_rate(struct iwl_mvm *mvm, struct iwl_tx_cmd *tx_cmd,
314 struct ieee80211_tx_info *info,
315 struct ieee80211_sta *sta, __le16 fc)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100316{
317 u32 rate_flags;
318 int rate_idx;
319 u8 rate_plcp;
320
321 /* Set retry limit on RTS packets */
322 tx_cmd->rts_retry_limit = IWL_RTS_DFAULT_RETRY_LIMIT;
323
324 /* Set retry limit on DATA packets and Probe Responses*/
325 if (ieee80211_is_probe_resp(fc)) {
326 tx_cmd->data_retry_limit = IWL_MGMT_DFAULT_RETRY_LIMIT;
327 tx_cmd->rts_retry_limit =
328 min(tx_cmd->data_retry_limit, tx_cmd->rts_retry_limit);
329 } else if (ieee80211_is_back_req(fc)) {
330 tx_cmd->data_retry_limit = IWL_BAR_DFAULT_RETRY_LIMIT;
331 } else {
332 tx_cmd->data_retry_limit = IWL_DEFAULT_TX_RETRY;
333 }
334
335 /*
Eliad Pellere89044d2013-07-16 17:33:26 +0300336 * for data packets, rate info comes from the table inside the fw. This
Emmanuel Grumbach1ffde692014-10-20 08:29:55 +0300337 * table is controlled by LINK_QUALITY commands
Johannes Berg8ca151b2013-01-24 14:25:36 +0100338 */
339
Emmanuel Grumbach1ffde692014-10-20 08:29:55 +0300340 if (ieee80211_is_data(fc) && sta) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100341 tx_cmd->initial_rate_index = 0;
342 tx_cmd->tx_flags |= cpu_to_le32(TX_CMD_FLG_STA_RATE);
343 return;
344 } else if (ieee80211_is_back_req(fc)) {
Emmanuel Grumbach2edc6ec2013-06-02 19:49:15 +0300345 tx_cmd->tx_flags |=
346 cpu_to_le32(TX_CMD_FLG_ACK | TX_CMD_FLG_BAR);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100347 }
348
349 /* HT rate doesn't make sense for a non data frame */
350 WARN_ONCE(info->control.rates[0].flags & IEEE80211_TX_RC_MCS,
Johannes Bergf85e9d12014-10-08 09:57:29 +0200351 "Got an HT rate (flags:0x%x/mcs:%d) for a non data frame (fc:0x%x)\n",
352 info->control.rates[0].flags,
353 info->control.rates[0].idx,
354 le16_to_cpu(fc));
Johannes Berg8ca151b2013-01-24 14:25:36 +0100355
356 rate_idx = info->control.rates[0].idx;
357 /* if the rate isn't a well known legacy rate, take the lowest one */
358 if (rate_idx < 0 || rate_idx > IWL_RATE_COUNT_LEGACY)
359 rate_idx = rate_lowest_index(
360 &mvm->nvm_data->bands[info->band], sta);
361
362 /* For 5 GHZ band, remap mac80211 rate indices into driver indices */
Johannes Berg57fbcce2016-04-12 15:56:15 +0200363 if (info->band == NL80211_BAND_5GHZ)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100364 rate_idx += IWL_FIRST_OFDM_RATE;
365
366 /* For 2.4 GHZ band, check that there is no need to remap */
367 BUILD_BUG_ON(IWL_FIRST_CCK_RATE != 0);
368
369 /* Get PLCP rate for tx_cmd->rate_n_flags */
370 rate_plcp = iwl_mvm_mac80211_idx_to_hwrate(rate_idx);
371
372 mvm->mgmt_last_antenna_idx =
Moshe Harela0544272014-12-08 21:13:14 +0200373 iwl_mvm_next_antenna(mvm, iwl_mvm_get_valid_tx_ant(mvm),
Johannes Berg8ca151b2013-01-24 14:25:36 +0100374 mvm->mgmt_last_antenna_idx);
Emmanuel Grumbach34c8b242014-05-28 21:53:39 +0300375
Johannes Berg57fbcce2016-04-12 15:56:15 +0200376 if (info->band == NL80211_BAND_2GHZ &&
Emmanuel Grumbach34c8b242014-05-28 21:53:39 +0300377 !iwl_mvm_bt_coex_is_shared_ant_avail(mvm))
Emmanuel Grumbach923a8c12015-05-31 21:44:22 +0300378 rate_flags = mvm->cfg->non_shared_ant << RATE_MCS_ANT_POS;
Emmanuel Grumbach34c8b242014-05-28 21:53:39 +0300379 else
380 rate_flags =
381 BIT(mvm->mgmt_last_antenna_idx) << RATE_MCS_ANT_POS;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100382
383 /* Set CCK flag as needed */
384 if ((rate_idx >= IWL_FIRST_CCK_RATE) && (rate_idx <= IWL_LAST_CCK_RATE))
385 rate_flags |= RATE_MCS_CCK_MSK;
386
387 /* Set the rate in the TX cmd */
388 tx_cmd->rate_n_flags = cpu_to_le32((u32)rate_plcp | rate_flags);
389}
390
Ayala Beker2a53d162016-04-07 16:21:57 +0300391static inline void iwl_mvm_set_tx_cmd_pn(struct ieee80211_tx_info *info,
392 u8 *crypto_hdr)
393{
394 struct ieee80211_key_conf *keyconf = info->control.hw_key;
395 u64 pn;
396
397 pn = atomic64_inc_return(&keyconf->tx_pn);
398 crypto_hdr[0] = pn;
399 crypto_hdr[2] = 0;
400 crypto_hdr[3] = 0x20 | (keyconf->keyidx << 6);
401 crypto_hdr[1] = pn >> 8;
402 crypto_hdr[4] = pn >> 16;
403 crypto_hdr[5] = pn >> 24;
404 crypto_hdr[6] = pn >> 32;
405 crypto_hdr[7] = pn >> 40;
406}
407
Johannes Berg8ca151b2013-01-24 14:25:36 +0100408/*
409 * Sets the fields in the Tx cmd that are crypto related
410 */
Johannes Bergca8c0f42015-04-20 17:54:54 +0200411static void iwl_mvm_set_tx_cmd_crypto(struct iwl_mvm *mvm,
412 struct ieee80211_tx_info *info,
413 struct iwl_tx_cmd *tx_cmd,
414 struct sk_buff *skb_frag,
415 int hdrlen)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100416{
417 struct ieee80211_key_conf *keyconf = info->control.hw_key;
Johannes Bergca8c0f42015-04-20 17:54:54 +0200418 u8 *crypto_hdr = skb_frag->data + hdrlen;
419 u64 pn;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100420
421 switch (keyconf->cipher) {
422 case WLAN_CIPHER_SUITE_CCMP:
Johannes Bergca8c0f42015-04-20 17:54:54 +0200423 case WLAN_CIPHER_SUITE_CCMP_256:
424 iwl_mvm_set_tx_cmd_ccmp(info, tx_cmd);
Ayala Beker2a53d162016-04-07 16:21:57 +0300425 iwl_mvm_set_tx_cmd_pn(info, crypto_hdr);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100426 break;
427
428 case WLAN_CIPHER_SUITE_TKIP:
429 tx_cmd->sec_ctl = TX_CMD_SEC_TKIP;
Eliad Peller1ad4f632016-02-14 13:56:36 +0200430 pn = atomic64_inc_return(&keyconf->tx_pn);
431 ieee80211_tkip_add_iv(crypto_hdr, keyconf, pn);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100432 ieee80211_get_tkip_p2k(keyconf, skb_frag, tx_cmd->key);
433 break;
434
435 case WLAN_CIPHER_SUITE_WEP104:
436 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
437 /* fall through */
438 case WLAN_CIPHER_SUITE_WEP40:
439 tx_cmd->sec_ctl |= TX_CMD_SEC_WEP |
440 ((keyconf->keyidx << TX_CMD_SEC_WEP_KEY_IDX_POS) &
441 TX_CMD_SEC_WEP_KEY_IDX_MSK);
442
443 memcpy(&tx_cmd->key[3], keyconf->key, keyconf->keylen);
444 break;
Ayala Beker2a53d162016-04-07 16:21:57 +0300445 case WLAN_CIPHER_SUITE_GCMP:
446 case WLAN_CIPHER_SUITE_GCMP_256:
447 /* TODO: Taking the key from the table might introduce a race
448 * when PTK rekeying is done, having an old packets with a PN
449 * based on the old key but the message encrypted with a new
450 * one.
451 * Need to handle this.
452 */
453 tx_cmd->sec_ctl |= TX_CMD_SEC_GCMP | TC_CMD_SEC_KEY_FROM_TABLE;
454 tx_cmd->key[0] = keyconf->hw_key_idx;
455 iwl_mvm_set_tx_cmd_pn(info, crypto_hdr);
456 break;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100457 default:
Max Stepanove36e5432013-08-27 19:56:13 +0300458 tx_cmd->sec_ctl |= TX_CMD_SEC_EXT;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100459 }
460}
461
462/*
463 * Allocates and sets the Tx cmd the driver data pointers in the skb
464 */
465static struct iwl_device_cmd *
466iwl_mvm_set_tx_params(struct iwl_mvm *mvm, struct sk_buff *skb,
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300467 struct ieee80211_tx_info *info, int hdrlen,
468 struct ieee80211_sta *sta, u8 sta_id)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100469{
470 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300471 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100472 struct iwl_device_cmd *dev_cmd;
473 struct iwl_tx_cmd *tx_cmd;
474
475 dev_cmd = iwl_trans_alloc_tx_cmd(mvm->trans);
476
477 if (unlikely(!dev_cmd))
478 return NULL;
479
480 memset(dev_cmd, 0, sizeof(*dev_cmd));
Emmanuel Grumbach3961a612013-10-22 11:27:55 +0300481 dev_cmd->hdr.cmd = TX_CMD;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100482 tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload;
483
484 if (info->control.hw_key)
Johannes Bergca8c0f42015-04-20 17:54:54 +0200485 iwl_mvm_set_tx_cmd_crypto(mvm, info, tx_cmd, skb, hdrlen);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100486
487 iwl_mvm_set_tx_cmd(mvm, skb, tx_cmd, info, sta_id);
488
489 iwl_mvm_set_tx_cmd_rate(mvm, tx_cmd, info, sta, hdr->frame_control);
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
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300494 skb_info->driver_data[1] = dev_cmd;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100495
496 return dev_cmd;
497}
498
Liad Kaufmande24f632015-08-04 15:19:18 +0300499static int iwl_mvm_get_ctrl_vif_queue(struct iwl_mvm *mvm,
500 struct ieee80211_tx_info *info, __le16 fc)
501{
Liad Kaufman4c965132015-08-09 19:26:56 +0300502 if (iwl_mvm_is_dqa_supported(mvm)) {
503 if (info->control.vif->type == NL80211_IFTYPE_AP &&
504 ieee80211_is_probe_resp(fc))
505 return IWL_MVM_DQA_AP_PROBE_RESP_QUEUE;
506 else if (ieee80211_is_mgmt(fc) &&
507 info->control.vif->type == NL80211_IFTYPE_P2P_DEVICE)
508 return IWL_MVM_DQA_P2P_DEVICE_QUEUE;
509 }
Liad Kaufmande24f632015-08-04 15:19:18 +0300510
511 return info->hw_queue;
512}
513
Johannes Berg8ca151b2013-01-24 14:25:36 +0100514int iwl_mvm_tx_skb_non_sta(struct iwl_mvm *mvm, struct sk_buff *skb)
515{
516 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300517 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb);
518 struct ieee80211_tx_info info;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100519 struct iwl_device_cmd *dev_cmd;
520 struct iwl_tx_cmd *tx_cmd;
521 u8 sta_id;
Johannes Bergca8c0f42015-04-20 17:54:54 +0200522 int hdrlen = ieee80211_hdrlen(hdr->frame_control);
Liad Kaufmande24f632015-08-04 15:19:18 +0300523 int queue;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100524
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300525 memcpy(&info, skb->cb, sizeof(info));
526
527 if (WARN_ON_ONCE(info.flags & IEEE80211_TX_CTL_AMPDU))
Johannes Berg8ca151b2013-01-24 14:25:36 +0100528 return -1;
529
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300530 if (WARN_ON_ONCE(info.flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM &&
531 (!info.control.vif ||
532 info.hw_queue != info.control.vif->cab_queue)))
Johannes Berg8ca151b2013-01-24 14:25:36 +0100533 return -1;
534
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300535 /* This holds the amsdu headers length */
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300536 skb_info->driver_data[0] = (void *)(uintptr_t)0;
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300537
Johannes Berg8ca151b2013-01-24 14:25:36 +0100538 /*
Ariej Marjieh7da91b02014-07-07 12:09:40 +0300539 * IWL_MVM_OFFCHANNEL_QUEUE is used for ROC packets that can be used
540 * in 2 different types of vifs, P2P & STATION. P2P uses the offchannel
541 * queue. STATION (HS2.0) uses the auxiliary context of the FW,
542 * and hence needs to be sent on the aux queue
543 */
544 if (IEEE80211_SKB_CB(skb)->hw_queue == IWL_MVM_OFFCHANNEL_QUEUE &&
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300545 info.control.vif->type == NL80211_IFTYPE_STATION)
Ariej Marjieh7da91b02014-07-07 12:09:40 +0300546 IEEE80211_SKB_CB(skb)->hw_queue = mvm->aux_queue;
547
Liad Kaufmande24f632015-08-04 15:19:18 +0300548 queue = info.hw_queue;
549
Ariej Marjieh7da91b02014-07-07 12:09:40 +0300550 /*
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300551 * If the interface on which the frame is sent is the P2P_DEVICE
Johannes Berg8ca151b2013-01-24 14:25:36 +0100552 * or an AP/GO interface use the broadcast station associated
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300553 * with it; otherwise if the interface is a managed interface
554 * use the AP station associated with it for multicast traffic
555 * (this is not possible for unicast packets as a TLDS discovery
556 * response are sent without a station entry); otherwise use the
557 * AUX station.
Johannes Berg8ca151b2013-01-24 14:25:36 +0100558 */
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300559 sta_id = mvm->aux_sta.sta_id;
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300560 if (info.control.vif) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100561 struct iwl_mvm_vif *mvmvif =
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300562 iwl_mvm_vif_from_mac80211(info.control.vif);
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300563
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300564 if (info.control.vif->type == NL80211_IFTYPE_P2P_DEVICE ||
Liad Kaufmande24f632015-08-04 15:19:18 +0300565 info.control.vif->type == NL80211_IFTYPE_AP) {
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300566 sta_id = mvmvif->bcast_sta.sta_id;
Liad Kaufmande24f632015-08-04 15:19:18 +0300567 queue = iwl_mvm_get_ctrl_vif_queue(mvm, &info,
568 hdr->frame_control);
569 } else if (info.control.vif->type == NL80211_IFTYPE_STATION &&
570 is_multicast_ether_addr(hdr->addr1)) {
Ilan Peerd0ab08d2015-06-24 09:23:01 +0300571 u8 ap_sta_id = ACCESS_ONCE(mvmvif->ap_sta_id);
572
573 if (ap_sta_id != IWL_MVM_STATION_COUNT)
574 sta_id = ap_sta_id;
575 }
Johannes Berg8ca151b2013-01-24 14:25:36 +0100576 }
577
Liad Kaufmande24f632015-08-04 15:19:18 +0300578 IWL_DEBUG_TX(mvm, "station Id %d, queue=%d\n", sta_id, queue);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100579
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300580 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, &info, hdrlen, NULL, sta_id);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100581 if (!dev_cmd)
582 return -1;
583
Johannes Berg8ca151b2013-01-24 14:25:36 +0100584 tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload;
585
586 /* Copy MAC header from skb into command buffer */
Johannes Bergca8c0f42015-04-20 17:54:54 +0200587 memcpy(tx_cmd->hdr, hdr, hdrlen);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100588
Liad Kaufmande24f632015-08-04 15:19:18 +0300589 if (iwl_trans_tx(mvm->trans, skb, dev_cmd, queue)) {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100590 iwl_trans_free_tx_cmd(mvm->trans, dev_cmd);
591 return -1;
592 }
593
Liad Kaufmanfb896c42016-02-14 15:32:58 +0200594 /*
595 * Increase the pending frames counter, so that later when a reply comes
596 * in and the counter is decreased - we don't start getting negative
597 * values.
598 * Note that we don't need to make sure it isn't agg'd, since we're
599 * TXing non-sta
600 */
601 atomic_inc(&mvm->pending_frames[sta_id]);
602
Johannes Berg8ca151b2013-01-24 14:25:36 +0100603 return 0;
604}
605
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300606#ifdef CONFIG_INET
607static int iwl_mvm_tx_tso(struct iwl_mvm *mvm, struct sk_buff *skb,
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300608 struct ieee80211_tx_info *info,
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300609 struct ieee80211_sta *sta,
610 struct sk_buff_head *mpdus_skb)
611{
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200612 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300613 struct ieee80211_hdr *hdr = (void *)skb->data;
614 unsigned int mss = skb_shinfo(skb)->gso_size;
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300615 struct sk_buff *tmp, *next;
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300616 char cb[sizeof(skb->cb)];
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200617 unsigned int num_subframes, tcp_payload_len, subf_len, max_amsdu_len;
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300618 bool ipv4 = (skb->protocol == htons(ETH_P_IP));
619 u16 ip_base_id = ipv4 ? ntohs(ip_hdr(skb)->id) : 0;
620 u16 amsdu_add, snap_ip_tcp, pad, i = 0;
Emmanuel Grumbach9e7dce22015-10-26 16:14:06 +0200621 unsigned int dbg_max_amsdu_len;
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200622 netdev_features_t netdev_features = NETIF_F_CSUM_MASK | NETIF_F_SG;
Emmanuel Grumbach50b02132015-11-11 11:37:02 +0200623 u8 *qc, tid, txf;
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300624
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300625 snap_ip_tcp = 8 + skb_transport_header(skb) - skb_network_header(skb) +
626 tcp_hdrlen(skb);
627
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200628 qc = ieee80211_get_qos_ctl(hdr);
629 tid = *qc & IEEE80211_QOS_CTL_TID_MASK;
630 if (WARN_ON_ONCE(tid >= IWL_MAX_TID_COUNT))
631 return -EINVAL;
632
Emmanuel Grumbachfa820d62016-04-03 10:15:59 +0300633 dbg_max_amsdu_len = ACCESS_ONCE(mvm->max_amsdu_len);
634
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300635 if (!sta->max_amsdu_len ||
Emmanuel Grumbach04e3a5d2015-10-28 09:47:41 +0200636 !ieee80211_is_data_qos(hdr->frame_control) ||
Emmanuel Grumbachfa820d62016-04-03 10:15:59 +0300637 (!mvmsta->tlc_amsdu && !dbg_max_amsdu_len)) {
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300638 num_subframes = 1;
639 pad = 0;
640 goto segment;
641 }
642
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200643 /*
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200644 * Do not build AMSDU for IPv6 with extension headers.
645 * ask stack to segment and checkum the generated MPDUs for us.
646 */
647 if (skb->protocol == htons(ETH_P_IPV6) &&
648 ((struct ipv6hdr *)skb_network_header(skb))->nexthdr !=
649 IPPROTO_TCP) {
650 num_subframes = 1;
651 pad = 0;
652 netdev_features &= ~NETIF_F_CSUM_MASK;
653 goto segment;
654 }
655
656 /*
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200657 * No need to lock amsdu_in_ampdu_allowed since it can't be modified
658 * during an BA session.
659 */
660 if (info->flags & IEEE80211_TX_CTL_AMPDU &&
661 !mvmsta->tid_data[tid].amsdu_in_ampdu_allowed) {
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300662 num_subframes = 1;
663 pad = 0;
664 goto segment;
665 }
666
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200667 max_amsdu_len = sta->max_amsdu_len;
Emmanuel Grumbach50b02132015-11-11 11:37:02 +0200668
669 /* the Tx FIFO to which this A-MSDU will be routed */
670 txf = iwl_mvm_ac_to_tx_fifo[tid_to_mac80211_ac[tid]];
671
672 /*
673 * Don't send an AMSDU that will be longer than the TXF.
674 * Add a security margin of 256 for the TX command + headers.
675 * We also want to have the start of the next packet inside the
676 * fifo to be able to send bursts.
677 */
678 max_amsdu_len = min_t(unsigned int, max_amsdu_len,
679 mvm->shared_mem_cfg.txfifo_size[txf] - 256);
680
Emmanuel Grumbachfa820d62016-04-03 10:15:59 +0300681 if (unlikely(dbg_max_amsdu_len))
Emmanuel Grumbach9e7dce22015-10-26 16:14:06 +0200682 max_amsdu_len = min_t(unsigned int, max_amsdu_len,
683 dbg_max_amsdu_len);
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200684
685 /*
686 * Limit A-MSDU in A-MPDU to 4095 bytes when VHT is not
687 * supported. This is a spec requirement (IEEE 802.11-2015
688 * section 8.7.3 NOTE 3).
689 */
690 if (info->flags & IEEE80211_TX_CTL_AMPDU &&
691 !sta->vht_cap.vht_supported)
692 max_amsdu_len = min_t(unsigned int, max_amsdu_len, 4095);
693
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300694 /* Sub frame header + SNAP + IP header + TCP header + MSS */
695 subf_len = sizeof(struct ethhdr) + snap_ip_tcp + mss;
696 pad = (4 - subf_len) & 0x3;
697
698 /*
699 * If we have N subframes in the A-MSDU, then the A-MSDU's size is
700 * N * subf_len + (N - 1) * pad.
701 */
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200702 num_subframes = (max_amsdu_len + pad) / (subf_len + pad);
703 if (num_subframes > 1)
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300704 *qc |= IEEE80211_QOS_CTL_A_MSDU_PRESENT;
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300705
706 tcp_payload_len = skb_tail_pointer(skb) - skb_transport_header(skb) -
707 tcp_hdrlen(skb) + skb->data_len;
708
709 /*
710 * Make sure we have enough TBs for the A-MSDU:
711 * 2 for each subframe
712 * 1 more for each fragment
713 * 1 more for the potential data in the header
714 */
715 num_subframes =
716 min_t(unsigned int, num_subframes,
717 (mvm->trans->max_skb_frags - 1 -
718 skb_shinfo(skb)->nr_frags) / 2);
719
720 /* This skb fits in one single A-MSDU */
721 if (num_subframes * mss >= tcp_payload_len) {
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300722 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb);
723
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300724 /*
725 * Compute the length of all the data added for the A-MSDU.
726 * This will be used to compute the length to write in the TX
727 * command. We have: SNAP + IP + TCP for n -1 subframes and
728 * ETH header for n subframes. Note that the original skb
729 * already had one set of SNAP / IP / TCP headers.
730 */
731 num_subframes = DIV_ROUND_UP(tcp_payload_len, mss);
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300732 amsdu_add = num_subframes * sizeof(struct ethhdr) +
733 (num_subframes - 1) * (snap_ip_tcp + pad);
734 /* This holds the amsdu headers length */
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300735 skb_info->driver_data[0] = (void *)(uintptr_t)amsdu_add;
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300736
737 __skb_queue_tail(mpdus_skb, skb);
738 return 0;
739 }
740
741 /*
742 * Trick the segmentation function to make it
743 * create SKBs that can fit into one A-MSDU.
744 */
745segment:
746 skb_shinfo(skb)->gso_size = num_subframes * mss;
747 memcpy(cb, skb->cb, sizeof(cb));
748
Sara Sharon5e6a98d2016-03-10 17:40:56 +0200749 next = skb_gso_segment(skb, netdev_features);
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300750 skb_shinfo(skb)->gso_size = mss;
751 if (WARN_ON_ONCE(IS_ERR(next)))
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300752 return -EINVAL;
753 else if (next)
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300754 consume_skb(skb);
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300755
756 while (next) {
757 tmp = next;
758 next = tmp->next;
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300759
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300760 memcpy(tmp->cb, cb, sizeof(tmp->cb));
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300761 /*
762 * Compute the length of all the data added for the A-MSDU.
763 * This will be used to compute the length to write in the TX
764 * command. We have: SNAP + IP + TCP for n -1 subframes and
765 * ETH header for n subframes.
766 */
767 tcp_payload_len = skb_tail_pointer(tmp) -
768 skb_transport_header(tmp) -
769 tcp_hdrlen(tmp) + tmp->data_len;
770
771 if (ipv4)
772 ip_hdr(tmp)->id = htons(ip_base_id + i * num_subframes);
773
774 if (tcp_payload_len > mss) {
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300775 struct ieee80211_tx_info *skb_info =
776 IEEE80211_SKB_CB(tmp);
777
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300778 num_subframes = DIV_ROUND_UP(tcp_payload_len, mss);
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300779 amsdu_add = num_subframes * sizeof(struct ethhdr) +
780 (num_subframes - 1) * (snap_ip_tcp + pad);
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300781 skb_info->driver_data[0] =
782 (void *)(uintptr_t)amsdu_add;
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300783 skb_shinfo(tmp)->gso_size = mss;
784 } else {
Emmanuel Grumbachbb81bb62015-10-26 16:00:29 +0200785 qc = ieee80211_get_qos_ctl((void *)tmp->data);
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300786
787 if (ipv4)
788 ip_send_check(ip_hdr(tmp));
789 *qc &= ~IEEE80211_QOS_CTL_A_MSDU_PRESENT;
790 skb_shinfo(tmp)->gso_size = 0;
791 }
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300792
793 tmp->prev = NULL;
794 tmp->next = NULL;
795
796 __skb_queue_tail(mpdus_skb, tmp);
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300797 i++;
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300798 }
799
800 return 0;
801}
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300802#else /* CONFIG_INET */
803static int iwl_mvm_tx_tso(struct iwl_mvm *mvm, struct sk_buff *skb,
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300804 struct ieee80211_tx_info *info,
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +0300805 struct ieee80211_sta *sta,
806 struct sk_buff_head *mpdus_skb)
807{
808 /* Impossible to get TSO with CONFIG_INET */
809 WARN_ON(1);
810
811 return -1;
812}
813#endif
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300814
Liad Kaufman24afba72015-07-28 18:56:08 +0300815static void iwl_mvm_tx_add_stream(struct iwl_mvm *mvm,
816 struct iwl_mvm_sta *mvm_sta, u8 tid,
817 struct sk_buff *skb)
818{
819 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
820 u8 mac_queue = info->hw_queue;
821 struct sk_buff_head *deferred_tx_frames;
822
823 lockdep_assert_held(&mvm_sta->lock);
824
825 mvm_sta->deferred_traffic_tid_map |= BIT(tid);
826 set_bit(mvm_sta->sta_id, mvm->sta_deferred_frames);
827
828 deferred_tx_frames = &mvm_sta->tid_data[tid].deferred_tx_frames;
829
830 skb_queue_tail(deferred_tx_frames, skb);
831
832 /*
833 * The first deferred frame should've stopped the MAC queues, so we
834 * should never get a second deferred frame for the RA/TID.
835 */
836 if (!WARN(skb_queue_len(deferred_tx_frames) != 1,
837 "RATID %d/%d has %d deferred frames\n", mvm_sta->sta_id, tid,
838 skb_queue_len(deferred_tx_frames))) {
839 iwl_mvm_stop_mac_queues(mvm, BIT(mac_queue));
840 schedule_work(&mvm->add_stream_wk);
841 }
842}
843
Johannes Berg8ca151b2013-01-24 14:25:36 +0100844/*
845 * Sets the fields in the Tx cmd that are crypto related
846 */
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300847static int iwl_mvm_tx_mpdu(struct iwl_mvm *mvm, struct sk_buff *skb,
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300848 struct ieee80211_tx_info *info,
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300849 struct ieee80211_sta *sta)
Johannes Berg8ca151b2013-01-24 14:25:36 +0100850{
851 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100852 struct iwl_mvm_sta *mvmsta;
853 struct iwl_device_cmd *dev_cmd;
854 struct iwl_tx_cmd *tx_cmd;
855 __le16 fc;
856 u16 seq_number = 0;
857 u8 tid = IWL_MAX_TID_COUNT;
858 u8 txq_id = info->hw_queue;
Johannes Berg7ec54712016-03-16 09:29:48 +0100859 bool is_ampdu = false;
Johannes Bergca8c0f42015-04-20 17:54:54 +0200860 int hdrlen;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100861
Johannes Berg5b577a92013-11-14 18:20:04 +0100862 mvmsta = iwl_mvm_sta_from_mac80211(sta);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100863 fc = hdr->frame_control;
Johannes Bergca8c0f42015-04-20 17:54:54 +0200864 hdrlen = ieee80211_hdrlen(fc);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100865
866 if (WARN_ON_ONCE(!mvmsta))
867 return -1;
868
Emmanuel Grumbach881acd82013-03-19 16:16:00 +0200869 if (WARN_ON_ONCE(mvmsta->sta_id == IWL_MVM_STATION_COUNT))
Johannes Berg8ca151b2013-01-24 14:25:36 +0100870 return -1;
871
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300872 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, info, hdrlen,
873 sta, mvmsta->sta_id);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100874 if (!dev_cmd)
875 goto drop;
876
877 tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload;
878 /* From now on, we cannot access info->control */
879
Johannes Berg3e56ead2013-02-15 22:23:18 +0100880 /*
881 * we handle that entirely ourselves -- for uAPSD the firmware
882 * will always send a notification, and for PS-Poll responses
883 * we'll notify mac80211 when getting frame status
884 */
885 info->flags &= ~IEEE80211_TX_STATUS_EOSP;
886
Johannes Berg8ca151b2013-01-24 14:25:36 +0100887 spin_lock(&mvmsta->lock);
888
889 if (ieee80211_is_data_qos(fc) && !ieee80211_is_qos_nullfunc(fc)) {
890 u8 *qc = NULL;
891 qc = ieee80211_get_qos_ctl(hdr);
892 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
893 if (WARN_ON_ONCE(tid >= IWL_MAX_TID_COUNT))
894 goto drop_unlock_sta;
895
896 seq_number = mvmsta->tid_data[tid].seq_number;
897 seq_number &= IEEE80211_SCTL_SEQ;
898 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG);
899 hdr->seq_ctrl |= cpu_to_le16(seq_number);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100900 is_ampdu = info->flags & IEEE80211_TX_CTL_AMPDU;
Liad Kaufman24afba72015-07-28 18:56:08 +0300901 } else if (iwl_mvm_is_dqa_supported(mvm) &&
902 (ieee80211_is_qos_nullfunc(fc) ||
903 ieee80211_is_nullfunc(fc))) {
904 /*
905 * nullfunc frames should go to the MGMT queue regardless of QOS
906 */
907 tid = IWL_MAX_TID_COUNT;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100908 }
909
Liad Kaufman9794c642015-08-19 17:34:28 +0300910 if (iwl_mvm_is_dqa_supported(mvm))
911 txq_id = mvmsta->tid_data[tid].txq_id;
912
Johannes Berg8ca151b2013-01-24 14:25:36 +0100913 /* Copy MAC header from skb into command buffer */
Johannes Bergca8c0f42015-04-20 17:54:54 +0200914 memcpy(tx_cmd->hdr, hdr, hdrlen);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100915
916 WARN_ON_ONCE(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM);
917
Arik Nemtsova0f6bf22014-09-21 19:10:04 +0300918 if (sta->tdls) {
919 /* default to TID 0 for non-QoS packets */
920 u8 tdls_tid = tid == IWL_MAX_TID_COUNT ? 0 : tid;
921
922 txq_id = mvmsta->hw_queue[tid_to_mac80211_ac[tdls_tid]];
923 }
924
Johannes Berg8ca151b2013-01-24 14:25:36 +0100925 if (is_ampdu) {
926 if (WARN_ON_ONCE(mvmsta->tid_data[tid].state != IWL_AGG_ON))
927 goto drop_unlock_sta;
928 txq_id = mvmsta->tid_data[tid].txq_id;
929 }
930
Liad Kaufman9794c642015-08-19 17:34:28 +0300931 /* Check if TXQ needs to be allocated or re-activated */
932 if (unlikely(txq_id == IEEE80211_INVAL_HW_QUEUE ||
933 !mvmsta->tid_data[tid].is_tid_active) &&
934 iwl_mvm_is_dqa_supported(mvm)) {
935 /* If TXQ needs to be allocated... */
936 if (txq_id == IEEE80211_INVAL_HW_QUEUE) {
Liad Kaufman24afba72015-07-28 18:56:08 +0300937 iwl_mvm_tx_add_stream(mvm, mvmsta, tid, skb);
938
939 /*
940 * The frame is now deferred, and the worker scheduled
941 * will re-allocate it, so we can free it for now.
942 */
943 iwl_trans_free_tx_cmd(mvm->trans, dev_cmd);
944 spin_unlock(&mvmsta->lock);
945 return 0;
Liad Kaufman9794c642015-08-19 17:34:28 +0300946
Liad Kaufman24afba72015-07-28 18:56:08 +0300947 }
948
Liad Kaufman9794c642015-08-19 17:34:28 +0300949 /* If we are here - TXQ exists and needs to be re-activated */
950 spin_lock(&mvm->queue_info_lock);
951 mvm->queue_info[txq_id].status = IWL_MVM_QUEUE_READY;
952 mvmsta->tid_data[tid].is_tid_active = true;
953 spin_unlock(&mvm->queue_info_lock);
954
955 IWL_DEBUG_TX_QUEUES(mvm, "Re-activating queue %d for TX\n",
956 txq_id);
Liad Kaufman24afba72015-07-28 18:56:08 +0300957 }
958
Liad Kaufman9794c642015-08-19 17:34:28 +0300959 /* Keep track of the time of the last frame for this RA/TID */
960 mvm->queue_info[txq_id].last_frame_time[tid] = jiffies;
961
Johannes Berg8ca151b2013-01-24 14:25:36 +0100962 IWL_DEBUG_TX(mvm, "TX to [%d|%d] Q:%d - seq: 0x%x\n", mvmsta->sta_id,
Eliad Pellercf9d1182013-12-31 18:54:06 +0200963 tid, txq_id, IEEE80211_SEQ_TO_SN(seq_number));
Johannes Berg8ca151b2013-01-24 14:25:36 +0100964
Johannes Berg8ca151b2013-01-24 14:25:36 +0100965 if (iwl_trans_tx(mvm->trans, skb, dev_cmd, txq_id))
966 goto drop_unlock_sta;
967
Johannes Berg7ec54712016-03-16 09:29:48 +0100968 if (tid < IWL_MAX_TID_COUNT && !ieee80211_has_morefrags(fc))
Eliad Pellercf9d1182013-12-31 18:54:06 +0200969 mvmsta->tid_data[tid].seq_number = seq_number + 0x10;
Johannes Berg8ca151b2013-01-24 14:25:36 +0100970
971 spin_unlock(&mvmsta->lock);
972
Liad Kaufmancf961e12015-08-13 19:16:08 +0300973 /* Increase pending frames count if this isn't AMPDU */
974 if (!is_ampdu)
Emmanuel Grumbache3d4bc82013-05-07 14:08:24 +0300975 atomic_inc(&mvm->pending_frames[mvmsta->sta_id]);
Johannes Berg8ca151b2013-01-24 14:25:36 +0100976
977 return 0;
978
979drop_unlock_sta:
980 iwl_trans_free_tx_cmd(mvm->trans, dev_cmd);
981 spin_unlock(&mvmsta->lock);
982drop:
983 return -1;
984}
985
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300986int iwl_mvm_tx_skb(struct iwl_mvm *mvm, struct sk_buff *skb,
987 struct ieee80211_sta *sta)
988{
989 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +0300990 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb);
991 struct ieee80211_tx_info info;
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +0300992 struct sk_buff_head mpdus_skbs;
993 unsigned int payload_len;
994 int ret;
995
996 if (WARN_ON_ONCE(!mvmsta))
997 return -1;
998
999 if (WARN_ON_ONCE(mvmsta->sta_id == IWL_MVM_STATION_COUNT))
1000 return -1;
1001
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +03001002 memcpy(&info, skb->cb, sizeof(info));
1003
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +03001004 /* This holds the amsdu headers length */
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +03001005 skb_info->driver_data[0] = (void *)(uintptr_t)0;
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +03001006
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001007 if (!skb_is_gso(skb))
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +03001008 return iwl_mvm_tx_mpdu(mvm, skb, &info, sta);
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001009
1010 payload_len = skb_tail_pointer(skb) - skb_transport_header(skb) -
1011 tcp_hdrlen(skb) + skb->data_len;
1012
1013 if (payload_len <= skb_shinfo(skb)->gso_size)
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +03001014 return iwl_mvm_tx_mpdu(mvm, skb, &info, sta);
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001015
1016 __skb_queue_head_init(&mpdus_skbs);
1017
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +03001018 ret = iwl_mvm_tx_tso(mvm, skb, &info, sta, &mpdus_skbs);
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001019 if (ret)
1020 return ret;
1021
1022 if (WARN_ON(skb_queue_empty(&mpdus_skbs)))
1023 return ret;
1024
1025 while (!skb_queue_empty(&mpdus_skbs)) {
Emmanuel Grumbacha6d5e322015-10-14 16:28:52 +03001026 skb = __skb_dequeue(&mpdus_skbs);
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001027
Emmanuel Grumbach5c08b0f2016-05-03 12:08:43 +03001028 ret = iwl_mvm_tx_mpdu(mvm, skb, &info, sta);
Emmanuel Grumbacha3713f82015-10-14 14:16:35 +03001029 if (ret) {
1030 __skb_queue_purge(&mpdus_skbs);
1031 return ret;
1032 }
1033 }
1034
1035 return 0;
1036}
1037
Johannes Berg8ca151b2013-01-24 14:25:36 +01001038static void iwl_mvm_check_ratid_empty(struct iwl_mvm *mvm,
1039 struct ieee80211_sta *sta, u8 tid)
1040{
Johannes Berg5b577a92013-11-14 18:20:04 +01001041 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001042 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid];
1043 struct ieee80211_vif *vif = mvmsta->vif;
1044
1045 lockdep_assert_held(&mvmsta->lock);
1046
Johannes Berg3e56ead2013-02-15 22:23:18 +01001047 if ((tid_data->state == IWL_AGG_ON ||
1048 tid_data->state == IWL_EMPTYING_HW_QUEUE_DELBA) &&
1049 iwl_mvm_tid_queued(tid_data) == 0) {
1050 /*
1051 * Now that this aggregation queue is empty tell mac80211 so it
1052 * knows we no longer have frames buffered for the station on
1053 * this TID (for the TIM bitmap calculation.)
1054 */
1055 ieee80211_sta_set_buffered(sta, tid, false);
1056 }
1057
Johannes Berg8ca151b2013-01-24 14:25:36 +01001058 if (tid_data->ssn != tid_data->next_reclaimed)
1059 return;
1060
1061 switch (tid_data->state) {
1062 case IWL_EMPTYING_HW_QUEUE_ADDBA:
1063 IWL_DEBUG_TX_QUEUES(mvm,
1064 "Can continue addBA flow ssn = next_recl = %d\n",
1065 tid_data->next_reclaimed);
1066 tid_data->state = IWL_AGG_STARTING;
1067 ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);
1068 break;
1069
1070 case IWL_EMPTYING_HW_QUEUE_DELBA:
1071 IWL_DEBUG_TX_QUEUES(mvm,
1072 "Can continue DELBA flow ssn = next_recl = %d\n",
1073 tid_data->next_reclaimed);
Liad Kaufman4ecafae2015-07-14 13:36:18 +03001074 iwl_mvm_disable_txq(mvm, tid_data->txq_id,
1075 vif->hw_queue[tid_to_mac80211_ac[tid]], tid,
1076 CMD_ASYNC);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001077 tid_data->state = IWL_AGG_OFF;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001078 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
1079 break;
1080
1081 default:
1082 break;
1083 }
1084}
1085
1086#ifdef CONFIG_IWLWIFI_DEBUG
1087const char *iwl_mvm_get_tx_fail_reason(u32 status)
1088{
1089#define TX_STATUS_FAIL(x) case TX_STATUS_FAIL_ ## x: return #x
1090#define TX_STATUS_POSTPONE(x) case TX_STATUS_POSTPONE_ ## x: return #x
1091
1092 switch (status & TX_STATUS_MSK) {
1093 case TX_STATUS_SUCCESS:
1094 return "SUCCESS";
1095 TX_STATUS_POSTPONE(DELAY);
1096 TX_STATUS_POSTPONE(FEW_BYTES);
1097 TX_STATUS_POSTPONE(BT_PRIO);
1098 TX_STATUS_POSTPONE(QUIET_PERIOD);
1099 TX_STATUS_POSTPONE(CALC_TTAK);
1100 TX_STATUS_FAIL(INTERNAL_CROSSED_RETRY);
1101 TX_STATUS_FAIL(SHORT_LIMIT);
1102 TX_STATUS_FAIL(LONG_LIMIT);
1103 TX_STATUS_FAIL(UNDERRUN);
1104 TX_STATUS_FAIL(DRAIN_FLOW);
1105 TX_STATUS_FAIL(RFKILL_FLUSH);
1106 TX_STATUS_FAIL(LIFE_EXPIRE);
1107 TX_STATUS_FAIL(DEST_PS);
1108 TX_STATUS_FAIL(HOST_ABORTED);
1109 TX_STATUS_FAIL(BT_RETRY);
1110 TX_STATUS_FAIL(STA_INVALID);
1111 TX_STATUS_FAIL(FRAG_DROPPED);
1112 TX_STATUS_FAIL(TID_DISABLE);
1113 TX_STATUS_FAIL(FIFO_FLUSHED);
1114 TX_STATUS_FAIL(SMALL_CF_POLL);
1115 TX_STATUS_FAIL(FW_DROP);
1116 TX_STATUS_FAIL(STA_COLOR_MISMATCH);
1117 }
1118
1119 return "UNKNOWN";
1120
1121#undef TX_STATUS_FAIL
1122#undef TX_STATUS_POSTPONE
1123}
1124#endif /* CONFIG_IWLWIFI_DEBUG */
1125
Eyal Shapirad310e402013-08-11 18:43:47 +03001126void iwl_mvm_hwrate_to_tx_rate(u32 rate_n_flags,
Johannes Berg57fbcce2016-04-12 15:56:15 +02001127 enum nl80211_band band,
Eyal Shapirad310e402013-08-11 18:43:47 +03001128 struct ieee80211_tx_rate *r)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001129{
Johannes Berg8ca151b2013-01-24 14:25:36 +01001130 if (rate_n_flags & RATE_HT_MCS_GF_MSK)
1131 r->flags |= IEEE80211_TX_RC_GREEN_FIELD;
1132 switch (rate_n_flags & RATE_MCS_CHAN_WIDTH_MSK) {
1133 case RATE_MCS_CHAN_WIDTH_20:
1134 break;
1135 case RATE_MCS_CHAN_WIDTH_40:
1136 r->flags |= IEEE80211_TX_RC_40_MHZ_WIDTH;
1137 break;
1138 case RATE_MCS_CHAN_WIDTH_80:
1139 r->flags |= IEEE80211_TX_RC_80_MHZ_WIDTH;
1140 break;
1141 case RATE_MCS_CHAN_WIDTH_160:
1142 r->flags |= IEEE80211_TX_RC_160_MHZ_WIDTH;
1143 break;
1144 }
1145 if (rate_n_flags & RATE_MCS_SGI_MSK)
1146 r->flags |= IEEE80211_TX_RC_SHORT_GI;
1147 if (rate_n_flags & RATE_MCS_HT_MSK) {
1148 r->flags |= IEEE80211_TX_RC_MCS;
1149 r->idx = rate_n_flags & RATE_HT_MCS_INDEX_MSK;
1150 } else if (rate_n_flags & RATE_MCS_VHT_MSK) {
1151 ieee80211_rate_set_vht(
1152 r, rate_n_flags & RATE_VHT_MCS_RATE_CODE_MSK,
1153 ((rate_n_flags & RATE_VHT_MCS_NSS_MSK) >>
1154 RATE_VHT_MCS_NSS_POS) + 1);
1155 r->flags |= IEEE80211_TX_RC_VHT_MCS;
1156 } else {
1157 r->idx = iwl_mvm_legacy_rate_to_mac80211_idx(rate_n_flags,
Eyal Shapirad310e402013-08-11 18:43:47 +03001158 band);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001159 }
1160}
1161
Eyal Shapirad310e402013-08-11 18:43:47 +03001162/**
1163 * translate ucode response to mac80211 tx status control values
1164 */
1165static void iwl_mvm_hwrate_to_tx_status(u32 rate_n_flags,
1166 struct ieee80211_tx_info *info)
1167{
1168 struct ieee80211_tx_rate *r = &info->status.rates[0];
1169
1170 info->status.antenna =
1171 ((rate_n_flags & RATE_MCS_ANT_ABC_MSK) >> RATE_MCS_ANT_POS);
1172 iwl_mvm_hwrate_to_tx_rate(rate_n_flags, info->band, r);
1173}
1174
Golan Ben-Ami25657fe2015-09-02 12:34:23 +03001175static void iwl_mvm_tx_status_check_trigger(struct iwl_mvm *mvm,
1176 u32 status)
1177{
1178 struct iwl_fw_dbg_trigger_tlv *trig;
1179 struct iwl_fw_dbg_trigger_tx_status *status_trig;
1180 int i;
1181
1182 if (!iwl_fw_dbg_trigger_enabled(mvm->fw, FW_DBG_TRIGGER_TX_STATUS))
1183 return;
1184
1185 trig = iwl_fw_dbg_get_trigger(mvm->fw, FW_DBG_TRIGGER_TX_STATUS);
1186 status_trig = (void *)trig->data;
1187
1188 if (!iwl_fw_dbg_trigger_check_stop(mvm, NULL, trig))
1189 return;
1190
1191 for (i = 0; i < ARRAY_SIZE(status_trig->statuses); i++) {
1192 /* don't collect on status 0 */
1193 if (!status_trig->statuses[i].status)
1194 break;
1195
1196 if (status_trig->statuses[i].status != (status & TX_STATUS_MSK))
1197 continue;
1198
1199 iwl_mvm_fw_dbg_collect_trig(mvm, trig,
1200 "Tx status %d was received",
1201 status & TX_STATUS_MSK);
1202 break;
1203 }
1204}
1205
Johannes Berg8ca151b2013-01-24 14:25:36 +01001206static void iwl_mvm_rx_tx_cmd_single(struct iwl_mvm *mvm,
1207 struct iwl_rx_packet *pkt)
1208{
1209 struct ieee80211_sta *sta;
1210 u16 sequence = le16_to_cpu(pkt->hdr.sequence);
1211 int txq_id = SEQ_TO_QUEUE(sequence);
1212 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data;
1213 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid);
1214 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid);
1215 u32 status = le16_to_cpu(tx_resp->status.status);
1216 u16 ssn = iwl_mvm_get_scd_ssn(tx_resp);
1217 struct iwl_mvm_sta *mvmsta;
1218 struct sk_buff_head skbs;
1219 u8 skb_freed = 0;
1220 u16 next_reclaimed, seq_ctl;
Emmanuel Grumbach532beba2016-03-07 22:23:52 +02001221 bool is_ndp = false;
Liad Kaufmancf961e12015-08-13 19:16:08 +03001222 bool txq_agg = false; /* Is this TXQ aggregated */
Johannes Berg8ca151b2013-01-24 14:25:36 +01001223
1224 __skb_queue_head_init(&skbs);
1225
1226 seq_ctl = le16_to_cpu(tx_resp->seq_ctl);
1227
1228 /* we can free until ssn % q.n_bd not inclusive */
1229 iwl_trans_reclaim(mvm->trans, txq_id, ssn, &skbs);
1230
1231 while (!skb_queue_empty(&skbs)) {
1232 struct sk_buff *skb = __skb_dequeue(&skbs);
1233 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
1234
1235 skb_freed++;
1236
1237 iwl_trans_free_tx_cmd(mvm->trans, info->driver_data[1]);
1238
1239 memset(&info->status, 0, sizeof(info->status));
1240
1241 info->flags &= ~IEEE80211_TX_CTL_AMPDU;
1242
1243 /* inform mac80211 about what happened with the frame */
1244 switch (status & TX_STATUS_MSK) {
1245 case TX_STATUS_SUCCESS:
1246 case TX_STATUS_DIRECT_DONE:
1247 info->flags |= IEEE80211_TX_STAT_ACK;
1248 break;
1249 case TX_STATUS_FAIL_DEST_PS:
1250 info->flags |= IEEE80211_TX_STAT_TX_FILTERED;
1251 break;
1252 default:
1253 break;
1254 }
1255
Golan Ben-Ami25657fe2015-09-02 12:34:23 +03001256 iwl_mvm_tx_status_check_trigger(mvm, status);
1257
Johannes Berg8ca151b2013-01-24 14:25:36 +01001258 info->status.rates[0].count = tx_resp->failure_frame + 1;
Eyal Shapirad310e402013-08-11 18:43:47 +03001259 iwl_mvm_hwrate_to_tx_status(le32_to_cpu(tx_resp->initial_rate),
1260 info);
Eyal Shapira929e6ed2015-01-30 13:40:02 +02001261 info->status.status_driver_data[1] =
1262 (void *)(uintptr_t)le32_to_cpu(tx_resp->initial_rate);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001263
1264 /* Single frame failure in an AMPDU queue => send BAR */
Eytan Lifshitz19e737c2013-09-09 13:30:15 +02001265 if (txq_id >= mvm->first_agg_queue &&
Eyal Shapira9ce578a2014-12-31 15:22:38 +02001266 !(info->flags & IEEE80211_TX_STAT_ACK) &&
1267 !(info->flags & IEEE80211_TX_STAT_TX_FILTERED))
Johannes Berg8ca151b2013-01-24 14:25:36 +01001268 info->flags |= IEEE80211_TX_STAT_AMPDU_NO_BACK;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001269
Emmanuel Grumbachebea2f32013-06-13 10:07:47 +03001270 /* W/A FW bug: seq_ctl is wrong when the status isn't success */
1271 if (status != TX_STATUS_SUCCESS) {
Johannes Berg8ca151b2013-01-24 14:25:36 +01001272 struct ieee80211_hdr *hdr = (void *)skb->data;
1273 seq_ctl = le16_to_cpu(hdr->seq_ctrl);
1274 }
1275
Emmanuel Grumbach532beba2016-03-07 22:23:52 +02001276 if (unlikely(!seq_ctl)) {
1277 struct ieee80211_hdr *hdr = (void *)skb->data;
1278
1279 /*
1280 * If it is an NDP, we can't update next_reclaim since
1281 * its sequence control is 0. Note that for that same
1282 * reason, NDPs are never sent to A-MPDU'able queues
1283 * so that we can never have more than one freed frame
1284 * for a single Tx resonse (see WARN_ON below).
1285 */
1286 if (ieee80211_is_qos_nullfunc(hdr->frame_control))
1287 is_ndp = true;
1288 }
1289
Emmanuel Grumbach9b5452f2014-10-07 10:38:53 +03001290 /*
1291 * TODO: this is not accurate if we are freeing more than one
1292 * packet.
1293 */
1294 info->status.tx_time =
1295 le16_to_cpu(tx_resp->wireless_media_time);
Eliad Peller3a84b692014-03-12 15:05:06 +02001296 BUILD_BUG_ON(ARRAY_SIZE(info->status.status_driver_data) < 1);
1297 info->status.status_driver_data[0] =
1298 (void *)(uintptr_t)tx_resp->reduced_tpc;
1299
Johannes Bergf14d6b32014-03-21 13:30:03 +01001300 ieee80211_tx_status(mvm->hw, skb);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001301 }
1302
Eytan Lifshitz19e737c2013-09-09 13:30:15 +02001303 if (txq_id >= mvm->first_agg_queue) {
Johannes Berg8ca151b2013-01-24 14:25:36 +01001304 /* If this is an aggregation queue, we use the ssn since:
1305 * ssn = wifi seq_num % 256.
1306 * The seq_ctl is the sequence control of the packet to which
1307 * this Tx response relates. But if there is a hole in the
1308 * bitmap of the BA we received, this Tx response may allow to
1309 * reclaim the hole and all the subsequent packets that were
1310 * already acked. In that case, seq_ctl != ssn, and the next
1311 * packet to be reclaimed will be ssn and not seq_ctl. In that
1312 * case, several packets will be reclaimed even if
1313 * frame_count = 1.
1314 *
1315 * The ssn is the index (% 256) of the latest packet that has
1316 * treated (acked / dropped) + 1.
1317 */
1318 next_reclaimed = ssn;
1319 } else {
1320 /* The next packet to be reclaimed is the one after this one */
Johannes Berg9a886582013-02-15 19:25:00 +01001321 next_reclaimed = IEEE80211_SEQ_TO_SN(seq_ctl + 0x10);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001322 }
1323
1324 IWL_DEBUG_TX_REPLY(mvm,
Emmanuel Grumbach8c6e83d2013-03-20 17:12:46 +02001325 "TXQ %d status %s (0x%08x)\n",
1326 txq_id, iwl_mvm_get_tx_fail_reason(status), status);
1327
1328 IWL_DEBUG_TX_REPLY(mvm,
1329 "\t\t\t\tinitial_rate 0x%x retries %d, idx=%d ssn=%d next_reclaimed=0x%x seq_ctl=0x%x\n",
1330 le32_to_cpu(tx_resp->initial_rate),
Johannes Berg8ca151b2013-01-24 14:25:36 +01001331 tx_resp->failure_frame, SEQ_TO_INDEX(sequence),
1332 ssn, next_reclaimed, seq_ctl);
1333
1334 rcu_read_lock();
1335
1336 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]);
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001337 /*
1338 * sta can't be NULL otherwise it'd mean that the sta has been freed in
1339 * the firmware while we still have packets for it in the Tx queues.
1340 */
1341 if (WARN_ON_ONCE(!sta))
1342 goto out;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001343
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001344 if (!IS_ERR(sta)) {
Johannes Berg5b577a92013-11-14 18:20:04 +01001345 mvmsta = iwl_mvm_sta_from_mac80211(sta);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001346
1347 if (tid != IWL_TID_NON_QOS) {
1348 struct iwl_mvm_tid_data *tid_data =
1349 &mvmsta->tid_data[tid];
Emmanuel Grumbach36be0eb2015-11-05 10:32:31 +02001350 bool send_eosp_ndp = false;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001351
Johannes Berg2bfb5092012-12-27 21:43:48 +01001352 spin_lock_bh(&mvmsta->lock);
Oren Givon2c4a2472016-05-29 14:05:50 +03001353 if (iwl_mvm_is_dqa_supported(mvm)) {
1354 enum iwl_mvm_agg_state state;
1355
1356 state = mvmsta->tid_data[tid].state;
1357 txq_agg = (state == IWL_AGG_ON ||
1358 state == IWL_EMPTYING_HW_QUEUE_DELBA);
1359 } else {
1360 txq_agg = txq_id >= mvm->first_agg_queue;
1361 }
Liad Kaufmancf961e12015-08-13 19:16:08 +03001362
Emmanuel Grumbach532beba2016-03-07 22:23:52 +02001363 if (!is_ndp) {
1364 tid_data->next_reclaimed = next_reclaimed;
1365 IWL_DEBUG_TX_REPLY(mvm,
1366 "Next reclaimed packet:%d\n",
1367 next_reclaimed);
1368 } else {
1369 IWL_DEBUG_TX_REPLY(mvm,
1370 "NDP - don't update next_reclaimed\n");
1371 }
1372
Johannes Berg8ca151b2013-01-24 14:25:36 +01001373 iwl_mvm_check_ratid_empty(mvm, sta, tid);
Emmanuel Grumbach36be0eb2015-11-05 10:32:31 +02001374
1375 if (mvmsta->sleep_tx_count) {
1376 mvmsta->sleep_tx_count--;
1377 if (mvmsta->sleep_tx_count &&
1378 !iwl_mvm_tid_queued(tid_data)) {
1379 /*
1380 * The number of frames in the queue
1381 * dropped to 0 even if we sent less
1382 * frames than we thought we had on the
1383 * Tx queue.
1384 * This means we had holes in the BA
1385 * window that we just filled, ask
1386 * mac80211 to send EOSP since the
1387 * firmware won't know how to do that.
1388 * Send NDP and the firmware will send
1389 * EOSP notification that will trigger
1390 * a call to ieee80211_sta_eosp().
1391 */
1392 send_eosp_ndp = true;
1393 }
1394 }
1395
Johannes Berg2bfb5092012-12-27 21:43:48 +01001396 spin_unlock_bh(&mvmsta->lock);
Emmanuel Grumbach36be0eb2015-11-05 10:32:31 +02001397 if (send_eosp_ndp) {
1398 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta,
1399 IEEE80211_FRAME_RELEASE_UAPSD,
1400 1, tid, false, false);
1401 mvmsta->sleep_tx_count = 0;
1402 ieee80211_send_eosp_nullfunc(sta, tid);
1403 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001404 }
Johannes Berg3e56ead2013-02-15 22:23:18 +01001405
1406 if (mvmsta->next_status_eosp) {
1407 mvmsta->next_status_eosp = false;
1408 ieee80211_sta_eosp(sta);
1409 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001410 } else {
Johannes Berg8ca151b2013-01-24 14:25:36 +01001411 mvmsta = NULL;
1412 }
1413
1414 /*
1415 * If the txq is not an AMPDU queue, there is no chance we freed
1416 * several skbs. Check that out...
Johannes Berg8ca151b2013-01-24 14:25:36 +01001417 */
Liad Kaufmancf961e12015-08-13 19:16:08 +03001418 if (txq_agg)
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001419 goto out;
1420
1421 /* We can't free more than one frame at once on a shared queue */
Liad Kaufmancf961e12015-08-13 19:16:08 +03001422 WARN_ON(!iwl_mvm_is_dqa_supported(mvm) && (skb_freed > 1));
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001423
Emmanuel Grumbach589a6ba2014-06-05 11:32:41 +03001424 /* If we have still frames for this STA nothing to do here */
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001425 if (!atomic_sub_and_test(skb_freed, &mvm->pending_frames[sta_id]))
1426 goto out;
1427
1428 if (mvmsta && mvmsta->vif->type == NL80211_IFTYPE_AP) {
Andrei Otcheretianski003e52362014-05-25 17:24:22 +03001429
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001430 /*
Andrei Otcheretianski003e52362014-05-25 17:24:22 +03001431 * If there are no pending frames for this STA and
1432 * the tx to this station is not disabled, notify
1433 * mac80211 that this station can now wake up in its
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001434 * STA table.
1435 * If mvmsta is not NULL, sta is valid.
1436 */
Andrei Otcheretianski003e52362014-05-25 17:24:22 +03001437
1438 spin_lock_bh(&mvmsta->lock);
1439
1440 if (!mvmsta->disable_tx)
1441 ieee80211_sta_block_awake(mvm->hw, sta, false);
1442
1443 spin_unlock_bh(&mvmsta->lock);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001444 }
1445
Emmanuel Grumbach9bb0c1a2014-01-20 15:21:26 +02001446 if (PTR_ERR(sta) == -EBUSY || PTR_ERR(sta) == -ENOENT) {
1447 /*
1448 * We are draining and this was the last packet - pre_rcu_remove
1449 * has been called already. We might be after the
1450 * synchronize_net already.
1451 * Don't rely on iwl_mvm_rm_sta to see the empty Tx queues.
1452 */
1453 set_bit(sta_id, mvm->sta_drained);
1454 schedule_work(&mvm->sta_drained_wk);
1455 }
1456
1457out:
Johannes Berg8ca151b2013-01-24 14:25:36 +01001458 rcu_read_unlock();
1459}
1460
1461#ifdef CONFIG_IWLWIFI_DEBUG
1462#define AGG_TX_STATE_(x) case AGG_TX_STATE_ ## x: return #x
1463static const char *iwl_get_agg_tx_status(u16 status)
1464{
1465 switch (status & AGG_TX_STATE_STATUS_MSK) {
1466 AGG_TX_STATE_(TRANSMITTED);
1467 AGG_TX_STATE_(UNDERRUN);
1468 AGG_TX_STATE_(BT_PRIO);
1469 AGG_TX_STATE_(FEW_BYTES);
1470 AGG_TX_STATE_(ABORT);
1471 AGG_TX_STATE_(LAST_SENT_TTL);
1472 AGG_TX_STATE_(LAST_SENT_TRY_CNT);
1473 AGG_TX_STATE_(LAST_SENT_BT_KILL);
1474 AGG_TX_STATE_(SCD_QUERY);
1475 AGG_TX_STATE_(TEST_BAD_CRC32);
1476 AGG_TX_STATE_(RESPONSE);
1477 AGG_TX_STATE_(DUMP_TX);
1478 AGG_TX_STATE_(DELAY_TX);
1479 }
1480
1481 return "UNKNOWN";
1482}
1483
1484static void iwl_mvm_rx_tx_cmd_agg_dbg(struct iwl_mvm *mvm,
1485 struct iwl_rx_packet *pkt)
1486{
1487 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data;
1488 struct agg_tx_status *frame_status = &tx_resp->status;
1489 int i;
1490
1491 for (i = 0; i < tx_resp->frame_count; i++) {
1492 u16 fstatus = le16_to_cpu(frame_status[i].status);
1493
1494 IWL_DEBUG_TX_REPLY(mvm,
1495 "status %s (0x%04x), try-count (%d) seq (0x%x)\n",
1496 iwl_get_agg_tx_status(fstatus),
1497 fstatus & AGG_TX_STATE_STATUS_MSK,
1498 (fstatus & AGG_TX_STATE_TRY_CNT_MSK) >>
1499 AGG_TX_STATE_TRY_CNT_POS,
1500 le16_to_cpu(frame_status[i].sequence));
1501 }
1502}
1503#else
1504static void iwl_mvm_rx_tx_cmd_agg_dbg(struct iwl_mvm *mvm,
1505 struct iwl_rx_packet *pkt)
1506{}
1507#endif /* CONFIG_IWLWIFI_DEBUG */
1508
1509static void iwl_mvm_rx_tx_cmd_agg(struct iwl_mvm *mvm,
1510 struct iwl_rx_packet *pkt)
1511{
1512 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data;
1513 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid);
1514 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid);
1515 u16 sequence = le16_to_cpu(pkt->hdr.sequence);
Sara Sharon13303c02016-04-10 15:51:54 +03001516 struct iwl_mvm_sta *mvmsta;
Liad Kaufmancf961e12015-08-13 19:16:08 +03001517 int queue = SEQ_TO_QUEUE(sequence);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001518
Liad Kaufmancf961e12015-08-13 19:16:08 +03001519 if (WARN_ON_ONCE(queue < mvm->first_agg_queue &&
1520 (!iwl_mvm_is_dqa_supported(mvm) ||
1521 (queue != IWL_MVM_DQA_BSS_CLIENT_QUEUE))))
Johannes Berg8ca151b2013-01-24 14:25:36 +01001522 return;
1523
1524 if (WARN_ON_ONCE(tid == IWL_TID_NON_QOS))
1525 return;
1526
1527 iwl_mvm_rx_tx_cmd_agg_dbg(mvm, pkt);
1528
1529 rcu_read_lock();
1530
Sara Sharon13303c02016-04-10 15:51:54 +03001531 mvmsta = iwl_mvm_sta_from_staid_rcu(mvm, sta_id);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001532
Sara Sharon13303c02016-04-10 15:51:54 +03001533 if (!WARN_ON_ONCE(!mvmsta)) {
Johannes Berg8ca151b2013-01-24 14:25:36 +01001534 mvmsta->tid_data[tid].rate_n_flags =
1535 le32_to_cpu(tx_resp->initial_rate);
Emmanuel Grumbach9b5452f2014-10-07 10:38:53 +03001536 mvmsta->tid_data[tid].tx_time =
1537 le16_to_cpu(tx_resp->wireless_media_time);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001538 }
1539
1540 rcu_read_unlock();
1541}
1542
Johannes Berg04168412015-06-23 21:22:09 +02001543void iwl_mvm_rx_tx_cmd(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001544{
1545 struct iwl_rx_packet *pkt = rxb_addr(rxb);
1546 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data;
1547
1548 if (tx_resp->frame_count == 1)
1549 iwl_mvm_rx_tx_cmd_single(mvm, pkt);
1550 else
1551 iwl_mvm_rx_tx_cmd_agg(mvm, pkt);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001552}
1553
Eyal Shapiraa7130442014-09-14 15:28:09 +03001554static void iwl_mvm_tx_info_from_ba_notif(struct ieee80211_tx_info *info,
1555 struct iwl_mvm_ba_notif *ba_notif,
1556 struct iwl_mvm_tid_data *tid_data)
1557{
1558 info->flags |= IEEE80211_TX_STAT_AMPDU;
1559 info->status.ampdu_ack_len = ba_notif->txed_2_done;
1560 info->status.ampdu_len = ba_notif->txed;
1561 iwl_mvm_hwrate_to_tx_status(tid_data->rate_n_flags,
1562 info);
Emmanuel Grumbach9b5452f2014-10-07 10:38:53 +03001563 /* TODO: not accounted if the whole A-MPDU failed */
1564 info->status.tx_time = tid_data->tx_time;
Eyal Shapiraa7130442014-09-14 15:28:09 +03001565 info->status.status_driver_data[0] =
Gregory Greenman69c7fda2015-12-29 11:26:35 +02001566 (void *)(uintptr_t)ba_notif->reduced_txp;
Eyal Shapira929e6ed2015-01-30 13:40:02 +02001567 info->status.status_driver_data[1] =
1568 (void *)(uintptr_t)tid_data->rate_n_flags;
Eyal Shapiraa7130442014-09-14 15:28:09 +03001569}
1570
Johannes Berg04168412015-06-23 21:22:09 +02001571void iwl_mvm_rx_ba_notif(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001572{
1573 struct iwl_rx_packet *pkt = rxb_addr(rxb);
1574 struct iwl_mvm_ba_notif *ba_notif = (void *)pkt->data;
1575 struct sk_buff_head reclaimed_skbs;
1576 struct iwl_mvm_tid_data *tid_data;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001577 struct ieee80211_sta *sta;
1578 struct iwl_mvm_sta *mvmsta;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001579 struct sk_buff *skb;
1580 int sta_id, tid, freed;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001581 /* "flow" corresponds to Tx queue */
1582 u16 scd_flow = le16_to_cpu(ba_notif->scd_flow);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001583 /* "ssn" is start of block-ack Tx window, corresponds to index
1584 * (in Tx queue's circular buffer) of first TFD/frame in window */
1585 u16 ba_resp_scd_ssn = le16_to_cpu(ba_notif->scd_ssn);
1586
1587 sta_id = ba_notif->sta_id;
1588 tid = ba_notif->tid;
1589
Eyal Shapira2cee4762015-01-16 11:09:30 +02001590 if (WARN_ONCE(sta_id >= IWL_MVM_STATION_COUNT ||
1591 tid >= IWL_MAX_TID_COUNT,
1592 "sta_id %d tid %d", sta_id, tid))
Johannes Berg04168412015-06-23 21:22:09 +02001593 return;
Eyal Shapira2cee4762015-01-16 11:09:30 +02001594
Johannes Berg8ca151b2013-01-24 14:25:36 +01001595 rcu_read_lock();
1596
1597 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]);
1598
1599 /* Reclaiming frames for a station that has been deleted ? */
1600 if (WARN_ON_ONCE(IS_ERR_OR_NULL(sta))) {
1601 rcu_read_unlock();
Johannes Berg04168412015-06-23 21:22:09 +02001602 return;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001603 }
1604
Johannes Berg5b577a92013-11-14 18:20:04 +01001605 mvmsta = iwl_mvm_sta_from_mac80211(sta);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001606 tid_data = &mvmsta->tid_data[tid];
1607
Johannes Berg1f16ea22015-03-06 09:17:37 +01001608 if (tid_data->txq_id != scd_flow) {
1609 IWL_ERR(mvm,
1610 "invalid BA notification: Q %d, tid %d, flow %d\n",
1611 tid_data->txq_id, tid, scd_flow);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001612 rcu_read_unlock();
Johannes Berg04168412015-06-23 21:22:09 +02001613 return;
Johannes Berg8ca151b2013-01-24 14:25:36 +01001614 }
1615
Johannes Berg2bfb5092012-12-27 21:43:48 +01001616 spin_lock_bh(&mvmsta->lock);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001617
1618 __skb_queue_head_init(&reclaimed_skbs);
1619
1620 /*
1621 * Release all TFDs before the SSN, i.e. all TFDs in front of
1622 * block-ack window (we assume that they've been successfully
1623 * transmitted ... if not, it's too late anyway).
1624 */
1625 iwl_trans_reclaim(mvm->trans, scd_flow, ba_resp_scd_ssn,
1626 &reclaimed_skbs);
1627
1628 IWL_DEBUG_TX_REPLY(mvm,
1629 "BA_NOTIFICATION Received from %pM, sta_id = %d\n",
1630 (u8 *)&ba_notif->sta_addr_lo32,
1631 ba_notif->sta_id);
1632 IWL_DEBUG_TX_REPLY(mvm,
1633 "TID = %d, SeqCtl = %d, bitmap = 0x%llx, scd_flow = %d, scd_ssn = %d sent:%d, acked:%d\n",
1634 ba_notif->tid, le16_to_cpu(ba_notif->seq_ctl),
1635 (unsigned long long)le64_to_cpu(ba_notif->bitmap),
1636 scd_flow, ba_resp_scd_ssn, ba_notif->txed,
1637 ba_notif->txed_2_done);
1638
Gregory Greenman69c7fda2015-12-29 11:26:35 +02001639 IWL_DEBUG_TX_REPLY(mvm, "reduced txp from ba notif %d\n",
1640 ba_notif->reduced_txp);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001641 tid_data->next_reclaimed = ba_resp_scd_ssn;
1642
1643 iwl_mvm_check_ratid_empty(mvm, sta, tid);
1644
1645 freed = 0;
1646
1647 skb_queue_walk(&reclaimed_skbs, skb) {
Johannes Berg143582c2014-02-25 10:37:15 +01001648 struct ieee80211_hdr *hdr = (void *)skb->data;
1649 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001650
1651 if (ieee80211_is_data_qos(hdr->frame_control))
1652 freed++;
1653 else
1654 WARN_ON_ONCE(1);
1655
Johannes Berg8ca151b2013-01-24 14:25:36 +01001656 iwl_trans_free_tx_cmd(mvm->trans, info->driver_data[1]);
1657
Johannes Berg143582c2014-02-25 10:37:15 +01001658 memset(&info->status, 0, sizeof(info->status));
1659 /* Packet was transmitted successfully, failures come as single
1660 * frames because before failing a frame the firmware transmits
1661 * it without aggregation at least once.
1662 */
1663 info->flags |= IEEE80211_TX_STAT_ACK;
1664
Eyal Shapiraa7130442014-09-14 15:28:09 +03001665 /* this is the first skb we deliver in this batch */
1666 /* put the rate scaling data there */
1667 if (freed == 1)
1668 iwl_mvm_tx_info_from_ba_notif(info, ba_notif, tid_data);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001669 }
1670
Johannes Berg2bfb5092012-12-27 21:43:48 +01001671 spin_unlock_bh(&mvmsta->lock);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001672
Eyal Shapiraa7130442014-09-14 15:28:09 +03001673 /* We got a BA notif with 0 acked or scd_ssn didn't progress which is
1674 * possible (i.e. first MPDU in the aggregation wasn't acked)
1675 * Still it's important to update RS about sent vs. acked.
1676 */
1677 if (skb_queue_empty(&reclaimed_skbs)) {
1678 struct ieee80211_tx_info ba_info = {};
1679 struct ieee80211_chanctx_conf *chanctx_conf = NULL;
1680
1681 if (mvmsta->vif)
1682 chanctx_conf =
1683 rcu_dereference(mvmsta->vif->chanctx_conf);
1684
1685 if (WARN_ON_ONCE(!chanctx_conf))
1686 goto out;
1687
1688 ba_info.band = chanctx_conf->def.chan->band;
1689 iwl_mvm_tx_info_from_ba_notif(&ba_info, ba_notif, tid_data);
1690
1691 IWL_DEBUG_TX_REPLY(mvm, "No reclaim. Update rs directly\n");
Matti Gottliebff7a68d2016-05-17 10:50:08 +03001692 iwl_mvm_rs_tx_status(mvm, sta, tid, &ba_info, false);
Eyal Shapiraa7130442014-09-14 15:28:09 +03001693 }
1694
1695out:
Johannes Berg8ca151b2013-01-24 14:25:36 +01001696 rcu_read_unlock();
1697
1698 while (!skb_queue_empty(&reclaimed_skbs)) {
1699 skb = __skb_dequeue(&reclaimed_skbs);
Johannes Bergf14d6b32014-03-21 13:30:03 +01001700 ieee80211_tx_status(mvm->hw, skb);
Johannes Berg8ca151b2013-01-24 14:25:36 +01001701 }
Johannes Berg8ca151b2013-01-24 14:25:36 +01001702}
1703
Emmanuel Grumbachfe92e322015-03-11 09:34:31 +02001704/*
1705 * Note that there are transports that buffer frames before they reach
1706 * the firmware. This means that after flush_tx_path is called, the
1707 * queue might not be empty. The race-free way to handle this is to:
1708 * 1) set the station as draining
1709 * 2) flush the Tx path
1710 * 3) wait for the transport queues to be empty
1711 */
Luca Coelho5888a402015-10-06 09:54:57 +03001712int iwl_mvm_flush_tx_path(struct iwl_mvm *mvm, u32 tfd_msk, u32 flags)
Johannes Berg8ca151b2013-01-24 14:25:36 +01001713{
1714 int ret;
1715 struct iwl_tx_path_flush_cmd flush_cmd = {
1716 .queues_ctl = cpu_to_le32(tfd_msk),
1717 .flush_ctl = cpu_to_le16(DUMP_TX_FIFO_FLUSH),
1718 };
1719
Johannes Berg8ca151b2013-01-24 14:25:36 +01001720 ret = iwl_mvm_send_cmd_pdu(mvm, TXPATH_FLUSH, flags,
1721 sizeof(flush_cmd), &flush_cmd);
1722 if (ret)
1723 IWL_ERR(mvm, "Failed to send flush command (%d)\n", ret);
1724 return ret;
1725}