mac-ctxt.c 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049
  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 - 2013 Intel Corporation. All rights reserved.
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of version 2 of the GNU General Public License as
  12. * published by the Free Software Foundation.
  13. *
  14. * This program is distributed in the hope that it will be useful, but
  15. * WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
  22. * USA
  23. *
  24. * The full GNU General Public License is included in this distribution
  25. * in the file called COPYING.
  26. *
  27. * Contact Information:
  28. * Intel Linux Wireless <ilw@linux.intel.com>
  29. * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  30. *
  31. * BSD LICENSE
  32. *
  33. * Copyright(c) 2012 - 2013 Intel Corporation. All rights reserved.
  34. * All rights reserved.
  35. *
  36. * Redistribution and use in source and binary forms, with or without
  37. * modification, are permitted provided that the following conditions
  38. * are met:
  39. *
  40. * * Redistributions of source code must retain the above copyright
  41. * notice, this list of conditions and the following disclaimer.
  42. * * Redistributions in binary form must reproduce the above copyright
  43. * notice, this list of conditions and the following disclaimer in
  44. * the documentation and/or other materials provided with the
  45. * distribution.
  46. * * Neither the name Intel Corporation nor the names of its
  47. * contributors may be used to endorse or promote products derived
  48. * from this software without specific prior written permission.
  49. *
  50. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  51. * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  52. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  53. * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  54. * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  55. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  56. * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  57. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  58. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  59. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  60. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  61. *
  62. *****************************************************************************/
  63. #include <linux/etherdevice.h>
  64. #include <net/mac80211.h>
  65. #include "iwl-io.h"
  66. #include "iwl-prph.h"
  67. #include "fw-api.h"
  68. #include "mvm.h"
  69. const u8 iwl_mvm_ac_to_tx_fifo[] = {
  70. IWL_MVM_TX_FIFO_BK,
  71. IWL_MVM_TX_FIFO_BE,
  72. IWL_MVM_TX_FIFO_VI,
  73. IWL_MVM_TX_FIFO_VO,
  74. };
  75. struct iwl_mvm_mac_iface_iterator_data {
  76. struct iwl_mvm *mvm;
  77. struct ieee80211_vif *vif;
  78. unsigned long available_mac_ids[BITS_TO_LONGS(NUM_MAC_INDEX_DRIVER)];
  79. unsigned long available_tsf_ids[BITS_TO_LONGS(NUM_TSF_IDS)];
  80. unsigned long used_hw_queues[BITS_TO_LONGS(IWL_MVM_FIRST_AGG_QUEUE)];
  81. enum iwl_tsf_id preferred_tsf;
  82. bool found_vif;
  83. };
  84. static void iwl_mvm_mac_iface_iterator(void *_data, u8 *mac,
  85. struct ieee80211_vif *vif)
  86. {
  87. struct iwl_mvm_mac_iface_iterator_data *data = _data;
  88. struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
  89. u32 ac;
  90. /* Iterator may already find the interface being added -- skip it */
  91. if (vif == data->vif) {
  92. data->found_vif = true;
  93. return;
  94. }
  95. /* Mark the queues used by the vif */
  96. for (ac = 0; ac < IEEE80211_NUM_ACS; ac++)
  97. if (vif->hw_queue[ac] != IEEE80211_INVAL_HW_QUEUE)
  98. __set_bit(vif->hw_queue[ac], data->used_hw_queues);
  99. if (vif->cab_queue != IEEE80211_INVAL_HW_QUEUE)
  100. __set_bit(vif->cab_queue, data->used_hw_queues);
  101. /*
  102. * Mark MAC IDs as used by clearing the available bit, and
  103. * (below) mark TSFs as used if their existing use is not
  104. * compatible with the new interface type.
  105. * No locking or atomic bit operations are needed since the
  106. * data is on the stack of the caller function.
  107. */
  108. __clear_bit(mvmvif->id, data->available_mac_ids);
  109. /*
  110. * The TSF is a hardware/firmware resource, there are 4 and
  111. * the driver should assign and free them as needed. However,
  112. * there are cases where 2 MACs should share the same TSF ID
  113. * for the purpose of clock sync, an optimization to avoid
  114. * clock drift causing overlapping TBTTs/DTIMs for a GO and
  115. * client in the system.
  116. *
  117. * The firmware will decide according to the MAC type which
  118. * will be the master and slave. Clients that need to sync
  119. * with a remote station will be the master, and an AP or GO
  120. * will be the slave.
  121. *
  122. * Depending on the new interface type it can be slaved to
  123. * or become the master of an existing interface.
  124. */
  125. switch (data->vif->type) {
  126. case NL80211_IFTYPE_STATION:
  127. /*
  128. * The new interface is client, so if the existing one
  129. * we're iterating is an AP, the TSF should be used to
  130. * avoid drift between the new client and existing AP,
  131. * the existing AP will get drift updates from the new
  132. * client context in this case
  133. */
  134. if (vif->type == NL80211_IFTYPE_AP) {
  135. if (data->preferred_tsf == NUM_TSF_IDS &&
  136. test_bit(mvmvif->tsf_id, data->available_tsf_ids))
  137. data->preferred_tsf = mvmvif->tsf_id;
  138. return;
  139. }
  140. break;
  141. case NL80211_IFTYPE_AP:
  142. /*
  143. * The new interface is AP/GO, so should get drift
  144. * updates from an existing client or use the same
  145. * TSF as an existing GO. There's no drift between
  146. * TSFs internally but if they used different TSFs
  147. * then a new client MAC could update one of them
  148. * and cause drift that way.
  149. */
  150. if (vif->type == NL80211_IFTYPE_STATION ||
  151. vif->type == NL80211_IFTYPE_AP) {
  152. if (data->preferred_tsf == NUM_TSF_IDS &&
  153. test_bit(mvmvif->tsf_id, data->available_tsf_ids))
  154. data->preferred_tsf = mvmvif->tsf_id;
  155. return;
  156. }
  157. break;
  158. default:
  159. /*
  160. * For all other interface types there's no need to
  161. * take drift into account. Either they're exclusive
  162. * like IBSS and monitor, or we don't care much about
  163. * their TSF (like P2P Device), but we won't be able
  164. * to share the TSF resource.
  165. */
  166. break;
  167. }
  168. /*
  169. * Unless we exited above, we can't share the TSF resource
  170. * that the virtual interface we're iterating over is using
  171. * with the new one, so clear the available bit and if this
  172. * was the preferred one, reset that as well.
  173. */
  174. __clear_bit(mvmvif->tsf_id, data->available_tsf_ids);
  175. if (data->preferred_tsf == mvmvif->tsf_id)
  176. data->preferred_tsf = NUM_TSF_IDS;
  177. }
  178. /*
  179. * Get the mask of the queus used by the vif
  180. */
  181. u32 iwl_mvm_mac_get_queues_mask(struct iwl_mvm *mvm,
  182. struct ieee80211_vif *vif)
  183. {
  184. u32 qmask, ac;
  185. if (vif->type == NL80211_IFTYPE_P2P_DEVICE)
  186. return BIT(IWL_MVM_OFFCHANNEL_QUEUE);
  187. qmask = (vif->cab_queue != IEEE80211_INVAL_HW_QUEUE) ?
  188. BIT(vif->cab_queue) : 0;
  189. for (ac = 0; ac < IEEE80211_NUM_ACS; ac++)
  190. if (vif->hw_queue[ac] != IEEE80211_INVAL_HW_QUEUE)
  191. qmask |= BIT(vif->hw_queue[ac]);
  192. return qmask;
  193. }
  194. static int iwl_mvm_mac_ctxt_allocate_resources(struct iwl_mvm *mvm,
  195. struct ieee80211_vif *vif)
  196. {
  197. struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
  198. struct iwl_mvm_mac_iface_iterator_data data = {
  199. .mvm = mvm,
  200. .vif = vif,
  201. .available_mac_ids = { (1 << NUM_MAC_INDEX_DRIVER) - 1 },
  202. .available_tsf_ids = { (1 << NUM_TSF_IDS) - 1 },
  203. /* no preference yet */
  204. .preferred_tsf = NUM_TSF_IDS,
  205. .used_hw_queues = {
  206. BIT(IWL_MVM_OFFCHANNEL_QUEUE) |
  207. BIT(IWL_MVM_AUX_QUEUE) |
  208. BIT(IWL_MVM_CMD_QUEUE)
  209. },
  210. .found_vif = false,
  211. };
  212. u32 ac;
  213. int ret;
  214. /*
  215. * Allocate a MAC ID and a TSF for this MAC, along with the queues
  216. * and other resources.
  217. */
  218. /*
  219. * Before the iterator, we start with all MAC IDs and TSFs available.
  220. *
  221. * During iteration, all MAC IDs are cleared that are in use by other
  222. * virtual interfaces, and all TSF IDs are cleared that can't be used
  223. * by this new virtual interface because they're used by an interface
  224. * that can't share it with the new one.
  225. * At the same time, we check if there's a preferred TSF in the case
  226. * that we should share it with another interface.
  227. */
  228. /* Currently, MAC ID 0 should be used only for the managed vif */
  229. if (vif->type != NL80211_IFTYPE_STATION || vif->p2p)
  230. __clear_bit(0, data.available_mac_ids);
  231. ieee80211_iterate_active_interfaces_atomic(
  232. mvm->hw, IEEE80211_IFACE_ITER_RESUME_ALL,
  233. iwl_mvm_mac_iface_iterator, &data);
  234. /*
  235. * In the case we're getting here during resume, it's similar to
  236. * firmware restart, and with RESUME_ALL the iterator will find
  237. * the vif being added already.
  238. * We don't want to reassign any IDs in either case since doing
  239. * so would probably assign different IDs (as interfaces aren't
  240. * necessarily added in the same order), but the old IDs were
  241. * preserved anyway, so skip ID assignment for both resume and
  242. * recovery.
  243. */
  244. if (data.found_vif)
  245. return 0;
  246. /* Therefore, in recovery, we can't get here */
  247. WARN_ON_ONCE(test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status));
  248. mvmvif->id = find_first_bit(data.available_mac_ids,
  249. NUM_MAC_INDEX_DRIVER);
  250. if (mvmvif->id == NUM_MAC_INDEX_DRIVER) {
  251. IWL_ERR(mvm, "Failed to init MAC context - no free ID!\n");
  252. ret = -EIO;
  253. goto exit_fail;
  254. }
  255. if (data.preferred_tsf != NUM_TSF_IDS)
  256. mvmvif->tsf_id = data.preferred_tsf;
  257. else
  258. mvmvif->tsf_id = find_first_bit(data.available_tsf_ids,
  259. NUM_TSF_IDS);
  260. if (mvmvif->tsf_id == NUM_TSF_IDS) {
  261. IWL_ERR(mvm, "Failed to init MAC context - no free TSF!\n");
  262. ret = -EIO;
  263. goto exit_fail;
  264. }
  265. mvmvif->color = 0;
  266. INIT_LIST_HEAD(&mvmvif->time_event_data.list);
  267. mvmvif->time_event_data.id = TE_MAX;
  268. /* No need to allocate data queues to P2P Device MAC.*/
  269. if (vif->type == NL80211_IFTYPE_P2P_DEVICE) {
  270. for (ac = 0; ac < IEEE80211_NUM_ACS; ac++)
  271. vif->hw_queue[ac] = IEEE80211_INVAL_HW_QUEUE;
  272. return 0;
  273. }
  274. /* Find available queues, and allocate them to the ACs */
  275. for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) {
  276. u8 queue = find_first_zero_bit(data.used_hw_queues,
  277. IWL_MVM_FIRST_AGG_QUEUE);
  278. if (queue >= IWL_MVM_FIRST_AGG_QUEUE) {
  279. IWL_ERR(mvm, "Failed to allocate queue\n");
  280. ret = -EIO;
  281. goto exit_fail;
  282. }
  283. __set_bit(queue, data.used_hw_queues);
  284. vif->hw_queue[ac] = queue;
  285. }
  286. /* Allocate the CAB queue for softAP and GO interfaces */
  287. if (vif->type == NL80211_IFTYPE_AP) {
  288. u8 queue = find_first_zero_bit(data.used_hw_queues,
  289. IWL_MVM_FIRST_AGG_QUEUE);
  290. if (queue >= IWL_MVM_FIRST_AGG_QUEUE) {
  291. IWL_ERR(mvm, "Failed to allocate cab queue\n");
  292. ret = -EIO;
  293. goto exit_fail;
  294. }
  295. vif->cab_queue = queue;
  296. } else {
  297. vif->cab_queue = IEEE80211_INVAL_HW_QUEUE;
  298. }
  299. mvmvif->bcast_sta.sta_id = IWL_MVM_STATION_COUNT;
  300. mvmvif->ap_sta_id = IWL_MVM_STATION_COUNT;
  301. return 0;
  302. exit_fail:
  303. memset(mvmvif, 0, sizeof(struct iwl_mvm_vif));
  304. memset(vif->hw_queue, IEEE80211_INVAL_HW_QUEUE, sizeof(vif->hw_queue));
  305. vif->cab_queue = IEEE80211_INVAL_HW_QUEUE;
  306. return ret;
  307. }
  308. int iwl_mvm_mac_ctxt_init(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
  309. {
  310. u32 ac;
  311. int ret;
  312. lockdep_assert_held(&mvm->mutex);
  313. ret = iwl_mvm_mac_ctxt_allocate_resources(mvm, vif);
  314. if (ret)
  315. return ret;
  316. switch (vif->type) {
  317. case NL80211_IFTYPE_P2P_DEVICE:
  318. iwl_trans_ac_txq_enable(mvm->trans, IWL_MVM_OFFCHANNEL_QUEUE,
  319. IWL_MVM_TX_FIFO_VO);
  320. break;
  321. case NL80211_IFTYPE_AP:
  322. iwl_trans_ac_txq_enable(mvm->trans, vif->cab_queue,
  323. IWL_MVM_TX_FIFO_VO);
  324. /* fall through */
  325. default:
  326. for (ac = 0; ac < IEEE80211_NUM_ACS; ac++)
  327. iwl_trans_ac_txq_enable(mvm->trans, vif->hw_queue[ac],
  328. iwl_mvm_ac_to_tx_fifo[ac]);
  329. break;
  330. }
  331. return 0;
  332. }
  333. void iwl_mvm_mac_ctxt_release(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
  334. {
  335. int ac;
  336. lockdep_assert_held(&mvm->mutex);
  337. switch (vif->type) {
  338. case NL80211_IFTYPE_P2P_DEVICE:
  339. iwl_trans_txq_disable(mvm->trans, IWL_MVM_OFFCHANNEL_QUEUE);
  340. break;
  341. case NL80211_IFTYPE_AP:
  342. iwl_trans_txq_disable(mvm->trans, vif->cab_queue);
  343. /* fall through */
  344. default:
  345. for (ac = 0; ac < IEEE80211_NUM_ACS; ac++)
  346. iwl_trans_txq_disable(mvm->trans, vif->hw_queue[ac]);
  347. }
  348. }
  349. static void iwl_mvm_ack_rates(struct iwl_mvm *mvm,
  350. struct ieee80211_vif *vif,
  351. enum ieee80211_band band,
  352. u8 *cck_rates, u8 *ofdm_rates)
  353. {
  354. struct ieee80211_supported_band *sband;
  355. unsigned long basic = vif->bss_conf.basic_rates;
  356. int lowest_present_ofdm = 100;
  357. int lowest_present_cck = 100;
  358. u8 cck = 0;
  359. u8 ofdm = 0;
  360. int i;
  361. sband = mvm->hw->wiphy->bands[band];
  362. for_each_set_bit(i, &basic, BITS_PER_LONG) {
  363. int hw = sband->bitrates[i].hw_value;
  364. if (hw >= IWL_FIRST_OFDM_RATE) {
  365. ofdm |= BIT(hw - IWL_FIRST_OFDM_RATE);
  366. if (lowest_present_ofdm > hw)
  367. lowest_present_ofdm = hw;
  368. } else {
  369. BUILD_BUG_ON(IWL_FIRST_CCK_RATE != 0);
  370. cck |= BIT(hw);
  371. if (lowest_present_cck > hw)
  372. lowest_present_cck = hw;
  373. }
  374. }
  375. /*
  376. * Now we've got the basic rates as bitmaps in the ofdm and cck
  377. * variables. This isn't sufficient though, as there might not
  378. * be all the right rates in the bitmap. E.g. if the only basic
  379. * rates are 5.5 Mbps and 11 Mbps, we still need to add 1 Mbps
  380. * and 6 Mbps because the 802.11-2007 standard says in 9.6:
  381. *
  382. * [...] a STA responding to a received frame shall transmit
  383. * its Control Response frame [...] at the highest rate in the
  384. * BSSBasicRateSet parameter that is less than or equal to the
  385. * rate of the immediately previous frame in the frame exchange
  386. * sequence ([...]) and that is of the same modulation class
  387. * ([...]) as the received frame. If no rate contained in the
  388. * BSSBasicRateSet parameter meets these conditions, then the
  389. * control frame sent in response to a received frame shall be
  390. * transmitted at the highest mandatory rate of the PHY that is
  391. * less than or equal to the rate of the received frame, and
  392. * that is of the same modulation class as the received frame.
  393. *
  394. * As a consequence, we need to add all mandatory rates that are
  395. * lower than all of the basic rates to these bitmaps.
  396. */
  397. if (IWL_RATE_24M_INDEX < lowest_present_ofdm)
  398. ofdm |= IWL_RATE_BIT_MSK(24) >> IWL_FIRST_OFDM_RATE;
  399. if (IWL_RATE_12M_INDEX < lowest_present_ofdm)
  400. ofdm |= IWL_RATE_BIT_MSK(12) >> IWL_FIRST_OFDM_RATE;
  401. /* 6M already there or needed so always add */
  402. ofdm |= IWL_RATE_BIT_MSK(6) >> IWL_FIRST_OFDM_RATE;
  403. /*
  404. * CCK is a bit more complex with DSSS vs. HR/DSSS vs. ERP.
  405. * Note, however:
  406. * - if no CCK rates are basic, it must be ERP since there must
  407. * be some basic rates at all, so they're OFDM => ERP PHY
  408. * (or we're in 5 GHz, and the cck bitmap will never be used)
  409. * - if 11M is a basic rate, it must be ERP as well, so add 5.5M
  410. * - if 5.5M is basic, 1M and 2M are mandatory
  411. * - if 2M is basic, 1M is mandatory
  412. * - if 1M is basic, that's the only valid ACK rate.
  413. * As a consequence, it's not as complicated as it sounds, just add
  414. * any lower rates to the ACK rate bitmap.
  415. */
  416. if (IWL_RATE_11M_INDEX < lowest_present_cck)
  417. cck |= IWL_RATE_BIT_MSK(11) >> IWL_FIRST_CCK_RATE;
  418. if (IWL_RATE_5M_INDEX < lowest_present_cck)
  419. cck |= IWL_RATE_BIT_MSK(5) >> IWL_FIRST_CCK_RATE;
  420. if (IWL_RATE_2M_INDEX < lowest_present_cck)
  421. cck |= IWL_RATE_BIT_MSK(2) >> IWL_FIRST_CCK_RATE;
  422. /* 1M already there or needed so always add */
  423. cck |= IWL_RATE_BIT_MSK(1) >> IWL_FIRST_CCK_RATE;
  424. *cck_rates = cck;
  425. *ofdm_rates = ofdm;
  426. }
  427. static void iwl_mvm_mac_ctxt_cmd_common(struct iwl_mvm *mvm,
  428. struct ieee80211_vif *vif,
  429. struct iwl_mac_ctx_cmd *cmd,
  430. u32 action)
  431. {
  432. struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
  433. struct ieee80211_chanctx_conf *chanctx;
  434. u8 cck_ack_rates, ofdm_ack_rates;
  435. int i;
  436. cmd->id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id,
  437. mvmvif->color));
  438. cmd->action = cpu_to_le32(action);
  439. switch (vif->type) {
  440. case NL80211_IFTYPE_STATION:
  441. if (vif->p2p)
  442. cmd->mac_type = cpu_to_le32(FW_MAC_TYPE_P2P_STA);
  443. else
  444. cmd->mac_type = cpu_to_le32(FW_MAC_TYPE_BSS_STA);
  445. break;
  446. case NL80211_IFTYPE_AP:
  447. cmd->mac_type = cpu_to_le32(FW_MAC_TYPE_GO);
  448. break;
  449. case NL80211_IFTYPE_MONITOR:
  450. cmd->mac_type = cpu_to_le32(FW_MAC_TYPE_LISTENER);
  451. break;
  452. case NL80211_IFTYPE_P2P_DEVICE:
  453. cmd->mac_type = cpu_to_le32(FW_MAC_TYPE_P2P_DEVICE);
  454. break;
  455. case NL80211_IFTYPE_ADHOC:
  456. cmd->mac_type = cpu_to_le32(FW_MAC_TYPE_IBSS);
  457. break;
  458. default:
  459. WARN_ON_ONCE(1);
  460. }
  461. cmd->tsf_id = cpu_to_le32(mvmvif->tsf_id);
  462. memcpy(cmd->node_addr, vif->addr, ETH_ALEN);
  463. if (vif->bss_conf.bssid)
  464. memcpy(cmd->bssid_addr, vif->bss_conf.bssid, ETH_ALEN);
  465. else
  466. eth_broadcast_addr(cmd->bssid_addr);
  467. rcu_read_lock();
  468. chanctx = rcu_dereference(vif->chanctx_conf);
  469. iwl_mvm_ack_rates(mvm, vif, chanctx ? chanctx->def.chan->band
  470. : IEEE80211_BAND_2GHZ,
  471. &cck_ack_rates, &ofdm_ack_rates);
  472. rcu_read_unlock();
  473. cmd->cck_rates = cpu_to_le32((u32)cck_ack_rates);
  474. cmd->ofdm_rates = cpu_to_le32((u32)ofdm_ack_rates);
  475. cmd->cck_short_preamble =
  476. cpu_to_le32(vif->bss_conf.use_short_preamble ?
  477. MAC_FLG_SHORT_PREAMBLE : 0);
  478. cmd->short_slot =
  479. cpu_to_le32(vif->bss_conf.use_short_slot ?
  480. MAC_FLG_SHORT_SLOT : 0);
  481. for (i = 0; i < AC_NUM; i++) {
  482. cmd->ac[i].cw_min = cpu_to_le16(mvmvif->queue_params[i].cw_min);
  483. cmd->ac[i].cw_max = cpu_to_le16(mvmvif->queue_params[i].cw_max);
  484. cmd->ac[i].aifsn = mvmvif->queue_params[i].aifs;
  485. cmd->ac[i].edca_txop =
  486. cpu_to_le16(mvmvif->queue_params[i].txop * 32);
  487. cmd->ac[i].fifos_mask = BIT(iwl_mvm_ac_to_tx_fifo[i]);
  488. }
  489. if (vif->bss_conf.qos)
  490. cmd->qos_flags |= cpu_to_le32(MAC_QOS_FLG_UPDATE_EDCA);
  491. /* Don't use cts to self as the fw doesn't support it currently. */
  492. if (vif->bss_conf.use_cts_prot)
  493. cmd->protection_flags |= cpu_to_le32(MAC_PROT_FLG_TGG_PROTECT);
  494. /*
  495. * I think that we should enable these 2 flags regardless the HT PROT
  496. * fields in the HT IE, but I am not sure. Someone knows whom to ask?...
  497. */
  498. if (vif->bss_conf.chandef.width != NL80211_CHAN_WIDTH_20_NOHT) {
  499. cmd->qos_flags |= cpu_to_le32(MAC_QOS_FLG_TGN);
  500. cmd->protection_flags |= cpu_to_le32(MAC_PROT_FLG_HT_PROT |
  501. MAC_PROT_FLG_FAT_PROT);
  502. }
  503. cmd->filter_flags = cpu_to_le32(MAC_FILTER_ACCEPT_GRP);
  504. }
  505. static int iwl_mvm_mac_ctxt_send_cmd(struct iwl_mvm *mvm,
  506. struct iwl_mac_ctx_cmd *cmd)
  507. {
  508. int ret = iwl_mvm_send_cmd_pdu(mvm, MAC_CONTEXT_CMD, CMD_SYNC,
  509. sizeof(*cmd), cmd);
  510. if (ret)
  511. IWL_ERR(mvm, "Failed to send MAC context (action:%d): %d\n",
  512. le32_to_cpu(cmd->action), ret);
  513. return ret;
  514. }
  515. /*
  516. * Fill the specific data for mac context of type station or p2p client
  517. */
  518. static void iwl_mvm_mac_ctxt_cmd_fill_sta(struct iwl_mvm *mvm,
  519. struct ieee80211_vif *vif,
  520. struct iwl_mac_data_sta *ctxt_sta,
  521. bool force_assoc_off)
  522. {
  523. /* We need the dtim_period to set the MAC as associated */
  524. if (vif->bss_conf.assoc && vif->bss_conf.dtim_period &&
  525. !force_assoc_off) {
  526. u32 dtim_offs;
  527. /*
  528. * The DTIM count counts down, so when it is N that means N
  529. * more beacon intervals happen until the DTIM TBTT. Therefore
  530. * add this to the current time. If that ends up being in the
  531. * future, the firmware will handle it.
  532. *
  533. * Also note that the system_timestamp (which we get here as
  534. * "sync_device_ts") and TSF timestamp aren't at exactly the
  535. * same offset in the frame -- the TSF is at the first symbol
  536. * of the TSF, the system timestamp is at signal acquisition
  537. * time. This means there's an offset between them of at most
  538. * a few hundred microseconds (24 * 8 bits + PLCP time gives
  539. * 384us in the longest case), this is currently not relevant
  540. * as the firmware wakes up around 2ms before the TBTT.
  541. */
  542. dtim_offs = vif->bss_conf.sync_dtim_count *
  543. vif->bss_conf.beacon_int;
  544. /* convert TU to usecs */
  545. dtim_offs *= 1024;
  546. ctxt_sta->dtim_tsf =
  547. cpu_to_le64(vif->bss_conf.sync_tsf + dtim_offs);
  548. ctxt_sta->dtim_time =
  549. cpu_to_le32(vif->bss_conf.sync_device_ts + dtim_offs);
  550. IWL_DEBUG_INFO(mvm, "DTIM TBTT is 0x%llx/0x%x, offset %d\n",
  551. le64_to_cpu(ctxt_sta->dtim_tsf),
  552. le32_to_cpu(ctxt_sta->dtim_time),
  553. dtim_offs);
  554. ctxt_sta->is_assoc = cpu_to_le32(1);
  555. } else {
  556. ctxt_sta->is_assoc = cpu_to_le32(0);
  557. }
  558. ctxt_sta->bi = cpu_to_le32(vif->bss_conf.beacon_int);
  559. ctxt_sta->bi_reciprocal =
  560. cpu_to_le32(iwl_mvm_reciprocal(vif->bss_conf.beacon_int));
  561. ctxt_sta->dtim_interval = cpu_to_le32(vif->bss_conf.beacon_int *
  562. vif->bss_conf.dtim_period);
  563. ctxt_sta->dtim_reciprocal =
  564. cpu_to_le32(iwl_mvm_reciprocal(vif->bss_conf.beacon_int *
  565. vif->bss_conf.dtim_period));
  566. ctxt_sta->listen_interval = cpu_to_le32(mvm->hw->conf.listen_interval);
  567. ctxt_sta->assoc_id = cpu_to_le32(vif->bss_conf.aid);
  568. }
  569. static int iwl_mvm_mac_ctxt_cmd_station(struct iwl_mvm *mvm,
  570. struct ieee80211_vif *vif,
  571. u32 action)
  572. {
  573. struct iwl_mac_ctx_cmd cmd = {};
  574. WARN_ON(vif->type != NL80211_IFTYPE_STATION || vif->p2p);
  575. /* Fill the common data for all mac context types */
  576. iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, action);
  577. /* Allow beacons to pass through as long as we are not associated,or we
  578. * do not have dtim period information */
  579. if (!vif->bss_conf.assoc || !vif->bss_conf.dtim_period)
  580. cmd.filter_flags |= cpu_to_le32(MAC_FILTER_IN_BEACON);
  581. else
  582. cmd.filter_flags &= ~cpu_to_le32(MAC_FILTER_IN_BEACON);
  583. /* Fill the data specific for station mode */
  584. iwl_mvm_mac_ctxt_cmd_fill_sta(mvm, vif, &cmd.sta,
  585. action == FW_CTXT_ACTION_ADD);
  586. return iwl_mvm_mac_ctxt_send_cmd(mvm, &cmd);
  587. }
  588. static int iwl_mvm_mac_ctxt_cmd_p2p_client(struct iwl_mvm *mvm,
  589. struct ieee80211_vif *vif,
  590. u32 action)
  591. {
  592. struct iwl_mac_ctx_cmd cmd = {};
  593. struct ieee80211_p2p_noa_attr *noa = &vif->bss_conf.p2p_noa_attr;
  594. WARN_ON(vif->type != NL80211_IFTYPE_STATION || !vif->p2p);
  595. /* Fill the common data for all mac context types */
  596. iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, action);
  597. /* Fill the data specific for station mode */
  598. iwl_mvm_mac_ctxt_cmd_fill_sta(mvm, vif, &cmd.p2p_sta.sta,
  599. action == FW_CTXT_ACTION_ADD);
  600. cmd.p2p_sta.ctwin = cpu_to_le32(noa->oppps_ctwindow &
  601. IEEE80211_P2P_OPPPS_CTWINDOW_MASK);
  602. return iwl_mvm_mac_ctxt_send_cmd(mvm, &cmd);
  603. }
  604. static int iwl_mvm_mac_ctxt_cmd_listener(struct iwl_mvm *mvm,
  605. struct ieee80211_vif *vif,
  606. u32 action)
  607. {
  608. struct iwl_mac_ctx_cmd cmd = {};
  609. WARN_ON(vif->type != NL80211_IFTYPE_MONITOR);
  610. iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, action);
  611. cmd.filter_flags = cpu_to_le32(MAC_FILTER_IN_PROMISC |
  612. MAC_FILTER_IN_CONTROL_AND_MGMT |
  613. MAC_FILTER_IN_BEACON |
  614. MAC_FILTER_IN_PROBE_REQUEST);
  615. return iwl_mvm_mac_ctxt_send_cmd(mvm, &cmd);
  616. }
  617. struct iwl_mvm_go_iterator_data {
  618. bool go_active;
  619. };
  620. static void iwl_mvm_go_iterator(void *_data, u8 *mac, struct ieee80211_vif *vif)
  621. {
  622. struct iwl_mvm_go_iterator_data *data = _data;
  623. struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
  624. if (vif->type == NL80211_IFTYPE_AP && vif->p2p && mvmvif->ap_active)
  625. data->go_active = true;
  626. }
  627. static int iwl_mvm_mac_ctxt_cmd_p2p_device(struct iwl_mvm *mvm,
  628. struct ieee80211_vif *vif,
  629. u32 action)
  630. {
  631. struct iwl_mac_ctx_cmd cmd = {};
  632. struct iwl_mvm_go_iterator_data data = {};
  633. WARN_ON(vif->type != NL80211_IFTYPE_P2P_DEVICE);
  634. iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, action);
  635. cmd.protection_flags |= cpu_to_le32(MAC_PROT_FLG_TGG_PROTECT);
  636. /* Override the filter flags to accept only probe requests */
  637. cmd.filter_flags = cpu_to_le32(MAC_FILTER_IN_PROBE_REQUEST);
  638. /*
  639. * This flag should be set to true when the P2P Device is
  640. * discoverable and there is at least another active P2P GO. Settings
  641. * this flag will allow the P2P Device to be discoverable on other
  642. * channels in addition to its listen channel.
  643. * Note that this flag should not be set in other cases as it opens the
  644. * Rx filters on all MAC and increases the number of interrupts.
  645. */
  646. ieee80211_iterate_active_interfaces_atomic(
  647. mvm->hw, IEEE80211_IFACE_ITER_RESUME_ALL,
  648. iwl_mvm_go_iterator, &data);
  649. cmd.p2p_dev.is_disc_extended = cpu_to_le32(data.go_active ? 1 : 0);
  650. return iwl_mvm_mac_ctxt_send_cmd(mvm, &cmd);
  651. }
  652. static void iwl_mvm_mac_ctxt_set_tim(struct iwl_mvm *mvm,
  653. struct iwl_mac_beacon_cmd *beacon_cmd,
  654. u8 *beacon, u32 frame_size)
  655. {
  656. u32 tim_idx;
  657. struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)beacon;
  658. /* The index is relative to frame start but we start looking at the
  659. * variable-length part of the beacon. */
  660. tim_idx = mgmt->u.beacon.variable - beacon;
  661. /* Parse variable-length elements of beacon to find WLAN_EID_TIM */
  662. while ((tim_idx < (frame_size - 2)) &&
  663. (beacon[tim_idx] != WLAN_EID_TIM))
  664. tim_idx += beacon[tim_idx+1] + 2;
  665. /* If TIM field was found, set variables */
  666. if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) {
  667. beacon_cmd->tim_idx = cpu_to_le32(tim_idx);
  668. beacon_cmd->tim_size = cpu_to_le32((u32)beacon[tim_idx+1]);
  669. } else {
  670. IWL_WARN(mvm, "Unable to find TIM Element in beacon\n");
  671. }
  672. }
  673. static int iwl_mvm_mac_ctxt_send_beacon(struct iwl_mvm *mvm,
  674. struct ieee80211_vif *vif,
  675. struct sk_buff *beacon)
  676. {
  677. struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
  678. struct iwl_host_cmd cmd = {
  679. .id = BEACON_TEMPLATE_CMD,
  680. .flags = CMD_ASYNC,
  681. };
  682. struct iwl_mac_beacon_cmd beacon_cmd = {};
  683. struct ieee80211_tx_info *info;
  684. u32 beacon_skb_len;
  685. u32 rate;
  686. if (WARN_ON(!beacon))
  687. return -EINVAL;
  688. beacon_skb_len = beacon->len;
  689. /* TODO: for now the beacon template id is set to be the mac context id.
  690. * Might be better to handle it as another resource ... */
  691. beacon_cmd.template_id = cpu_to_le32((u32)mvmvif->id);
  692. /* Set up TX command fields */
  693. beacon_cmd.tx.len = cpu_to_le16((u16)beacon_skb_len);
  694. beacon_cmd.tx.sta_id = mvmvif->bcast_sta.sta_id;
  695. beacon_cmd.tx.life_time = cpu_to_le32(TX_CMD_LIFE_TIME_INFINITE);
  696. beacon_cmd.tx.tx_flags = cpu_to_le32(TX_CMD_FLG_SEQ_CTL |
  697. TX_CMD_FLG_BT_DIS |
  698. TX_CMD_FLG_TSF);
  699. mvm->mgmt_last_antenna_idx =
  700. iwl_mvm_next_antenna(mvm, iwl_fw_valid_tx_ant(mvm->fw),
  701. mvm->mgmt_last_antenna_idx);
  702. beacon_cmd.tx.rate_n_flags =
  703. cpu_to_le32(BIT(mvm->mgmt_last_antenna_idx) <<
  704. RATE_MCS_ANT_POS);
  705. info = IEEE80211_SKB_CB(beacon);
  706. if (info->band == IEEE80211_BAND_5GHZ || vif->p2p) {
  707. rate = IWL_FIRST_OFDM_RATE;
  708. } else {
  709. rate = IWL_FIRST_CCK_RATE;
  710. beacon_cmd.tx.rate_n_flags |= cpu_to_le32(RATE_MCS_CCK_MSK);
  711. }
  712. beacon_cmd.tx.rate_n_flags |=
  713. cpu_to_le32(iwl_mvm_mac80211_idx_to_hwrate(rate));
  714. /* Set up TX beacon command fields */
  715. iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd,
  716. beacon->data,
  717. beacon_skb_len);
  718. /* Submit command */
  719. cmd.len[0] = sizeof(beacon_cmd);
  720. cmd.data[0] = &beacon_cmd;
  721. cmd.dataflags[0] = 0;
  722. cmd.len[1] = beacon_skb_len;
  723. cmd.data[1] = beacon->data;
  724. cmd.dataflags[1] = IWL_HCMD_DFL_DUP;
  725. return iwl_mvm_send_cmd(mvm, &cmd);
  726. }
  727. /* The beacon template for the AP/GO context has changed and needs update */
  728. int iwl_mvm_mac_ctxt_beacon_changed(struct iwl_mvm *mvm,
  729. struct ieee80211_vif *vif)
  730. {
  731. struct sk_buff *beacon;
  732. int ret;
  733. WARN_ON(vif->type != NL80211_IFTYPE_AP);
  734. beacon = ieee80211_beacon_get(mvm->hw, vif);
  735. if (!beacon)
  736. return -ENOMEM;
  737. ret = iwl_mvm_mac_ctxt_send_beacon(mvm, vif, beacon);
  738. dev_kfree_skb(beacon);
  739. return ret;
  740. }
  741. /*
  742. * Fill the specific data for mac context of type AP of P2P GO
  743. */
  744. static void iwl_mvm_mac_ctxt_cmd_fill_ap(struct iwl_mvm *mvm,
  745. struct ieee80211_vif *vif,
  746. struct iwl_mac_data_ap *ctxt_ap,
  747. bool add)
  748. {
  749. struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
  750. ctxt_ap->bi = cpu_to_le32(vif->bss_conf.beacon_int);
  751. ctxt_ap->bi_reciprocal =
  752. cpu_to_le32(iwl_mvm_reciprocal(vif->bss_conf.beacon_int));
  753. ctxt_ap->dtim_interval = cpu_to_le32(vif->bss_conf.beacon_int *
  754. vif->bss_conf.dtim_period);
  755. ctxt_ap->dtim_reciprocal =
  756. cpu_to_le32(iwl_mvm_reciprocal(vif->bss_conf.beacon_int *
  757. vif->bss_conf.dtim_period));
  758. ctxt_ap->mcast_qid = cpu_to_le32(vif->cab_queue);
  759. /*
  760. * Only read the system time when the MAC is being added, when we
  761. * just modify the MAC then we should keep the time -- the firmware
  762. * can otherwise have a "jumping" TBTT.
  763. */
  764. if (add)
  765. mvmvif->ap_beacon_time =
  766. iwl_read_prph(mvm->trans, DEVICE_SYSTEM_TIME_REG);
  767. ctxt_ap->beacon_time = cpu_to_le32(mvmvif->ap_beacon_time);
  768. ctxt_ap->beacon_tsf = 0; /* unused */
  769. /* TODO: Assume that the beacon id == mac context id */
  770. ctxt_ap->beacon_template = cpu_to_le32(mvmvif->id);
  771. }
  772. static int iwl_mvm_mac_ctxt_cmd_ap(struct iwl_mvm *mvm,
  773. struct ieee80211_vif *vif,
  774. u32 action)
  775. {
  776. struct iwl_mac_ctx_cmd cmd = {};
  777. WARN_ON(vif->type != NL80211_IFTYPE_AP || vif->p2p);
  778. /* Fill the common data for all mac context types */
  779. iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, action);
  780. /* Also enable probe requests to pass */
  781. cmd.filter_flags |= cpu_to_le32(MAC_FILTER_IN_PROBE_REQUEST);
  782. /* Fill the data specific for ap mode */
  783. iwl_mvm_mac_ctxt_cmd_fill_ap(mvm, vif, &cmd.ap,
  784. action == FW_CTXT_ACTION_ADD);
  785. return iwl_mvm_mac_ctxt_send_cmd(mvm, &cmd);
  786. }
  787. static int iwl_mvm_mac_ctxt_cmd_go(struct iwl_mvm *mvm,
  788. struct ieee80211_vif *vif,
  789. u32 action)
  790. {
  791. struct iwl_mac_ctx_cmd cmd = {};
  792. struct ieee80211_p2p_noa_attr *noa = &vif->bss_conf.p2p_noa_attr;
  793. WARN_ON(vif->type != NL80211_IFTYPE_AP || !vif->p2p);
  794. /* Fill the common data for all mac context types */
  795. iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, action);
  796. /* Fill the data specific for GO mode */
  797. iwl_mvm_mac_ctxt_cmd_fill_ap(mvm, vif, &cmd.go.ap,
  798. action == FW_CTXT_ACTION_ADD);
  799. cmd.go.ctwin = cpu_to_le32(noa->oppps_ctwindow &
  800. IEEE80211_P2P_OPPPS_CTWINDOW_MASK);
  801. cmd.go.opp_ps_enabled =
  802. cpu_to_le32(!!(noa->oppps_ctwindow &
  803. IEEE80211_P2P_OPPPS_ENABLE_BIT));
  804. return iwl_mvm_mac_ctxt_send_cmd(mvm, &cmd);
  805. }
  806. static int iwl_mvm_mac_ctx_send(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
  807. u32 action)
  808. {
  809. switch (vif->type) {
  810. case NL80211_IFTYPE_STATION:
  811. if (!vif->p2p)
  812. return iwl_mvm_mac_ctxt_cmd_station(mvm, vif,
  813. action);
  814. else
  815. return iwl_mvm_mac_ctxt_cmd_p2p_client(mvm, vif,
  816. action);
  817. break;
  818. case NL80211_IFTYPE_AP:
  819. if (!vif->p2p)
  820. return iwl_mvm_mac_ctxt_cmd_ap(mvm, vif, action);
  821. else
  822. return iwl_mvm_mac_ctxt_cmd_go(mvm, vif, action);
  823. break;
  824. case NL80211_IFTYPE_MONITOR:
  825. return iwl_mvm_mac_ctxt_cmd_listener(mvm, vif, action);
  826. case NL80211_IFTYPE_P2P_DEVICE:
  827. return iwl_mvm_mac_ctxt_cmd_p2p_device(mvm, vif, action);
  828. default:
  829. break;
  830. }
  831. return -EOPNOTSUPP;
  832. }
  833. int iwl_mvm_mac_ctxt_add(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
  834. {
  835. struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
  836. int ret;
  837. if (WARN_ONCE(mvmvif->uploaded, "Adding active MAC %pM/%d\n",
  838. vif->addr, ieee80211_vif_type_p2p(vif)))
  839. return -EIO;
  840. ret = iwl_mvm_mac_ctx_send(mvm, vif, FW_CTXT_ACTION_ADD);
  841. if (ret)
  842. return ret;
  843. mvmvif->uploaded = true;
  844. return 0;
  845. }
  846. int iwl_mvm_mac_ctxt_changed(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
  847. {
  848. struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
  849. if (WARN_ONCE(!mvmvif->uploaded, "Changing inactive MAC %pM/%d\n",
  850. vif->addr, ieee80211_vif_type_p2p(vif)))
  851. return -EIO;
  852. return iwl_mvm_mac_ctx_send(mvm, vif, FW_CTXT_ACTION_MODIFY);
  853. }
  854. int iwl_mvm_mac_ctxt_remove(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
  855. {
  856. struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
  857. struct iwl_mac_ctx_cmd cmd;
  858. int ret;
  859. if (WARN_ONCE(!mvmvif->uploaded, "Removing inactive MAC %pM/%d\n",
  860. vif->addr, ieee80211_vif_type_p2p(vif)))
  861. return -EIO;
  862. memset(&cmd, 0, sizeof(cmd));
  863. cmd.id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id,
  864. mvmvif->color));
  865. cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE);
  866. ret = iwl_mvm_send_cmd_pdu(mvm, MAC_CONTEXT_CMD, CMD_SYNC,
  867. sizeof(cmd), &cmd);
  868. if (ret) {
  869. IWL_ERR(mvm, "Failed to remove MAC context: %d\n", ret);
  870. return ret;
  871. }
  872. mvmvif->uploaded = false;
  873. return 0;
  874. }
  875. int iwl_mvm_rx_beacon_notif(struct iwl_mvm *mvm,
  876. struct iwl_rx_cmd_buffer *rxb,
  877. struct iwl_device_cmd *cmd)
  878. {
  879. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  880. struct iwl_beacon_notif *beacon = (void *)pkt->data;
  881. u16 status __maybe_unused =
  882. le16_to_cpu(beacon->beacon_notify_hdr.status.status);
  883. u32 rate __maybe_unused =
  884. le32_to_cpu(beacon->beacon_notify_hdr.initial_rate);
  885. IWL_DEBUG_RX(mvm, "beacon status %#x retries:%d tsf:0x%16llX rate:%d\n",
  886. status & TX_STATUS_MSK,
  887. beacon->beacon_notify_hdr.failure_frame,
  888. le64_to_cpu(beacon->tsf),
  889. rate);
  890. return 0;
  891. }