Merge remote-tracking branch 'iwlwifi-fixes/master' into iwlwifi-next
[linux-block.git] / drivers / net / wireless / iwlwifi / iwl-fw.h
CommitLineData
0692fe41
JB
1/******************************************************************************
2 *
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
5 *
6 * GPL LICENSE SUMMARY
7 *
51368bf7 8 * Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved.
8b4139dc 9 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
0692fe41
JB
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of version 2 of the GNU General Public License as
13 * published by the Free Software Foundation.
14 *
15 * This program is distributed in the hope that it will be useful, but
16 * WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
23 * USA
24 *
25 * The full GNU General Public License is included in this distribution
410dc5aa 26 * in the file called COPYING.
0692fe41
JB
27 *
28 * Contact Information:
29 * Intel Linux Wireless <ilw@linux.intel.com>
30 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
31 *
32 * BSD LICENSE
33 *
51368bf7 34 * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.
8b4139dc 35 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
0692fe41
JB
36 * All rights reserved.
37 *
38 * Redistribution and use in source and binary forms, with or without
39 * modification, are permitted provided that the following conditions
40 * are met:
41 *
42 * * Redistributions of source code must retain the above copyright
43 * notice, this list of conditions and the following disclaimer.
44 * * Redistributions in binary form must reproduce the above copyright
45 * notice, this list of conditions and the following disclaimer in
46 * the documentation and/or other materials provided with the
47 * distribution.
48 * * Neither the name Intel Corporation nor the names of its
49 * contributors may be used to endorse or promote products derived
50 * from this software without specific prior written permission.
51 *
52 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
53 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
54 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
55 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
56 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
57 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
58 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
59 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
60 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
61 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63 *****************************************************************************/
64
65#ifndef __iwl_fw_h__
66#define __iwl_fw_h__
67#include <linux/types.h>
bb982e3a 68#include <net/mac80211.h>
0692fe41 69
06ddbf5a
EG
70#include "iwl-fw-file.h"
71
0692fe41
JB
72/**
73 * enum iwl_ucode_tlv_flag - ucode API flags
74 * @IWL_UCODE_TLV_FLAGS_PAN: This is PAN capable microcode; this previously
75 * was a separate TLV but moved here to save space.
76 * @IWL_UCODE_TLV_FLAGS_NEWSCAN: new uCode scan behaviour on hidden SSID,
77 * treats good CRC threshold as a boolean
78 * @IWL_UCODE_TLV_FLAGS_MFP: This uCode image supports MFP (802.11w).
79 * @IWL_UCODE_TLV_FLAGS_P2P: This uCode image supports P2P.
25b9ea5c 80 * @IWL_UCODE_TLV_FLAGS_DW_BC_TABLE: The SCD byte count table is in DWORDS
1504f48d 81 * @IWL_UCODE_TLV_FLAGS_UAPSD_SUPPORT: This uCode image supports uAPSD
35a000b7
DS
82 * @IWL_UCODE_TLV_FLAGS_SHORT_BL: 16 entries of black list instead of 64 in scan
83 * offload profile config command.
5369d6c1
JB
84 * @IWL_UCODE_TLV_FLAGS_D3_6_IPV6_ADDRS: D3 image supports up to six
85 * (rather than two) IPv6 addresses
20f1a5de
DS
86 * @IWL_UCODE_TLV_FLAGS_NO_BASIC_SSID: not sending a probe with the SSID element
87 * from the probe request template.
f7fc5989
JB
88 * @IWL_UCODE_TLV_FLAGS_NEW_NSOFFL_SMALL: new NS offload (small version)
89 * @IWL_UCODE_TLV_FLAGS_NEW_NSOFFL_LARGE: new NS offload (large version)
19889025 90 * @IWL_UCODE_TLV_FLAGS_P2P_PM: P2P client supports PM as a stand alone MAC
7303dd7f
AB
91 * @IWL_UCODE_TLV_FLAGS_P2P_BSS_PS_DCM: support power save on BSS station and
92 * P2P client interfaces simultaneously if they are in different bindings.
19889025
AA
93 * @IWL_UCODE_TLV_FLAGS_P2P_BSS_PS_SCM: support power save on BSS station and
94 * P2P client interfaces simultaneously if they are in same bindings.
a42c9fcc 95 * @IWL_UCODE_TLV_FLAGS_UAPSD_SUPPORT: General support for uAPSD
75209672 96 * @IWL_UCODE_TLV_FLAGS_P2P_PS_UAPSD: P2P client supports uAPSD power save
c87163b9 97 * @IWL_UCODE_TLV_FLAGS_BCAST_FILTERING: uCode supports broadcast filtering.
3e56eadf 98 * @IWL_UCODE_TLV_FLAGS_GO_UAPSD: AP/GO interfaces support uAPSD clients
e820c2da 99 * @IWL_UCODE_TLV_FLAGS_EBS_SUPPORT: this uCode image supports EBS.
0692fe41
JB
100 */
101enum iwl_ucode_tlv_flag {
a2d7b870
AA
102 IWL_UCODE_TLV_FLAGS_PAN = BIT(0),
103 IWL_UCODE_TLV_FLAGS_NEWSCAN = BIT(1),
104 IWL_UCODE_TLV_FLAGS_MFP = BIT(2),
105 IWL_UCODE_TLV_FLAGS_P2P = BIT(3),
106 IWL_UCODE_TLV_FLAGS_DW_BC_TABLE = BIT(4),
35a000b7 107 IWL_UCODE_TLV_FLAGS_SHORT_BL = BIT(7),
5369d6c1 108 IWL_UCODE_TLV_FLAGS_D3_6_IPV6_ADDRS = BIT(10),
20f1a5de 109 IWL_UCODE_TLV_FLAGS_NO_BASIC_SSID = BIT(12),
f7fc5989
JB
110 IWL_UCODE_TLV_FLAGS_NEW_NSOFFL_SMALL = BIT(15),
111 IWL_UCODE_TLV_FLAGS_NEW_NSOFFL_LARGE = BIT(16),
19889025 112 IWL_UCODE_TLV_FLAGS_P2P_PM = BIT(21),
7303dd7f 113 IWL_UCODE_TLV_FLAGS_BSS_P2P_PS_DCM = BIT(22),
19889025 114 IWL_UCODE_TLV_FLAGS_BSS_P2P_PS_SCM = BIT(23),
1504f48d 115 IWL_UCODE_TLV_FLAGS_UAPSD_SUPPORT = BIT(24),
e820c2da 116 IWL_UCODE_TLV_FLAGS_EBS_SUPPORT = BIT(25),
75209672 117 IWL_UCODE_TLV_FLAGS_P2P_PS_UAPSD = BIT(26),
c87163b9 118 IWL_UCODE_TLV_FLAGS_BCAST_FILTERING = BIT(29),
3e56eadf 119 IWL_UCODE_TLV_FLAGS_GO_UAPSD = BIT(30),
0692fe41 120};
7bb426ea 121
1a95c8df
EP
122/**
123 * enum iwl_ucode_tlv_api - ucode api
124 * @IWL_UCODE_TLV_API_WOWLAN_CONFIG_TID: wowlan config includes tid field.
1c87bbad 125 * @IWL_UCODE_TLV_CAPA_EXTENDED_BEACON: Support Extended beacon notification
0ea8d043 126 * @IWL_UCODE_TLV_API_BT_COEX_SPLIT: new API for BT Coex
bd3398e2 127 * @IWL_UCODE_TLV_API_CSA_FLOW: ucode can do unbind-bind flow for CSA.
09b0ce1a 128 * @IWL_UCODE_TLV_API_DISABLE_STA_TX: ucode supports tx_disable bit.
fb98be5e 129 * @IWL_UCODE_TLV_API_LMAC_SCAN: This ucode uses LMAC unified scan API.
161bdb77 130 * @IWL_UCODE_TLV_API_SF_NO_DUMMY_NOTIF: ucode supports disabling dummy notif.
2ce89cd6
DS
131 * @IWL_UCODE_TLV_API_FRAGMENTED_SCAN: This ucode supports active dwell time
132 * longer than the passive one, which is essential for fragmented scan.
1a95c8df
EP
133 */
134enum iwl_ucode_tlv_api {
135 IWL_UCODE_TLV_API_WOWLAN_CONFIG_TID = BIT(0),
1c87bbad 136 IWL_UCODE_TLV_CAPA_EXTENDED_BEACON = BIT(1),
0ea8d043 137 IWL_UCODE_TLV_API_BT_COEX_SPLIT = BIT(3),
bd3398e2 138 IWL_UCODE_TLV_API_CSA_FLOW = BIT(4),
09b0ce1a 139 IWL_UCODE_TLV_API_DISABLE_STA_TX = BIT(5),
fb98be5e 140 IWL_UCODE_TLV_API_LMAC_SCAN = BIT(6),
161bdb77 141 IWL_UCODE_TLV_API_SF_NO_DUMMY_NOTIF = BIT(7),
2ce89cd6 142 IWL_UCODE_TLV_API_FRAGMENTED_SCAN = BIT(8),
1a95c8df
EP
143};
144
7bb426ea
EP
145/**
146 * enum iwl_ucode_tlv_capa - ucode capabilities
147 * @IWL_UCODE_TLV_CAPA_D0I3_SUPPORT: supports D0i3
d2496221 148 * @IWL_UCODE_TLV_CAPA_UMAC_SCAN: supports UMAC scan.
d8f1c515 149 * @IWL_UCODE_TLV_CAPA_TDLS_SUPPORT: support basic TDLS functionality
f1daa00e
AO
150 * @IWL_UCODE_TLV_CAPA_TXPOWER_INSERTION_SUPPORT: supports insertion of current
151 * tx power value into TPC Report action frame and Link Measurement Report
152 * action frame
66dc5272
AO
153 * @IWL_UCODE_TLV_CAPA_DS_PARAM_SET_IE_SUPPORT: supports updating current
154 * channel in DS parameter set element in probe requests.
73897bd1
AO
155 * @IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT: supports adding TPC Report IE in
156 * probe requests.
226bcd48 157 * @IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT: supports Quiet Period requests
3edf8ff6
AA
158 * @IWL_UCODE_TLV_CAPA_DQA_SUPPORT: supports dynamic queue allocation (DQA),
159 * which also implies support for the scheduler configuration command
77c5d7ef 160 * @IWL_UCODE_TLV_CAPA_TDLS_CHANNEL_SWITCH: supports TDLS channel switching
5ac6c72e 161 * @IWL_UCODE_TLV_CAPA_HOTSPOT_SUPPORT: supports Hot Spot Command
7bb426ea
EP
162 */
163enum iwl_ucode_tlv_capa {
226bcd48 164 IWL_UCODE_TLV_CAPA_D0I3_SUPPORT = BIT(0),
d2496221 165 IWL_UCODE_TLV_CAPA_UMAC_SCAN = BIT(2),
d8f1c515 166 IWL_UCODE_TLV_CAPA_TDLS_SUPPORT = BIT(6),
226bcd48 167 IWL_UCODE_TLV_CAPA_TXPOWER_INSERTION_SUPPORT = BIT(8),
73897bd1
AO
168 IWL_UCODE_TLV_CAPA_DS_PARAM_SET_IE_SUPPORT = BIT(9),
169 IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT = BIT(10),
226bcd48 170 IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT = BIT(11),
3edf8ff6 171 IWL_UCODE_TLV_CAPA_DQA_SUPPORT = BIT(12),
77c5d7ef 172 IWL_UCODE_TLV_CAPA_TDLS_CHANNEL_SWITCH = BIT(13),
5ac6c72e 173 IWL_UCODE_TLV_CAPA_HOTSPOT_SUPPORT = BIT(18),
7bb426ea 174};
0692fe41
JB
175
176/* The default calibrate table size if not specified by firmware file */
177#define IWL_DEFAULT_STANDARD_PHY_CALIBRATE_TBL_SIZE 18
178#define IWL_MAX_STANDARD_PHY_CALIBRATE_TBL_SIZE 19
179#define IWL_MAX_PHY_CALIBRATE_TBL_SIZE 253
180
66140adc
LC
181/* The default max probe length if not specified by the firmware file */
182#define IWL_DEFAULT_MAX_PROBE_LENGTH 200
183
ed8c8365
DS
184/**
185 * enum iwl_ucode_type
186 *
187 * The type of ucode.
188 *
189 * @IWL_UCODE_REGULAR: Normal runtime ucode
190 * @IWL_UCODE_INIT: Initial ucode
191 * @IWL_UCODE_WOWLAN: Wake on Wireless enabled ucode
192 */
193enum iwl_ucode_type {
194 IWL_UCODE_REGULAR,
195 IWL_UCODE_INIT,
196 IWL_UCODE_WOWLAN,
197 IWL_UCODE_TYPE_MAX,
198};
199
6dfa8d01
DS
200/*
201 * enumeration of ucode section.
0db53d00
JB
202 * This enumeration is used directly for older firmware (before 16.0).
203 * For new firmware, there can be up to 4 sections (see below) but the
204 * first one packaged into the firmware file is the DATA section and
205 * some debugging code accesses that.
6dfa8d01
DS
206 */
207enum iwl_ucode_sec {
6dfa8d01 208 IWL_UCODE_SECTION_DATA,
0db53d00 209 IWL_UCODE_SECTION_INST,
6dfa8d01
DS
210};
211/*
212 * For 16.0 uCode and above, there is no differentiation between sections,
213 * just an offset to the HW address.
214 */
034846cf 215#define IWL_UCODE_SECTION_MAX 12
a2978b11
EH
216#define IWL_API_ARRAY_SIZE 1
217#define IWL_CAPABILITIES_ARRAY_SIZE 1
69e92131 218#define CPU1_CPU2_SEPARATOR_SECTION 0xFFFFCCCC
6dfa8d01 219
0692fe41
JB
220struct iwl_ucode_capabilities {
221 u32 max_probe_length;
762533ba 222 u32 n_scan_channels;
0692fe41
JB
223 u32 standard_phy_calibration_size;
224 u32 flags;
a2978b11
EH
225 u32 api[IWL_API_ARRAY_SIZE];
226 u32 capa[IWL_CAPABILITIES_ARRAY_SIZE];
0692fe41
JB
227};
228
0cedacc5 229/* one for each uCode image (inst/data, init/runtime/wowlan) */
0692fe41 230struct fw_desc {
83f84d7b 231 const void *data; /* vmalloc'ed data */
0692fe41 232 u32 len; /* size in bytes */
0cedacc5 233 u32 offset; /* offset in the device */
0692fe41
JB
234};
235
236struct fw_img {
6dfa8d01 237 struct fw_desc sec[IWL_UCODE_SECTION_MAX];
e2d6f4e7 238 bool is_dual_cpus;
0692fe41
JB
239};
240
91479b64
EH
241struct iwl_sf_region {
242 u32 addr;
243 u32 size;
244};
245
0692fe41
JB
246/* uCode version contains 4 values: Major/Minor/API/Serial */
247#define IWL_UCODE_MAJOR(ver) (((ver) & 0xFF000000) >> 24)
248#define IWL_UCODE_MINOR(ver) (((ver) & 0x00FF0000) >> 16)
249#define IWL_UCODE_API(ver) (((ver) & 0x0000FF00) >> 8)
250#define IWL_UCODE_SERIAL(ver) ((ver) & 0x000000FF)
251
aa2b1770
JB
252/*
253 * Calibration control struct.
254 * Sent as part of the phy configuration command.
255 * @flow_trigger: bitmap for which calibrations to perform according to
256 * flow triggers.
257 * @event_trigger: bitmap for which calibrations to perform according to
258 * event triggers.
259 */
260struct iwl_tlv_calib_ctrl {
261 __le32 flow_trigger;
262 __le32 event_trigger;
263} __packed;
264
d110cb51
EG
265enum iwl_fw_phy_cfg {
266 FW_PHY_CFG_RADIO_TYPE_POS = 0,
267 FW_PHY_CFG_RADIO_TYPE = 0x3 << FW_PHY_CFG_RADIO_TYPE_POS,
268 FW_PHY_CFG_RADIO_STEP_POS = 2,
269 FW_PHY_CFG_RADIO_STEP = 0x3 << FW_PHY_CFG_RADIO_STEP_POS,
270 FW_PHY_CFG_RADIO_DASH_POS = 4,
271 FW_PHY_CFG_RADIO_DASH = 0x3 << FW_PHY_CFG_RADIO_DASH_POS,
272 FW_PHY_CFG_TX_CHAIN_POS = 16,
273 FW_PHY_CFG_TX_CHAIN = 0xf << FW_PHY_CFG_TX_CHAIN_POS,
274 FW_PHY_CFG_RX_CHAIN_POS = 20,
275 FW_PHY_CFG_RX_CHAIN = 0xf << FW_PHY_CFG_RX_CHAIN_POS,
276};
277
e36e5433
MS
278#define IWL_UCODE_MAX_CS 1
279
280/**
281 * struct iwl_fw_cipher_scheme - a cipher scheme supported by FW.
282 * @cipher: a cipher suite selector
283 * @flags: cipher scheme flags (currently reserved for a future use)
284 * @hdr_len: a size of MPDU security header
285 * @pn_len: a size of PN
286 * @pn_off: an offset of pn from the beginning of the security header
287 * @key_idx_off: an offset of key index byte in the security header
288 * @key_idx_mask: a bit mask of key_idx bits
289 * @key_idx_shift: bit shift needed to get key_idx
290 * @mic_len: mic length in bytes
291 * @hw_cipher: a HW cipher index used in host commands
292 */
293struct iwl_fw_cipher_scheme {
294 __le32 cipher;
295 u8 flags;
296 u8 hdr_len;
297 u8 pn_len;
298 u8 pn_off;
299 u8 key_idx_off;
300 u8 key_idx_mask;
301 u8 key_idx_shift;
302 u8 mic_len;
303 u8 hw_cipher;
304} __packed;
305
306/**
307 * struct iwl_fw_cscheme_list - a cipher scheme list
308 * @size: a number of entries
309 * @cs: cipher scheme entries
310 */
311struct iwl_fw_cscheme_list {
312 u8 size;
313 struct iwl_fw_cipher_scheme cs[];
314} __packed;
315
0692fe41
JB
316/**
317 * struct iwl_fw - variables associated with the firmware
318 *
319 * @ucode_ver: ucode version from the ucode file
320 * @fw_version: firmware version string
6dfa8d01 321 * @img: ucode image like ucode_rt, ucode_init, ucode_wowlan.
0692fe41
JB
322 * @ucode_capa: capabilities parsed from the ucode file.
323 * @enhance_sensitivity_table: device can do enhanced sensitivity.
324 * @init_evtlog_ptr: event log offset for init ucode.
325 * @init_evtlog_size: event log size for init ucode.
326 * @init_errlog_ptr: error log offfset for init ucode.
327 * @inst_evtlog_ptr: event log offset for runtime ucode.
328 * @inst_evtlog_size: event log size for runtime ucode.
329 * @inst_errlog_ptr: error log offfset for runtime ucode.
8ca151b5 330 * @mvm_fw: indicates this is MVM firmware
e36e5433 331 * @cipher_scheme: optional external cipher scheme.
0692fe41
JB
332 */
333struct iwl_fw {
334 u32 ucode_ver;
335
81135548 336 char fw_version[ETHTOOL_FWVERS_LEN];
0692fe41
JB
337
338 /* ucode images */
6dfa8d01 339 struct fw_img img[IWL_UCODE_TYPE_MAX];
0692fe41
JB
340
341 struct iwl_ucode_capabilities ucode_capa;
342 bool enhance_sensitivity_table;
343
344 u32 init_evtlog_ptr, init_evtlog_size, init_errlog_ptr;
345 u32 inst_evtlog_ptr, inst_evtlog_size, inst_errlog_ptr;
ed8c8365 346
aa2b1770 347 struct iwl_tlv_calib_ctrl default_calib[IWL_UCODE_TYPE_MAX];
ed8c8365 348 u32 phy_config;
77db0a3c
EH
349 u8 valid_tx_ant;
350 u8 valid_rx_ant;
4db2c9ae
DS
351
352 bool mvm_fw;
e36e5433
MS
353
354 struct ieee80211_cipher_scheme cs[IWL_UCODE_MAX_CS];
06ddbf5a 355 u8 human_readable[FW_VER_HUMAN_READABLE_SZ];
0692fe41
JB
356};
357
358#endif /* __iwl_fw_h__ */