rx.c 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919
  1. /******************************************************************************
  2. *
  3. * This file is provided under a dual BSD/GPLv2 license. When using or
  4. * redistributing this file, you may do so under either license.
  5. *
  6. * GPL LICENSE SUMMARY
  7. *
  8. * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
  9. * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
  10. * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
  11. *
  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
  27. * in the file called COPYING.
  28. *
  29. * Contact Information:
  30. * Intel Linux Wireless <linuxwifi@intel.com>
  31. * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  32. *
  33. * BSD LICENSE
  34. *
  35. * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
  36. * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
  37. * 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. #include <asm/unaligned.h>
  66. #include <linux/etherdevice.h>
  67. #include <linux/skbuff.h>
  68. #include "iwl-trans.h"
  69. #include "mvm.h"
  70. #include "fw-api.h"
  71. /*
  72. * iwl_mvm_rx_rx_phy_cmd - REPLY_RX_PHY_CMD handler
  73. *
  74. * Copies the phy information in mvm->last_phy_info, it will be used when the
  75. * actual data will come from the fw in the next packet.
  76. */
  77. void iwl_mvm_rx_rx_phy_cmd(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb)
  78. {
  79. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  80. memcpy(&mvm->last_phy_info, pkt->data, sizeof(mvm->last_phy_info));
  81. mvm->ampdu_ref++;
  82. #ifdef CONFIG_IWLWIFI_DEBUGFS
  83. if (mvm->last_phy_info.phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_AGG)) {
  84. spin_lock(&mvm->drv_stats_lock);
  85. mvm->drv_rx_stats.ampdu_count++;
  86. spin_unlock(&mvm->drv_stats_lock);
  87. }
  88. #endif
  89. }
  90. /*
  91. * iwl_mvm_pass_packet_to_mac80211 - builds the packet for mac80211
  92. *
  93. * Adds the rxb to a new skb and give it to mac80211
  94. */
  95. static void iwl_mvm_pass_packet_to_mac80211(struct iwl_mvm *mvm,
  96. struct ieee80211_sta *sta,
  97. struct napi_struct *napi,
  98. struct sk_buff *skb,
  99. struct ieee80211_hdr *hdr, u16 len,
  100. u8 crypt_len,
  101. struct iwl_rx_cmd_buffer *rxb)
  102. {
  103. unsigned int hdrlen = ieee80211_hdrlen(hdr->frame_control);
  104. unsigned int fraglen;
  105. /*
  106. * The 'hdrlen' (plus the 8 bytes for the SNAP and the crypt_len,
  107. * but those are all multiples of 4 long) all goes away, but we
  108. * want the *end* of it, which is going to be the start of the IP
  109. * header, to be aligned when it gets pulled in.
  110. * The beginning of the skb->data is aligned on at least a 4-byte
  111. * boundary after allocation. Everything here is aligned at least
  112. * on a 2-byte boundary so we can just take hdrlen & 3 and pad by
  113. * the result.
  114. */
  115. skb_reserve(skb, hdrlen & 3);
  116. /* If frame is small enough to fit in skb->head, pull it completely.
  117. * If not, only pull ieee80211_hdr (including crypto if present, and
  118. * an additional 8 bytes for SNAP/ethertype, see below) so that
  119. * splice() or TCP coalesce are more efficient.
  120. *
  121. * Since, in addition, ieee80211_data_to_8023() always pull in at
  122. * least 8 bytes (possibly more for mesh) we can do the same here
  123. * to save the cost of doing it later. That still doesn't pull in
  124. * the actual IP header since the typical case has a SNAP header.
  125. * If the latter changes (there are efforts in the standards group
  126. * to do so) we should revisit this and ieee80211_data_to_8023().
  127. */
  128. hdrlen = (len <= skb_tailroom(skb)) ? len : hdrlen + crypt_len + 8;
  129. skb_put_data(skb, hdr, hdrlen);
  130. fraglen = len - hdrlen;
  131. if (fraglen) {
  132. int offset = (void *)hdr + hdrlen -
  133. rxb_addr(rxb) + rxb_offset(rxb);
  134. skb_add_rx_frag(skb, 0, rxb_steal_page(rxb), offset,
  135. fraglen, rxb->truesize);
  136. }
  137. ieee80211_rx_napi(mvm->hw, sta, skb, napi);
  138. }
  139. /*
  140. * iwl_mvm_get_signal_strength - use new rx PHY INFO API
  141. * values are reported by the fw as positive values - need to negate
  142. * to obtain their dBM. Account for missing antennas by replacing 0
  143. * values by -256dBm: practically 0 power and a non-feasible 8 bit value.
  144. */
  145. static void iwl_mvm_get_signal_strength(struct iwl_mvm *mvm,
  146. struct iwl_rx_phy_info *phy_info,
  147. struct ieee80211_rx_status *rx_status)
  148. {
  149. int energy_a, energy_b, energy_c, max_energy;
  150. u32 val;
  151. val =
  152. le32_to_cpu(phy_info->non_cfg_phy[IWL_RX_INFO_ENERGY_ANT_ABC_IDX]);
  153. energy_a = (val & IWL_RX_INFO_ENERGY_ANT_A_MSK) >>
  154. IWL_RX_INFO_ENERGY_ANT_A_POS;
  155. energy_a = energy_a ? -energy_a : S8_MIN;
  156. energy_b = (val & IWL_RX_INFO_ENERGY_ANT_B_MSK) >>
  157. IWL_RX_INFO_ENERGY_ANT_B_POS;
  158. energy_b = energy_b ? -energy_b : S8_MIN;
  159. energy_c = (val & IWL_RX_INFO_ENERGY_ANT_C_MSK) >>
  160. IWL_RX_INFO_ENERGY_ANT_C_POS;
  161. energy_c = energy_c ? -energy_c : S8_MIN;
  162. max_energy = max(energy_a, energy_b);
  163. max_energy = max(max_energy, energy_c);
  164. IWL_DEBUG_STATS(mvm, "energy In A %d B %d C %d , and max %d\n",
  165. energy_a, energy_b, energy_c, max_energy);
  166. rx_status->signal = max_energy;
  167. rx_status->chains = (le16_to_cpu(phy_info->phy_flags) &
  168. RX_RES_PHY_FLAGS_ANTENNA)
  169. >> RX_RES_PHY_FLAGS_ANTENNA_POS;
  170. rx_status->chain_signal[0] = energy_a;
  171. rx_status->chain_signal[1] = energy_b;
  172. rx_status->chain_signal[2] = energy_c;
  173. }
  174. /*
  175. * iwl_mvm_set_mac80211_rx_flag - translate fw status to mac80211 format
  176. * @mvm: the mvm object
  177. * @hdr: 80211 header
  178. * @stats: status in mac80211's format
  179. * @rx_pkt_status: status coming from fw
  180. *
  181. * returns non 0 value if the packet should be dropped
  182. */
  183. static u32 iwl_mvm_set_mac80211_rx_flag(struct iwl_mvm *mvm,
  184. struct ieee80211_hdr *hdr,
  185. struct ieee80211_rx_status *stats,
  186. u32 rx_pkt_status,
  187. u8 *crypt_len)
  188. {
  189. if (!ieee80211_has_protected(hdr->frame_control) ||
  190. (rx_pkt_status & RX_MPDU_RES_STATUS_SEC_ENC_MSK) ==
  191. RX_MPDU_RES_STATUS_SEC_NO_ENC)
  192. return 0;
  193. /* packet was encrypted with unknown alg */
  194. if ((rx_pkt_status & RX_MPDU_RES_STATUS_SEC_ENC_MSK) ==
  195. RX_MPDU_RES_STATUS_SEC_ENC_ERR)
  196. return 0;
  197. switch (rx_pkt_status & RX_MPDU_RES_STATUS_SEC_ENC_MSK) {
  198. case RX_MPDU_RES_STATUS_SEC_CCM_ENC:
  199. /* alg is CCM: check MIC only */
  200. if (!(rx_pkt_status & RX_MPDU_RES_STATUS_MIC_OK))
  201. return -1;
  202. stats->flag |= RX_FLAG_DECRYPTED;
  203. *crypt_len = IEEE80211_CCMP_HDR_LEN;
  204. return 0;
  205. case RX_MPDU_RES_STATUS_SEC_TKIP_ENC:
  206. /* Don't drop the frame and decrypt it in SW */
  207. if (!fw_has_api(&mvm->fw->ucode_capa,
  208. IWL_UCODE_TLV_API_DEPRECATE_TTAK) &&
  209. !(rx_pkt_status & RX_MPDU_RES_STATUS_TTAK_OK))
  210. return 0;
  211. *crypt_len = IEEE80211_TKIP_IV_LEN;
  212. /* fall through if TTAK OK */
  213. case RX_MPDU_RES_STATUS_SEC_WEP_ENC:
  214. if (!(rx_pkt_status & RX_MPDU_RES_STATUS_ICV_OK))
  215. return -1;
  216. stats->flag |= RX_FLAG_DECRYPTED;
  217. if ((rx_pkt_status & RX_MPDU_RES_STATUS_SEC_ENC_MSK) ==
  218. RX_MPDU_RES_STATUS_SEC_WEP_ENC)
  219. *crypt_len = IEEE80211_WEP_IV_LEN;
  220. return 0;
  221. case RX_MPDU_RES_STATUS_SEC_EXT_ENC:
  222. if (!(rx_pkt_status & RX_MPDU_RES_STATUS_MIC_OK))
  223. return -1;
  224. stats->flag |= RX_FLAG_DECRYPTED;
  225. return 0;
  226. default:
  227. /* Expected in monitor (not having the keys) */
  228. if (!mvm->monitor_on)
  229. IWL_ERR(mvm, "Unhandled alg: 0x%x\n", rx_pkt_status);
  230. }
  231. return 0;
  232. }
  233. static void iwl_mvm_rx_handle_tcm(struct iwl_mvm *mvm,
  234. struct ieee80211_sta *sta,
  235. struct ieee80211_hdr *hdr, u32 len,
  236. struct iwl_rx_phy_info *phy_info,
  237. u32 rate_n_flags)
  238. {
  239. struct iwl_mvm_sta *mvmsta;
  240. struct iwl_mvm_tcm_mac *mdata;
  241. int mac;
  242. int ac = IEEE80211_AC_BE; /* treat non-QoS as BE */
  243. struct iwl_mvm_vif *mvmvif;
  244. /* expected throughput in 100Kbps, single stream, 20 MHz */
  245. static const u8 thresh_tpt[] = {
  246. 9, 18, 30, 42, 60, 78, 90, 96, 120, 135,
  247. };
  248. u16 thr;
  249. if (ieee80211_is_data_qos(hdr->frame_control))
  250. ac = tid_to_mac80211_ac[ieee80211_get_tid(hdr)];
  251. mvmsta = iwl_mvm_sta_from_mac80211(sta);
  252. mac = mvmsta->mac_id_n_color & FW_CTXT_ID_MSK;
  253. if (time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD))
  254. schedule_delayed_work(&mvm->tcm.work, 0);
  255. mdata = &mvm->tcm.data[mac];
  256. mdata->rx.pkts[ac]++;
  257. /* count the airtime only once for each ampdu */
  258. if (mdata->rx.last_ampdu_ref != mvm->ampdu_ref) {
  259. mdata->rx.last_ampdu_ref = mvm->ampdu_ref;
  260. mdata->rx.airtime += le16_to_cpu(phy_info->frame_time);
  261. }
  262. if (!(rate_n_flags & (RATE_MCS_HT_MSK | RATE_MCS_VHT_MSK)))
  263. return;
  264. mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif);
  265. if (mdata->opened_rx_ba_sessions ||
  266. mdata->uapsd_nonagg_detect.detected ||
  267. (!mvmvif->queue_params[IEEE80211_AC_VO].uapsd &&
  268. !mvmvif->queue_params[IEEE80211_AC_VI].uapsd &&
  269. !mvmvif->queue_params[IEEE80211_AC_BE].uapsd &&
  270. !mvmvif->queue_params[IEEE80211_AC_BK].uapsd) ||
  271. mvmsta->sta_id != mvmvif->ap_sta_id)
  272. return;
  273. if (rate_n_flags & RATE_MCS_HT_MSK) {
  274. thr = thresh_tpt[rate_n_flags & RATE_HT_MCS_RATE_CODE_MSK];
  275. thr *= 1 + ((rate_n_flags & RATE_HT_MCS_NSS_MSK) >>
  276. RATE_HT_MCS_NSS_POS);
  277. } else {
  278. if (WARN_ON((rate_n_flags & RATE_VHT_MCS_RATE_CODE_MSK) >=
  279. ARRAY_SIZE(thresh_tpt)))
  280. return;
  281. thr = thresh_tpt[rate_n_flags & RATE_VHT_MCS_RATE_CODE_MSK];
  282. thr *= 1 + ((rate_n_flags & RATE_VHT_MCS_NSS_MSK) >>
  283. RATE_VHT_MCS_NSS_POS);
  284. }
  285. thr <<= ((rate_n_flags & RATE_MCS_CHAN_WIDTH_MSK) >>
  286. RATE_MCS_CHAN_WIDTH_POS);
  287. mdata->uapsd_nonagg_detect.rx_bytes += len;
  288. ewma_rate_add(&mdata->uapsd_nonagg_detect.rate, thr);
  289. }
  290. static void iwl_mvm_rx_csum(struct ieee80211_sta *sta,
  291. struct sk_buff *skb,
  292. u32 status)
  293. {
  294. struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
  295. struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif);
  296. if (mvmvif->features & NETIF_F_RXCSUM &&
  297. status & RX_MPDU_RES_STATUS_CSUM_DONE &&
  298. status & RX_MPDU_RES_STATUS_CSUM_OK)
  299. skb->ip_summed = CHECKSUM_UNNECESSARY;
  300. }
  301. /*
  302. * iwl_mvm_rx_rx_mpdu - REPLY_RX_MPDU_CMD handler
  303. *
  304. * Handles the actual data of the Rx packet from the fw
  305. */
  306. void iwl_mvm_rx_rx_mpdu(struct iwl_mvm *mvm, struct napi_struct *napi,
  307. struct iwl_rx_cmd_buffer *rxb)
  308. {
  309. struct ieee80211_hdr *hdr;
  310. struct ieee80211_rx_status *rx_status;
  311. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  312. struct iwl_rx_phy_info *phy_info;
  313. struct iwl_rx_mpdu_res_start *rx_res;
  314. struct ieee80211_sta *sta = NULL;
  315. struct sk_buff *skb;
  316. u32 len;
  317. u32 rate_n_flags;
  318. u32 rx_pkt_status;
  319. u8 crypt_len = 0;
  320. bool take_ref;
  321. phy_info = &mvm->last_phy_info;
  322. rx_res = (struct iwl_rx_mpdu_res_start *)pkt->data;
  323. hdr = (struct ieee80211_hdr *)(pkt->data + sizeof(*rx_res));
  324. len = le16_to_cpu(rx_res->byte_count);
  325. rx_pkt_status = get_unaligned_le32((__le32 *)
  326. (pkt->data + sizeof(*rx_res) + len));
  327. /* Dont use dev_alloc_skb(), we'll have enough headroom once
  328. * ieee80211_hdr pulled.
  329. */
  330. skb = alloc_skb(128, GFP_ATOMIC);
  331. if (!skb) {
  332. IWL_ERR(mvm, "alloc_skb failed\n");
  333. return;
  334. }
  335. rx_status = IEEE80211_SKB_RXCB(skb);
  336. /*
  337. * drop the packet if it has failed being decrypted by HW
  338. */
  339. if (iwl_mvm_set_mac80211_rx_flag(mvm, hdr, rx_status, rx_pkt_status,
  340. &crypt_len)) {
  341. IWL_DEBUG_DROP(mvm, "Bad decryption results 0x%08x\n",
  342. rx_pkt_status);
  343. kfree_skb(skb);
  344. return;
  345. }
  346. /*
  347. * Keep packets with CRC errors (and with overrun) for monitor mode
  348. * (otherwise the firmware discards them) but mark them as bad.
  349. */
  350. if (!(rx_pkt_status & RX_MPDU_RES_STATUS_CRC_OK) ||
  351. !(rx_pkt_status & RX_MPDU_RES_STATUS_OVERRUN_OK)) {
  352. IWL_DEBUG_RX(mvm, "Bad CRC or FIFO: 0x%08X.\n", rx_pkt_status);
  353. rx_status->flag |= RX_FLAG_FAILED_FCS_CRC;
  354. }
  355. /* This will be used in several places later */
  356. rate_n_flags = le32_to_cpu(phy_info->rate_n_flags);
  357. /* rx_status carries information about the packet to mac80211 */
  358. rx_status->mactime = le64_to_cpu(phy_info->timestamp);
  359. rx_status->device_timestamp = le32_to_cpu(phy_info->system_timestamp);
  360. rx_status->band =
  361. (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_BAND_24)) ?
  362. NL80211_BAND_2GHZ : NL80211_BAND_5GHZ;
  363. rx_status->freq =
  364. ieee80211_channel_to_frequency(le16_to_cpu(phy_info->channel),
  365. rx_status->band);
  366. /* TSF as indicated by the firmware is at INA time */
  367. rx_status->flag |= RX_FLAG_MACTIME_PLCP_START;
  368. iwl_mvm_get_signal_strength(mvm, phy_info, rx_status);
  369. IWL_DEBUG_STATS_LIMIT(mvm, "Rssi %d, TSF %llu\n", rx_status->signal,
  370. (unsigned long long)rx_status->mactime);
  371. rcu_read_lock();
  372. if (rx_pkt_status & RX_MPDU_RES_STATUS_SRC_STA_FOUND) {
  373. u32 id = rx_pkt_status & RX_MPDU_RES_STATUS_STA_ID_MSK;
  374. id >>= RX_MDPU_RES_STATUS_STA_ID_SHIFT;
  375. if (!WARN_ON_ONCE(id >= ARRAY_SIZE(mvm->fw_id_to_mac_id))) {
  376. sta = rcu_dereference(mvm->fw_id_to_mac_id[id]);
  377. if (IS_ERR(sta))
  378. sta = NULL;
  379. }
  380. } else if (!is_multicast_ether_addr(hdr->addr2)) {
  381. /* This is fine since we prevent two stations with the same
  382. * address from being added.
  383. */
  384. sta = ieee80211_find_sta_by_ifaddr(mvm->hw, hdr->addr2, NULL);
  385. }
  386. if (sta) {
  387. struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
  388. struct ieee80211_vif *tx_blocked_vif =
  389. rcu_dereference(mvm->csa_tx_blocked_vif);
  390. /* We have tx blocked stations (with CS bit). If we heard
  391. * frames from a blocked station on a new channel we can
  392. * TX to it again.
  393. */
  394. if (unlikely(tx_blocked_vif) &&
  395. mvmsta->vif == tx_blocked_vif) {
  396. struct iwl_mvm_vif *mvmvif =
  397. iwl_mvm_vif_from_mac80211(tx_blocked_vif);
  398. if (mvmvif->csa_target_freq == rx_status->freq)
  399. iwl_mvm_sta_modify_disable_tx_ap(mvm, sta,
  400. false);
  401. }
  402. rs_update_last_rssi(mvm, mvmsta, rx_status);
  403. if (iwl_fw_dbg_trigger_enabled(mvm->fw, FW_DBG_TRIGGER_RSSI) &&
  404. ieee80211_is_beacon(hdr->frame_control)) {
  405. struct iwl_fw_dbg_trigger_tlv *trig;
  406. struct iwl_fw_dbg_trigger_low_rssi *rssi_trig;
  407. bool trig_check;
  408. s32 rssi;
  409. trig = iwl_fw_dbg_get_trigger(mvm->fw,
  410. FW_DBG_TRIGGER_RSSI);
  411. rssi_trig = (void *)trig->data;
  412. rssi = le32_to_cpu(rssi_trig->rssi);
  413. trig_check =
  414. iwl_fw_dbg_trigger_check_stop(&mvm->fwrt,
  415. ieee80211_vif_to_wdev(mvmsta->vif),
  416. trig);
  417. if (trig_check && rx_status->signal < rssi)
  418. iwl_fw_dbg_collect_trig(&mvm->fwrt, trig,
  419. NULL);
  420. }
  421. if (!mvm->tcm.paused && len >= sizeof(*hdr) &&
  422. !is_multicast_ether_addr(hdr->addr1) &&
  423. ieee80211_is_data(hdr->frame_control))
  424. iwl_mvm_rx_handle_tcm(mvm, sta, hdr, len, phy_info,
  425. rate_n_flags);
  426. if (ieee80211_is_data(hdr->frame_control))
  427. iwl_mvm_rx_csum(sta, skb, rx_pkt_status);
  428. }
  429. rcu_read_unlock();
  430. /* set the preamble flag if appropriate */
  431. if (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_SHORT_PREAMBLE))
  432. rx_status->enc_flags |= RX_ENC_FLAG_SHORTPRE;
  433. if (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_AGG)) {
  434. /*
  435. * We know which subframes of an A-MPDU belong
  436. * together since we get a single PHY response
  437. * from the firmware for all of them
  438. */
  439. rx_status->flag |= RX_FLAG_AMPDU_DETAILS;
  440. rx_status->ampdu_reference = mvm->ampdu_ref;
  441. }
  442. /* Set up the HT phy flags */
  443. switch (rate_n_flags & RATE_MCS_CHAN_WIDTH_MSK) {
  444. case RATE_MCS_CHAN_WIDTH_20:
  445. break;
  446. case RATE_MCS_CHAN_WIDTH_40:
  447. rx_status->bw = RATE_INFO_BW_40;
  448. break;
  449. case RATE_MCS_CHAN_WIDTH_80:
  450. rx_status->bw = RATE_INFO_BW_80;
  451. break;
  452. case RATE_MCS_CHAN_WIDTH_160:
  453. rx_status->bw = RATE_INFO_BW_160;
  454. break;
  455. }
  456. if (!(rate_n_flags & RATE_MCS_CCK_MSK) &&
  457. rate_n_flags & RATE_MCS_SGI_MSK)
  458. rx_status->enc_flags |= RX_ENC_FLAG_SHORT_GI;
  459. if (rate_n_flags & RATE_HT_MCS_GF_MSK)
  460. rx_status->enc_flags |= RX_ENC_FLAG_HT_GF;
  461. if (rate_n_flags & RATE_MCS_LDPC_MSK)
  462. rx_status->enc_flags |= RX_ENC_FLAG_LDPC;
  463. if (rate_n_flags & RATE_MCS_HT_MSK) {
  464. u8 stbc = (rate_n_flags & RATE_MCS_STBC_MSK) >>
  465. RATE_MCS_STBC_POS;
  466. rx_status->encoding = RX_ENC_HT;
  467. rx_status->rate_idx = rate_n_flags & RATE_HT_MCS_INDEX_MSK;
  468. rx_status->enc_flags |= stbc << RX_ENC_FLAG_STBC_SHIFT;
  469. } else if (rate_n_flags & RATE_MCS_VHT_MSK) {
  470. u8 stbc = (rate_n_flags & RATE_MCS_STBC_MSK) >>
  471. RATE_MCS_STBC_POS;
  472. rx_status->nss =
  473. ((rate_n_flags & RATE_VHT_MCS_NSS_MSK) >>
  474. RATE_VHT_MCS_NSS_POS) + 1;
  475. rx_status->rate_idx = rate_n_flags & RATE_VHT_MCS_RATE_CODE_MSK;
  476. rx_status->encoding = RX_ENC_VHT;
  477. rx_status->enc_flags |= stbc << RX_ENC_FLAG_STBC_SHIFT;
  478. if (rate_n_flags & RATE_MCS_BF_MSK)
  479. rx_status->enc_flags |= RX_ENC_FLAG_BF;
  480. } else {
  481. int rate = iwl_mvm_legacy_rate_to_mac80211_idx(rate_n_flags,
  482. rx_status->band);
  483. if (WARN(rate < 0 || rate > 0xFF,
  484. "Invalid rate flags 0x%x, band %d,\n",
  485. rate_n_flags, rx_status->band)) {
  486. kfree_skb(skb);
  487. return;
  488. }
  489. rx_status->rate_idx = rate;
  490. }
  491. #ifdef CONFIG_IWLWIFI_DEBUGFS
  492. iwl_mvm_update_frame_stats(mvm, rate_n_flags,
  493. rx_status->flag & RX_FLAG_AMPDU_DETAILS);
  494. #endif
  495. if (unlikely((ieee80211_is_beacon(hdr->frame_control) ||
  496. ieee80211_is_probe_resp(hdr->frame_control)) &&
  497. mvm->sched_scan_pass_all == SCHED_SCAN_PASS_ALL_ENABLED))
  498. mvm->sched_scan_pass_all = SCHED_SCAN_PASS_ALL_FOUND;
  499. if (unlikely(ieee80211_is_beacon(hdr->frame_control) ||
  500. ieee80211_is_probe_resp(hdr->frame_control)))
  501. rx_status->boottime_ns = ktime_get_boot_ns();
  502. /* Take a reference briefly to kick off a d0i3 entry delay so
  503. * we can handle bursts of RX packets without toggling the
  504. * state too often. But don't do this for beacons if we are
  505. * going to idle because the beacon filtering changes we make
  506. * cause the firmware to send us collateral beacons. */
  507. take_ref = !(test_bit(STATUS_TRANS_GOING_IDLE, &mvm->trans->status) &&
  508. ieee80211_is_beacon(hdr->frame_control));
  509. if (take_ref)
  510. iwl_mvm_ref(mvm, IWL_MVM_REF_RX);
  511. iwl_mvm_pass_packet_to_mac80211(mvm, sta, napi, skb, hdr, len,
  512. crypt_len, rxb);
  513. if (take_ref)
  514. iwl_mvm_unref(mvm, IWL_MVM_REF_RX);
  515. }
  516. struct iwl_mvm_stat_data {
  517. struct iwl_mvm *mvm;
  518. __le32 flags;
  519. __le32 mac_id;
  520. u8 beacon_filter_average_energy;
  521. void *general;
  522. };
  523. static void iwl_mvm_stat_iterator(void *_data, u8 *mac,
  524. struct ieee80211_vif *vif)
  525. {
  526. struct iwl_mvm_stat_data *data = _data;
  527. struct iwl_mvm *mvm = data->mvm;
  528. int sig = -data->beacon_filter_average_energy;
  529. int last_event;
  530. int thold = vif->bss_conf.cqm_rssi_thold;
  531. int hyst = vif->bss_conf.cqm_rssi_hyst;
  532. u16 id = le32_to_cpu(data->mac_id);
  533. struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
  534. /* This doesn't need the MAC ID check since it's not taking the
  535. * data copied into the "data" struct, but rather the data from
  536. * the notification directly.
  537. */
  538. if (data->general) {
  539. u16 vif_id = mvmvif->id;
  540. if (iwl_mvm_is_cdb_supported(mvm)) {
  541. struct mvm_statistics_general_cdb *general =
  542. data->general;
  543. mvmvif->beacon_stats.num_beacons =
  544. le32_to_cpu(general->beacon_counter[vif_id]);
  545. mvmvif->beacon_stats.avg_signal =
  546. -general->beacon_average_energy[vif_id];
  547. } else {
  548. struct mvm_statistics_general_v8 *general =
  549. data->general;
  550. mvmvif->beacon_stats.num_beacons =
  551. le32_to_cpu(general->beacon_counter[vif_id]);
  552. mvmvif->beacon_stats.avg_signal =
  553. -general->beacon_average_energy[vif_id];
  554. }
  555. }
  556. /* make sure that beacon statistics don't go backwards with TCM
  557. * request to clear statistics
  558. */
  559. if (le32_to_cpu(data->flags) & IWL_STATISTICS_REPLY_FLG_CLEAR)
  560. mvmvif->beacon_stats.accu_num_beacons +=
  561. mvmvif->beacon_stats.num_beacons;
  562. if (mvmvif->id != id)
  563. return;
  564. if (vif->type != NL80211_IFTYPE_STATION)
  565. return;
  566. if (sig == 0) {
  567. IWL_DEBUG_RX(mvm, "RSSI is 0 - skip signal based decision\n");
  568. return;
  569. }
  570. mvmvif->bf_data.ave_beacon_signal = sig;
  571. /* BT Coex */
  572. if (mvmvif->bf_data.bt_coex_min_thold !=
  573. mvmvif->bf_data.bt_coex_max_thold) {
  574. last_event = mvmvif->bf_data.last_bt_coex_event;
  575. if (sig > mvmvif->bf_data.bt_coex_max_thold &&
  576. (last_event <= mvmvif->bf_data.bt_coex_min_thold ||
  577. last_event == 0)) {
  578. mvmvif->bf_data.last_bt_coex_event = sig;
  579. IWL_DEBUG_RX(mvm, "cqm_iterator bt coex high %d\n",
  580. sig);
  581. iwl_mvm_bt_rssi_event(mvm, vif, RSSI_EVENT_HIGH);
  582. } else if (sig < mvmvif->bf_data.bt_coex_min_thold &&
  583. (last_event >= mvmvif->bf_data.bt_coex_max_thold ||
  584. last_event == 0)) {
  585. mvmvif->bf_data.last_bt_coex_event = sig;
  586. IWL_DEBUG_RX(mvm, "cqm_iterator bt coex low %d\n",
  587. sig);
  588. iwl_mvm_bt_rssi_event(mvm, vif, RSSI_EVENT_LOW);
  589. }
  590. }
  591. if (!(vif->driver_flags & IEEE80211_VIF_SUPPORTS_CQM_RSSI))
  592. return;
  593. /* CQM Notification */
  594. last_event = mvmvif->bf_data.last_cqm_event;
  595. if (thold && sig < thold && (last_event == 0 ||
  596. sig < last_event - hyst)) {
  597. mvmvif->bf_data.last_cqm_event = sig;
  598. IWL_DEBUG_RX(mvm, "cqm_iterator cqm low %d\n",
  599. sig);
  600. ieee80211_cqm_rssi_notify(
  601. vif,
  602. NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW,
  603. sig,
  604. GFP_KERNEL);
  605. } else if (sig > thold &&
  606. (last_event == 0 || sig > last_event + hyst)) {
  607. mvmvif->bf_data.last_cqm_event = sig;
  608. IWL_DEBUG_RX(mvm, "cqm_iterator cqm high %d\n",
  609. sig);
  610. ieee80211_cqm_rssi_notify(
  611. vif,
  612. NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH,
  613. sig,
  614. GFP_KERNEL);
  615. }
  616. }
  617. static inline void
  618. iwl_mvm_rx_stats_check_trigger(struct iwl_mvm *mvm, struct iwl_rx_packet *pkt)
  619. {
  620. struct iwl_fw_dbg_trigger_tlv *trig;
  621. struct iwl_fw_dbg_trigger_stats *trig_stats;
  622. u32 trig_offset, trig_thold;
  623. if (!iwl_fw_dbg_trigger_enabled(mvm->fw, FW_DBG_TRIGGER_STATS))
  624. return;
  625. trig = iwl_fw_dbg_get_trigger(mvm->fw, FW_DBG_TRIGGER_STATS);
  626. trig_stats = (void *)trig->data;
  627. if (!iwl_fw_dbg_trigger_check_stop(&mvm->fwrt, NULL, trig))
  628. return;
  629. trig_offset = le32_to_cpu(trig_stats->stop_offset);
  630. trig_thold = le32_to_cpu(trig_stats->stop_threshold);
  631. if (WARN_ON_ONCE(trig_offset >= iwl_rx_packet_payload_len(pkt)))
  632. return;
  633. if (le32_to_cpup((__le32 *) (pkt->data + trig_offset)) < trig_thold)
  634. return;
  635. iwl_fw_dbg_collect_trig(&mvm->fwrt, trig, NULL);
  636. }
  637. void iwl_mvm_handle_rx_statistics(struct iwl_mvm *mvm,
  638. struct iwl_rx_packet *pkt)
  639. {
  640. struct iwl_mvm_stat_data data = {
  641. .mvm = mvm,
  642. };
  643. int expected_size;
  644. int i;
  645. u8 *energy;
  646. __le32 *bytes;
  647. __le32 *air_time;
  648. __le32 flags;
  649. if (!iwl_mvm_has_new_rx_stats_api(mvm)) {
  650. if (iwl_mvm_has_new_rx_api(mvm))
  651. expected_size = sizeof(struct iwl_notif_statistics_v11);
  652. else
  653. expected_size = sizeof(struct iwl_notif_statistics_v10);
  654. } else {
  655. expected_size = sizeof(struct iwl_notif_statistics_cdb);
  656. }
  657. if (WARN_ONCE(iwl_rx_packet_payload_len(pkt) != expected_size,
  658. "received invalid statistics size (%d)!\n",
  659. iwl_rx_packet_payload_len(pkt)))
  660. return;
  661. if (!iwl_mvm_has_new_rx_stats_api(mvm)) {
  662. struct iwl_notif_statistics_v11 *stats = (void *)&pkt->data;
  663. data.mac_id = stats->rx.general.mac_id;
  664. data.beacon_filter_average_energy =
  665. stats->general.common.beacon_filter_average_energy;
  666. mvm->rx_stats_v3 = stats->rx;
  667. mvm->radio_stats.rx_time =
  668. le64_to_cpu(stats->general.common.rx_time);
  669. mvm->radio_stats.tx_time =
  670. le64_to_cpu(stats->general.common.tx_time);
  671. mvm->radio_stats.on_time_rf =
  672. le64_to_cpu(stats->general.common.on_time_rf);
  673. mvm->radio_stats.on_time_scan =
  674. le64_to_cpu(stats->general.common.on_time_scan);
  675. data.general = &stats->general;
  676. flags = stats->flag;
  677. } else {
  678. struct iwl_notif_statistics_cdb *stats = (void *)&pkt->data;
  679. data.mac_id = stats->rx.general.mac_id;
  680. data.beacon_filter_average_energy =
  681. stats->general.common.beacon_filter_average_energy;
  682. mvm->rx_stats = stats->rx;
  683. mvm->radio_stats.rx_time =
  684. le64_to_cpu(stats->general.common.rx_time);
  685. mvm->radio_stats.tx_time =
  686. le64_to_cpu(stats->general.common.tx_time);
  687. mvm->radio_stats.on_time_rf =
  688. le64_to_cpu(stats->general.common.on_time_rf);
  689. mvm->radio_stats.on_time_scan =
  690. le64_to_cpu(stats->general.common.on_time_scan);
  691. data.general = &stats->general;
  692. flags = stats->flag;
  693. }
  694. data.flags = flags;
  695. iwl_mvm_rx_stats_check_trigger(mvm, pkt);
  696. ieee80211_iterate_active_interfaces(mvm->hw,
  697. IEEE80211_IFACE_ITER_NORMAL,
  698. iwl_mvm_stat_iterator,
  699. &data);
  700. if (!iwl_mvm_has_new_rx_api(mvm))
  701. return;
  702. if (!iwl_mvm_has_new_rx_stats_api(mvm)) {
  703. struct iwl_notif_statistics_v11 *v11 = (void *)&pkt->data;
  704. energy = (void *)&v11->load_stats.avg_energy;
  705. bytes = (void *)&v11->load_stats.byte_count;
  706. air_time = (void *)&v11->load_stats.air_time;
  707. } else {
  708. struct iwl_notif_statistics_cdb *stats = (void *)&pkt->data;
  709. energy = (void *)&stats->load_stats.avg_energy;
  710. bytes = (void *)&stats->load_stats.byte_count;
  711. air_time = (void *)&stats->load_stats.air_time;
  712. }
  713. rcu_read_lock();
  714. for (i = 0; i < ARRAY_SIZE(mvm->fw_id_to_mac_id); i++) {
  715. struct iwl_mvm_sta *sta;
  716. if (!energy[i])
  717. continue;
  718. sta = iwl_mvm_sta_from_staid_rcu(mvm, i);
  719. if (!sta)
  720. continue;
  721. sta->avg_energy = energy[i];
  722. }
  723. rcu_read_unlock();
  724. /*
  725. * Don't update in case the statistics are not cleared, since
  726. * we will end up counting twice the same airtime, once in TCM
  727. * request and once in statistics notification.
  728. */
  729. if (!(le32_to_cpu(flags) & IWL_STATISTICS_REPLY_FLG_CLEAR))
  730. return;
  731. spin_lock(&mvm->tcm.lock);
  732. for (i = 0; i < NUM_MAC_INDEX_DRIVER; i++) {
  733. struct iwl_mvm_tcm_mac *mdata = &mvm->tcm.data[i];
  734. u32 airtime = le32_to_cpu(air_time[i]);
  735. u32 rx_bytes = le32_to_cpu(bytes[i]);
  736. mdata->uapsd_nonagg_detect.rx_bytes += rx_bytes;
  737. if (airtime) {
  738. /* re-init every time to store rate from FW */
  739. ewma_rate_init(&mdata->uapsd_nonagg_detect.rate);
  740. ewma_rate_add(&mdata->uapsd_nonagg_detect.rate,
  741. rx_bytes * 8 / airtime);
  742. }
  743. mdata->rx.airtime += airtime;
  744. }
  745. spin_unlock(&mvm->tcm.lock);
  746. }
  747. void iwl_mvm_rx_statistics(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb)
  748. {
  749. iwl_mvm_handle_rx_statistics(mvm, rxb_addr(rxb));
  750. }
  751. void iwl_mvm_window_status_notif(struct iwl_mvm *mvm,
  752. struct iwl_rx_cmd_buffer *rxb)
  753. {
  754. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  755. struct iwl_ba_window_status_notif *notif = (void *)pkt->data;
  756. int i;
  757. u32 pkt_len = iwl_rx_packet_payload_len(pkt);
  758. if (WARN_ONCE(pkt_len != sizeof(*notif),
  759. "Received window status notification of wrong size (%u)\n",
  760. pkt_len))
  761. return;
  762. rcu_read_lock();
  763. for (i = 0; i < BA_WINDOW_STREAMS_MAX; i++) {
  764. struct ieee80211_sta *sta;
  765. u8 sta_id, tid;
  766. u64 bitmap;
  767. u32 ssn;
  768. u16 ratid;
  769. u16 received_mpdu;
  770. ratid = le16_to_cpu(notif->ra_tid[i]);
  771. /* check that this TID is valid */
  772. if (!(ratid & BA_WINDOW_STATUS_VALID_MSK))
  773. continue;
  774. received_mpdu = le16_to_cpu(notif->mpdu_rx_count[i]);
  775. if (received_mpdu == 0)
  776. continue;
  777. tid = ratid & BA_WINDOW_STATUS_TID_MSK;
  778. /* get the station */
  779. sta_id = (ratid & BA_WINDOW_STATUS_STA_ID_MSK)
  780. >> BA_WINDOW_STATUS_STA_ID_POS;
  781. sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]);
  782. if (IS_ERR_OR_NULL(sta))
  783. continue;
  784. bitmap = le64_to_cpu(notif->bitmap[i]);
  785. ssn = le32_to_cpu(notif->start_seq_num[i]);
  786. /* update mac80211 with the bitmap for the reordering buffer */
  787. ieee80211_mark_rx_ba_filtered_frames(sta, tid, ssn, bitmap,
  788. received_mpdu);
  789. }
  790. rcu_read_unlock();
  791. }