blob: e6bd0c8d4cc065bea4d3387301604f8548f142c1 [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.
Avraham Sternee9219b2015-03-23 15:09:27 +02009 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
Matti Gottlieb6fa52432016-01-04 13:38:41 +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.
Avraham Sternee9219b2015-03-23 15:09:27 +020036 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
Matti Gottlieb6fa52432016-01-04 13:38:41 +020037 * Copyright(c) 2016 Intel Deutschland GmbH
Johannes Berg8ca151b2013-01-24 14:25:36 +010038 * All rights reserved.
39 *
40 * Redistribution and use in source and binary forms, with or without
41 * modification, are permitted provided that the following conditions
42 * are met:
43 *
44 * * Redistributions of source code must retain the above copyright
45 * notice, this list of conditions and the following disclaimer.
46 * * Redistributions in binary form must reproduce the above copyright
47 * notice, this list of conditions and the following disclaimer in
48 * the documentation and/or other materials provided with the
49 * distribution.
50 * * Neither the name Intel Corporation nor the names of its
51 * contributors may be used to endorse or promote products derived
52 * from this software without specific prior written permission.
53 *
54 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
55 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
56 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
57 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
58 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
59 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
60 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
61 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
62 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
63 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
64 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
65 *
66 *****************************************************************************/
67
68#ifndef __fw_api_h__
69#define __fw_api_h__
70
71#include "fw-api-rs.h"
Johannes Bergee6dbb22015-09-02 14:53:39 +020072#include "fw-api-rx.h"
Johannes Berg8ca151b2013-01-24 14:25:36 +010073#include "fw-api-tx.h"
74#include "fw-api-sta.h"
75#include "fw-api-mac.h"
76#include "fw-api-power.h"
77#include "fw-api-d3.h"
Emmanuel Grumbach5b7ff612014-03-11 19:27:45 +020078#include "fw-api-coex.h"
Haim Dreyfusse820c2d2014-04-06 11:19:09 +030079#include "fw-api-scan.h"
Johannes Bergd19ac582015-01-14 15:54:18 +010080#include "fw-api-stats.h"
Gregory Greenmance792912015-06-02 18:06:16 +030081#include "fw-api-tof.h"
Johannes Berg8ca151b2013-01-24 14:25:36 +010082
Eytan Lifshitz19e737c2013-09-09 13:30:15 +020083/* Tx queue numbers */
Johannes Berg8ca151b2013-01-24 14:25:36 +010084enum {
85 IWL_MVM_OFFCHANNEL_QUEUE = 8,
86 IWL_MVM_CMD_QUEUE = 9,
Johannes Berg8ca151b2013-01-24 14:25:36 +010087};
88
Johannes Bergb2d81db2014-08-01 20:48:25 +020089enum iwl_mvm_tx_fifo {
90 IWL_MVM_TX_FIFO_BK = 0,
91 IWL_MVM_TX_FIFO_BE,
92 IWL_MVM_TX_FIFO_VI,
93 IWL_MVM_TX_FIFO_VO,
94 IWL_MVM_TX_FIFO_MCAST = 5,
95 IWL_MVM_TX_FIFO_CMD = 7,
96};
Eytan Lifshitz19e737c2013-09-09 13:30:15 +020097
Johannes Berg8ca151b2013-01-24 14:25:36 +010098#define IWL_MVM_STATION_COUNT 16
99
Arik Nemtsovcf7b4912014-05-15 11:44:40 +0300100#define IWL_MVM_TDLS_STA_COUNT 4
101
Johannes Berg8ca151b2013-01-24 14:25:36 +0100102/* commands */
103enum {
104 MVM_ALIVE = 0x1,
105 REPLY_ERROR = 0x2,
Emmanuel Grumbache5046012015-08-17 10:45:50 +0300106 ECHO_CMD = 0x3,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100107
108 INIT_COMPLETE_NOTIF = 0x4,
109
110 /* PHY context commands */
111 PHY_CONTEXT_CMD = 0x8,
112 DBG_CFG = 0x9,
Emmanuel Grumbachb9fae2d2014-02-17 11:24:10 +0200113 ANTENNA_COUPLING_NOTIFICATION = 0xa,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100114
David Spinadeld2496222014-05-20 12:46:37 +0300115 /* UMAC scan commands */
Avraham Sternee9219b2015-03-23 15:09:27 +0200116 SCAN_ITERATION_COMPLETE_UMAC = 0xb5,
David Spinadeld2496222014-05-20 12:46:37 +0300117 SCAN_CFG_CMD = 0xc,
118 SCAN_REQ_UMAC = 0xd,
119 SCAN_ABORT_UMAC = 0xe,
120 SCAN_COMPLETE_UMAC = 0xf,
121
Sara Sharon3af512d62015-07-22 11:38:40 +0300122 BA_WINDOW_STATUS_NOTIFICATION_ID = 0x13,
123
Johannes Berg8ca151b2013-01-24 14:25:36 +0100124 /* station table */
Max Stepanov5a258aa2013-04-07 09:11:21 +0300125 ADD_STA_KEY = 0x17,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100126 ADD_STA = 0x18,
127 REMOVE_STA = 0x19,
128
Matti Gottliebe1120182015-07-19 11:15:07 +0300129 /* paging get item */
130 FW_GET_ITEM_CMD = 0x1a,
131
Johannes Berg8ca151b2013-01-24 14:25:36 +0100132 /* TX */
133 TX_CMD = 0x1c,
134 TXPATH_FLUSH = 0x1e,
135 MGMT_MCAST_KEY = 0x1f,
136
Avri Altman3edf8ff2014-07-30 11:41:01 +0300137 /* scheduler config */
138 SCD_QUEUE_CFG = 0x1d,
139
Johannes Berg8ca151b2013-01-24 14:25:36 +0100140 /* global key */
141 WEP_KEY = 0x20,
142
Liad Kaufman04fd2c22014-12-15 17:54:16 +0200143 /* Memory */
144 SHARED_MEM_CFG = 0x25,
145
Arik Nemtsov77c5d7e2014-09-11 13:10:08 +0300146 /* TDLS */
147 TDLS_CHANNEL_SWITCH_CMD = 0x27,
148 TDLS_CHANNEL_SWITCH_NOTIFICATION = 0xaa,
Arik Nemtsov307e4722014-09-15 18:48:59 +0300149 TDLS_CONFIG_CMD = 0xa7,
Arik Nemtsov77c5d7e2014-09-11 13:10:08 +0300150
Johannes Berg8ca151b2013-01-24 14:25:36 +0100151 /* MAC and Binding commands */
152 MAC_CONTEXT_CMD = 0x28,
153 TIME_EVENT_CMD = 0x29, /* both CMD and response */
154 TIME_EVENT_NOTIFICATION = 0x2a,
155 BINDING_CONTEXT_CMD = 0x2b,
156 TIME_QUOTA_CMD = 0x2c,
Johannes Berg4ac6cb52013-08-08 09:30:13 +0200157 NON_QOS_TX_COUNTER_CMD = 0x2d,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100158
159 LQ_CMD = 0x4e,
160
Matti Gottlieba6c4fb42015-07-15 16:19:29 +0300161 /* paging block to FW cpu2 */
162 FW_PAGING_BLOCK_CMD = 0x4f,
163
Johannes Berg8ca151b2013-01-24 14:25:36 +0100164 /* Scan offload */
165 SCAN_OFFLOAD_REQUEST_CMD = 0x51,
166 SCAN_OFFLOAD_ABORT_CMD = 0x52,
Ariej Marjieh720befbf2014-07-07 09:04:58 +0300167 HOT_SPOT_CMD = 0x53,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100168 SCAN_OFFLOAD_COMPLETE = 0x6D,
169 SCAN_OFFLOAD_UPDATE_PROFILES_CMD = 0x6E,
170 SCAN_OFFLOAD_CONFIG_CMD = 0x6f,
David Spinadel35a000b2013-08-28 09:29:43 +0300171 MATCH_FOUND_NOTIFICATION = 0xd9,
David Spinadelfb98be52014-05-04 12:51:10 +0300172 SCAN_ITERATION_COMPLETE = 0xe7,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100173
174 /* Phy */
175 PHY_CONFIGURATION_CMD = 0x6a,
176 CALIB_RES_NOTIF_PHY_DB = 0x6b,
177 /* PHY_DB_CMD = 0x6c, */
178
Gregory Greenmance792912015-06-02 18:06:16 +0300179 /* ToF - 802.11mc FTM */
180 TOF_CMD = 0x10,
181 TOF_NOTIFICATION = 0x11,
182
Alexander Bondare811ada2013-03-10 15:29:44 +0200183 /* Power - legacy power table command */
Johannes Berg8ca151b2013-01-24 14:25:36 +0100184 POWER_TABLE_CMD = 0x77,
Alexander Bondar175a70b2013-04-14 20:59:37 +0300185 PSM_UAPSD_AP_MISBEHAVING_NOTIFICATION = 0x78,
Emmanuel Grumbach9180ac52014-09-23 23:02:41 +0300186 LTR_CONFIG = 0xee,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100187
Eytan Lifshitz9ee718a2013-05-19 19:14:41 +0300188 /* Thermal Throttling*/
189 REPLY_THERMAL_MNG_BACKOFF = 0x7e,
190
Matti Gottlieb0becb372015-05-31 09:18:30 +0300191 /* Set/Get DC2DC frequency tune */
192 DC2DC_CONFIG_CMD = 0x83,
193
Johannes Berg8ca151b2013-01-24 14:25:36 +0100194 /* NVM */
195 NVM_ACCESS_CMD = 0x88,
196
197 SET_CALIB_DEFAULT_CMD = 0x8e,
198
Ilan Peer571765c2013-03-05 15:26:03 +0200199 BEACON_NOTIFICATION = 0x90,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100200 BEACON_TEMPLATE_CMD = 0x91,
201 TX_ANT_CONFIGURATION_CMD = 0x98,
Johannes Berg91a8bcd2015-01-14 18:12:41 +0100202 STATISTICS_CMD = 0x9c,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100203 STATISTICS_NOTIFICATION = 0x9d,
Johannes Berg3e56ead2013-02-15 22:23:18 +0100204 EOSP_NOTIFICATION = 0x9e,
Matti Gottlieb88f2fd72013-07-09 15:25:46 +0300205 REDUCE_TX_POWER_CMD = 0x9f,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100206
207 /* RF-KILL commands and notifications */
208 CARD_STATE_CMD = 0xa0,
209 CARD_STATE_NOTIFICATION = 0xa1,
210
Hila Gonend64048e2013-03-13 18:00:03 +0200211 MISSED_BEACONS_NOTIFICATION = 0xa2,
212
Alexander Bondare811ada2013-03-10 15:29:44 +0200213 /* Power - new power table command */
214 MAC_PM_POWER_TABLE = 0xa9,
215
Chaya Rachel Ivgy30269c12014-11-15 21:08:29 +0200216 MFUART_LOAD_NOTIFICATION = 0xb1,
217
Sara Sharon43413a92015-12-31 11:49:18 +0200218 RSS_CONFIG_CMD = 0xb3,
219
Johannes Berg8ca151b2013-01-24 14:25:36 +0100220 REPLY_RX_PHY_CMD = 0xc0,
221 REPLY_RX_MPDU_CMD = 0xc1,
Johannes Berg13555e82015-09-02 16:16:49 +0200222 FRAME_RELEASE = 0xc3,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100223 BA_NOTIF = 0xc5,
224
Arik Nemtsovdcaf9f52014-03-04 19:54:12 +0200225 /* Location Aware Regulatory */
226 MCC_UPDATE_CMD = 0xc8,
Arik Nemtsov88931cc2014-03-05 12:26:15 +0200227 MCC_CHUB_UPDATE_CMD = 0xc9,
Arik Nemtsovdcaf9f52014-03-04 19:54:12 +0200228
Matti Gottlieba2d79c52014-08-25 14:41:23 +0300229 MARKER_CMD = 0xcb,
230
Emmanuel Grumbachfb3ceb82013-01-14 15:04:01 +0200231 /* BT Coex */
232 BT_COEX_PRIO_TABLE = 0xcc,
233 BT_COEX_PROT_ENV = 0xcd,
234 BT_PROFILE_NOTIFICATION = 0xce,
Emmanuel Grumbach430a3bb2014-04-02 09:55:16 +0300235 BT_CONFIG = 0x9b,
236 BT_COEX_UPDATE_SW_BOOST = 0x5a,
237 BT_COEX_UPDATE_CORUN_LUT = 0x5b,
238 BT_COEX_UPDATE_REDUCED_TXP = 0x5c,
Emmanuel Grumbachdac94da2013-06-18 07:35:27 +0300239 BT_COEX_CI = 0x5d,
Emmanuel Grumbachfb3ceb82013-01-14 15:04:01 +0200240
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +0200241 REPLY_SF_CFG_CMD = 0xd1,
Hila Gonen7df15b12012-12-12 11:16:19 +0200242 REPLY_BEACON_FILTERING_CMD = 0xd2,
243
Luciano Coelhoa0a09242014-09-04 12:29:15 +0300244 /* DTS measurements */
245 CMD_DTS_MEASUREMENT_TRIGGER = 0xdc,
246 DTS_MEASUREMENT_NOTIFICATION = 0xdd,
247
Johannes Berg8ca151b2013-01-24 14:25:36 +0100248 REPLY_DEBUG_CMD = 0xf0,
Golan Ben Ami321c2102015-07-27 17:02:35 +0300249 LDBG_CONFIG_CMD = 0xf6,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100250 DEBUG_LOG_MSG = 0xf7,
251
Eliad Pellerc87163b2014-01-08 10:11:11 +0200252 BCAST_FILTER_CMD = 0xcf,
Emmanuel Grumbach51b6b9e2013-05-02 15:01:24 +0300253 MCAST_FILTER_CMD = 0xd0,
254
Johannes Berg8ca151b2013-01-24 14:25:36 +0100255 /* D3 commands/notifications */
256 D3_CONFIG_CMD = 0xd3,
257 PROT_OFFLOAD_CONFIG_CMD = 0xd4,
258 OFFLOADS_QUERY_CMD = 0xd5,
259 REMOTE_WAKE_CONFIG_CMD = 0xd6,
Arik Nemtsov98ee7782013-10-02 16:58:09 +0300260 D0I3_END_CMD = 0xed,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100261
262 /* for WoWLAN in particular */
263 WOWLAN_PATTERNS = 0xe0,
264 WOWLAN_CONFIGURATION = 0xe1,
265 WOWLAN_TSC_RSC_PARAM = 0xe2,
266 WOWLAN_TKIP_PARAM = 0xe3,
267 WOWLAN_KEK_KCK_MATERIAL = 0xe4,
268 WOWLAN_GET_STATUSES = 0xe5,
269 WOWLAN_TX_POWER_PER_DB = 0xe6,
270
271 /* and for NetDetect */
Luciano Coelhob04998f2014-11-20 15:58:34 +0200272 SCAN_OFFLOAD_PROFILES_QUERY_CMD = 0x56,
273 SCAN_OFFLOAD_HOTSPOTS_CONFIG_CMD = 0x58,
274 SCAN_OFFLOAD_HOTSPOTS_QUERY_CMD = 0x59,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100275
276 REPLY_MAX = 0xff,
277};
278
Sharon Dvir39bdb172015-10-15 18:18:09 +0300279/* Please keep this enum *SORTED* by hex value.
280 * Needed for binary search, otherwise a warning will be triggered.
281 */
Aviya Erenfeld03098262016-02-18 14:09:33 +0200282enum iwl_mac_conf_subcmd_ids {
283 LINK_QUALITY_MEASUREMENT_CMD = 0x1,
284 LINK_QUALITY_MEASUREMENT_COMPLETE_NOTIF = 0xFE,
285};
286
Aviya Erenfeld09eef332015-09-01 19:34:38 +0300287enum iwl_phy_ops_subcmd_ids {
288 CMD_DTS_MEASUREMENT_TRIGGER_WIDE = 0x0,
Chaya Rachel Ivgi5c89e7b2016-01-05 10:34:47 +0200289 CTDP_CONFIG_CMD = 0x03,
Chaya Rachel Ivgic221daf2015-12-29 09:54:49 +0200290 TEMP_REPORTING_THRESHOLDS_CMD = 0x04,
Chaya Rachel Ivgi0a3b7112015-12-16 16:34:55 +0200291 CT_KILL_NOTIFICATION = 0xFE,
Aviya Erenfeld09eef332015-09-01 19:34:38 +0300292 DTS_MEASUREMENT_NOTIF_WIDE = 0xFF,
293};
294
Golan Ben-Ami5b086412016-02-09 12:57:16 +0200295enum iwl_system_subcmd_ids {
296 SHARED_MEM_CFG_CMD = 0x0,
297};
298
Sara Sharona07a8f32015-11-15 11:11:59 +0200299enum iwl_data_path_subcmd_ids {
300 UPDATE_MU_GROUPS_CMD = 0x1,
Sara Sharon94bb4482015-12-16 18:48:28 +0200301 TRIGGER_RX_QUEUES_NOTIF_CMD = 0x2,
Sara Sharonf92659a2016-02-03 15:04:49 +0200302 MU_GROUP_MGMT_NOTIF = 0xFE,
Sara Sharon94bb4482015-12-16 18:48:28 +0200303 RX_QUEUES_NOTIFICATION = 0xFF,
Sara Sharona07a8f32015-11-15 11:11:59 +0200304};
305
Sara Sharon0db056d2015-12-29 11:07:15 +0200306enum iwl_prot_offload_subcmd_ids {
307 STORED_BEACON_NTF = 0xFF,
308};
309
Aviya Erenfeld09eef332015-09-01 19:34:38 +0300310/* command groups */
311enum {
Sharon Dvir39bdb172015-10-15 18:18:09 +0300312 LEGACY_GROUP = 0x0,
313 LONG_GROUP = 0x1,
Golan Ben-Ami5b086412016-02-09 12:57:16 +0200314 SYSTEM_GROUP = 0x2,
Aviya Erenfeld03098262016-02-18 14:09:33 +0200315 MAC_CONF_GROUP = 0x3,
Aviya Erenfeld09eef332015-09-01 19:34:38 +0300316 PHY_OPS_GROUP = 0x4,
Sara Sharona07a8f32015-11-15 11:11:59 +0200317 DATA_PATH_GROUP = 0x5,
Sara Sharon0db056d2015-12-29 11:07:15 +0200318 PROT_OFFLOAD_GROUP = 0xb,
Aviya Erenfeld09eef332015-09-01 19:34:38 +0300319};
320
Johannes Berg8ca151b2013-01-24 14:25:36 +0100321/**
322 * struct iwl_cmd_response - generic response struct for most commands
323 * @status: status of the command asked, changes for each one
324 */
325struct iwl_cmd_response {
326 __le32 status;
327};
328
329/*
330 * struct iwl_tx_ant_cfg_cmd
331 * @valid: valid antenna configuration
332 */
333struct iwl_tx_ant_cfg_cmd {
334 __le32 valid;
335} __packed;
336
337/*
338 * Calibration control struct.
339 * Sent as part of the phy configuration command.
340 * @flow_trigger: bitmap for which calibrations to perform according to
341 * flow triggers.
342 * @event_trigger: bitmap for which calibrations to perform according to
343 * event triggers.
344 */
345struct iwl_calib_ctrl {
346 __le32 flow_trigger;
347 __le32 event_trigger;
348} __packed;
349
350/* This enum defines the bitmap of various calibrations to enable in both
351 * init ucode and runtime ucode through CALIBRATION_CFG_CMD.
352 */
353enum iwl_calib_cfg {
354 IWL_CALIB_CFG_XTAL_IDX = BIT(0),
355 IWL_CALIB_CFG_TEMPERATURE_IDX = BIT(1),
356 IWL_CALIB_CFG_VOLTAGE_READ_IDX = BIT(2),
357 IWL_CALIB_CFG_PAPD_IDX = BIT(3),
358 IWL_CALIB_CFG_TX_PWR_IDX = BIT(4),
359 IWL_CALIB_CFG_DC_IDX = BIT(5),
360 IWL_CALIB_CFG_BB_FILTER_IDX = BIT(6),
361 IWL_CALIB_CFG_LO_LEAKAGE_IDX = BIT(7),
362 IWL_CALIB_CFG_TX_IQ_IDX = BIT(8),
363 IWL_CALIB_CFG_TX_IQ_SKEW_IDX = BIT(9),
364 IWL_CALIB_CFG_RX_IQ_IDX = BIT(10),
365 IWL_CALIB_CFG_RX_IQ_SKEW_IDX = BIT(11),
366 IWL_CALIB_CFG_SENSITIVITY_IDX = BIT(12),
367 IWL_CALIB_CFG_CHAIN_NOISE_IDX = BIT(13),
368 IWL_CALIB_CFG_DISCONNECTED_ANT_IDX = BIT(14),
369 IWL_CALIB_CFG_ANT_COUPLING_IDX = BIT(15),
370 IWL_CALIB_CFG_DAC_IDX = BIT(16),
371 IWL_CALIB_CFG_ABS_IDX = BIT(17),
372 IWL_CALIB_CFG_AGC_IDX = BIT(18),
373};
374
375/*
376 * Phy configuration command.
377 */
378struct iwl_phy_cfg_cmd {
379 __le32 phy_cfg;
380 struct iwl_calib_ctrl calib_control;
381} __packed;
382
383#define PHY_CFG_RADIO_TYPE (BIT(0) | BIT(1))
384#define PHY_CFG_RADIO_STEP (BIT(2) | BIT(3))
385#define PHY_CFG_RADIO_DASH (BIT(4) | BIT(5))
386#define PHY_CFG_PRODUCT_NUMBER (BIT(6) | BIT(7))
387#define PHY_CFG_TX_CHAIN_A BIT(8)
388#define PHY_CFG_TX_CHAIN_B BIT(9)
389#define PHY_CFG_TX_CHAIN_C BIT(10)
390#define PHY_CFG_RX_CHAIN_A BIT(12)
391#define PHY_CFG_RX_CHAIN_B BIT(13)
392#define PHY_CFG_RX_CHAIN_C BIT(14)
393
394
395/* Target of the NVM_ACCESS_CMD */
396enum {
397 NVM_ACCESS_TARGET_CACHE = 0,
398 NVM_ACCESS_TARGET_OTP = 1,
399 NVM_ACCESS_TARGET_EEPROM = 2,
400};
401
Emmanuel Grumbachb9545b42013-03-06 11:34:44 +0200402/* Section types for NVM_ACCESS_CMD */
Johannes Berg8ca151b2013-01-24 14:25:36 +0100403enum {
Eran Hararyae2b21b2014-01-09 08:08:24 +0200404 NVM_SECTION_TYPE_SW = 1,
Eran Harary77db0a32014-02-04 14:21:38 +0200405 NVM_SECTION_TYPE_REGULATORY = 3,
Eran Hararyae2b21b2014-01-09 08:08:24 +0200406 NVM_SECTION_TYPE_CALIBRATION = 4,
407 NVM_SECTION_TYPE_PRODUCTION = 5,
Eran Harary77db0a32014-02-04 14:21:38 +0200408 NVM_SECTION_TYPE_MAC_OVERRIDE = 11,
Eran Hararyce500072014-12-01 17:53:53 +0200409 NVM_SECTION_TYPE_PHY_SKU = 12,
410 NVM_MAX_NUM_SECTIONS = 13,
Johannes Berg8ca151b2013-01-24 14:25:36 +0100411};
412
413/**
414 * struct iwl_nvm_access_cmd_ver2 - Request the device to send an NVM section
415 * @op_code: 0 - read, 1 - write
416 * @target: NVM_ACCESS_TARGET_*
417 * @type: NVM_SECTION_TYPE_*
418 * @offset: offset in bytes into the section
419 * @length: in bytes, to read/write
420 * @data: if write operation, the data to write. On read its empty
421 */
Emmanuel Grumbachb9545b42013-03-06 11:34:44 +0200422struct iwl_nvm_access_cmd {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100423 u8 op_code;
424 u8 target;
425 __le16 type;
426 __le16 offset;
427 __le16 length;
428 u8 data[];
429} __packed; /* NVM_ACCESS_CMD_API_S_VER_2 */
430
Matti Gottlieba6c4fb42015-07-15 16:19:29 +0300431#define NUM_OF_FW_PAGING_BLOCKS 33 /* 32 for data and 1 block for CSS */
432
433/*
434 * struct iwl_fw_paging_cmd - paging layout
435 *
436 * (FW_PAGING_BLOCK_CMD = 0x4f)
437 *
438 * Send to FW the paging layout in the driver.
439 *
440 * @flags: various flags for the command
441 * @block_size: the block size in powers of 2
442 * @block_num: number of blocks specified in the command.
443 * @device_phy_addr: virtual addresses from device side
444*/
445struct iwl_fw_paging_cmd {
446 __le32 flags;
447 __le32 block_size;
448 __le32 block_num;
449 __le32 device_phy_addr[NUM_OF_FW_PAGING_BLOCKS];
450} __packed; /* FW_PAGING_BLOCK_CMD_API_S_VER_1 */
451
Matti Gottliebe1120182015-07-19 11:15:07 +0300452/*
453 * Fw items ID's
454 *
455 * @IWL_FW_ITEM_ID_PAGING: Address of the pages that the FW will upload
456 * download
457 */
458enum iwl_fw_item_id {
459 IWL_FW_ITEM_ID_PAGING = 3,
460};
461
462/*
463 * struct iwl_fw_get_item_cmd - get an item from the fw
464 */
465struct iwl_fw_get_item_cmd {
466 __le32 item_id;
467} __packed; /* FW_GET_ITEM_CMD_API_S_VER_1 */
468
Golan Ben Ami321c2102015-07-27 17:02:35 +0300469#define CONT_REC_COMMAND_SIZE 80
470#define ENABLE_CONT_RECORDING 0x15
471#define DISABLE_CONT_RECORDING 0x16
472
473/*
474 * struct iwl_continuous_record_mode - recording mode
475 */
476struct iwl_continuous_record_mode {
477 __le16 enable_recording;
478} __packed;
479
480/*
481 * struct iwl_continuous_record_cmd - enable/disable continuous recording
482 */
483struct iwl_continuous_record_cmd {
484 struct iwl_continuous_record_mode record_mode;
485 u8 pad[CONT_REC_COMMAND_SIZE -
486 sizeof(struct iwl_continuous_record_mode)];
487} __packed;
488
Matti Gottliebe1120182015-07-19 11:15:07 +0300489struct iwl_fw_get_item_resp {
490 __le32 item_id;
491 __le32 item_byte_cnt;
492 __le32 item_val;
493} __packed; /* FW_GET_ITEM_RSP_S_VER_1 */
494
Johannes Berg8ca151b2013-01-24 14:25:36 +0100495/**
496 * struct iwl_nvm_access_resp_ver2 - response to NVM_ACCESS_CMD
497 * @offset: offset in bytes into the section
498 * @length: in bytes, either how much was written or read
499 * @type: NVM_SECTION_TYPE_*
500 * @status: 0 for success, fail otherwise
501 * @data: if read operation, the data returned. Empty on write.
502 */
Emmanuel Grumbachb9545b42013-03-06 11:34:44 +0200503struct iwl_nvm_access_resp {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100504 __le16 offset;
505 __le16 length;
506 __le16 type;
507 __le16 status;
508 u8 data[];
509} __packed; /* NVM_ACCESS_CMD_RESP_API_S_VER_2 */
510
511/* MVM_ALIVE 0x1 */
512
513/* alive response is_valid values */
514#define ALIVE_RESP_UCODE_OK BIT(0)
515#define ALIVE_RESP_RFKILL BIT(1)
516
517/* alive response ver_type values */
518enum {
519 FW_TYPE_HW = 0,
520 FW_TYPE_PROT = 1,
521 FW_TYPE_AP = 2,
522 FW_TYPE_WOWLAN = 3,
523 FW_TYPE_TIMING = 4,
524 FW_TYPE_WIPAN = 5
525};
526
527/* alive response ver_subtype values */
528enum {
529 FW_SUBTYPE_FULL_FEATURE = 0,
530 FW_SUBTYPE_BOOTSRAP = 1, /* Not valid */
531 FW_SUBTYPE_REDUCED = 2,
532 FW_SUBTYPE_ALIVE_ONLY = 3,
533 FW_SUBTYPE_WOWLAN = 4,
534 FW_SUBTYPE_AP_SUBTYPE = 5,
535 FW_SUBTYPE_WIPAN = 6,
536 FW_SUBTYPE_INITIALIZE = 9
537};
538
539#define IWL_ALIVE_STATUS_ERR 0xDEAD
540#define IWL_ALIVE_STATUS_OK 0xCAFE
541
542#define IWL_ALIVE_FLG_RFKILL BIT(0)
543
Emmanuel Grumbach7e1223b2015-02-03 20:11:48 +0200544struct mvm_alive_resp_ver1 {
Johannes Berg8ca151b2013-01-24 14:25:36 +0100545 __le16 status;
546 __le16 flags;
547 u8 ucode_minor;
548 u8 ucode_major;
549 __le16 id;
550 u8 api_minor;
551 u8 api_major;
552 u8 ver_subtype;
553 u8 ver_type;
554 u8 mac;
555 u8 opt;
556 __le16 reserved2;
557 __le32 timestamp;
558 __le32 error_event_table_ptr; /* SRAM address for error log */
559 __le32 log_event_table_ptr; /* SRAM address for event log */
560 __le32 cpu_register_ptr;
561 __le32 dbgm_config_ptr;
562 __le32 alive_counter_ptr;
563 __le32 scd_base_ptr; /* SRAM address for SCD */
564} __packed; /* ALIVE_RES_API_S_VER_1 */
565
Eran Harary01a9ca52014-02-03 09:29:57 +0200566struct mvm_alive_resp_ver2 {
567 __le16 status;
568 __le16 flags;
569 u8 ucode_minor;
570 u8 ucode_major;
571 __le16 id;
572 u8 api_minor;
573 u8 api_major;
574 u8 ver_subtype;
575 u8 ver_type;
576 u8 mac;
577 u8 opt;
578 __le16 reserved2;
579 __le32 timestamp;
580 __le32 error_event_table_ptr; /* SRAM address for error log */
581 __le32 log_event_table_ptr; /* SRAM address for LMAC event log */
582 __le32 cpu_register_ptr;
583 __le32 dbgm_config_ptr;
584 __le32 alive_counter_ptr;
585 __le32 scd_base_ptr; /* SRAM address for SCD */
586 __le32 st_fwrd_addr; /* pointer to Store and forward */
587 __le32 st_fwrd_size;
588 u8 umac_minor; /* UMAC version: minor */
589 u8 umac_major; /* UMAC version: major */
590 __le16 umac_id; /* UMAC version: id */
591 __le32 error_info_addr; /* SRAM address for UMAC error log */
592 __le32 dbg_print_buff_addr;
593} __packed; /* ALIVE_RES_API_S_VER_2 */
594
Emmanuel Grumbach7e1223b2015-02-03 20:11:48 +0200595struct mvm_alive_resp {
596 __le16 status;
597 __le16 flags;
598 __le32 ucode_minor;
599 __le32 ucode_major;
600 u8 ver_subtype;
601 u8 ver_type;
602 u8 mac;
603 u8 opt;
604 __le32 timestamp;
605 __le32 error_event_table_ptr; /* SRAM address for error log */
606 __le32 log_event_table_ptr; /* SRAM address for LMAC event log */
607 __le32 cpu_register_ptr;
608 __le32 dbgm_config_ptr;
609 __le32 alive_counter_ptr;
610 __le32 scd_base_ptr; /* SRAM address for SCD */
611 __le32 st_fwrd_addr; /* pointer to Store and forward */
612 __le32 st_fwrd_size;
613 __le32 umac_minor; /* UMAC version: minor */
614 __le32 umac_major; /* UMAC version: major */
615 __le32 error_info_addr; /* SRAM address for UMAC error log */
616 __le32 dbg_print_buff_addr;
617} __packed; /* ALIVE_RES_API_S_VER_3 */
618
Johannes Berg8ca151b2013-01-24 14:25:36 +0100619/* Error response/notification */
620enum {
621 FW_ERR_UNKNOWN_CMD = 0x0,
622 FW_ERR_INVALID_CMD_PARAM = 0x1,
623 FW_ERR_SERVICE = 0x2,
624 FW_ERR_ARC_MEMORY = 0x3,
625 FW_ERR_ARC_CODE = 0x4,
626 FW_ERR_WATCH_DOG = 0x5,
627 FW_ERR_WEP_GRP_KEY_INDX = 0x10,
628 FW_ERR_WEP_KEY_SIZE = 0x11,
629 FW_ERR_OBSOLETE_FUNC = 0x12,
630 FW_ERR_UNEXPECTED = 0xFE,
631 FW_ERR_FATAL = 0xFF
632};
633
634/**
635 * struct iwl_error_resp - FW error indication
636 * ( REPLY_ERROR = 0x2 )
637 * @error_type: one of FW_ERR_*
638 * @cmd_id: the command ID for which the error occured
639 * @bad_cmd_seq_num: sequence number of the erroneous command
640 * @error_service: which service created the error, applicable only if
641 * error_type = 2, otherwise 0
642 * @timestamp: TSF in usecs.
643 */
644struct iwl_error_resp {
645 __le32 error_type;
646 u8 cmd_id;
647 u8 reserved1;
648 __le16 bad_cmd_seq_num;
649 __le32 error_service;
650 __le64 timestamp;
651} __packed;
652
653
654/* Common PHY, MAC and Bindings definitions */
655
656#define MAX_MACS_IN_BINDING (3)
657#define MAX_BINDINGS (4)
658#define AUX_BINDING_INDEX (3)
659#define MAX_PHYS (4)
660
661/* Used to extract ID and color from the context dword */
662#define FW_CTXT_ID_POS (0)
663#define FW_CTXT_ID_MSK (0xff << FW_CTXT_ID_POS)
664#define FW_CTXT_COLOR_POS (8)
665#define FW_CTXT_COLOR_MSK (0xff << FW_CTXT_COLOR_POS)
666#define FW_CTXT_INVALID (0xffffffff)
667
668#define FW_CMD_ID_AND_COLOR(_id, _color) ((_id << FW_CTXT_ID_POS) |\
669 (_color << FW_CTXT_COLOR_POS))
670
671/* Possible actions on PHYs, MACs and Bindings */
672enum {
673 FW_CTXT_ACTION_STUB = 0,
674 FW_CTXT_ACTION_ADD,
675 FW_CTXT_ACTION_MODIFY,
676 FW_CTXT_ACTION_REMOVE,
677 FW_CTXT_ACTION_NUM
678}; /* COMMON_CONTEXT_ACTION_API_E_VER_1 */
679
680/* Time Events */
681
682/* Time Event types, according to MAC type */
683enum iwl_time_event_type {
684 /* BSS Station Events */
685 TE_BSS_STA_AGGRESSIVE_ASSOC,
686 TE_BSS_STA_ASSOC,
687 TE_BSS_EAP_DHCP_PROT,
688 TE_BSS_QUIET_PERIOD,
689
690 /* P2P Device Events */
691 TE_P2P_DEVICE_DISCOVERABLE,
692 TE_P2P_DEVICE_LISTEN,
693 TE_P2P_DEVICE_ACTION_SCAN,
694 TE_P2P_DEVICE_FULL_SCAN,
695
696 /* P2P Client Events */
697 TE_P2P_CLIENT_AGGRESSIVE_ASSOC,
698 TE_P2P_CLIENT_ASSOC,
699 TE_P2P_CLIENT_QUIET_PERIOD,
700
701 /* P2P GO Events */
702 TE_P2P_GO_ASSOC_PROT,
703 TE_P2P_GO_REPETITIVE_NOA,
704 TE_P2P_GO_CT_WINDOW,
705
706 /* WiDi Sync Events */
707 TE_WIDI_TX_SYNC,
708
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300709 /* Channel Switch NoA */
Luciano Coelhof991e172014-08-26 16:14:10 +0300710 TE_CHANNEL_SWITCH_PERIOD,
Andrei Otcheretianski7f0a7c62014-05-04 11:48:12 +0300711
Johannes Berg8ca151b2013-01-24 14:25:36 +0100712 TE_MAX
713}; /* MAC_EVENT_TYPE_API_E_VER_1 */
714
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300715
716
717/* Time event - defines for command API v1 */
Johannes Berg8ca151b2013-01-24 14:25:36 +0100718
719/*
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300720 * @TE_V1_FRAG_NONE: fragmentation of the time event is NOT allowed.
721 * @TE_V1_FRAG_SINGLE: fragmentation of the time event is allowed, but only
722 * the first fragment is scheduled.
723 * @TE_V1_FRAG_DUAL: fragmentation of the time event is allowed, but only
724 * the first 2 fragments are scheduled.
725 * @TE_V1_FRAG_ENDLESS: fragmentation of the time event is allowed, and any
726 * number of fragments are valid.
Johannes Berg8ca151b2013-01-24 14:25:36 +0100727 *
728 * Other than the constant defined above, specifying a fragmentation value 'x'
729 * means that the event can be fragmented but only the first 'x' will be
730 * scheduled.
731 */
732enum {
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300733 TE_V1_FRAG_NONE = 0,
734 TE_V1_FRAG_SINGLE = 1,
735 TE_V1_FRAG_DUAL = 2,
736 TE_V1_FRAG_ENDLESS = 0xffffffff
Johannes Berg8ca151b2013-01-24 14:25:36 +0100737};
738
Johannes Berg8ca151b2013-01-24 14:25:36 +0100739/* If a Time Event can be fragmented, this is the max number of fragments */
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300740#define TE_V1_FRAG_MAX_MSK 0x0fffffff
741/* Repeat the time event endlessly (until removed) */
742#define TE_V1_REPEAT_ENDLESS 0xffffffff
743/* If a Time Event has bounded repetitions, this is the maximal value */
744#define TE_V1_REPEAT_MAX_MSK_V1 0x0fffffff
745
746/* Time Event dependencies: none, on another TE, or in a specific time */
747enum {
748 TE_V1_INDEPENDENT = 0,
749 TE_V1_DEP_OTHER = BIT(0),
750 TE_V1_DEP_TSF = BIT(1),
751 TE_V1_EVENT_SOCIOPATHIC = BIT(2),
752}; /* MAC_EVENT_DEPENDENCY_POLICY_API_E_VER_2 */
753
754/*
755 * @TE_V1_NOTIF_NONE: no notifications
756 * @TE_V1_NOTIF_HOST_EVENT_START: request/receive notification on event start
757 * @TE_V1_NOTIF_HOST_EVENT_END:request/receive notification on event end
758 * @TE_V1_NOTIF_INTERNAL_EVENT_START: internal FW use
759 * @TE_V1_NOTIF_INTERNAL_EVENT_END: internal FW use.
760 * @TE_V1_NOTIF_HOST_FRAG_START: request/receive notification on frag start
761 * @TE_V1_NOTIF_HOST_FRAG_END:request/receive notification on frag end
762 * @TE_V1_NOTIF_INTERNAL_FRAG_START: internal FW use.
763 * @TE_V1_NOTIF_INTERNAL_FRAG_END: internal FW use.
764 *
765 * Supported Time event notifications configuration.
766 * A notification (both event and fragment) includes a status indicating weather
767 * the FW was able to schedule the event or not. For fragment start/end
768 * notification the status is always success. There is no start/end fragment
769 * notification for monolithic events.
770 */
771enum {
772 TE_V1_NOTIF_NONE = 0,
773 TE_V1_NOTIF_HOST_EVENT_START = BIT(0),
774 TE_V1_NOTIF_HOST_EVENT_END = BIT(1),
775 TE_V1_NOTIF_INTERNAL_EVENT_START = BIT(2),
776 TE_V1_NOTIF_INTERNAL_EVENT_END = BIT(3),
777 TE_V1_NOTIF_HOST_FRAG_START = BIT(4),
778 TE_V1_NOTIF_HOST_FRAG_END = BIT(5),
779 TE_V1_NOTIF_INTERNAL_FRAG_START = BIT(6),
780 TE_V1_NOTIF_INTERNAL_FRAG_END = BIT(7),
781}; /* MAC_EVENT_ACTION_API_E_VER_2 */
782
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300783/* Time event - defines for command API */
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300784
785/*
786 * @TE_V2_FRAG_NONE: fragmentation of the time event is NOT allowed.
787 * @TE_V2_FRAG_SINGLE: fragmentation of the time event is allowed, but only
788 * the first fragment is scheduled.
789 * @TE_V2_FRAG_DUAL: fragmentation of the time event is allowed, but only
790 * the first 2 fragments are scheduled.
791 * @TE_V2_FRAG_ENDLESS: fragmentation of the time event is allowed, and any
792 * number of fragments are valid.
793 *
794 * Other than the constant defined above, specifying a fragmentation value 'x'
795 * means that the event can be fragmented but only the first 'x' will be
796 * scheduled.
797 */
798enum {
799 TE_V2_FRAG_NONE = 0,
800 TE_V2_FRAG_SINGLE = 1,
801 TE_V2_FRAG_DUAL = 2,
802 TE_V2_FRAG_MAX = 0xfe,
803 TE_V2_FRAG_ENDLESS = 0xff
804};
805
806/* Repeat the time event endlessly (until removed) */
807#define TE_V2_REPEAT_ENDLESS 0xff
808/* If a Time Event has bounded repetitions, this is the maximal value */
809#define TE_V2_REPEAT_MAX 0xfe
810
811#define TE_V2_PLACEMENT_POS 12
812#define TE_V2_ABSENCE_POS 15
813
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300814/* Time event policy values
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300815 * A notification (both event and fragment) includes a status indicating weather
816 * the FW was able to schedule the event or not. For fragment start/end
817 * notification the status is always success. There is no start/end fragment
818 * notification for monolithic events.
819 *
820 * @TE_V2_DEFAULT_POLICY: independent, social, present, unoticable
821 * @TE_V2_NOTIF_HOST_EVENT_START: request/receive notification on event start
822 * @TE_V2_NOTIF_HOST_EVENT_END:request/receive notification on event end
823 * @TE_V2_NOTIF_INTERNAL_EVENT_START: internal FW use
824 * @TE_V2_NOTIF_INTERNAL_EVENT_END: internal FW use.
825 * @TE_V2_NOTIF_HOST_FRAG_START: request/receive notification on frag start
826 * @TE_V2_NOTIF_HOST_FRAG_END:request/receive notification on frag end
827 * @TE_V2_NOTIF_INTERNAL_FRAG_START: internal FW use.
828 * @TE_V2_NOTIF_INTERNAL_FRAG_END: internal FW use.
829 * @TE_V2_DEP_OTHER: depends on another time event
830 * @TE_V2_DEP_TSF: depends on a specific time
831 * @TE_V2_EVENT_SOCIOPATHIC: can't co-exist with other events of tha same MAC
832 * @TE_V2_ABSENCE: are we present or absent during the Time Event.
833 */
834enum {
835 TE_V2_DEFAULT_POLICY = 0x0,
836
837 /* notifications (event start/stop, fragment start/stop) */
838 TE_V2_NOTIF_HOST_EVENT_START = BIT(0),
839 TE_V2_NOTIF_HOST_EVENT_END = BIT(1),
840 TE_V2_NOTIF_INTERNAL_EVENT_START = BIT(2),
841 TE_V2_NOTIF_INTERNAL_EVENT_END = BIT(3),
842
843 TE_V2_NOTIF_HOST_FRAG_START = BIT(4),
844 TE_V2_NOTIF_HOST_FRAG_END = BIT(5),
845 TE_V2_NOTIF_INTERNAL_FRAG_START = BIT(6),
846 TE_V2_NOTIF_INTERNAL_FRAG_END = BIT(7),
Emmanuel Grumbach1f6bf072014-02-16 15:36:00 +0200847 T2_V2_START_IMMEDIATELY = BIT(11),
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300848
849 TE_V2_NOTIF_MSK = 0xff,
850
851 /* placement characteristics */
852 TE_V2_DEP_OTHER = BIT(TE_V2_PLACEMENT_POS),
853 TE_V2_DEP_TSF = BIT(TE_V2_PLACEMENT_POS + 1),
854 TE_V2_EVENT_SOCIOPATHIC = BIT(TE_V2_PLACEMENT_POS + 2),
855
856 /* are we present or absent during the Time Event. */
857 TE_V2_ABSENCE = BIT(TE_V2_ABSENCE_POS),
858};
859
860/**
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300861 * struct iwl_time_event_cmd_api - configuring Time Events
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300862 * with struct MAC_TIME_EVENT_DATA_API_S_VER_2 (see also
863 * with version 1. determined by IWL_UCODE_TLV_FLAGS)
864 * ( TIME_EVENT_CMD = 0x29 )
865 * @id_and_color: ID and color of the relevant MAC
866 * @action: action to perform, one of FW_CTXT_ACTION_*
867 * @id: this field has two meanings, depending on the action:
868 * If the action is ADD, then it means the type of event to add.
869 * For all other actions it is the unique event ID assigned when the
870 * event was added by the FW.
871 * @apply_time: When to start the Time Event (in GP2)
872 * @max_delay: maximum delay to event's start (apply time), in TU
873 * @depends_on: the unique ID of the event we depend on (if any)
874 * @interval: interval between repetitions, in TU
875 * @duration: duration of event in TU
876 * @repeat: how many repetitions to do, can be TE_REPEAT_ENDLESS
877 * @max_frags: maximal number of fragments the Time Event can be divided to
878 * @policy: defines whether uCode shall notify the host or other uCode modules
879 * on event and/or fragment start and/or end
880 * using one of TE_INDEPENDENT, TE_DEP_OTHER, TE_DEP_TSF
881 * TE_EVENT_SOCIOPATHIC
882 * using TE_ABSENCE and using TE_NOTIF_*
883 */
Emmanuel Grumbacha373f672014-03-30 08:40:46 +0300884struct iwl_time_event_cmd {
Eytan Lifshitzf8f03c32013-08-07 19:36:42 +0300885 /* COMMON_INDEX_HDR_API_S_VER_1 */
886 __le32 id_and_color;
887 __le32 action;
888 __le32 id;
889 /* MAC_TIME_EVENT_DATA_API_S_VER_2 */
890 __le32 apply_time;
891 __le32 max_delay;
892 __le32 depends_on;
893 __le32 interval;
894 __le32 duration;
895 u8 repeat;
896 u8 max_frags;
897 __le16 policy;
898} __packed; /* MAC_TIME_EVENT_CMD_API_S_VER_2 */
899
Johannes Berg8ca151b2013-01-24 14:25:36 +0100900/**
901 * struct iwl_time_event_resp - response structure to iwl_time_event_cmd
902 * @status: bit 0 indicates success, all others specify errors
903 * @id: the Time Event type
904 * @unique_id: the unique ID assigned (in ADD) or given (others) to the TE
905 * @id_and_color: ID and color of the relevant MAC
906 */
907struct iwl_time_event_resp {
908 __le32 status;
909 __le32 id;
910 __le32 unique_id;
911 __le32 id_and_color;
912} __packed; /* MAC_TIME_EVENT_RSP_API_S_VER_1 */
913
914/**
915 * struct iwl_time_event_notif - notifications of time event start/stop
916 * ( TIME_EVENT_NOTIFICATION = 0x2a )
917 * @timestamp: action timestamp in GP2
918 * @session_id: session's unique id
919 * @unique_id: unique id of the Time Event itself
920 * @id_and_color: ID and color of the relevant MAC
921 * @action: one of TE_NOTIF_START or TE_NOTIF_END
922 * @status: true if scheduled, false otherwise (not executed)
923 */
924struct iwl_time_event_notif {
925 __le32 timestamp;
926 __le32 session_id;
927 __le32 unique_id;
928 __le32 id_and_color;
929 __le32 action;
930 __le32 status;
931} __packed; /* MAC_TIME_EVENT_NTFY_API_S_VER_1 */
932
933
934/* Bindings and Time Quota */
935
936/**
937 * struct iwl_binding_cmd - configuring bindings
938 * ( BINDING_CONTEXT_CMD = 0x2b )
939 * @id_and_color: ID and color of the relevant Binding
940 * @action: action to perform, one of FW_CTXT_ACTION_*
941 * @macs: array of MAC id and colors which belong to the binding
942 * @phy: PHY id and color which belongs to the binding
943 */
944struct iwl_binding_cmd {
945 /* COMMON_INDEX_HDR_API_S_VER_1 */
946 __le32 id_and_color;
947 __le32 action;
948 /* BINDING_DATA_API_S_VER_1 */
949 __le32 macs[MAX_MACS_IN_BINDING];
950 __le32 phy;
951} __packed; /* BINDING_CMD_API_S_VER_1 */
952
Ilan Peer35adfd62013-02-04 13:16:24 +0200953/* The maximal number of fragments in the FW's schedule session */
954#define IWL_MVM_MAX_QUOTA 128
955
Johannes Berg8ca151b2013-01-24 14:25:36 +0100956/**
957 * struct iwl_time_quota_data - configuration of time quota per binding
958 * @id_and_color: ID and color of the relevant Binding
959 * @quota: absolute time quota in TU. The scheduler will try to divide the
960 * remainig quota (after Time Events) according to this quota.
961 * @max_duration: max uninterrupted context duration in TU
962 */
963struct iwl_time_quota_data {
964 __le32 id_and_color;
965 __le32 quota;
966 __le32 max_duration;
967} __packed; /* TIME_QUOTA_DATA_API_S_VER_1 */
968
969/**
970 * struct iwl_time_quota_cmd - configuration of time quota between bindings
971 * ( TIME_QUOTA_CMD = 0x2c )
972 * @quotas: allocations per binding
973 */
974struct iwl_time_quota_cmd {
975 struct iwl_time_quota_data quotas[MAX_BINDINGS];
976} __packed; /* TIME_QUOTA_ALLOCATION_CMD_API_S_VER_1 */
977
978
979/* PHY context */
980
981/* Supported bands */
982#define PHY_BAND_5 (0)
983#define PHY_BAND_24 (1)
984
985/* Supported channel width, vary if there is VHT support */
986#define PHY_VHT_CHANNEL_MODE20 (0x0)
987#define PHY_VHT_CHANNEL_MODE40 (0x1)
988#define PHY_VHT_CHANNEL_MODE80 (0x2)
989#define PHY_VHT_CHANNEL_MODE160 (0x3)
990
991/*
992 * Control channel position:
993 * For legacy set bit means upper channel, otherwise lower.
994 * For VHT - bit-2 marks if the control is lower/upper relative to center-freq
995 * bits-1:0 mark the distance from the center freq. for 20Mhz, offset is 0.
996 * center_freq
997 * |
998 * 40Mhz |_______|_______|
999 * 80Mhz |_______|_______|_______|_______|
1000 * 160Mhz |_______|_______|_______|_______|_______|_______|_______|_______|
1001 * code 011 010 001 000 | 100 101 110 111
1002 */
1003#define PHY_VHT_CTRL_POS_1_BELOW (0x0)
1004#define PHY_VHT_CTRL_POS_2_BELOW (0x1)
1005#define PHY_VHT_CTRL_POS_3_BELOW (0x2)
1006#define PHY_VHT_CTRL_POS_4_BELOW (0x3)
1007#define PHY_VHT_CTRL_POS_1_ABOVE (0x4)
1008#define PHY_VHT_CTRL_POS_2_ABOVE (0x5)
1009#define PHY_VHT_CTRL_POS_3_ABOVE (0x6)
1010#define PHY_VHT_CTRL_POS_4_ABOVE (0x7)
1011
1012/*
1013 * @band: PHY_BAND_*
1014 * @channel: channel number
1015 * @width: PHY_[VHT|LEGACY]_CHANNEL_*
1016 * @ctrl channel: PHY_[VHT|LEGACY]_CTRL_*
1017 */
1018struct iwl_fw_channel_info {
1019 u8 band;
1020 u8 channel;
1021 u8 width;
1022 u8 ctrl_pos;
1023} __packed;
1024
1025#define PHY_RX_CHAIN_DRIVER_FORCE_POS (0)
1026#define PHY_RX_CHAIN_DRIVER_FORCE_MSK \
1027 (0x1 << PHY_RX_CHAIN_DRIVER_FORCE_POS)
1028#define PHY_RX_CHAIN_VALID_POS (1)
1029#define PHY_RX_CHAIN_VALID_MSK \
1030 (0x7 << PHY_RX_CHAIN_VALID_POS)
1031#define PHY_RX_CHAIN_FORCE_SEL_POS (4)
1032#define PHY_RX_CHAIN_FORCE_SEL_MSK \
1033 (0x7 << PHY_RX_CHAIN_FORCE_SEL_POS)
1034#define PHY_RX_CHAIN_FORCE_MIMO_SEL_POS (7)
1035#define PHY_RX_CHAIN_FORCE_MIMO_SEL_MSK \
1036 (0x7 << PHY_RX_CHAIN_FORCE_MIMO_SEL_POS)
1037#define PHY_RX_CHAIN_CNT_POS (10)
1038#define PHY_RX_CHAIN_CNT_MSK \
1039 (0x3 << PHY_RX_CHAIN_CNT_POS)
1040#define PHY_RX_CHAIN_MIMO_CNT_POS (12)
1041#define PHY_RX_CHAIN_MIMO_CNT_MSK \
1042 (0x3 << PHY_RX_CHAIN_MIMO_CNT_POS)
1043#define PHY_RX_CHAIN_MIMO_FORCE_POS (14)
1044#define PHY_RX_CHAIN_MIMO_FORCE_MSK \
1045 (0x1 << PHY_RX_CHAIN_MIMO_FORCE_POS)
1046
1047/* TODO: fix the value, make it depend on firmware at runtime? */
1048#define NUM_PHY_CTX 3
1049
1050/* TODO: complete missing documentation */
1051/**
1052 * struct iwl_phy_context_cmd - config of the PHY context
1053 * ( PHY_CONTEXT_CMD = 0x8 )
1054 * @id_and_color: ID and color of the relevant Binding
1055 * @action: action to perform, one of FW_CTXT_ACTION_*
1056 * @apply_time: 0 means immediate apply and context switch.
1057 * other value means apply new params after X usecs
1058 * @tx_param_color: ???
1059 * @channel_info:
1060 * @txchain_info: ???
1061 * @rxchain_info: ???
1062 * @acquisition_data: ???
1063 * @dsp_cfg_flags: set to 0
1064 */
1065struct iwl_phy_context_cmd {
1066 /* COMMON_INDEX_HDR_API_S_VER_1 */
1067 __le32 id_and_color;
1068 __le32 action;
1069 /* PHY_CONTEXT_DATA_API_S_VER_1 */
1070 __le32 apply_time;
1071 __le32 tx_param_color;
1072 struct iwl_fw_channel_info ci;
1073 __le32 txchain_info;
1074 __le32 rxchain_info;
1075 __le32 acquisition_data;
1076 __le32 dsp_cfg_flags;
1077} __packed; /* PHY_CONTEXT_CMD_API_VER_1 */
1078
Ariej Marjieh720befbf2014-07-07 09:04:58 +03001079/*
1080 * Aux ROC command
1081 *
1082 * Command requests the firmware to create a time event for a certain duration
1083 * and remain on the given channel. This is done by using the Aux framework in
1084 * the FW.
1085 * The command was first used for Hot Spot issues - but can be used regardless
1086 * to Hot Spot.
1087 *
1088 * ( HOT_SPOT_CMD 0x53 )
1089 *
1090 * @id_and_color: ID and color of the MAC
1091 * @action: action to perform, one of FW_CTXT_ACTION_*
1092 * @event_unique_id: If the action FW_CTXT_ACTION_REMOVE then the
1093 * event_unique_id should be the id of the time event assigned by ucode.
1094 * Otherwise ignore the event_unique_id.
1095 * @sta_id_and_color: station id and color, resumed during "Remain On Channel"
1096 * activity.
1097 * @channel_info: channel info
1098 * @node_addr: Our MAC Address
1099 * @reserved: reserved for alignment
1100 * @apply_time: GP2 value to start (should always be the current GP2 value)
1101 * @apply_time_max_delay: Maximum apply time delay value in TU. Defines max
1102 * time by which start of the event is allowed to be postponed.
1103 * @duration: event duration in TU To calculate event duration:
1104 * timeEventDuration = min(duration, remainingQuota)
1105 */
1106struct iwl_hs20_roc_req {
1107 /* COMMON_INDEX_HDR_API_S_VER_1 hdr */
1108 __le32 id_and_color;
1109 __le32 action;
1110 __le32 event_unique_id;
1111 __le32 sta_id_and_color;
1112 struct iwl_fw_channel_info channel_info;
1113 u8 node_addr[ETH_ALEN];
1114 __le16 reserved;
1115 __le32 apply_time;
1116 __le32 apply_time_max_delay;
1117 __le32 duration;
1118} __packed; /* HOT_SPOT_CMD_API_S_VER_1 */
1119
1120/*
1121 * values for AUX ROC result values
1122 */
1123enum iwl_mvm_hot_spot {
1124 HOT_SPOT_RSP_STATUS_OK,
1125 HOT_SPOT_RSP_STATUS_TOO_MANY_EVENTS,
1126 HOT_SPOT_MAX_NUM_OF_SESSIONS,
1127};
1128
1129/*
1130 * Aux ROC command response
1131 *
1132 * In response to iwl_hs20_roc_req the FW sends this command to notify the
1133 * driver the uid of the timevent.
1134 *
1135 * ( HOT_SPOT_CMD 0x53 )
1136 *
1137 * @event_unique_id: Unique ID of time event assigned by ucode
1138 * @status: Return status 0 is success, all the rest used for specific errors
1139 */
1140struct iwl_hs20_roc_res {
1141 __le32 event_unique_id;
1142 __le32 status;
1143} __packed; /* HOT_SPOT_RSP_API_S_VER_1 */
1144
Johannes Berg8ca151b2013-01-24 14:25:36 +01001145/**
1146 * struct iwl_radio_version_notif - information on the radio version
1147 * ( RADIO_VERSION_NOTIFICATION = 0x68 )
1148 * @radio_flavor:
1149 * @radio_step:
1150 * @radio_dash:
1151 */
1152struct iwl_radio_version_notif {
1153 __le32 radio_flavor;
1154 __le32 radio_step;
1155 __le32 radio_dash;
1156} __packed; /* RADIO_VERSION_NOTOFICATION_S_VER_1 */
1157
1158enum iwl_card_state_flags {
1159 CARD_ENABLED = 0x00,
1160 HW_CARD_DISABLED = 0x01,
1161 SW_CARD_DISABLED = 0x02,
1162 CT_KILL_CARD_DISABLED = 0x04,
1163 HALT_CARD_DISABLED = 0x08,
1164 CARD_DISABLED_MSK = 0x0f,
1165 CARD_IS_RX_ON = 0x10,
1166};
1167
1168/**
1169 * struct iwl_radio_version_notif - information on the radio version
1170 * ( CARD_STATE_NOTIFICATION = 0xa1 )
1171 * @flags: %iwl_card_state_flags
1172 */
1173struct iwl_card_state_notif {
1174 __le32 flags;
1175} __packed; /* CARD_STATE_NTFY_API_S_VER_1 */
1176
1177/**
Hila Gonend64048e2013-03-13 18:00:03 +02001178 * struct iwl_missed_beacons_notif - information on missed beacons
1179 * ( MISSED_BEACONS_NOTIFICATION = 0xa2 )
1180 * @mac_id: interface ID
1181 * @consec_missed_beacons_since_last_rx: number of consecutive missed
1182 * beacons since last RX.
1183 * @consec_missed_beacons: number of consecutive missed beacons
1184 * @num_expected_beacons:
1185 * @num_recvd_beacons:
1186 */
1187struct iwl_missed_beacons_notif {
1188 __le32 mac_id;
1189 __le32 consec_missed_beacons_since_last_rx;
1190 __le32 consec_missed_beacons;
1191 __le32 num_expected_beacons;
1192 __le32 num_recvd_beacons;
1193} __packed; /* MISSED_BEACON_NTFY_API_S_VER_3 */
1194
1195/**
Chaya Rachel Ivgy30269c12014-11-15 21:08:29 +02001196 * struct iwl_mfuart_load_notif - mfuart image version & status
1197 * ( MFUART_LOAD_NOTIFICATION = 0xb1 )
1198 * @installed_ver: installed image version
1199 * @external_ver: external image version
1200 * @status: MFUART loading status
1201 * @duration: MFUART loading time
1202*/
1203struct iwl_mfuart_load_notif {
1204 __le32 installed_ver;
1205 __le32 external_ver;
1206 __le32 status;
1207 __le32 duration;
1208} __packed; /*MFU_LOADER_NTFY_API_S_VER_1*/
1209
1210/**
Johannes Berg8ca151b2013-01-24 14:25:36 +01001211 * struct iwl_set_calib_default_cmd - set default value for calibration.
1212 * ( SET_CALIB_DEFAULT_CMD = 0x8e )
1213 * @calib_index: the calibration to set value for
1214 * @length: of data
1215 * @data: the value to set for the calibration result
1216 */
1217struct iwl_set_calib_default_cmd {
1218 __le16 calib_index;
1219 __le16 length;
1220 u8 data[0];
1221} __packed; /* PHY_CALIB_OVERRIDE_VALUES_S */
1222
Emmanuel Grumbach51b6b9e2013-05-02 15:01:24 +03001223#define MAX_PORT_ID_NUM 2
Eliad Pellere59647e2013-11-28 14:08:50 +02001224#define MAX_MCAST_FILTERING_ADDRESSES 256
Emmanuel Grumbach51b6b9e2013-05-02 15:01:24 +03001225
1226/**
1227 * struct iwl_mcast_filter_cmd - configure multicast filter.
1228 * @filter_own: Set 1 to filter out multicast packets sent by station itself
1229 * @port_id: Multicast MAC addresses array specifier. This is a strange way
1230 * to identify network interface adopted in host-device IF.
1231 * It is used by FW as index in array of addresses. This array has
1232 * MAX_PORT_ID_NUM members.
1233 * @count: Number of MAC addresses in the array
1234 * @pass_all: Set 1 to pass all multicast packets.
1235 * @bssid: current association BSSID.
1236 * @addr_list: Place holder for array of MAC addresses.
1237 * IMPORTANT: add padding if necessary to ensure DWORD alignment.
1238 */
1239struct iwl_mcast_filter_cmd {
1240 u8 filter_own;
1241 u8 port_id;
1242 u8 count;
1243 u8 pass_all;
1244 u8 bssid[6];
1245 u8 reserved[2];
1246 u8 addr_list[0];
1247} __packed; /* MCAST_FILTERING_CMD_API_S_VER_1 */
1248
Eliad Pellerc87163b2014-01-08 10:11:11 +02001249#define MAX_BCAST_FILTERS 8
1250#define MAX_BCAST_FILTER_ATTRS 2
1251
1252/**
1253 * enum iwl_mvm_bcast_filter_attr_offset - written by fw for each Rx packet
1254 * @BCAST_FILTER_OFFSET_PAYLOAD_START: offset is from payload start.
1255 * @BCAST_FILTER_OFFSET_IP_END: offset is from ip header end (i.e.
1256 * start of ip payload).
1257 */
1258enum iwl_mvm_bcast_filter_attr_offset {
1259 BCAST_FILTER_OFFSET_PAYLOAD_START = 0,
1260 BCAST_FILTER_OFFSET_IP_END = 1,
1261};
1262
1263/**
1264 * struct iwl_fw_bcast_filter_attr - broadcast filter attribute
1265 * @offset_type: &enum iwl_mvm_bcast_filter_attr_offset.
1266 * @offset: starting offset of this pattern.
1267 * @val: value to match - big endian (MSB is the first
1268 * byte to match from offset pos).
1269 * @mask: mask to match (big endian).
1270 */
1271struct iwl_fw_bcast_filter_attr {
1272 u8 offset_type;
1273 u8 offset;
1274 __le16 reserved1;
1275 __be32 val;
1276 __be32 mask;
1277} __packed; /* BCAST_FILTER_ATT_S_VER_1 */
1278
1279/**
1280 * enum iwl_mvm_bcast_filter_frame_type - filter frame type
1281 * @BCAST_FILTER_FRAME_TYPE_ALL: consider all frames.
1282 * @BCAST_FILTER_FRAME_TYPE_IPV4: consider only ipv4 frames
1283 */
1284enum iwl_mvm_bcast_filter_frame_type {
1285 BCAST_FILTER_FRAME_TYPE_ALL = 0,
1286 BCAST_FILTER_FRAME_TYPE_IPV4 = 1,
1287};
1288
1289/**
1290 * struct iwl_fw_bcast_filter - broadcast filter
1291 * @discard: discard frame (1) or let it pass (0).
1292 * @frame_type: &enum iwl_mvm_bcast_filter_frame_type.
1293 * @num_attrs: number of valid attributes in this filter.
1294 * @attrs: attributes of this filter. a filter is considered matched
1295 * only when all its attributes are matched (i.e. AND relationship)
1296 */
1297struct iwl_fw_bcast_filter {
1298 u8 discard;
1299 u8 frame_type;
1300 u8 num_attrs;
1301 u8 reserved1;
1302 struct iwl_fw_bcast_filter_attr attrs[MAX_BCAST_FILTER_ATTRS];
1303} __packed; /* BCAST_FILTER_S_VER_1 */
1304
Sara Sharon3af512d62015-07-22 11:38:40 +03001305#define BA_WINDOW_STREAMS_MAX 16
1306#define BA_WINDOW_STATUS_TID_MSK 0x000F
1307#define BA_WINDOW_STATUS_STA_ID_POS 4
1308#define BA_WINDOW_STATUS_STA_ID_MSK 0x01F0
1309#define BA_WINDOW_STATUS_VALID_MSK BIT(9)
1310
1311/**
1312 * struct iwl_ba_window_status_notif - reordering window's status notification
1313 * @bitmap: bitmap of received frames [start_seq_num + 0]..[start_seq_num + 63]
1314 * @ra_tid: bit 3:0 - TID, bit 8:4 - STA_ID, bit 9 - valid
1315 * @start_seq_num: the start sequence number of the bitmap
1316 * @mpdu_rx_count: the number of received MPDUs since entering D0i3
1317 */
1318struct iwl_ba_window_status_notif {
1319 __le64 bitmap[BA_WINDOW_STREAMS_MAX];
1320 __le16 ra_tid[BA_WINDOW_STREAMS_MAX];
1321 __le32 start_seq_num[BA_WINDOW_STREAMS_MAX];
1322 __le16 mpdu_rx_count[BA_WINDOW_STREAMS_MAX];
1323} __packed; /* BA_WINDOW_STATUS_NTFY_API_S_VER_1 */
1324
Eliad Pellerc87163b2014-01-08 10:11:11 +02001325/**
1326 * struct iwl_fw_bcast_mac - per-mac broadcast filtering configuration.
1327 * @default_discard: default action for this mac (discard (1) / pass (0)).
1328 * @attached_filters: bitmap of relevant filters for this mac.
1329 */
1330struct iwl_fw_bcast_mac {
1331 u8 default_discard;
1332 u8 reserved1;
1333 __le16 attached_filters;
1334} __packed; /* BCAST_MAC_CONTEXT_S_VER_1 */
1335
1336/**
1337 * struct iwl_bcast_filter_cmd - broadcast filtering configuration
1338 * @disable: enable (0) / disable (1)
1339 * @max_bcast_filters: max number of filters (MAX_BCAST_FILTERS)
1340 * @max_macs: max number of macs (NUM_MAC_INDEX_DRIVER)
1341 * @filters: broadcast filters
1342 * @macs: broadcast filtering configuration per-mac
1343 */
1344struct iwl_bcast_filter_cmd {
1345 u8 disable;
1346 u8 max_bcast_filters;
1347 u8 max_macs;
1348 u8 reserved1;
1349 struct iwl_fw_bcast_filter filters[MAX_BCAST_FILTERS];
1350 struct iwl_fw_bcast_mac macs[NUM_MAC_INDEX_DRIVER];
1351} __packed; /* BCAST_FILTERING_HCMD_API_S_VER_1 */
1352
Matti Gottlieba2d79c52014-08-25 14:41:23 +03001353/*
1354 * enum iwl_mvm_marker_id - maker ids
1355 *
1356 * The ids for different type of markers to insert into the usniffer logs
1357 */
1358enum iwl_mvm_marker_id {
1359 MARKER_ID_TX_FRAME_LATENCY = 1,
1360}; /* MARKER_ID_API_E_VER_1 */
1361
1362/**
1363 * struct iwl_mvm_marker - mark info into the usniffer logs
1364 *
1365 * (MARKER_CMD = 0xcb)
1366 *
1367 * Mark the UTC time stamp into the usniffer logs together with additional
1368 * metadata, so the usniffer output can be parsed.
1369 * In the command response the ucode will return the GP2 time.
1370 *
1371 * @dw_len: The amount of dwords following this byte including this byte.
1372 * @marker_id: A unique marker id (iwl_mvm_marker_id).
1373 * @reserved: reserved.
1374 * @timestamp: in milliseconds since 1970-01-01 00:00:00 UTC
1375 * @metadata: additional meta data that will be written to the unsiffer log
1376 */
1377struct iwl_mvm_marker {
1378 u8 dwLen;
1379 u8 markerId;
1380 __le16 reserved;
1381 __le64 timestamp;
1382 __le32 metadata[0];
1383} __packed; /* MARKER_API_S_VER_1 */
1384
Matti Gottlieb0becb372015-05-31 09:18:30 +03001385/*
1386 * enum iwl_dc2dc_config_id - flag ids
1387 *
1388 * Ids of dc2dc configuration flags
1389 */
1390enum iwl_dc2dc_config_id {
1391 DCDC_LOW_POWER_MODE_MSK_SET = 0x1, /* not used */
1392 DCDC_FREQ_TUNE_SET = 0x2,
1393}; /* MARKER_ID_API_E_VER_1 */
1394
1395/**
1396 * struct iwl_dc2dc_config_cmd - configure dc2dc values
1397 *
1398 * (DC2DC_CONFIG_CMD = 0x83)
1399 *
1400 * Set/Get & configure dc2dc values.
1401 * The command always returns the current dc2dc values.
1402 *
1403 * @flags: set/get dc2dc
1404 * @enable_low_power_mode: not used.
1405 * @dc2dc_freq_tune0: frequency divider - digital domain
1406 * @dc2dc_freq_tune1: frequency divider - analog domain
1407 */
1408struct iwl_dc2dc_config_cmd {
1409 __le32 flags;
1410 __le32 enable_low_power_mode; /* not used */
1411 __le32 dc2dc_freq_tune0;
1412 __le32 dc2dc_freq_tune1;
1413} __packed; /* DC2DC_CONFIG_CMD_API_S_VER_1 */
1414
1415/**
1416 * struct iwl_dc2dc_config_resp - response for iwl_dc2dc_config_cmd
1417 *
1418 * Current dc2dc values returned by the FW.
1419 *
1420 * @dc2dc_freq_tune0: frequency divider - digital domain
1421 * @dc2dc_freq_tune1: frequency divider - analog domain
1422 */
1423struct iwl_dc2dc_config_resp {
1424 __le32 dc2dc_freq_tune0;
1425 __le32 dc2dc_freq_tune1;
1426} __packed; /* DC2DC_CONFIG_RESP_API_S_VER_1 */
1427
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02001428/***********************************
1429 * Smart Fifo API
1430 ***********************************/
1431/* Smart Fifo state */
1432enum iwl_sf_state {
1433 SF_LONG_DELAY_ON = 0, /* should never be called by driver */
1434 SF_FULL_ON,
1435 SF_UNINIT,
1436 SF_INIT_OFF,
1437 SF_HW_NUM_STATES
1438};
1439
1440/* Smart Fifo possible scenario */
1441enum iwl_sf_scenario {
1442 SF_SCENARIO_SINGLE_UNICAST,
1443 SF_SCENARIO_AGG_UNICAST,
1444 SF_SCENARIO_MULTICAST,
1445 SF_SCENARIO_BA_RESP,
1446 SF_SCENARIO_TX_RESP,
1447 SF_NUM_SCENARIO
1448};
1449
1450#define SF_TRANSIENT_STATES_NUMBER 2 /* SF_LONG_DELAY_ON and SF_FULL_ON */
1451#define SF_NUM_TIMEOUT_TYPES 2 /* Aging timer and Idle timer */
1452
1453/* smart FIFO default values */
Emmanuel Grumbachb4c82ad2014-12-01 16:44:09 +02001454#define SF_W_MARK_SISO 6144
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02001455#define SF_W_MARK_MIMO2 8192
1456#define SF_W_MARK_MIMO3 6144
1457#define SF_W_MARK_LEGACY 4096
1458#define SF_W_MARK_SCAN 4096
1459
Eran Hararyf4a3ee42015-02-08 13:58:50 +02001460/* SF Scenarios timers for default configuration (aligned to 32 uSec) */
1461#define SF_SINGLE_UNICAST_IDLE_TIMER_DEF 160 /* 150 uSec */
1462#define SF_SINGLE_UNICAST_AGING_TIMER_DEF 400 /* 0.4 mSec */
1463#define SF_AGG_UNICAST_IDLE_TIMER_DEF 160 /* 150 uSec */
1464#define SF_AGG_UNICAST_AGING_TIMER_DEF 400 /* 0.4 mSec */
1465#define SF_MCAST_IDLE_TIMER_DEF 160 /* 150 mSec */
1466#define SF_MCAST_AGING_TIMER_DEF 400 /* 0.4 mSec */
1467#define SF_BA_IDLE_TIMER_DEF 160 /* 150 uSec */
1468#define SF_BA_AGING_TIMER_DEF 400 /* 0.4 mSec */
1469#define SF_TX_RE_IDLE_TIMER_DEF 160 /* 150 uSec */
1470#define SF_TX_RE_AGING_TIMER_DEF 400 /* 0.4 mSec */
1471
1472/* SF Scenarios timers for BSS MAC configuration (aligned to 32 uSec) */
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02001473#define SF_SINGLE_UNICAST_IDLE_TIMER 320 /* 300 uSec */
1474#define SF_SINGLE_UNICAST_AGING_TIMER 2016 /* 2 mSec */
1475#define SF_AGG_UNICAST_IDLE_TIMER 320 /* 300 uSec */
1476#define SF_AGG_UNICAST_AGING_TIMER 2016 /* 2 mSec */
1477#define SF_MCAST_IDLE_TIMER 2016 /* 2 mSec */
1478#define SF_MCAST_AGING_TIMER 10016 /* 10 mSec */
1479#define SF_BA_IDLE_TIMER 320 /* 300 uSec */
1480#define SF_BA_AGING_TIMER 2016 /* 2 mSec */
1481#define SF_TX_RE_IDLE_TIMER 320 /* 300 uSec */
1482#define SF_TX_RE_AGING_TIMER 2016 /* 2 mSec */
1483
1484#define SF_LONG_DELAY_AGING_TIMER 1000000 /* 1 Sec */
1485
Eran Harary161bdb72014-07-27 08:03:06 +03001486#define SF_CFG_DUMMY_NOTIF_OFF BIT(16)
1487
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02001488/**
1489 * Smart Fifo configuration command.
Emmanuel Grumbach86974bf2014-07-31 14:32:37 +03001490 * @state: smart fifo state, types listed in enum %iwl_sf_sate.
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02001491 * @watermark: Minimum allowed availabe free space in RXF for transient state.
1492 * @long_delay_timeouts: aging and idle timer values for each scenario
1493 * in long delay state.
1494 * @full_on_timeouts: timer values for each scenario in full on state.
1495 */
1496struct iwl_sf_cfg_cmd {
Emmanuel Grumbach86974bf2014-07-31 14:32:37 +03001497 __le32 state;
Lilach Edelstein1f3b0ff2013-10-06 13:03:32 +02001498 __le32 watermark[SF_TRANSIENT_STATES_NUMBER];
1499 __le32 long_delay_timeouts[SF_NUM_SCENARIO][SF_NUM_TIMEOUT_TYPES];
1500 __le32 full_on_timeouts[SF_NUM_SCENARIO][SF_NUM_TIMEOUT_TYPES];
1501} __packed; /* SF_CFG_API_S_VER_2 */
1502
Eran Harary8ba2d7a2015-02-08 11:41:43 +02001503/***********************************
1504 * Location Aware Regulatory (LAR) API - MCC updates
1505 ***********************************/
1506
1507/**
Matti Gottlieb6fa52432016-01-04 13:38:41 +02001508 * struct iwl_mcc_update_cmd_v1 - Request the device to update geographic
Eran Harary8ba2d7a2015-02-08 11:41:43 +02001509 * regulatory profile according to the given MCC (Mobile Country Code).
1510 * The MCC is two letter-code, ascii upper case[A-Z] or '00' for world domain.
1511 * 'ZZ' MCC will be used to switch to NVM default profile; in this case, the
1512 * MCC in the cmd response will be the relevant MCC in the NVM.
1513 * @mcc: given mobile country code
1514 * @source_id: the source from where we got the MCC, see iwl_mcc_source
1515 * @reserved: reserved for alignment
1516 */
Matti Gottlieb6fa52432016-01-04 13:38:41 +02001517struct iwl_mcc_update_cmd_v1 {
1518 __le16 mcc;
1519 u8 source_id;
1520 u8 reserved;
1521} __packed; /* LAR_UPDATE_MCC_CMD_API_S_VER_1 */
1522
1523/**
1524 * struct iwl_mcc_update_cmd - Request the device to update geographic
1525 * regulatory profile according to the given MCC (Mobile Country Code).
1526 * The MCC is two letter-code, ascii upper case[A-Z] or '00' for world domain.
1527 * 'ZZ' MCC will be used to switch to NVM default profile; in this case, the
1528 * MCC in the cmd response will be the relevant MCC in the NVM.
1529 * @mcc: given mobile country code
1530 * @source_id: the source from where we got the MCC, see iwl_mcc_source
1531 * @reserved: reserved for alignment
1532 * @key: integrity key for MCC API OEM testing
1533 * @reserved2: reserved
1534 */
Eran Harary8ba2d7a2015-02-08 11:41:43 +02001535struct iwl_mcc_update_cmd {
1536 __le16 mcc;
1537 u8 source_id;
1538 u8 reserved;
Matti Gottlieb6fa52432016-01-04 13:38:41 +02001539 __le32 key;
1540 __le32 reserved2[5];
1541} __packed; /* LAR_UPDATE_MCC_CMD_API_S_VER_2 */
Eran Harary8ba2d7a2015-02-08 11:41:43 +02001542
1543/**
Matti Gottlieb6fa52432016-01-04 13:38:41 +02001544 * iwl_mcc_update_resp_v1 - response to MCC_UPDATE_CMD.
Eran Harary8ba2d7a2015-02-08 11:41:43 +02001545 * Contains the new channel control profile map, if changed, and the new MCC
1546 * (mobile country code).
1547 * The new MCC may be different than what was requested in MCC_UPDATE_CMD.
Jonathan Doron47c8b152014-11-27 16:55:25 +02001548 * @status: see &enum iwl_mcc_update_status
Eran Harary8ba2d7a2015-02-08 11:41:43 +02001549 * @mcc: the new applied MCC
1550 * @cap: capabilities for all channels which matches the MCC
1551 * @source_id: the MCC source, see iwl_mcc_source
1552 * @n_channels: number of channels in @channels_data (may be 14, 39, 50 or 51
1553 * channels, depending on platform)
1554 * @channels: channel control data map, DWORD for each channel. Only the first
1555 * 16bits are used.
1556 */
Matti Gottlieb6fa52432016-01-04 13:38:41 +02001557struct iwl_mcc_update_resp_v1 {
Eran Harary8ba2d7a2015-02-08 11:41:43 +02001558 __le32 status;
1559 __le16 mcc;
1560 u8 cap;
1561 u8 source_id;
1562 __le32 n_channels;
1563 __le32 channels[0];
Matti Gottlieb6fa52432016-01-04 13:38:41 +02001564} __packed; /* LAR_UPDATE_MCC_CMD_RESP_S_VER_1 */
1565
1566/**
1567 * iwl_mcc_update_resp - response to MCC_UPDATE_CMD.
1568 * Contains the new channel control profile map, if changed, and the new MCC
1569 * (mobile country code).
1570 * The new MCC may be different than what was requested in MCC_UPDATE_CMD.
1571 * @status: see &enum iwl_mcc_update_status
1572 * @mcc: the new applied MCC
1573 * @cap: capabilities for all channels which matches the MCC
1574 * @source_id: the MCC source, see iwl_mcc_source
1575 * @time: time elapsed from the MCC test start (in 30 seconds TU)
1576 * @reserved: reserved.
1577 * @n_channels: number of channels in @channels_data (may be 14, 39, 50 or 51
1578 * channels, depending on platform)
1579 * @channels: channel control data map, DWORD for each channel. Only the first
1580 * 16bits are used.
1581 */
1582struct iwl_mcc_update_resp {
1583 __le32 status;
1584 __le16 mcc;
1585 u8 cap;
1586 u8 source_id;
1587 __le16 time;
1588 __le16 reserved;
1589 __le32 n_channels;
1590 __le32 channels[0];
1591} __packed; /* LAR_UPDATE_MCC_CMD_RESP_S_VER_2 */
Eran Harary8ba2d7a2015-02-08 11:41:43 +02001592
1593/**
1594 * struct iwl_mcc_chub_notif - chub notifies of mcc change
1595 * (MCC_CHUB_UPDATE_CMD = 0xc9)
1596 * The Chub (Communication Hub, CommsHUB) is a HW component that connects to
1597 * the cellular and connectivity cores that gets updates of the mcc, and
1598 * notifies the ucode directly of any mcc change.
1599 * The ucode requests the driver to request the device to update geographic
1600 * regulatory profile according to the given MCC (Mobile Country Code).
1601 * The MCC is two letter-code, ascii upper case[A-Z] or '00' for world domain.
1602 * 'ZZ' MCC will be used to switch to NVM default profile; in this case, the
1603 * MCC in the cmd response will be the relevant MCC in the NVM.
1604 * @mcc: given mobile country code
1605 * @source_id: identity of the change originator, see iwl_mcc_source
1606 * @reserved1: reserved for alignment
1607 */
1608struct iwl_mcc_chub_notif {
1609 u16 mcc;
1610 u8 source_id;
1611 u8 reserved1;
1612} __packed; /* LAR_MCC_NOTIFY_S */
1613
1614enum iwl_mcc_update_status {
1615 MCC_RESP_NEW_CHAN_PROFILE,
1616 MCC_RESP_SAME_CHAN_PROFILE,
1617 MCC_RESP_INVALID,
1618 MCC_RESP_NVM_DISABLED,
1619 MCC_RESP_ILLEGAL,
1620 MCC_RESP_LOW_PRIORITY,
Matti Gottlieb6fa52432016-01-04 13:38:41 +02001621 MCC_RESP_TEST_MODE_ACTIVE,
1622 MCC_RESP_TEST_MODE_NOT_ACTIVE,
1623 MCC_RESP_TEST_MODE_DENIAL_OF_SERVICE,
Eran Harary8ba2d7a2015-02-08 11:41:43 +02001624};
1625
1626enum iwl_mcc_source {
1627 MCC_SOURCE_OLD_FW = 0,
1628 MCC_SOURCE_ME = 1,
1629 MCC_SOURCE_BIOS = 2,
1630 MCC_SOURCE_3G_LTE_HOST = 3,
1631 MCC_SOURCE_3G_LTE_DEVICE = 4,
1632 MCC_SOURCE_WIFI = 5,
1633 MCC_SOURCE_RESERVED = 6,
1634 MCC_SOURCE_DEFAULT = 7,
1635 MCC_SOURCE_UNINITIALIZED = 8,
Matti Gottlieb6fa52432016-01-04 13:38:41 +02001636 MCC_SOURCE_MCC_API = 9,
1637 MCC_SOURCE_GET_CURRENT = 0x10,
1638 MCC_SOURCE_GETTING_MCC_TEST_MODE = 0x11,
Eran Harary8ba2d7a2015-02-08 11:41:43 +02001639};
1640
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001641/* DTS measurements */
1642
1643enum iwl_dts_measurement_flags {
1644 DTS_TRIGGER_CMD_FLAGS_TEMP = BIT(0),
1645 DTS_TRIGGER_CMD_FLAGS_VOLT = BIT(1),
1646};
1647
1648/**
1649 * iwl_dts_measurement_cmd - request DTS temperature and/or voltage measurements
1650 *
1651 * @flags: indicates which measurements we want as specified in &enum
1652 * iwl_dts_measurement_flags
1653 */
1654struct iwl_dts_measurement_cmd {
1655 __le32 flags;
1656} __packed; /* TEMPERATURE_MEASUREMENT_TRIGGER_CMD_S */
1657
1658/**
Arik Nemtsov78efc702015-10-06 12:22:47 +03001659* enum iwl_dts_control_measurement_mode - DTS measurement type
1660* @DTS_AUTOMATIC: Automatic mode (full SW control). Provide temperature read
1661* back (latest value. Not waiting for new value). Use automatic
1662* SW DTS configuration.
1663* @DTS_REQUEST_READ: Request DTS read. Configure DTS with manual settings,
1664* trigger DTS reading and provide read back temperature read
1665* when available.
1666* @DTS_OVER_WRITE: over-write the DTS temperatures in the SW until next read
1667* @DTS_DIRECT_WITHOUT_MEASURE: DTS returns its latest temperature result,
1668* without measurement trigger.
1669*/
1670enum iwl_dts_control_measurement_mode {
1671 DTS_AUTOMATIC = 0,
1672 DTS_REQUEST_READ = 1,
1673 DTS_OVER_WRITE = 2,
1674 DTS_DIRECT_WITHOUT_MEASURE = 3,
1675};
1676
1677/**
1678* enum iwl_dts_used - DTS to use or used for measurement in the DTS request
1679* @DTS_USE_TOP: Top
1680* @DTS_USE_CHAIN_A: chain A
1681* @DTS_USE_CHAIN_B: chain B
1682* @DTS_USE_CHAIN_C: chain C
1683* @XTAL_TEMPERATURE - read temperature from xtal
1684*/
1685enum iwl_dts_used {
1686 DTS_USE_TOP = 0,
1687 DTS_USE_CHAIN_A = 1,
1688 DTS_USE_CHAIN_B = 2,
1689 DTS_USE_CHAIN_C = 3,
1690 XTAL_TEMPERATURE = 4,
1691};
1692
1693/**
1694* enum iwl_dts_bit_mode - bit-mode to use in DTS request read mode
1695* @DTS_BIT6_MODE: bit 6 mode
1696* @DTS_BIT8_MODE: bit 8 mode
1697*/
1698enum iwl_dts_bit_mode {
1699 DTS_BIT6_MODE = 0,
1700 DTS_BIT8_MODE = 1,
1701};
1702
1703/**
1704 * iwl_ext_dts_measurement_cmd - request extended DTS temperature measurements
1705 * @control_mode: see &enum iwl_dts_control_measurement_mode
1706 * @temperature: used when over write DTS mode is selected
1707 * @sensor: set temperature sensor to use. See &enum iwl_dts_used
1708 * @avg_factor: average factor to DTS in request DTS read mode
1709 * @bit_mode: value defines the DTS bit mode to use. See &enum iwl_dts_bit_mode
1710 * @step_duration: step duration for the DTS
1711 */
1712struct iwl_ext_dts_measurement_cmd {
1713 __le32 control_mode;
1714 __le32 temperature;
1715 __le32 sensor;
1716 __le32 avg_factor;
1717 __le32 bit_mode;
1718 __le32 step_duration;
1719} __packed; /* XVT_FW_DTS_CONTROL_MEASUREMENT_REQUEST_API_S */
1720
1721/**
Chaya Rachel Ivgic221daf2015-12-29 09:54:49 +02001722 * struct iwl_dts_measurement_notif_v1 - measurements notification
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001723 *
1724 * @temp: the measured temperature
1725 * @voltage: the measured voltage
1726 */
Chaya Rachel Ivgic221daf2015-12-29 09:54:49 +02001727struct iwl_dts_measurement_notif_v1 {
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001728 __le32 temp;
1729 __le32 voltage;
Chaya Rachel Ivgic221daf2015-12-29 09:54:49 +02001730} __packed; /* TEMPERATURE_MEASUREMENT_TRIGGER_NTFY_S_VER_1*/
1731
1732/**
1733 * struct iwl_dts_measurement_notif_v2 - measurements notification
1734 *
1735 * @temp: the measured temperature
1736 * @voltage: the measured voltage
1737 * @threshold_idx: the trip index that was crossed
1738 */
1739struct iwl_dts_measurement_notif_v2 {
1740 __le32 temp;
1741 __le32 voltage;
1742 __le32 threshold_idx;
1743} __packed; /* TEMPERATURE_MEASUREMENT_TRIGGER_NTFY_S_VER_2 */
Luciano Coelhoa0a09242014-09-04 12:29:15 +03001744
Chaya Rachel Ivgi0a3b7112015-12-16 16:34:55 +02001745/**
1746 * struct ct_kill_notif - CT-kill entry notification
1747 *
1748 * @temperature: the current temperature in celsius
1749 * @reserved: reserved
1750 */
1751struct ct_kill_notif {
1752 __le16 temperature;
1753 __le16 reserved;
1754} __packed; /* GRP_PHY_CT_KILL_NTF */
1755
Chaya Rachel Ivgi5c89e7b2016-01-05 10:34:47 +02001756/**
1757* enum ctdp_cmd_operation - CTDP command operations
1758* @CTDP_CMD_OPERATION_START: update the current budget
1759* @CTDP_CMD_OPERATION_STOP: stop ctdp
1760* @CTDP_CMD_OPERATION_REPORT: get the avgerage budget
1761*/
1762enum iwl_mvm_ctdp_cmd_operation {
1763 CTDP_CMD_OPERATION_START = 0x1,
1764 CTDP_CMD_OPERATION_STOP = 0x2,
1765 CTDP_CMD_OPERATION_REPORT = 0x4,
1766};/* CTDP_CMD_OPERATION_TYPE_E */
1767
1768/**
1769 * struct iwl_mvm_ctdp_cmd - track and manage the FW power consumption budget
1770 *
1771 * @operation: see &enum iwl_mvm_ctdp_cmd_operation
1772 * @budget: the budget in milliwatt
1773 * @window_size: defined in API but not used
1774 */
1775struct iwl_mvm_ctdp_cmd {
1776 __le32 operation;
1777 __le32 budget;
1778 __le32 window_size;
1779} __packed;
1780
Chaya Rachel Ivgic221daf2015-12-29 09:54:49 +02001781#define IWL_MAX_DTS_TRIPS 8
1782
1783/**
1784 * struct iwl_temp_report_ths_cmd - set temperature thresholds
1785 *
1786 * @num_temps: number of temperature thresholds passed
1787 * @thresholds: array with the thresholds to be configured
1788 */
1789struct temp_report_ths_cmd {
1790 __le32 num_temps;
1791 __le16 thresholds[IWL_MAX_DTS_TRIPS];
1792} __packed; /* GRP_PHY_TEMP_REPORTING_THRESHOLDS_CMD */
1793
Arik Nemtsov77c5d7e2014-09-11 13:10:08 +03001794/***********************************
1795 * TDLS API
1796 ***********************************/
1797
1798/* Type of TDLS request */
1799enum iwl_tdls_channel_switch_type {
1800 TDLS_SEND_CHAN_SW_REQ = 0,
1801 TDLS_SEND_CHAN_SW_RESP_AND_MOVE_CH,
1802 TDLS_MOVE_CH,
1803}; /* TDLS_STA_CHANNEL_SWITCH_CMD_TYPE_API_E_VER_1 */
1804
1805/**
1806 * Switch timing sub-element in a TDLS channel-switch command
1807 * @frame_timestamp: GP2 timestamp of channel-switch request/response packet
1808 * received from peer
1809 * @max_offchan_duration: What amount of microseconds out of a DTIM is given
1810 * to the TDLS off-channel communication. For instance if the DTIM is
1811 * 200TU and the TDLS peer is to be given 25% of the time, the value
1812 * given will be 50TU, or 50 * 1024 if translated into microseconds.
1813 * @switch_time: switch time the peer sent in its channel switch timing IE
1814 * @switch_timout: switch timeout the peer sent in its channel switch timing IE
1815 */
1816struct iwl_tdls_channel_switch_timing {
1817 __le32 frame_timestamp; /* GP2 time of peer packet Rx */
1818 __le32 max_offchan_duration; /* given in micro-seconds */
1819 __le32 switch_time; /* given in micro-seconds */
1820 __le32 switch_timeout; /* given in micro-seconds */
1821} __packed; /* TDLS_STA_CHANNEL_SWITCH_TIMING_DATA_API_S_VER_1 */
1822
1823#define IWL_TDLS_CH_SW_FRAME_MAX_SIZE 200
1824
1825/**
1826 * TDLS channel switch frame template
1827 *
1828 * A template representing a TDLS channel-switch request or response frame
1829 *
1830 * @switch_time_offset: offset to the channel switch timing IE in the template
1831 * @tx_cmd: Tx parameters for the frame
1832 * @data: frame data
1833 */
1834struct iwl_tdls_channel_switch_frame {
1835 __le32 switch_time_offset;
1836 struct iwl_tx_cmd tx_cmd;
1837 u8 data[IWL_TDLS_CH_SW_FRAME_MAX_SIZE];
1838} __packed; /* TDLS_STA_CHANNEL_SWITCH_FRAME_API_S_VER_1 */
1839
1840/**
1841 * TDLS channel switch command
1842 *
1843 * The command is sent to initiate a channel switch and also in response to
1844 * incoming TDLS channel-switch request/response packets from remote peers.
1845 *
1846 * @switch_type: see &enum iwl_tdls_channel_switch_type
1847 * @peer_sta_id: station id of TDLS peer
1848 * @ci: channel we switch to
1849 * @timing: timing related data for command
1850 * @frame: channel-switch request/response template, depending to switch_type
1851 */
1852struct iwl_tdls_channel_switch_cmd {
1853 u8 switch_type;
1854 __le32 peer_sta_id;
1855 struct iwl_fw_channel_info ci;
1856 struct iwl_tdls_channel_switch_timing timing;
1857 struct iwl_tdls_channel_switch_frame frame;
1858} __packed; /* TDLS_STA_CHANNEL_SWITCH_CMD_API_S_VER_1 */
1859
1860/**
1861 * TDLS channel switch start notification
1862 *
1863 * @status: non-zero on success
1864 * @offchannel_duration: duration given in microseconds
1865 * @sta_id: peer currently performing the channel-switch with
1866 */
1867struct iwl_tdls_channel_switch_notif {
1868 __le32 status;
1869 __le32 offchannel_duration;
1870 __le32 sta_id;
1871} __packed; /* TDLS_STA_CHANNEL_SWITCH_NTFY_API_S_VER_1 */
1872
Arik Nemtsov307e4722014-09-15 18:48:59 +03001873/**
1874 * TDLS station info
1875 *
1876 * @sta_id: station id of the TDLS peer
1877 * @tx_to_peer_tid: TID reserved vs. the peer for FW based Tx
1878 * @tx_to_peer_ssn: initial SSN the FW should use for Tx on its TID vs the peer
1879 * @is_initiator: 1 if the peer is the TDLS link initiator, 0 otherwise
1880 */
1881struct iwl_tdls_sta_info {
1882 u8 sta_id;
1883 u8 tx_to_peer_tid;
1884 __le16 tx_to_peer_ssn;
1885 __le32 is_initiator;
1886} __packed; /* TDLS_STA_INFO_VER_1 */
1887
1888/**
1889 * TDLS basic config command
1890 *
1891 * @id_and_color: MAC id and color being configured
1892 * @tdls_peer_count: amount of currently connected TDLS peers
1893 * @tx_to_ap_tid: TID reverved vs. the AP for FW based Tx
1894 * @tx_to_ap_ssn: initial SSN the FW should use for Tx on its TID vs. the AP
1895 * @sta_info: per-station info. Only the first tdls_peer_count entries are set
1896 * @pti_req_data_offset: offset of network-level data for the PTI template
1897 * @pti_req_tx_cmd: Tx parameters for PTI request template
1898 * @pti_req_template: PTI request template data
1899 */
1900struct iwl_tdls_config_cmd {
1901 __le32 id_and_color; /* mac id and color */
1902 u8 tdls_peer_count;
1903 u8 tx_to_ap_tid;
1904 __le16 tx_to_ap_ssn;
1905 struct iwl_tdls_sta_info sta_info[IWL_MVM_TDLS_STA_COUNT];
1906
1907 __le32 pti_req_data_offset;
1908 struct iwl_tx_cmd pti_req_tx_cmd;
1909 u8 pti_req_template[0];
1910} __packed; /* TDLS_CONFIG_CMD_API_S_VER_1 */
1911
1912/**
1913 * TDLS per-station config information from FW
1914 *
1915 * @sta_id: station id of the TDLS peer
1916 * @tx_to_peer_last_seq: last sequence number used by FW during FW-based Tx to
1917 * the peer
1918 */
1919struct iwl_tdls_config_sta_info_res {
1920 __le16 sta_id;
1921 __le16 tx_to_peer_last_seq;
1922} __packed; /* TDLS_STA_INFO_RSP_VER_1 */
1923
1924/**
1925 * TDLS config information from FW
1926 *
1927 * @tx_to_ap_last_seq: last sequence number used by FW during FW-based Tx to AP
1928 * @sta_info: per-station TDLS config information
1929 */
1930struct iwl_tdls_config_res {
1931 __le32 tx_to_ap_last_seq;
1932 struct iwl_tdls_config_sta_info_res sta_info[IWL_MVM_TDLS_STA_COUNT];
1933} __packed; /* TDLS_CONFIG_RSP_API_S_VER_1 */
1934
Liad Kaufman04fd2c22014-12-15 17:54:16 +02001935#define TX_FIFO_MAX_NUM 8
1936#define RX_FIFO_MAX_NUM 2
Golan Ben-Ami5b086412016-02-09 12:57:16 +02001937#define TX_FIFO_INTERNAL_MAX_NUM 6
Liad Kaufman04fd2c22014-12-15 17:54:16 +02001938
1939/**
1940 * Shared memory configuration information from the FW
1941 *
1942 * @shared_mem_addr: shared memory addr (pre 8000 HW set to 0x0 as MARBH is not
1943 * accessible)
1944 * @shared_mem_size: shared memory size
1945 * @sample_buff_addr: internal sample (mon/adc) buff addr (pre 8000 HW set to
1946 * 0x0 as accessible only via DBGM RDAT)
1947 * @sample_buff_size: internal sample buff size
1948 * @txfifo_addr: start addr of TXF0 (excluding the context table 0.5KB), (pre
1949 * 8000 HW set to 0x0 as not accessible)
1950 * @txfifo_size: size of TXF0 ... TXF7
1951 * @rxfifo_size: RXF1, RXF2 sizes. If there is no RXF2, it'll have a value of 0
1952 * @page_buff_addr: used by UMAC and performance debug (page miss analysis),
1953 * when paging is not supported this should be 0
1954 * @page_buff_size: size of %page_buff_addr
Golan Ben-Ami5b086412016-02-09 12:57:16 +02001955 * @rxfifo_addr: Start address of rxFifo
1956 * @internal_txfifo_addr: start address of internalFifo
1957 * @internal_txfifo_size: internal fifos' size
1958 *
1959 * NOTE: on firmware that don't have IWL_UCODE_TLV_CAPA_EXTEND_SHARED_MEM_CFG
1960 * set, the last 3 members don't exist.
Liad Kaufman04fd2c22014-12-15 17:54:16 +02001961 */
1962struct iwl_shared_mem_cfg {
1963 __le32 shared_mem_addr;
1964 __le32 shared_mem_size;
1965 __le32 sample_buff_addr;
1966 __le32 sample_buff_size;
1967 __le32 txfifo_addr;
1968 __le32 txfifo_size[TX_FIFO_MAX_NUM];
1969 __le32 rxfifo_size[RX_FIFO_MAX_NUM];
1970 __le32 page_buff_addr;
1971 __le32 page_buff_size;
Golan Ben-Ami5b086412016-02-09 12:57:16 +02001972 __le32 rxfifo_addr;
1973 __le32 internal_txfifo_addr;
1974 __le32 internal_txfifo_size[TX_FIFO_INTERNAL_MAX_NUM];
1975} __packed; /* SHARED_MEM_ALLOC_API_S_VER_2 */
Liad Kaufman04fd2c22014-12-15 17:54:16 +02001976
Sara Sharona07a8f32015-11-15 11:11:59 +02001977/**
1978 * VHT MU-MIMO group configuration
1979 *
1980 * @membership_status: a bitmap of MU groups
1981 * @user_position:the position of station in a group. If the station is in the
1982 * group then bits (group * 2) is the position -1
1983 */
1984struct iwl_mu_group_mgmt_cmd {
1985 __le32 reserved;
1986 __le32 membership_status[2];
1987 __le32 user_position[4];
1988} __packed; /* MU_GROUP_ID_MNG_TABLE_API_S_VER_1 */
1989
Sara Sharonf92659a2016-02-03 15:04:49 +02001990/**
1991 * struct iwl_mu_group_mgmt_notif - VHT MU-MIMO group id notification
1992 *
1993 * @membership_status: a bitmap of MU groups
1994 * @user_position: the position of station in a group. If the station is in the
1995 * group then bits (group * 2) is the position -1
1996 */
1997struct iwl_mu_group_mgmt_notif {
1998 __le32 membership_status[2];
1999 __le32 user_position[4];
2000} __packed; /* MU_GROUP_MNG_NTFY_API_S_VER_1 */
2001
Sara Sharon0db056d2015-12-29 11:07:15 +02002002#define MAX_STORED_BEACON_SIZE 600
2003
2004/**
2005 * Stored beacon notification
2006 *
2007 * @system_time: system time on air rise
2008 * @tsf: TSF on air rise
2009 * @beacon_timestamp: beacon on air rise
2010 * @phy_flags: general phy flags: band, modulation, etc.
2011 * @channel: channel this beacon was received on
2012 * @rates: rate in ucode internal format
2013 * @byte_count: frame's byte count
2014 */
2015struct iwl_stored_beacon_notif {
2016 __le32 system_time;
2017 __le64 tsf;
2018 __le32 beacon_timestamp;
2019 __le16 phy_flags;
2020 __le16 channel;
2021 __le32 rates;
2022 __le32 byte_count;
2023 u8 data[MAX_STORED_BEACON_SIZE];
2024} __packed; /* WOWLAN_STROED_BEACON_INFO_S_VER_1 */
2025
Aviya Erenfeld03098262016-02-18 14:09:33 +02002026#define LQM_NUMBER_OF_STATIONS_IN_REPORT 16
2027
2028enum iwl_lqm_cmd_operatrions {
2029 LQM_CMD_OPERATION_START_MEASUREMENT = 0x01,
2030 LQM_CMD_OPERATION_STOP_MEASUREMENT = 0x02,
2031};
2032
2033enum iwl_lqm_status {
2034 LQM_STATUS_SUCCESS = 0,
2035 LQM_STATUS_TIMEOUT = 1,
2036 LQM_STATUS_ABORT = 2,
2037};
2038
2039/**
2040 * Link Quality Measurement command
2041 * @cmd_operatrion: command operation to be performed (start or stop)
2042 * as defined above.
2043 * @mac_id: MAC ID the measurement applies to.
2044 * @measurement_time: time of the total measurement to be performed, in uSec.
2045 * @timeout: maximum time allowed until a response is sent, in uSec.
2046 */
2047struct iwl_link_qual_msrmnt_cmd {
2048 __le32 cmd_operation;
2049 __le32 mac_id;
2050 __le32 measurement_time;
2051 __le32 timeout;
2052} __packed /* LQM_CMD_API_S_VER_1 */;
2053
2054/**
2055 * Link Quality Measurement notification
2056 *
2057 * @frequent_stations_air_time: an array containing the total air time
2058 * (in uSec) used by the most frequently transmitting stations.
2059 * @number_of_stations: the number of uniqe stations included in the array
2060 * (a number between 0 to 16)
2061 * @total_air_time_other_stations: the total air time (uSec) used by all the
2062 * stations which are not included in the above report.
2063 * @time_in_measurement_window: the total time in uSec in which a measurement
2064 * took place.
2065 * @tx_frame_dropped: the number of TX frames dropped due to retry limit during
2066 * measurement
2067 * @mac_id: MAC ID the measurement applies to.
2068 * @status: return status. may be one of the LQM_STATUS_* defined above.
2069 * @reserved: reserved.
2070 */
2071struct iwl_link_qual_msrmnt_notif {
2072 __le32 frequent_stations_air_time[LQM_NUMBER_OF_STATIONS_IN_REPORT];
2073 __le32 number_of_stations;
2074 __le32 total_air_time_other_stations;
2075 __le32 time_in_measurement_window;
2076 __le32 tx_frame_dropped;
2077 __le32 mac_id;
2078 __le32 status;
2079 __le32 reserved[3];
2080} __packed; /* LQM_MEASUREMENT_COMPLETE_NTF_API_S_VER1 */
2081
Johannes Berg8ca151b2013-01-24 14:25:36 +01002082#endif /* __fw_api_h__ */