UPSTREAM: mwifiex: report received management frames to cfg80211
[cascardo/linux.git] / drivers / net / wireless / mwifiex / fw.h
1 /*
2  * Marvell Wireless LAN device driver: Firmware specific macros & structures
3  *
4  * Copyright (C) 2011, Marvell International Ltd.
5  *
6  * This software file (the "File") is distributed by Marvell International
7  * Ltd. under the terms of the GNU General Public License Version 2, June 1991
8  * (the "License").  You may use, redistribute and/or modify this File in
9  * accordance with the terms and conditions of the License, a copy of which
10  * is available by writing to the Free Software Foundation, Inc.,
11  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the
12  * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
13  *
14  * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
15  * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
16  * ARE EXPRESSLY DISCLAIMED.  The License provides additional details about
17  * this warranty disclaimer.
18  */
19
20 #ifndef _MWIFIEX_FW_H_
21 #define _MWIFIEX_FW_H_
22
23 #include <linux/if_ether.h>
24
25
26 #define INTF_HEADER_LEN     4
27
28 struct rfc_1042_hdr {
29         u8 llc_dsap;
30         u8 llc_ssap;
31         u8 llc_ctrl;
32         u8 snap_oui[3];
33         u16 snap_type;
34 };
35
36 struct rx_packet_hdr {
37         struct ethhdr eth803_hdr;
38         struct rfc_1042_hdr rfc1042_hdr;
39 };
40
41 struct tx_packet_hdr {
42         struct ethhdr eth803_hdr;
43         struct rfc_1042_hdr rfc1042_hdr;
44 };
45
46 #define B_SUPPORTED_RATES               5
47 #define G_SUPPORTED_RATES               9
48 #define BG_SUPPORTED_RATES              13
49 #define A_SUPPORTED_RATES               9
50 #define HOSTCMD_SUPPORTED_RATES         14
51 #define N_SUPPORTED_RATES               3
52 #define ALL_802_11_BANDS           (BAND_A | BAND_B | BAND_G | BAND_GN)
53
54 #define FW_MULTI_BANDS_SUPPORT  (BIT(8) | BIT(9) | BIT(10) | BIT(11))
55 #define IS_SUPPORT_MULTI_BANDS(adapter)        \
56         (adapter->fw_cap_info & FW_MULTI_BANDS_SUPPORT)
57 #define GET_FW_DEFAULT_BANDS(adapter)  \
58         ((adapter->fw_cap_info >> 8) & ALL_802_11_BANDS)
59
60 #define HostCmd_WEP_KEY_INDEX_MASK              0x3fff
61
62 #define KEY_INFO_ENABLED        0x01
63 enum KEY_TYPE_ID {
64         KEY_TYPE_ID_WEP = 0,
65         KEY_TYPE_ID_TKIP,
66         KEY_TYPE_ID_AES,
67         KEY_TYPE_ID_WAPI,
68 };
69 #define KEY_MCAST       BIT(0)
70 #define KEY_UNICAST     BIT(1)
71 #define KEY_ENABLED     BIT(2)
72
73 #define WAPI_KEY_LEN                    50
74
75 #define MAX_POLL_TRIES                  100
76
77 #define MAX_MULTI_INTERFACE_POLL_TRIES  1000
78
79 #define MAX_FIRMWARE_POLL_TRIES                 100
80
81 #define FIRMWARE_READY_SDIO                             0xfedc
82 #define FIRMWARE_READY_PCIE                             0xfedcba00
83
84 enum MWIFIEX_802_11_PRIVACY_FILTER {
85         MWIFIEX_802_11_PRIV_FILTER_ACCEPT_ALL,
86         MWIFIEX_802_11_PRIV_FILTER_8021X_WEP
87 };
88
89 #define CAL_SNR(RSSI, NF)               ((s16)((s16)(RSSI)-(s16)(NF)))
90 #define CAL_RSSI(SNR, NF)               ((s16)((s16)(SNR)+(s16)(NF)))
91
92 #define PROPRIETARY_TLV_BASE_ID                 0x0100
93 #define TLV_TYPE_KEY_MATERIAL       (PROPRIETARY_TLV_BASE_ID + 0)
94 #define TLV_TYPE_CHANLIST           (PROPRIETARY_TLV_BASE_ID + 1)
95 #define TLV_TYPE_NUMPROBES          (PROPRIETARY_TLV_BASE_ID + 2)
96 #define TLV_TYPE_RSSI_LOW           (PROPRIETARY_TLV_BASE_ID + 4)
97 #define TLV_TYPE_PASSTHROUGH        (PROPRIETARY_TLV_BASE_ID + 10)
98 #define TLV_TYPE_WMMQSTATUS         (PROPRIETARY_TLV_BASE_ID + 16)
99 #define TLV_TYPE_WILDCARDSSID       (PROPRIETARY_TLV_BASE_ID + 18)
100 #define TLV_TYPE_TSFTIMESTAMP       (PROPRIETARY_TLV_BASE_ID + 19)
101 #define TLV_TYPE_RSSI_HIGH          (PROPRIETARY_TLV_BASE_ID + 22)
102 #define TLV_TYPE_AUTH_TYPE          (PROPRIETARY_TLV_BASE_ID + 31)
103 #define TLV_TYPE_CHANNELBANDLIST    (PROPRIETARY_TLV_BASE_ID + 42)
104 #define TLV_TYPE_RATE_DROP_CONTROL  (PROPRIETARY_TLV_BASE_ID + 82)
105 #define TLV_TYPE_RATE_SCOPE         (PROPRIETARY_TLV_BASE_ID + 83)
106 #define TLV_TYPE_POWER_GROUP        (PROPRIETARY_TLV_BASE_ID + 84)
107 #define TLV_TYPE_WAPI_IE            (PROPRIETARY_TLV_BASE_ID + 94)
108 #define TLV_TYPE_MGMT_IE            (PROPRIETARY_TLV_BASE_ID + 105)
109 #define TLV_TYPE_AUTO_DS_PARAM      (PROPRIETARY_TLV_BASE_ID + 113)
110 #define TLV_TYPE_PS_PARAM           (PROPRIETARY_TLV_BASE_ID + 114)
111
112 #define MWIFIEX_TX_DATA_BUF_SIZE_2K        2048
113
114 #define SSN_MASK         0xfff0
115
116 #define BA_RESULT_SUCCESS        0x0
117 #define BA_RESULT_TIMEOUT        0x2
118
119 #define IS_BASTREAM_SETUP(ptr)  (ptr->ba_status)
120
121 #define BA_STREAM_NOT_ALLOWED   0xff
122
123 #define IS_11N_ENABLED(priv) ((priv->adapter->config_bands & BAND_GN || \
124                         priv->adapter->config_bands & BAND_AN) && \
125                         priv->curr_bss_params.bss_descriptor.bcn_ht_cap)
126 #define INITIATOR_BIT(DelBAParamSet) (((DelBAParamSet) &\
127                         BIT(DELBA_INITIATOR_POS)) >> DELBA_INITIATOR_POS)
128
129 #define MWIFIEX_TX_DATA_BUF_SIZE_4K        4096
130 #define MWIFIEX_TX_DATA_BUF_SIZE_8K        8192
131
132 #define ISSUPP_11NENABLED(FwCapInfo) (FwCapInfo & BIT(11))
133
134 /* dev_cap bitmap
135  * BIT
136  * 0-16         reserved
137  * 17           IEEE80211_HT_CAP_SUP_WIDTH_20_40
138  * 18-22        reserved
139  * 23           IEEE80211_HT_CAP_SGI_20
140  * 24           IEEE80211_HT_CAP_SGI_40
141  * 25           IEEE80211_HT_CAP_TX_STBC
142  * 26           IEEE80211_HT_CAP_RX_STBC
143  * 27-28        reserved
144  * 29           IEEE80211_HT_CAP_GRN_FLD
145  * 30-31        reserved
146  */
147 #define ISSUPP_CHANWIDTH40(Dot11nDevCap) (Dot11nDevCap & BIT(17))
148 #define ISSUPP_SHORTGI20(Dot11nDevCap) (Dot11nDevCap & BIT(23))
149 #define ISSUPP_SHORTGI40(Dot11nDevCap) (Dot11nDevCap & BIT(24))
150 #define ISSUPP_TXSTBC(Dot11nDevCap) (Dot11nDevCap & BIT(25))
151 #define ISSUPP_RXSTBC(Dot11nDevCap) (Dot11nDevCap & BIT(26))
152 #define ISSUPP_GREENFIELD(Dot11nDevCap) (Dot11nDevCap & BIT(29))
153
154 /* httxcfg bitmap
155  * 0            reserved
156  * 1            20/40 Mhz enable(1)/disable(0)
157  * 2-3          reserved
158  * 4            green field enable(1)/disable(0)
159  * 5            short GI in 20 Mhz enable(1)/disable(0)
160  * 6            short GI in 40 Mhz enable(1)/disable(0)
161  * 7-15         reserved
162  */
163 #define MWIFIEX_FW_DEF_HTTXCFG (BIT(1) | BIT(4) | BIT(5) | BIT(6))
164
165 #define GET_RXMCSSUPP(DevMCSSupported) (DevMCSSupported & 0x0f)
166 #define SETHT_MCS32(x) (x[4] |= 1)
167 #define HT_STREAM_2X2   0x22
168
169 #define SET_SECONDARYCHAN(RadioType, SECCHAN) (RadioType |= (SECCHAN << 4))
170
171 #define LLC_SNAP_LEN    8
172
173 #define MOD_CLASS_HR_DSSS       0x03
174 #define MOD_CLASS_OFDM          0x07
175 #define MOD_CLASS_HT            0x08
176 #define HT_BW_20    0
177 #define HT_BW_40    1
178
179 #define HostCmd_CMD_GET_HW_SPEC                       0x0003
180 #define HostCmd_CMD_802_11_SCAN                       0x0006
181 #define HostCmd_CMD_802_11_GET_LOG                    0x000b
182 #define HostCmd_CMD_MAC_MULTICAST_ADR                 0x0010
183 #define HostCmd_CMD_802_11_EEPROM_ACCESS              0x0059
184 #define HostCmd_CMD_802_11_ASSOCIATE                  0x0012
185 #define HostCmd_CMD_802_11_SNMP_MIB                   0x0016
186 #define HostCmd_CMD_MAC_REG_ACCESS                    0x0019
187 #define HostCmd_CMD_BBP_REG_ACCESS                    0x001a
188 #define HostCmd_CMD_RF_REG_ACCESS                     0x001b
189 #define HostCmd_CMD_PMIC_REG_ACCESS                   0x00ad
190 #define HostCmd_CMD_802_11_RF_CHANNEL                 0x001d
191 #define HostCmd_CMD_802_11_DEAUTHENTICATE             0x0024
192 #define HostCmd_CMD_MAC_CONTROL                       0x0028
193 #define HostCmd_CMD_802_11_AD_HOC_START               0x002b
194 #define HostCmd_CMD_802_11_AD_HOC_JOIN                0x002c
195 #define HostCmd_CMD_802_11_AD_HOC_STOP                0x0040
196 #define HostCmd_CMD_802_11_MAC_ADDRESS                0x004D
197 #define HostCmd_CMD_802_11D_DOMAIN_INFO               0x005b
198 #define HostCmd_CMD_802_11_KEY_MATERIAL               0x005e
199 #define HostCmd_CMD_802_11_BG_SCAN_QUERY              0x006c
200 #define HostCmd_CMD_WMM_GET_STATUS                    0x0071
201 #define HostCmd_CMD_802_11_SUBSCRIBE_EVENT            0x0075
202 #define HostCmd_CMD_802_11_TX_RATE_QUERY              0x007f
203 #define HostCmd_CMD_802_11_IBSS_COALESCING_STATUS     0x0083
204 #define HostCmd_CMD_VERSION_EXT                       0x0097
205 #define HostCmd_CMD_RSSI_INFO                         0x00a4
206 #define HostCmd_CMD_FUNC_INIT                         0x00a9
207 #define HostCmd_CMD_FUNC_SHUTDOWN                     0x00aa
208 #define HostCmd_CMD_11N_CFG                           0x00cd
209 #define HostCmd_CMD_11N_ADDBA_REQ                     0x00ce
210 #define HostCmd_CMD_11N_ADDBA_RSP                     0x00cf
211 #define HostCmd_CMD_11N_DELBA                         0x00d0
212 #define HostCmd_CMD_RECONFIGURE_TX_BUFF               0x00d9
213 #define HostCmd_CMD_AMSDU_AGGR_CTRL                   0x00df
214 #define HostCmd_CMD_TXPWR_CFG                         0x00d1
215 #define HostCmd_CMD_TX_RATE_CFG                       0x00d6
216 #define HostCmd_CMD_802_11_PS_MODE_ENH                0x00e4
217 #define HostCmd_CMD_802_11_HS_CFG_ENH                 0x00e5
218 #define HostCmd_CMD_CAU_REG_ACCESS                    0x00ed
219 #define HostCmd_CMD_SET_BSS_MODE                      0x00f7
220 #define HostCmd_CMD_PCIE_DESC_DETAILS                 0x00fa
221 #define HostCmd_CMD_MGMT_FRAME_REG                    0x010c
222
223 enum ENH_PS_MODES {
224         EN_PS = 1,
225         DIS_PS = 2,
226         EN_AUTO_DS = 3,
227         DIS_AUTO_DS = 4,
228         SLEEP_CONFIRM = 5,
229         GET_PS = 0,
230         EN_AUTO_PS = 0xff,
231         DIS_AUTO_PS = 0xfe,
232 };
233
234 #define HostCmd_RET_BIT                       0x8000
235 #define HostCmd_ACT_GEN_GET                   0x0000
236 #define HostCmd_ACT_GEN_SET                   0x0001
237 #define HostCmd_ACT_BITWISE_SET               0x0002
238 #define HostCmd_ACT_BITWISE_CLR               0x0003
239 #define HostCmd_RESULT_OK                     0x0000
240
241 #define HostCmd_ACT_MAC_RX_ON                 0x0001
242 #define HostCmd_ACT_MAC_TX_ON                 0x0002
243 #define HostCmd_ACT_MAC_WEP_ENABLE            0x0008
244 #define HostCmd_ACT_MAC_ETHERNETII_ENABLE     0x0010
245 #define HostCmd_ACT_MAC_PROMISCUOUS_ENABLE    0x0080
246 #define HostCmd_ACT_MAC_ALL_MULTICAST_ENABLE  0x0100
247 #define HostCmd_ACT_MAC_ADHOC_G_PROTECTION_ON     0x2000
248
249 #define HostCmd_BSS_MODE_IBSS               0x0002
250 #define HostCmd_BSS_MODE_ANY                0x0003
251
252 #define HostCmd_SCAN_RADIO_TYPE_BG          0
253 #define HostCmd_SCAN_RADIO_TYPE_A           1
254
255 #define HOST_SLEEP_CFG_CANCEL           0xffffffff
256 #define HOST_SLEEP_CFG_COND_DEF         0x00000000
257 #define HOST_SLEEP_CFG_GPIO_DEF         0xff
258 #define HOST_SLEEP_CFG_GAP_DEF          0
259
260 #define CMD_F_HOSTCMD           (1 << 0)
261 #define CMD_F_CANCELED          (1 << 1)
262
263 #define HostCmd_CMD_ID_MASK             0x0fff
264
265 #define HostCmd_SEQ_NUM_MASK            0x00ff
266
267 #define HostCmd_BSS_NUM_MASK            0x0f00
268
269 #define HostCmd_BSS_TYPE_MASK           0xf000
270
271 #define HostCmd_SET_SEQ_NO_BSS_INFO(seq, num, type) {   \
272         (((seq) & 0x00ff) |                             \
273          (((num) & 0x000f) << 8)) |                     \
274         (((type) & 0x000f) << 12);                  }
275
276 #define HostCmd_GET_SEQ_NO(seq)       \
277         ((seq) & HostCmd_SEQ_NUM_MASK)
278
279 #define HostCmd_GET_BSS_NO(seq)         \
280         (((seq) & HostCmd_BSS_NUM_MASK) >> 8)
281
282 #define HostCmd_GET_BSS_TYPE(seq)       \
283         (((seq) & HostCmd_BSS_TYPE_MASK) >> 12)
284
285 #define EVENT_DUMMY_HOST_WAKEUP_SIGNAL  0x00000001
286 #define EVENT_LINK_LOST                 0x00000003
287 #define EVENT_LINK_SENSED               0x00000004
288 #define EVENT_MIB_CHANGED               0x00000006
289 #define EVENT_INIT_DONE                 0x00000007
290 #define EVENT_DEAUTHENTICATED           0x00000008
291 #define EVENT_DISASSOCIATED             0x00000009
292 #define EVENT_PS_AWAKE                  0x0000000a
293 #define EVENT_PS_SLEEP                  0x0000000b
294 #define EVENT_MIC_ERR_MULTICAST         0x0000000d
295 #define EVENT_MIC_ERR_UNICAST           0x0000000e
296 #define EVENT_DEEP_SLEEP_AWAKE          0x00000010
297 #define EVENT_ADHOC_BCN_LOST            0x00000011
298
299 #define EVENT_WMM_STATUS_CHANGE         0x00000017
300 #define EVENT_BG_SCAN_REPORT            0x00000018
301 #define EVENT_RSSI_LOW                  0x00000019
302 #define EVENT_SNR_LOW                   0x0000001a
303 #define EVENT_MAX_FAIL                  0x0000001b
304 #define EVENT_RSSI_HIGH                 0x0000001c
305 #define EVENT_SNR_HIGH                  0x0000001d
306 #define EVENT_IBSS_COALESCED            0x0000001e
307 #define EVENT_DATA_RSSI_LOW             0x00000024
308 #define EVENT_DATA_SNR_LOW              0x00000025
309 #define EVENT_DATA_RSSI_HIGH            0x00000026
310 #define EVENT_DATA_SNR_HIGH             0x00000027
311 #define EVENT_LINK_QUALITY              0x00000028
312 #define EVENT_PORT_RELEASE              0x0000002b
313 #define EVENT_PRE_BEACON_LOST           0x00000031
314 #define EVENT_ADDBA                     0x00000033
315 #define EVENT_DELBA                     0x00000034
316 #define EVENT_BA_STREAM_TIEMOUT         0x00000037
317 #define EVENT_AMSDU_AGGR_CTRL           0x00000042
318 #define EVENT_WEP_ICV_ERR               0x00000046
319 #define EVENT_HS_ACT_REQ                0x00000047
320 #define EVENT_BW_CHANGE                 0x00000048
321
322 #define EVENT_HOSTWAKE_STAIE            0x0000004d
323
324 #define EVENT_ID_MASK                   0xffff
325 #define BSS_NUM_MASK                    0xf
326
327 #define EVENT_GET_BSS_NUM(event_cause)          \
328         (((event_cause) >> 16) & BSS_NUM_MASK)
329
330 #define EVENT_GET_BSS_TYPE(event_cause)         \
331         (((event_cause) >> 24) & 0x00ff)
332
333 struct mwifiex_ie_types_header {
334         __le16 type;
335         __le16 len;
336 } __packed;
337
338 struct mwifiex_ie_types_data {
339         struct mwifiex_ie_types_header header;
340         u8 data[1];
341 } __packed;
342
343 #define MWIFIEX_TxPD_POWER_MGMT_NULL_PACKET 0x01
344 #define MWIFIEX_TxPD_POWER_MGMT_LAST_PACKET 0x08
345
346 struct txpd {
347         u8 bss_type;
348         u8 bss_num;
349         __le16 tx_pkt_length;
350         __le16 tx_pkt_offset;
351         __le16 tx_pkt_type;
352         __le32 tx_control;
353         u8 priority;
354         u8 flags;
355         u8 pkt_delay_2ms;
356         u8 reserved1;
357 } __packed;
358
359 struct rxpd {
360         u8 bss_type;
361         u8 bss_num;
362         u16 rx_pkt_length;
363         u16 rx_pkt_offset;
364         u16 rx_pkt_type;
365         u16 seq_num;
366         u8 priority;
367         u8 rx_rate;
368         s8 snr;
369         s8 nf;
370         /* Ht Info [Bit 0] RxRate format: LG=0, HT=1
371          * [Bit 1]  HT Bandwidth: BW20 = 0, BW40 = 1
372          * [Bit 2]  HT Guard Interval: LGI = 0, SGI = 1 */
373         u8 ht_info;
374         u8 reserved;
375 } __packed;
376
377 enum mwifiex_chan_scan_mode_bitmasks {
378         MWIFIEX_PASSIVE_SCAN = BIT(0),
379         MWIFIEX_DISABLE_CHAN_FILT = BIT(1),
380 };
381
382 struct mwifiex_chan_scan_param_set {
383         u8 radio_type;
384         u8 chan_number;
385         u8 chan_scan_mode_bitmap;
386         __le16 min_scan_time;
387         __le16 max_scan_time;
388 } __packed;
389
390 struct mwifiex_ie_types_chan_list_param_set {
391         struct mwifiex_ie_types_header header;
392         struct mwifiex_chan_scan_param_set chan_scan_param[1];
393 } __packed;
394
395 struct chan_band_param_set {
396         u8 radio_type;
397         u8 chan_number;
398 };
399
400 struct mwifiex_ie_types_chan_band_list_param_set {
401         struct mwifiex_ie_types_header header;
402         struct chan_band_param_set chan_band_param[1];
403 } __packed;
404
405 struct mwifiex_ie_types_rates_param_set {
406         struct mwifiex_ie_types_header header;
407         u8 rates[1];
408 } __packed;
409
410 struct mwifiex_ie_types_ssid_param_set {
411         struct mwifiex_ie_types_header header;
412         u8 ssid[1];
413 } __packed;
414
415 struct mwifiex_ie_types_num_probes {
416         struct mwifiex_ie_types_header header;
417         __le16 num_probes;
418 } __packed;
419
420 struct mwifiex_ie_types_wildcard_ssid_params {
421         struct mwifiex_ie_types_header header;
422         u8 max_ssid_length;
423         u8 ssid[1];
424 } __packed;
425
426 #define TSF_DATA_SIZE            8
427 struct mwifiex_ie_types_tsf_timestamp {
428         struct mwifiex_ie_types_header header;
429         u8 tsf_data[1];
430 } __packed;
431
432 struct mwifiex_cf_param_set {
433         u8 cfp_cnt;
434         u8 cfp_period;
435         u16 cfp_max_duration;
436         u16 cfp_duration_remaining;
437 } __packed;
438
439 struct mwifiex_ibss_param_set {
440         u16 atim_window;
441 } __packed;
442
443 struct mwifiex_ie_types_ss_param_set {
444         struct mwifiex_ie_types_header header;
445         union {
446                 struct mwifiex_cf_param_set cf_param_set[1];
447                 struct mwifiex_ibss_param_set ibss_param_set[1];
448         } cf_ibss;
449 } __packed;
450
451 struct mwifiex_fh_param_set {
452         u16 dwell_time;
453         u8 hop_set;
454         u8 hop_pattern;
455         u8 hop_index;
456 } __packed;
457
458 struct mwifiex_ds_param_set {
459         u8 current_chan;
460 } __packed;
461
462 struct mwifiex_ie_types_phy_param_set {
463         struct mwifiex_ie_types_header header;
464         union {
465                 struct mwifiex_fh_param_set fh_param_set[1];
466                 struct mwifiex_ds_param_set ds_param_set[1];
467         } fh_ds;
468 } __packed;
469
470 struct mwifiex_ie_types_auth_type {
471         struct mwifiex_ie_types_header header;
472         __le16 auth_type;
473 } __packed;
474
475 struct mwifiex_ie_types_vendor_param_set {
476         struct mwifiex_ie_types_header header;
477         u8 ie[MWIFIEX_MAX_VSIE_LEN];
478 };
479
480 struct mwifiex_ie_types_rsn_param_set {
481         struct mwifiex_ie_types_header header;
482         u8 rsn_ie[1];
483 } __packed;
484
485 #define KEYPARAMSET_FIXED_LEN 6
486
487 struct mwifiex_ie_type_key_param_set {
488         __le16 type;
489         __le16 length;
490         __le16 key_type_id;
491         __le16 key_info;
492         __le16 key_len;
493         u8 key[50];
494 } __packed;
495
496 struct host_cmd_ds_802_11_key_material {
497         __le16 action;
498         struct mwifiex_ie_type_key_param_set key_param_set;
499 } __packed;
500
501 struct host_cmd_ds_gen {
502         u16 command;
503         u16 size;
504         u16 seq_num;
505         u16 result;
506 };
507
508 #define S_DS_GEN        sizeof(struct host_cmd_ds_gen)
509
510 enum sleep_resp_ctrl {
511         RESP_NOT_NEEDED = 0,
512         RESP_NEEDED,
513 };
514
515 struct mwifiex_ps_param {
516         __le16 null_pkt_interval;
517         __le16 multiple_dtims;
518         __le16 bcn_miss_timeout;
519         __le16 local_listen_interval;
520         __le16 adhoc_wake_period;
521         __le16 mode;
522         __le16 delay_to_ps;
523 };
524
525 #define BITMAP_AUTO_DS         0x01
526 #define BITMAP_STA_PS          0x10
527
528 struct mwifiex_ie_types_auto_ds_param {
529         struct mwifiex_ie_types_header header;
530         __le16 deep_sleep_timeout;
531 } __packed;
532
533 struct mwifiex_ie_types_ps_param {
534         struct mwifiex_ie_types_header header;
535         struct mwifiex_ps_param param;
536 } __packed;
537
538 struct host_cmd_ds_802_11_ps_mode_enh {
539         __le16 action;
540
541         union {
542                 struct mwifiex_ps_param opt_ps;
543                 __le16 ps_bitmap;
544         } params;
545 } __packed;
546
547 struct host_cmd_ds_get_hw_spec {
548         __le16 hw_if_version;
549         __le16 version;
550         __le16 reserved;
551         __le16 num_of_mcast_adr;
552         u8 permanent_addr[ETH_ALEN];
553         __le16 region_code;
554         __le16 number_of_antenna;
555         __le32 fw_release_number;
556         __le32 reserved_1;
557         __le32 reserved_2;
558         __le32 reserved_3;
559         __le32 fw_cap_info;
560         __le32 dot_11n_dev_cap;
561         u8 dev_mcs_support;
562         __le16 mp_end_port;     /* SDIO only, reserved for other interfacces */
563         __le16 reserved_4;
564 } __packed;
565
566 struct host_cmd_ds_802_11_rssi_info {
567         __le16 action;
568         __le16 ndata;
569         __le16 nbcn;
570         __le16 reserved[9];
571         long long reserved_1;
572 };
573
574 struct host_cmd_ds_802_11_rssi_info_rsp {
575         __le16 action;
576         __le16 ndata;
577         __le16 nbcn;
578         __le16 data_rssi_last;
579         __le16 data_nf_last;
580         __le16 data_rssi_avg;
581         __le16 data_nf_avg;
582         __le16 bcn_rssi_last;
583         __le16 bcn_nf_last;
584         __le16 bcn_rssi_avg;
585         __le16 bcn_nf_avg;
586         long long tsf_bcn;
587 };
588
589 struct host_cmd_ds_802_11_mac_address {
590         __le16 action;
591         u8 mac_addr[ETH_ALEN];
592 };
593
594 struct host_cmd_ds_mac_control {
595         __le16 action;
596         __le16 reserved;
597 };
598
599 struct host_cmd_ds_mac_multicast_adr {
600         __le16 action;
601         __le16 num_of_adrs;
602         u8 mac_list[MWIFIEX_MAX_MULTICAST_LIST_SIZE][ETH_ALEN];
603 } __packed;
604
605 struct host_cmd_ds_802_11_deauthenticate {
606         u8 mac_addr[ETH_ALEN];
607         __le16 reason_code;
608 } __packed;
609
610 struct host_cmd_ds_802_11_associate {
611         u8 peer_sta_addr[ETH_ALEN];
612         __le16 cap_info_bitmap;
613         __le16 listen_interval;
614         __le16 beacon_period;
615         u8 dtim_period;
616 } __packed;
617
618 struct ieee_types_assoc_rsp {
619         __le16 cap_info_bitmap;
620         __le16 status_code;
621         __le16 a_id;
622         u8 ie_buffer[1];
623 } __packed;
624
625 struct host_cmd_ds_802_11_associate_rsp {
626         struct ieee_types_assoc_rsp assoc_rsp;
627 } __packed;
628
629 struct ieee_types_cf_param_set {
630         u8 element_id;
631         u8 len;
632         u8 cfp_cnt;
633         u8 cfp_period;
634         u16 cfp_max_duration;
635         u16 cfp_duration_remaining;
636 } __packed;
637
638 struct ieee_types_ibss_param_set {
639         u8 element_id;
640         u8 len;
641         __le16 atim_window;
642 } __packed;
643
644 union ieee_types_ss_param_set {
645         struct ieee_types_cf_param_set cf_param_set;
646         struct ieee_types_ibss_param_set ibss_param_set;
647 } __packed;
648
649 struct ieee_types_fh_param_set {
650         u8 element_id;
651         u8 len;
652         __le16 dwell_time;
653         u8 hop_set;
654         u8 hop_pattern;
655         u8 hop_index;
656 } __packed;
657
658 struct ieee_types_ds_param_set {
659         u8 element_id;
660         u8 len;
661         u8 current_chan;
662 } __packed;
663
664 union ieee_types_phy_param_set {
665         struct ieee_types_fh_param_set fh_param_set;
666         struct ieee_types_ds_param_set ds_param_set;
667 } __packed;
668
669 struct host_cmd_ds_802_11_ad_hoc_start {
670         u8 ssid[IEEE80211_MAX_SSID_LEN];
671         u8 bss_mode;
672         __le16 beacon_period;
673         u8 dtim_period;
674         union ieee_types_ss_param_set ss_param_set;
675         union ieee_types_phy_param_set phy_param_set;
676         u16 reserved1;
677         __le16 cap_info_bitmap;
678         u8 data_rate[HOSTCMD_SUPPORTED_RATES];
679 } __packed;
680
681 struct host_cmd_ds_802_11_ad_hoc_result {
682         u8 pad[3];
683         u8 bssid[ETH_ALEN];
684 } __packed;
685
686 struct adhoc_bss_desc {
687         u8 bssid[ETH_ALEN];
688         u8 ssid[IEEE80211_MAX_SSID_LEN];
689         u8 bss_mode;
690         __le16 beacon_period;
691         u8 dtim_period;
692         u8 time_stamp[8];
693         u8 local_time[8];
694         union ieee_types_phy_param_set phy_param_set;
695         union ieee_types_ss_param_set ss_param_set;
696         __le16 cap_info_bitmap;
697         u8 data_rates[HOSTCMD_SUPPORTED_RATES];
698
699         /*
700          *  DO NOT ADD ANY FIELDS TO THIS STRUCTURE.
701          *  It is used in the Adhoc join command and will cause a
702          *  binary layout mismatch with the firmware
703          */
704 } __packed;
705
706 struct host_cmd_ds_802_11_ad_hoc_join {
707         struct adhoc_bss_desc bss_descriptor;
708         u16 reserved1;
709         u16 reserved2;
710 } __packed;
711
712 struct host_cmd_ds_802_11_get_log {
713         __le32 mcast_tx_frame;
714         __le32 failed;
715         __le32 retry;
716         __le32 multi_retry;
717         __le32 frame_dup;
718         __le32 rts_success;
719         __le32 rts_failure;
720         __le32 ack_failure;
721         __le32 rx_frag;
722         __le32 mcast_rx_frame;
723         __le32 fcs_error;
724         __le32 tx_frame;
725         __le32 reserved;
726         __le32 wep_icv_err_cnt[4];
727 };
728
729 struct host_cmd_ds_tx_rate_query {
730         u8 tx_rate;
731         /* Ht Info [Bit 0] RxRate format: LG=0, HT=1
732          * [Bit 1]  HT Bandwidth: BW20 = 0, BW40 = 1
733          * [Bit 2]  HT Guard Interval: LGI = 0, SGI = 1 */
734         u8 ht_info;
735 } __packed;
736
737 enum Host_Sleep_Action {
738         HS_CONFIGURE = 0x0001,
739         HS_ACTIVATE  = 0x0002,
740 };
741
742 struct mwifiex_hs_config_param {
743         __le32 conditions;
744         u8 gpio;
745         u8 gap;
746 } __packed;
747
748 struct hs_activate_param {
749         u16 resp_ctrl;
750 } __packed;
751
752 struct host_cmd_ds_802_11_hs_cfg_enh {
753         __le16 action;
754
755         union {
756                 struct mwifiex_hs_config_param hs_config;
757                 struct hs_activate_param hs_activate;
758         } params;
759 } __packed;
760
761 enum SNMP_MIB_INDEX {
762         OP_RATE_SET_I = 1,
763         DTIM_PERIOD_I = 3,
764         RTS_THRESH_I = 5,
765         SHORT_RETRY_LIM_I = 6,
766         LONG_RETRY_LIM_I = 7,
767         FRAG_THRESH_I = 8,
768         DOT11D_I = 9,
769 };
770
771 #define MAX_SNMP_BUF_SIZE   128
772
773 struct host_cmd_ds_802_11_snmp_mib {
774         __le16 query_type;
775         __le16 oid;
776         __le16 buf_size;
777         u8 value[1];
778 } __packed;
779
780 struct mwifiex_rate_scope {
781         __le16 type;
782         __le16 length;
783         __le16 hr_dsss_rate_bitmap;
784         __le16 ofdm_rate_bitmap;
785         __le16 ht_mcs_rate_bitmap[8];
786 } __packed;
787
788 struct mwifiex_rate_drop_pattern {
789         __le16 type;
790         __le16 length;
791         __le32 rate_drop_mode;
792 } __packed;
793
794 struct host_cmd_ds_tx_rate_cfg {
795         __le16 action;
796         __le16 cfg_index;
797 } __packed;
798
799 struct mwifiex_power_group {
800         u8 modulation_class;
801         u8 first_rate_code;
802         u8 last_rate_code;
803         s8 power_step;
804         s8 power_min;
805         s8 power_max;
806         u8 ht_bandwidth;
807         u8 reserved;
808 } __packed;
809
810 struct mwifiex_types_power_group {
811         u16 type;
812         u16 length;
813 } __packed;
814
815 struct host_cmd_ds_txpwr_cfg {
816         __le16 action;
817         __le16 cfg_index;
818         __le32 mode;
819 } __packed;
820
821 struct mwifiex_bcn_param {
822         u8 bssid[ETH_ALEN];
823         u8 rssi;
824         __le64 timestamp;
825         __le16 beacon_period;
826         __le16 cap_info_bitmap;
827 } __packed;
828
829 #define MWIFIEX_USER_SCAN_CHAN_MAX             50
830
831 #define MWIFIEX_MAX_SSID_LIST_LENGTH         10
832
833 struct mwifiex_scan_cmd_config {
834         /*
835          *  BSS mode to be sent in the firmware command
836          */
837         u8 bss_mode;
838
839         /* Specific BSSID used to filter scan results in the firmware */
840         u8 specific_bssid[ETH_ALEN];
841
842         /* Length of TLVs sent in command starting at tlvBuffer */
843         u32 tlv_buf_len;
844
845         /*
846          *  SSID TLV(s) and ChanList TLVs to be sent in the firmware command
847          *
848          *  TLV_TYPE_CHANLIST, mwifiex_ie_types_chan_list_param_set
849          *  WLAN_EID_SSID, mwifiex_ie_types_ssid_param_set
850          */
851         u8 tlv_buf[1];  /* SSID TLV(s) and ChanList TLVs are stored
852                                    here */
853 } __packed;
854
855 struct mwifiex_user_scan_chan {
856         u8 chan_number;
857         u8 radio_type;
858         u8 scan_type;
859         u8 reserved;
860         u32 scan_time;
861 } __packed;
862
863 struct mwifiex_user_scan_cfg {
864         /*
865          *  BSS mode to be sent in the firmware command
866          */
867         u8 bss_mode;
868         /* Configure the number of probe requests for active chan scans */
869         u8 num_probes;
870         u8 reserved;
871         /* BSSID filter sent in the firmware command to limit the results */
872         u8 specific_bssid[ETH_ALEN];
873         /* SSID filter list used in the firmware to limit the scan results */
874         struct cfg80211_ssid *ssid_list;
875         u8 num_ssids;
876         /* Variable number (fixed maximum) of channels to scan up */
877         struct mwifiex_user_scan_chan chan_list[MWIFIEX_USER_SCAN_CHAN_MAX];
878 } __packed;
879
880 struct ie_body {
881         u8 grp_key_oui[4];
882         u8 ptk_cnt[2];
883         u8 ptk_body[4];
884 } __packed;
885
886 struct host_cmd_ds_802_11_scan {
887         u8 bss_mode;
888         u8 bssid[ETH_ALEN];
889         u8 tlv_buffer[1];
890 } __packed;
891
892 struct host_cmd_ds_802_11_scan_rsp {
893         __le16 bss_descript_size;
894         u8 number_of_sets;
895         u8 bss_desc_and_tlv_buffer[1];
896 } __packed;
897
898 struct host_cmd_ds_802_11_bg_scan_query {
899         u8 flush;
900 } __packed;
901
902 struct host_cmd_ds_802_11_bg_scan_query_rsp {
903         u32 report_condition;
904         struct host_cmd_ds_802_11_scan_rsp scan_resp;
905 } __packed;
906
907 struct mwifiex_ietypes_domain_param_set {
908         struct mwifiex_ie_types_header header;
909         u8 country_code[IEEE80211_COUNTRY_STRING_LEN];
910         struct ieee80211_country_ie_triplet triplet[1];
911 } __packed;
912
913 struct host_cmd_ds_802_11d_domain_info {
914         __le16 action;
915         struct mwifiex_ietypes_domain_param_set domain;
916 } __packed;
917
918 struct host_cmd_ds_802_11d_domain_info_rsp {
919         __le16 action;
920         struct mwifiex_ietypes_domain_param_set domain;
921 } __packed;
922
923 struct host_cmd_ds_11n_addba_req {
924         u8 add_req_result;
925         u8 peer_mac_addr[ETH_ALEN];
926         u8 dialog_token;
927         __le16 block_ack_param_set;
928         __le16 block_ack_tmo;
929         __le16 ssn;
930 } __packed;
931
932 struct host_cmd_ds_11n_addba_rsp {
933         u8 add_rsp_result;
934         u8 peer_mac_addr[ETH_ALEN];
935         u8 dialog_token;
936         __le16 status_code;
937         __le16 block_ack_param_set;
938         __le16 block_ack_tmo;
939         __le16 ssn;
940 } __packed;
941
942 struct host_cmd_ds_11n_delba {
943         u8 del_result;
944         u8 peer_mac_addr[ETH_ALEN];
945         __le16 del_ba_param_set;
946         __le16 reason_code;
947         u8 reserved;
948 } __packed;
949
950 struct host_cmd_ds_11n_batimeout {
951         u8 tid;
952         u8 peer_mac_addr[ETH_ALEN];
953         u8 origninator;
954 } __packed;
955
956 struct host_cmd_ds_11n_cfg {
957         __le16 action;
958         __le16 ht_tx_cap;
959         __le16 ht_tx_info;
960 } __packed;
961
962 struct host_cmd_ds_txbuf_cfg {
963         __le16 action;
964         __le16 buff_size;
965         __le16 mp_end_port;     /* SDIO only, reserved for other interfacces */
966         __le16 reserved3;
967 } __packed;
968
969 struct host_cmd_ds_amsdu_aggr_ctrl {
970         __le16 action;
971         __le16 enable;
972         __le16 curr_buf_size;
973 } __packed;
974
975 struct mwifiex_ie_types_wmm_param_set {
976         struct mwifiex_ie_types_header header;
977         u8 wmm_ie[1];
978 };
979
980 struct mwifiex_ie_types_wmm_queue_status {
981         struct mwifiex_ie_types_header header;
982         u8 queue_index;
983         u8 disabled;
984         u16 medium_time;
985         u8 flow_required;
986         u8 flow_created;
987         u32 reserved;
988 };
989
990 struct ieee_types_vendor_header {
991         u8 element_id;
992         u8 len;
993         u8 oui[3];
994         u8 oui_type;
995         u8 oui_subtype;
996         u8 version;
997 } __packed;
998
999 struct ieee_types_wmm_ac_parameters {
1000         u8 aci_aifsn_bitmap;
1001         u8 ecw_bitmap;
1002         __le16 tx_op_limit;
1003 } __packed;
1004
1005 struct ieee_types_wmm_parameter {
1006         /*
1007          * WMM Parameter IE - Vendor Specific Header:
1008          *   element_id  [221/0xdd]
1009          *   Len         [24]
1010          *   Oui         [00:50:f2]
1011          *   OuiType     [2]
1012          *   OuiSubType  [1]
1013          *   Version     [1]
1014          */
1015         struct ieee_types_vendor_header vend_hdr;
1016         u8 qos_info_bitmap;
1017         u8 reserved;
1018         struct ieee_types_wmm_ac_parameters ac_params[IEEE80211_NUM_ACS];
1019 } __packed;
1020
1021 struct ieee_types_wmm_info {
1022
1023         /*
1024          * WMM Info IE - Vendor Specific Header:
1025          *   element_id  [221/0xdd]
1026          *   Len         [7]
1027          *   Oui         [00:50:f2]
1028          *   OuiType     [2]
1029          *   OuiSubType  [0]
1030          *   Version     [1]
1031          */
1032         struct ieee_types_vendor_header vend_hdr;
1033
1034         u8 qos_info_bitmap;
1035 } __packed;
1036
1037 struct host_cmd_ds_wmm_get_status {
1038         u8 queue_status_tlv[sizeof(struct mwifiex_ie_types_wmm_queue_status) *
1039                               IEEE80211_NUM_ACS];
1040         u8 wmm_param_tlv[sizeof(struct ieee_types_wmm_parameter) + 2];
1041 } __packed;
1042
1043 struct mwifiex_wmm_ac_status {
1044         u8 disabled;
1045         u8 flow_required;
1046         u8 flow_created;
1047 };
1048
1049 struct mwifiex_ie_types_htcap {
1050         struct mwifiex_ie_types_header header;
1051         struct ieee80211_ht_cap ht_cap;
1052 } __packed;
1053
1054 struct mwifiex_ie_types_htinfo {
1055         struct mwifiex_ie_types_header header;
1056         struct ieee80211_ht_info ht_info;
1057 } __packed;
1058
1059 struct mwifiex_ie_types_2040bssco {
1060         struct mwifiex_ie_types_header header;
1061         u8 bss_co_2040;
1062 } __packed;
1063
1064 struct mwifiex_ie_types_extcap {
1065         struct mwifiex_ie_types_header header;
1066         u8 ext_cap;
1067 } __packed;
1068
1069 struct host_cmd_ds_mac_reg_access {
1070         __le16 action;
1071         __le16 offset;
1072         __le32 value;
1073 } __packed;
1074
1075 struct host_cmd_ds_bbp_reg_access {
1076         __le16 action;
1077         __le16 offset;
1078         u8 value;
1079         u8 reserved[3];
1080 } __packed;
1081
1082 struct host_cmd_ds_rf_reg_access {
1083         __le16 action;
1084         __le16 offset;
1085         u8 value;
1086         u8 reserved[3];
1087 } __packed;
1088
1089 struct host_cmd_ds_pmic_reg_access {
1090         __le16 action;
1091         __le16 offset;
1092         u8 value;
1093         u8 reserved[3];
1094 } __packed;
1095
1096 struct host_cmd_ds_802_11_eeprom_access {
1097         __le16 action;
1098
1099         __le16 offset;
1100         __le16 byte_count;
1101         u8 value;
1102 } __packed;
1103
1104 struct host_cmd_ds_802_11_rf_channel {
1105         __le16 action;
1106         __le16 current_channel;
1107         __le16 rf_type;
1108         __le16 reserved;
1109         u8 reserved_1[32];
1110 } __packed;
1111
1112 struct host_cmd_ds_version_ext {
1113         u8 version_str_sel;
1114         char version_str[128];
1115 } __packed;
1116
1117 struct host_cmd_ds_mgmt_frame_reg {
1118         __le16 action;
1119         __le32 mask;
1120 } __packed;
1121
1122 struct host_cmd_ds_802_11_ibss_status {
1123         __le16 action;
1124         __le16 enable;
1125         u8 bssid[ETH_ALEN];
1126         __le16 beacon_interval;
1127         __le16 atim_window;
1128         __le16 use_g_rate_protect;
1129 } __packed;
1130
1131 #define CONNECTION_TYPE_INFRA   0
1132 #define CONNECTION_TYPE_ADHOC   1
1133
1134 struct host_cmd_ds_set_bss_mode {
1135         u8 con_type;
1136 } __packed;
1137
1138 struct host_cmd_ds_pcie_details {
1139         /* TX buffer descriptor ring address */
1140         u32 txbd_addr_lo;
1141         u32 txbd_addr_hi;
1142         /* TX buffer descriptor ring count */
1143         u32 txbd_count;
1144
1145         /* RX buffer descriptor ring address */
1146         u32 rxbd_addr_lo;
1147         u32 rxbd_addr_hi;
1148         /* RX buffer descriptor ring count */
1149         u32 rxbd_count;
1150
1151         /* Event buffer descriptor ring address */
1152         u32 evtbd_addr_lo;
1153         u32 evtbd_addr_hi;
1154         /* Event buffer descriptor ring count */
1155         u32 evtbd_count;
1156
1157         /* Sleep cookie buffer physical address */
1158         u32 sleep_cookie_addr_lo;
1159         u32 sleep_cookie_addr_hi;
1160 } __packed;
1161
1162 struct mwifiex_ie_types_rssi_threshold {
1163         struct mwifiex_ie_types_header header;
1164         u8 abs_value;
1165         u8 evt_freq;
1166 } __packed;
1167
1168 struct host_cmd_ds_802_11_subsc_evt {
1169         __le16 action;
1170         __le16 events;
1171 } __packed;
1172
1173 struct host_cmd_ds_command {
1174         __le16 command;
1175         __le16 size;
1176         __le16 seq_num;
1177         __le16 result;
1178         union {
1179                 struct host_cmd_ds_get_hw_spec hw_spec;
1180                 struct host_cmd_ds_mac_control mac_ctrl;
1181                 struct host_cmd_ds_802_11_mac_address mac_addr;
1182                 struct host_cmd_ds_mac_multicast_adr mc_addr;
1183                 struct host_cmd_ds_802_11_get_log get_log;
1184                 struct host_cmd_ds_802_11_rssi_info rssi_info;
1185                 struct host_cmd_ds_802_11_rssi_info_rsp rssi_info_rsp;
1186                 struct host_cmd_ds_802_11_snmp_mib smib;
1187                 struct host_cmd_ds_802_11_rf_channel rf_channel;
1188                 struct host_cmd_ds_tx_rate_query tx_rate;
1189                 struct host_cmd_ds_tx_rate_cfg tx_rate_cfg;
1190                 struct host_cmd_ds_txpwr_cfg txp_cfg;
1191                 struct host_cmd_ds_802_11_ps_mode_enh psmode_enh;
1192                 struct host_cmd_ds_802_11_hs_cfg_enh opt_hs_cfg;
1193                 struct host_cmd_ds_802_11_scan scan;
1194                 struct host_cmd_ds_802_11_scan_rsp scan_resp;
1195                 struct host_cmd_ds_802_11_bg_scan_query bg_scan_query;
1196                 struct host_cmd_ds_802_11_bg_scan_query_rsp bg_scan_query_resp;
1197                 struct host_cmd_ds_802_11_associate associate;
1198                 struct host_cmd_ds_802_11_associate_rsp associate_rsp;
1199                 struct host_cmd_ds_802_11_deauthenticate deauth;
1200                 struct host_cmd_ds_802_11_ad_hoc_start adhoc_start;
1201                 struct host_cmd_ds_802_11_ad_hoc_result adhoc_result;
1202                 struct host_cmd_ds_802_11_ad_hoc_join adhoc_join;
1203                 struct host_cmd_ds_802_11d_domain_info domain_info;
1204                 struct host_cmd_ds_802_11d_domain_info_rsp domain_info_resp;
1205                 struct host_cmd_ds_11n_addba_req add_ba_req;
1206                 struct host_cmd_ds_11n_addba_rsp add_ba_rsp;
1207                 struct host_cmd_ds_11n_delba del_ba;
1208                 struct host_cmd_ds_txbuf_cfg tx_buf;
1209                 struct host_cmd_ds_amsdu_aggr_ctrl amsdu_aggr_ctrl;
1210                 struct host_cmd_ds_11n_cfg htcfg;
1211                 struct host_cmd_ds_wmm_get_status get_wmm_status;
1212                 struct host_cmd_ds_802_11_key_material key_material;
1213                 struct host_cmd_ds_version_ext verext;
1214                 struct host_cmd_ds_mgmt_frame_reg reg_mask;
1215                 struct host_cmd_ds_802_11_ibss_status ibss_coalescing;
1216                 struct host_cmd_ds_mac_reg_access mac_reg;
1217                 struct host_cmd_ds_bbp_reg_access bbp_reg;
1218                 struct host_cmd_ds_rf_reg_access rf_reg;
1219                 struct host_cmd_ds_pmic_reg_access pmic_reg;
1220                 struct host_cmd_ds_set_bss_mode bss_mode;
1221                 struct host_cmd_ds_pcie_details pcie_host_spec;
1222                 struct host_cmd_ds_802_11_eeprom_access eeprom;
1223                 struct host_cmd_ds_802_11_subsc_evt subsc_evt;
1224         } params;
1225 } __packed;
1226
1227 struct mwifiex_opt_sleep_confirm {
1228         __le16 command;
1229         __le16 size;
1230         __le16 seq_num;
1231         __le16 result;
1232         __le16 action;
1233         __le16 resp_ctrl;
1234 } __packed;
1235 #endif /* !_MWIFIEX_FW_H_ */