18e99ea8dSJohannes Berg /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
28e99ea8dSJohannes Berg /*
3f7d6ef33SJohannes Berg  * Copyright (C) 2012-2014, 2018-2020 Intel Corporation
48e99ea8dSJohannes Berg  * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
58e99ea8dSJohannes Berg  * Copyright (C) 2016-2017 Intel Deutschland GmbH
68e99ea8dSJohannes Berg  */
7d172a5efSJohannes Berg #ifndef __iwl_fw_api_datapath_h__
8d172a5efSJohannes Berg #define __iwl_fw_api_datapath_h__
9d172a5efSJohannes Berg 
10d172a5efSJohannes Berg /**
11d172a5efSJohannes Berg  * enum iwl_data_path_subcmd_ids - data path group commands
12d172a5efSJohannes Berg  */
13d172a5efSJohannes Berg enum iwl_data_path_subcmd_ids {
14d172a5efSJohannes Berg 	/**
15d172a5efSJohannes Berg 	 * @DQA_ENABLE_CMD: &struct iwl_dqa_enable_cmd
16d172a5efSJohannes Berg 	 */
17d172a5efSJohannes Berg 	DQA_ENABLE_CMD = 0x0,
18d172a5efSJohannes Berg 
19d172a5efSJohannes Berg 	/**
20d172a5efSJohannes Berg 	 * @UPDATE_MU_GROUPS_CMD: &struct iwl_mu_group_mgmt_cmd
21d172a5efSJohannes Berg 	 */
22d172a5efSJohannes Berg 	UPDATE_MU_GROUPS_CMD = 0x1,
23d172a5efSJohannes Berg 
24d172a5efSJohannes Berg 	/**
25d172a5efSJohannes Berg 	 * @TRIGGER_RX_QUEUES_NOTIF_CMD: &struct iwl_rxq_sync_cmd
26d172a5efSJohannes Berg 	 */
27d172a5efSJohannes Berg 	TRIGGER_RX_QUEUES_NOTIF_CMD = 0x2,
28d172a5efSJohannes Berg 
29d172a5efSJohannes Berg 	/**
308a6171a7SLuca Coelho 	 * @STA_HE_CTXT_CMD: &struct iwl_he_sta_context_cmd
318a6171a7SLuca Coelho 	 */
328a6171a7SLuca Coelho 	STA_HE_CTXT_CMD = 0x7,
338a6171a7SLuca Coelho 
348a6171a7SLuca Coelho 	/**
35c48e93a6SJohannes Berg 	 * @RLC_CONFIG_CMD: &struct iwl_rlc_config_cmd
36c48e93a6SJohannes Berg 	 */
37c48e93a6SJohannes Berg 	RLC_CONFIG_CMD = 0x8,
38c48e93a6SJohannes Berg 
39c48e93a6SJohannes Berg 	/**
408edbfaa1SSara Sharon 	 * @RFH_QUEUE_CONFIG_CMD: &struct iwl_rfh_queue_config
418edbfaa1SSara Sharon 	 */
428edbfaa1SSara Sharon 	RFH_QUEUE_CONFIG_CMD = 0xD,
438edbfaa1SSara Sharon 
448edbfaa1SSara Sharon 	/**
45110b32f0SGregory Greenman 	 * @TLC_MNG_CONFIG_CMD: &struct iwl_tlc_config_cmd
46110b32f0SGregory Greenman 	 */
47110b32f0SGregory Greenman 	TLC_MNG_CONFIG_CMD = 0xF,
48110b32f0SGregory Greenman 
49110b32f0SGregory Greenman 	/**
5098920961SShaul Triebitz 	 * @HE_AIR_SNIFFER_CONFIG_CMD: &struct iwl_he_monitor_cmd
5198920961SShaul Triebitz 	 */
5298920961SShaul Triebitz 	HE_AIR_SNIFFER_CONFIG_CMD = 0x13,
5398920961SShaul Triebitz 
5498920961SShaul Triebitz 	/**
555213e8a8SJohannes Berg 	 * @CHEST_COLLECTOR_FILTER_CONFIG_CMD: Configure the CSI
565213e8a8SJohannes Berg 	 *	matrix collection, uses &struct iwl_channel_estimation_cfg
575213e8a8SJohannes Berg 	 */
585213e8a8SJohannes Berg 	CHEST_COLLECTOR_FILTER_CONFIG_CMD = 0x14,
595213e8a8SJohannes Berg 
605213e8a8SJohannes Berg 	/**
61*97f70c56SJohannes Berg 	 * @RX_BAID_ALLOCATION_CONFIG_CMD: Allocate/deallocate a BAID for an RX
62*97f70c56SJohannes Berg 	 *	blockack session, uses &struct iwl_rx_baid_cfg_cmd for the
63*97f70c56SJohannes Berg 	 *	command, and &struct iwl_rx_baid_cfg_resp as a response.
64*97f70c56SJohannes Berg 	 */
65*97f70c56SJohannes Berg 	RX_BAID_ALLOCATION_CONFIG_CMD = 0x16,
66*97f70c56SJohannes Berg 
67*97f70c56SJohannes Berg 	/**
68f7d6ef33SJohannes Berg 	 * @MONITOR_NOTIF: Datapath monitoring notification, using
69f7d6ef33SJohannes Berg 	 *	&struct iwl_datapath_monitor_notif
70f7d6ef33SJohannes Berg 	 */
71f7d6ef33SJohannes Berg 	MONITOR_NOTIF = 0xF4,
72f7d6ef33SJohannes Berg 
73f7d6ef33SJohannes Berg 	/**
74bf9dfedaSShaul Triebitz 	 * @RX_NO_DATA_NOTIF: &struct iwl_rx_no_data
75bf9dfedaSShaul Triebitz 	 */
76bf9dfedaSShaul Triebitz 	RX_NO_DATA_NOTIF = 0xF5,
77bf9dfedaSShaul Triebitz 
78bf9dfedaSShaul Triebitz 	/**
792a7ce54cSJohannes Berg 	 * @THERMAL_DUAL_CHAIN_DISABLE_REQ: firmware request for SMPS mode,
802a7ce54cSJohannes Berg 	 *	&struct iwl_thermal_dual_chain_request
812a7ce54cSJohannes Berg 	 */
822a7ce54cSJohannes Berg 	THERMAL_DUAL_CHAIN_REQUEST = 0xF6,
832a7ce54cSJohannes Berg 
842a7ce54cSJohannes Berg 	/**
8546d372afSGregory Greenman 	 * @TLC_MNG_UPDATE_NOTIF: &struct iwl_tlc_update_notif
8646d372afSGregory Greenman 	 */
8746d372afSGregory Greenman 	TLC_MNG_UPDATE_NOTIF = 0xF7,
8846d372afSGregory Greenman 
8946d372afSGregory Greenman 	/**
90d172a5efSJohannes Berg 	 * @STA_PM_NOTIF: &struct iwl_mvm_pm_state_notification
91d172a5efSJohannes Berg 	 */
92d172a5efSJohannes Berg 	STA_PM_NOTIF = 0xFD,
93d172a5efSJohannes Berg 
94d172a5efSJohannes Berg 	/**
95d172a5efSJohannes Berg 	 * @MU_GROUP_MGMT_NOTIF: &struct iwl_mu_group_mgmt_notif
96d172a5efSJohannes Berg 	 */
97d172a5efSJohannes Berg 	MU_GROUP_MGMT_NOTIF = 0xFE,
98d172a5efSJohannes Berg 
99d172a5efSJohannes Berg 	/**
100d172a5efSJohannes Berg 	 * @RX_QUEUES_NOTIFICATION: &struct iwl_rxq_sync_notification
101d172a5efSJohannes Berg 	 */
102d172a5efSJohannes Berg 	RX_QUEUES_NOTIFICATION = 0xFF,
103d172a5efSJohannes Berg };
104d172a5efSJohannes Berg 
105d172a5efSJohannes Berg /**
106d172a5efSJohannes Berg  * struct iwl_mu_group_mgmt_cmd - VHT MU-MIMO group configuration
107d172a5efSJohannes Berg  *
108d172a5efSJohannes Berg  * @reserved: reserved
109d172a5efSJohannes Berg  * @membership_status: a bitmap of MU groups
110d172a5efSJohannes Berg  * @user_position:the position of station in a group. If the station is in the
111d172a5efSJohannes Berg  *	group then bits (group * 2) is the position -1
112d172a5efSJohannes Berg  */
113d172a5efSJohannes Berg struct iwl_mu_group_mgmt_cmd {
114d172a5efSJohannes Berg 	__le32 reserved;
115d172a5efSJohannes Berg 	__le32 membership_status[2];
116d172a5efSJohannes Berg 	__le32 user_position[4];
117d172a5efSJohannes Berg } __packed; /* MU_GROUP_ID_MNG_TABLE_API_S_VER_1 */
118d172a5efSJohannes Berg 
119d172a5efSJohannes Berg /**
120d172a5efSJohannes Berg  * struct iwl_mu_group_mgmt_notif - VHT MU-MIMO group id notification
121d172a5efSJohannes Berg  *
122d172a5efSJohannes Berg  * @membership_status: a bitmap of MU groups
123d172a5efSJohannes Berg  * @user_position: the position of station in a group. If the station is in the
124d172a5efSJohannes Berg  *	group then bits (group * 2) is the position -1
125d172a5efSJohannes Berg  */
126d172a5efSJohannes Berg struct iwl_mu_group_mgmt_notif {
127d172a5efSJohannes Berg 	__le32 membership_status[2];
128d172a5efSJohannes Berg 	__le32 user_position[4];
129d172a5efSJohannes Berg } __packed; /* MU_GROUP_MNG_NTFY_API_S_VER_1 */
130d172a5efSJohannes Berg 
1315213e8a8SJohannes Berg enum iwl_channel_estimation_flags {
1325213e8a8SJohannes Berg 	IWL_CHANNEL_ESTIMATION_ENABLE	= BIT(0),
1335213e8a8SJohannes Berg 	IWL_CHANNEL_ESTIMATION_TIMER	= BIT(1),
1345213e8a8SJohannes Berg 	IWL_CHANNEL_ESTIMATION_COUNTER	= BIT(2),
1355213e8a8SJohannes Berg };
1365213e8a8SJohannes Berg 
1375213e8a8SJohannes Berg /**
1385213e8a8SJohannes Berg  * struct iwl_channel_estimation_cfg - channel estimation reporting config
1395213e8a8SJohannes Berg  */
1405213e8a8SJohannes Berg struct iwl_channel_estimation_cfg {
1415213e8a8SJohannes Berg 	/**
1425213e8a8SJohannes Berg 	 * @flags: flags, see &enum iwl_channel_estimation_flags
1435213e8a8SJohannes Berg 	 */
1445213e8a8SJohannes Berg 	__le32 flags;
1455213e8a8SJohannes Berg 	/**
1465213e8a8SJohannes Berg 	 * @timer: if enabled via flags, automatically disable after this many
1475213e8a8SJohannes Berg 	 *	microseconds
1485213e8a8SJohannes Berg 	 */
1495213e8a8SJohannes Berg 	__le32 timer;
1505213e8a8SJohannes Berg 	/**
1515213e8a8SJohannes Berg 	 * @count: if enabled via flags, automatically disable after this many
1525213e8a8SJohannes Berg 	 *	frames with channel estimation matrix were captured
1535213e8a8SJohannes Berg 	 */
1545213e8a8SJohannes Berg 	__le32 count;
1555213e8a8SJohannes Berg 	/**
1565213e8a8SJohannes Berg 	 * @rate_n_flags_mask: only try to record the channel estimation matrix
1575213e8a8SJohannes Berg 	 *	if the rate_n_flags value for the received frame (let's call
1585213e8a8SJohannes Berg 	 *	that rx_rnf) matches the mask/value given here like this:
1595213e8a8SJohannes Berg 	 *	(rx_rnf & rate_n_flags_mask) == rate_n_flags_val.
1605213e8a8SJohannes Berg 	 */
1615213e8a8SJohannes Berg 	__le32 rate_n_flags_mask;
1625213e8a8SJohannes Berg 	/**
1635213e8a8SJohannes Berg 	 * @rate_n_flags_val: see @rate_n_flags_mask
1645213e8a8SJohannes Berg 	 */
1655213e8a8SJohannes Berg 	__le32 rate_n_flags_val;
1665213e8a8SJohannes Berg 	/**
1675213e8a8SJohannes Berg 	 * @reserved: reserved (for alignment)
1685213e8a8SJohannes Berg 	 */
1695213e8a8SJohannes Berg 	__le32 reserved;
1705213e8a8SJohannes Berg 	/**
1715213e8a8SJohannes Berg 	 * @frame_types: bitmap of frame types to capture, the received frame's
1725213e8a8SJohannes Berg 	 *	subtype|type takes 6 bits in the frame and the corresponding bit
1735213e8a8SJohannes Berg 	 *	in this field must be set to 1 to capture channel estimation for
1745213e8a8SJohannes Berg 	 *	that frame type. Set to all-ones to enable capturing for all
1755213e8a8SJohannes Berg 	 *	frame types.
1765213e8a8SJohannes Berg 	 */
1775213e8a8SJohannes Berg 	__le64 frame_types;
1785213e8a8SJohannes Berg } __packed; /* CHEST_COLLECTOR_FILTER_CMD_API_S_VER_1 */
1795213e8a8SJohannes Berg 
180f7d6ef33SJohannes Berg enum iwl_datapath_monitor_notif_type {
181f7d6ef33SJohannes Berg 	IWL_DP_MON_NOTIF_TYPE_EXT_CCA,
182f7d6ef33SJohannes Berg };
183f7d6ef33SJohannes Berg 
184f7d6ef33SJohannes Berg struct iwl_datapath_monitor_notif {
185f7d6ef33SJohannes Berg 	__le32 type;
186f7d6ef33SJohannes Berg 	u8 mac_id;
187f7d6ef33SJohannes Berg 	u8 reserved[3];
188f7d6ef33SJohannes Berg } __packed; /* MONITOR_NTF_API_S_VER_1 */
189f7d6ef33SJohannes Berg 
1902a7ce54cSJohannes Berg /**
1912a7ce54cSJohannes Berg  * enum iwl_thermal_dual_chain_req_events - firmware SMPS request event
1922a7ce54cSJohannes Berg  * @THERMAL_DUAL_CHAIN_REQ_ENABLE: (re-)enable dual-chain operation
1932a7ce54cSJohannes Berg  *	(subject to other constraints)
1942a7ce54cSJohannes Berg  * @THERMAL_DUAL_CHAIN_REQ_DISABLE: disable dual-chain operation
1952a7ce54cSJohannes Berg  *	(static SMPS)
1962a7ce54cSJohannes Berg  */
1972a7ce54cSJohannes Berg enum iwl_thermal_dual_chain_req_events {
1982a7ce54cSJohannes Berg 	THERMAL_DUAL_CHAIN_REQ_ENABLE,
1992a7ce54cSJohannes Berg 	THERMAL_DUAL_CHAIN_REQ_DISABLE,
2002a7ce54cSJohannes Berg }; /* THERMAL_DUAL_CHAIN_DISABLE_STATE_API_E_VER_1 */
2012a7ce54cSJohannes Berg 
2022a7ce54cSJohannes Berg /**
2032a7ce54cSJohannes Berg  * struct iwl_thermal_dual_chain_request - SMPS request
2042a7ce54cSJohannes Berg  * @event: the type of request, see &enum iwl_thermal_dual_chain_req_events
2052a7ce54cSJohannes Berg  */
2062a7ce54cSJohannes Berg struct iwl_thermal_dual_chain_request {
2072a7ce54cSJohannes Berg 	__le32 event;
2082a7ce54cSJohannes Berg } __packed; /* THERMAL_DUAL_CHAIN_DISABLE_REQ_NTFY_API_S_VER_1 */
2092a7ce54cSJohannes Berg 
210c48e93a6SJohannes Berg enum iwl_rlc_chain_info {
211c48e93a6SJohannes Berg 	IWL_RLC_CHAIN_INFO_DRIVER_FORCE		= BIT(0),
212c48e93a6SJohannes Berg 	IWL_RLC_CHAIN_INFO_VALID		= 0x000e,
213c48e93a6SJohannes Berg 	IWL_RLC_CHAIN_INFO_FORCE		= 0x0070,
214c48e93a6SJohannes Berg 	IWL_RLC_CHAIN_INFO_FORCE_MIMO		= 0x0380,
215c48e93a6SJohannes Berg 	IWL_RLC_CHAIN_INFO_COUNT		= 0x0c00,
216c48e93a6SJohannes Berg 	IWL_RLC_CHAIN_INFO_MIMO_COUNT		= 0x3000,
217c48e93a6SJohannes Berg };
218c48e93a6SJohannes Berg 
219c48e93a6SJohannes Berg /**
220c48e93a6SJohannes Berg  * struct iwl_rlc_properties - RLC properties
221c48e93a6SJohannes Berg  * @rx_chain_info: RX chain info, &enum iwl_rlc_chain_info
222c48e93a6SJohannes Berg  * @reserved: reserved
223c48e93a6SJohannes Berg  */
224c48e93a6SJohannes Berg struct iwl_rlc_properties {
225c48e93a6SJohannes Berg 	__le32 rx_chain_info;
226c48e93a6SJohannes Berg 	__le32 reserved;
227c48e93a6SJohannes Berg } __packed; /* RLC_PROPERTIES_S_VER_1 */
228c48e93a6SJohannes Berg 
229c48e93a6SJohannes Berg enum iwl_sad_mode {
230c48e93a6SJohannes Berg 	IWL_SAD_MODE_ENABLED		= BIT(0),
231c48e93a6SJohannes Berg 	IWL_SAD_MODE_DEFAULT_ANT_MSK	= 0x6,
232c48e93a6SJohannes Berg 	IWL_SAD_MODE_DEFAULT_ANT_FW	= 0x0,
233c48e93a6SJohannes Berg 	IWL_SAD_MODE_DEFAULT_ANT_A	= 0x2,
234c48e93a6SJohannes Berg 	IWL_SAD_MODE_DEFAULT_ANT_B	= 0x4,
235c48e93a6SJohannes Berg };
236c48e93a6SJohannes Berg 
237c48e93a6SJohannes Berg /**
238c48e93a6SJohannes Berg  * struct iwl_sad_properties - SAD properties
239c48e93a6SJohannes Berg  * @chain_a_sad_mode: chain A SAD mode, &enum iwl_sad_mode
240c48e93a6SJohannes Berg  * @chain_b_sad_mode: chain B SAD mode, &enum iwl_sad_mode
241c48e93a6SJohannes Berg  * @mac_id: MAC index
242c48e93a6SJohannes Berg  * @reserved: reserved
243c48e93a6SJohannes Berg  */
244c48e93a6SJohannes Berg struct iwl_sad_properties {
245c48e93a6SJohannes Berg 	__le32 chain_a_sad_mode;
246c48e93a6SJohannes Berg 	__le32 chain_b_sad_mode;
247c48e93a6SJohannes Berg 	__le32 mac_id;
248c48e93a6SJohannes Berg 	__le32 reserved;
249c48e93a6SJohannes Berg } __packed;
250c48e93a6SJohannes Berg 
251c48e93a6SJohannes Berg /**
252c48e93a6SJohannes Berg  * struct iwl_rlc_config_cmd - RLC configuration
253c48e93a6SJohannes Berg  * @phy_id: PHY index
254c48e93a6SJohannes Berg  * @rlc: RLC properties, &struct iwl_rlc_properties
255c48e93a6SJohannes Berg  * @sad: SAD (single antenna diversity) options, &struct iwl_sad_properties
256c48e93a6SJohannes Berg  * @flags: flags, &enum iwl_rlc_flags
257c48e93a6SJohannes Berg  * @reserved: reserved
258c48e93a6SJohannes Berg  */
259c48e93a6SJohannes Berg struct iwl_rlc_config_cmd {
260c48e93a6SJohannes Berg 	__le32 phy_id;
261c48e93a6SJohannes Berg 	struct iwl_rlc_properties rlc;
262c48e93a6SJohannes Berg 	struct iwl_sad_properties sad;
263c48e93a6SJohannes Berg 	u8 flags;
264c48e93a6SJohannes Berg 	u8 reserved[3];
265c48e93a6SJohannes Berg } __packed; /* RLC_CONFIG_CMD_API_S_VER_2 */
266c48e93a6SJohannes Berg 
267*97f70c56SJohannes Berg /**
268*97f70c56SJohannes Berg  * enum iwl_rx_baid_action - BAID allocation/config action
269*97f70c56SJohannes Berg  * @IWL_RX_BAID_ACTION_ADD: add a new BAID session
270*97f70c56SJohannes Berg  * @IWL_RX_BAID_ACTION_MODIFY: modify the BAID session
271*97f70c56SJohannes Berg  * @IWL_RX_BAID_ACTION_REMOVE: remove the BAID session
272*97f70c56SJohannes Berg  */
273*97f70c56SJohannes Berg enum iwl_rx_baid_action {
274*97f70c56SJohannes Berg 	IWL_RX_BAID_ACTION_ADD,
275*97f70c56SJohannes Berg 	IWL_RX_BAID_ACTION_MODIFY,
276*97f70c56SJohannes Berg 	IWL_RX_BAID_ACTION_REMOVE,
277*97f70c56SJohannes Berg }; /*  RX_BAID_ALLOCATION_ACTION_E_VER_1 */
278*97f70c56SJohannes Berg 
279*97f70c56SJohannes Berg /**
280*97f70c56SJohannes Berg  * struct iwl_rx_baid_cfg_cmd_alloc - BAID allocation data
281*97f70c56SJohannes Berg  * @sta_id_mask: station ID mask
282*97f70c56SJohannes Berg  * @tid: the TID for this session
283*97f70c56SJohannes Berg  * @reserved: reserved
284*97f70c56SJohannes Berg  * @ssn: the starting sequence number
285*97f70c56SJohannes Berg  * @win_size: RX BA session window size
286*97f70c56SJohannes Berg  */
287*97f70c56SJohannes Berg struct iwl_rx_baid_cfg_cmd_alloc {
288*97f70c56SJohannes Berg 	__le32 sta_id_mask;
289*97f70c56SJohannes Berg 	u8 tid;
290*97f70c56SJohannes Berg 	u8 reserved[3];
291*97f70c56SJohannes Berg 	__le16 ssn;
292*97f70c56SJohannes Berg 	__le16 win_size;
293*97f70c56SJohannes Berg } __packed; /* RX_BAID_ALLOCATION_ADD_CMD_API_S_VER_1 */
294*97f70c56SJohannes Berg 
295*97f70c56SJohannes Berg /**
296*97f70c56SJohannes Berg  * struct iwl_rx_baid_cfg_cmd_modify - BAID modification data
297*97f70c56SJohannes Berg  * @sta_id_mask: station ID mask
298*97f70c56SJohannes Berg  * @baid: the BAID to modify
299*97f70c56SJohannes Berg  */
300*97f70c56SJohannes Berg struct iwl_rx_baid_cfg_cmd_modify {
301*97f70c56SJohannes Berg 	__le32 sta_id_mask;
302*97f70c56SJohannes Berg 	__le32 baid;
303*97f70c56SJohannes Berg } __packed; /* RX_BAID_ALLOCATION_MODIFY_CMD_API_S_VER_1 */
304*97f70c56SJohannes Berg 
305*97f70c56SJohannes Berg /**
306*97f70c56SJohannes Berg  * struct iwl_rx_baid_cfg_cmd_remove - BAID removal data
307*97f70c56SJohannes Berg  * @baid: the BAID to remove
308*97f70c56SJohannes Berg  */
309*97f70c56SJohannes Berg struct iwl_rx_baid_cfg_cmd_remove {
310*97f70c56SJohannes Berg 	__le32 baid;
311*97f70c56SJohannes Berg } __packed; /* RX_BAID_ALLOCATION_REMOVE_CMD_API_S_VER_1 */
312*97f70c56SJohannes Berg 
313*97f70c56SJohannes Berg /**
314*97f70c56SJohannes Berg  * struct iwl_rx_baid_cfg_cmd - BAID allocation/config command
315*97f70c56SJohannes Berg  * @action: the action, from &enum iwl_rx_baid_action
316*97f70c56SJohannes Berg  */
317*97f70c56SJohannes Berg struct iwl_rx_baid_cfg_cmd {
318*97f70c56SJohannes Berg 	__le32 action;
319*97f70c56SJohannes Berg 	union {
320*97f70c56SJohannes Berg 		struct iwl_rx_baid_cfg_cmd_alloc alloc;
321*97f70c56SJohannes Berg 		struct iwl_rx_baid_cfg_cmd_modify modify;
322*97f70c56SJohannes Berg 		struct iwl_rx_baid_cfg_cmd_remove remove;
323*97f70c56SJohannes Berg 	}; /* RX_BAID_ALLOCATION_OPERATION_API_U_VER_1 */
324*97f70c56SJohannes Berg } __packed; /* RX_BAID_ALLOCATION_CONFIG_CMD_API_S_VER_1 */
325*97f70c56SJohannes Berg 
326*97f70c56SJohannes Berg /**
327*97f70c56SJohannes Berg  * struct iwl_rx_baid_cfg_resp - BAID allocation response
328*97f70c56SJohannes Berg  * @baid: the allocated BAID
329*97f70c56SJohannes Berg  */
330*97f70c56SJohannes Berg struct iwl_rx_baid_cfg_resp {
331*97f70c56SJohannes Berg 	__le32 baid;
332*97f70c56SJohannes Berg }; /* RX_BAID_ALLOCATION_RESPONSE_API_S_VER_1 */
333*97f70c56SJohannes Berg 
334d172a5efSJohannes Berg #endif /* __iwl_fw_api_datapath_h__ */
335