mwifiex: add rx histogram statistics support
[linux-2.6-block.git] / drivers / net / wireless / mwifiex / main.h
1 /*
2  * Marvell Wireless LAN device driver: major data structures and prototypes
3  *
4  * Copyright (C) 2011-2014, 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_MAIN_H_
21 #define _MWIFIEX_MAIN_H_
22
23 #include <linux/kernel.h>
24 #include <linux/module.h>
25 #include <linux/sched.h>
26 #include <linux/semaphore.h>
27 #include <linux/ip.h>
28 #include <linux/skbuff.h>
29 #include <linux/if_arp.h>
30 #include <linux/etherdevice.h>
31 #include <net/sock.h>
32 #include <net/lib80211.h>
33 #include <linux/vmalloc.h>
34 #include <linux/firmware.h>
35 #include <linux/ctype.h>
36 #include <linux/of.h>
37 #include <linux/idr.h>
38
39 #include "decl.h"
40 #include "ioctl.h"
41 #include "util.h"
42 #include "fw.h"
43 #include "pcie.h"
44
45 extern const char driver_version[];
46
47 enum {
48         MWIFIEX_ASYNC_CMD,
49         MWIFIEX_SYNC_CMD
50 };
51
52 #define MWIFIEX_DRIVER_MODE_STA                 BIT(0)
53 #define MWIFIEX_DRIVER_MODE_UAP                 BIT(1)
54 #define MWIFIEX_DRIVER_MODE_P2P                 BIT(2)
55 #define MWIFIEX_DRIVER_MODE_BITMASK             (BIT(0) | BIT(1) | BIT(2))
56
57 #define MWIFIEX_MAX_AP                          64
58
59 #define MWIFIEX_DEFAULT_WATCHDOG_TIMEOUT        (5 * HZ)
60
61 #define MWIFIEX_TIMER_10S                       10000
62 #define MWIFIEX_TIMER_1S                        1000
63
64 #define MAX_TX_PENDING      100
65 #define LOW_TX_PENDING      80
66
67 #define HIGH_RX_PENDING     50
68 #define LOW_RX_PENDING      20
69
70 #define MWIFIEX_UPLD_SIZE               (2312)
71
72 #define MAX_EVENT_SIZE                  2048
73
74 #define ARP_FILTER_MAX_BUF_SIZE         68
75
76 #define MWIFIEX_KEY_BUFFER_SIZE                 16
77 #define MWIFIEX_DEFAULT_LISTEN_INTERVAL 10
78 #define MWIFIEX_MAX_REGION_CODE         7
79
80 #define DEFAULT_BCN_AVG_FACTOR          8
81 #define DEFAULT_DATA_AVG_FACTOR         8
82
83 #define FIRST_VALID_CHANNEL                             0xff
84 #define DEFAULT_AD_HOC_CHANNEL                  6
85 #define DEFAULT_AD_HOC_CHANNEL_A                36
86
87 #define DEFAULT_BCN_MISS_TIMEOUT                5
88
89 #define MAX_SCAN_BEACON_BUFFER                  8000
90
91 #define SCAN_BEACON_ENTRY_PAD                   6
92
93 #define MWIFIEX_PASSIVE_SCAN_CHAN_TIME  110
94 #define MWIFIEX_ACTIVE_SCAN_CHAN_TIME   30
95 #define MWIFIEX_SPECIFIC_SCAN_CHAN_TIME 30
96 #define MWIFIEX_DEF_SCAN_CHAN_GAP_TIME  50
97
98 #define SCAN_RSSI(RSSI)                                 (0x100 - ((u8)(RSSI)))
99
100 #define MWIFIEX_MAX_TOTAL_SCAN_TIME     (MWIFIEX_TIMER_10S - MWIFIEX_TIMER_1S)
101
102 #define RSN_GTK_OUI_OFFSET                              2
103
104 #define MWIFIEX_OUI_NOT_PRESENT                 0
105 #define MWIFIEX_OUI_PRESENT                             1
106
107 #define PKT_TYPE_MGMT   0xE5
108
109 /*
110  * Do not check for data_received for USB, as data_received
111  * is handled in mwifiex_usb_recv for USB
112  */
113 #define IS_CARD_RX_RCVD(adapter) (adapter->cmd_resp_received || \
114                                 adapter->event_received || \
115                                 adapter->data_received)
116
117 #define MWIFIEX_TYPE_CMD                                1
118 #define MWIFIEX_TYPE_DATA                               0
119 #define MWIFIEX_TYPE_EVENT                              3
120
121 #define MAX_BITMAP_RATES_SIZE                   18
122
123 #define MAX_CHANNEL_BAND_BG     14
124 #define MAX_CHANNEL_BAND_A      165
125
126 #define MAX_FREQUENCY_BAND_BG   2484
127
128 #define MWIFIEX_EVENT_HEADER_LEN           4
129 #define MWIFIEX_UAP_EVENT_EXTRA_HEADER     2
130
131 #define MWIFIEX_TYPE_LEN                        4
132 #define MWIFIEX_USB_TYPE_CMD                    0xF00DFACE
133 #define MWIFIEX_USB_TYPE_DATA                   0xBEADC0DE
134 #define MWIFIEX_USB_TYPE_EVENT                  0xBEEFFACE
135
136 /* Threshold for tx_timeout_cnt before we trigger a card reset */
137 #define TX_TIMEOUT_THRESHOLD    6
138
139 struct mwifiex_dbg {
140         u32 num_cmd_host_to_card_failure;
141         u32 num_cmd_sleep_cfm_host_to_card_failure;
142         u32 num_tx_host_to_card_failure;
143         u32 num_event_deauth;
144         u32 num_event_disassoc;
145         u32 num_event_link_lost;
146         u32 num_cmd_deauth;
147         u32 num_cmd_assoc_success;
148         u32 num_cmd_assoc_failure;
149         u32 num_tx_timeout;
150         u16 timeout_cmd_id;
151         u16 timeout_cmd_act;
152         u16 last_cmd_id[DBG_CMD_NUM];
153         u16 last_cmd_act[DBG_CMD_NUM];
154         u16 last_cmd_index;
155         u16 last_cmd_resp_id[DBG_CMD_NUM];
156         u16 last_cmd_resp_index;
157         u16 last_event[DBG_CMD_NUM];
158         u16 last_event_index;
159 };
160
161 enum MWIFIEX_HARDWARE_STATUS {
162         MWIFIEX_HW_STATUS_READY,
163         MWIFIEX_HW_STATUS_INITIALIZING,
164         MWIFIEX_HW_STATUS_FW_READY,
165         MWIFIEX_HW_STATUS_INIT_DONE,
166         MWIFIEX_HW_STATUS_RESET,
167         MWIFIEX_HW_STATUS_CLOSING,
168         MWIFIEX_HW_STATUS_NOT_READY
169 };
170
171 enum MWIFIEX_802_11_POWER_MODE {
172         MWIFIEX_802_11_POWER_MODE_CAM,
173         MWIFIEX_802_11_POWER_MODE_PSP
174 };
175
176 struct mwifiex_tx_param {
177         u32 next_pkt_len;
178 };
179
180 enum MWIFIEX_PS_STATE {
181         PS_STATE_AWAKE,
182         PS_STATE_PRE_SLEEP,
183         PS_STATE_SLEEP_CFM,
184         PS_STATE_SLEEP
185 };
186
187 enum mwifiex_iface_type {
188         MWIFIEX_SDIO,
189         MWIFIEX_PCIE,
190         MWIFIEX_USB
191 };
192
193 struct mwifiex_add_ba_param {
194         u32 tx_win_size;
195         u32 rx_win_size;
196         u32 timeout;
197         u8 tx_amsdu;
198         u8 rx_amsdu;
199 };
200
201 struct mwifiex_tx_aggr {
202         u8 ampdu_user;
203         u8 ampdu_ap;
204         u8 amsdu;
205 };
206
207 struct mwifiex_ra_list_tbl {
208         struct list_head list;
209         struct sk_buff_head skb_head;
210         u8 ra[ETH_ALEN];
211         u32 is_11n_enabled;
212         u16 max_amsdu;
213         u16 ba_pkt_count;
214         u8 ba_packet_thr;
215         u16 total_pkt_count;
216         bool tdls_link;
217 };
218
219 struct mwifiex_tid_tbl {
220         struct list_head ra_list;
221 };
222
223 #define WMM_HIGHEST_PRIORITY            7
224 #define HIGH_PRIO_TID                           7
225 #define LOW_PRIO_TID                            0
226
227 struct mwifiex_wmm_desc {
228         struct mwifiex_tid_tbl tid_tbl_ptr[MAX_NUM_TID];
229         u32 packets_out[MAX_NUM_TID];
230         /* spin lock to protect ra_list */
231         spinlock_t ra_list_spinlock;
232         struct mwifiex_wmm_ac_status ac_status[IEEE80211_NUM_ACS];
233         enum mwifiex_wmm_ac_e ac_down_graded_vals[IEEE80211_NUM_ACS];
234         u32 drv_pkt_delay_max;
235         u8 queue_priority[IEEE80211_NUM_ACS];
236         u32 user_pri_pkt_tx_ctrl[WMM_HIGHEST_PRIORITY + 1];     /* UP: 0 to 7 */
237         /* Number of transmit packets queued */
238         atomic_t tx_pkts_queued;
239         /* Tracks highest priority with a packet queued */
240         atomic_t highest_queued_prio;
241 };
242
243 struct mwifiex_802_11_security {
244         u8 wpa_enabled;
245         u8 wpa2_enabled;
246         u8 wapi_enabled;
247         u8 wapi_key_on;
248         u8 wep_enabled;
249         u32 authentication_mode;
250         u8 is_authtype_auto;
251         u32 encryption_mode;
252 };
253
254 struct ieee_types_header {
255         u8 element_id;
256         u8 len;
257 } __packed;
258
259 struct ieee_types_vendor_specific {
260         struct ieee_types_vendor_header vend_hdr;
261         u8 data[IEEE_MAX_IE_SIZE - sizeof(struct ieee_types_vendor_header)];
262 } __packed;
263
264 struct ieee_types_generic {
265         struct ieee_types_header ieee_hdr;
266         u8 data[IEEE_MAX_IE_SIZE - sizeof(struct ieee_types_header)];
267 } __packed;
268
269 struct ieee_types_bss_co_2040 {
270         struct ieee_types_header ieee_hdr;
271         u8 bss_2040co;
272 } __packed;
273
274 struct ieee_types_extcap {
275         struct ieee_types_header ieee_hdr;
276         u8 ext_capab[8];
277 } __packed;
278
279 struct ieee_types_vht_cap {
280         struct ieee_types_header ieee_hdr;
281         struct ieee80211_vht_cap vhtcap;
282 } __packed;
283
284 struct ieee_types_vht_oper {
285         struct ieee_types_header ieee_hdr;
286         struct ieee80211_vht_operation vhtoper;
287 } __packed;
288
289 struct ieee_types_aid {
290         struct ieee_types_header ieee_hdr;
291         u16 aid;
292 } __packed;
293
294 struct mwifiex_bssdescriptor {
295         u8 mac_address[ETH_ALEN];
296         struct cfg80211_ssid ssid;
297         u32 privacy;
298         s32 rssi;
299         u32 channel;
300         u32 freq;
301         u16 beacon_period;
302         u8 erp_flags;
303         u32 bss_mode;
304         u8 supported_rates[MWIFIEX_SUPPORTED_RATES];
305         u8 data_rates[MWIFIEX_SUPPORTED_RATES];
306         /* Network band.
307          * BAND_B(0x01): 'b' band
308          * BAND_G(0x02): 'g' band
309          * BAND_A(0X04): 'a' band
310          */
311         u16 bss_band;
312         u64 fw_tsf;
313         u64 timestamp;
314         union ieee_types_phy_param_set phy_param_set;
315         union ieee_types_ss_param_set ss_param_set;
316         u16 cap_info_bitmap;
317         struct ieee_types_wmm_parameter wmm_ie;
318         u8  disable_11n;
319         struct ieee80211_ht_cap *bcn_ht_cap;
320         u16 ht_cap_offset;
321         struct ieee80211_ht_operation *bcn_ht_oper;
322         u16 ht_info_offset;
323         u8 *bcn_bss_co_2040;
324         u16 bss_co_2040_offset;
325         u8 *bcn_ext_cap;
326         u16 ext_cap_offset;
327         struct ieee80211_vht_cap *bcn_vht_cap;
328         u16 vht_cap_offset;
329         struct ieee80211_vht_operation *bcn_vht_oper;
330         u16 vht_info_offset;
331         struct ieee_types_oper_mode_ntf *oper_mode;
332         u16 oper_mode_offset;
333         u8 disable_11ac;
334         struct ieee_types_vendor_specific *bcn_wpa_ie;
335         u16 wpa_offset;
336         struct ieee_types_generic *bcn_rsn_ie;
337         u16 rsn_offset;
338         struct ieee_types_generic *bcn_wapi_ie;
339         u16 wapi_offset;
340         u8 *beacon_buf;
341         u32 beacon_buf_size;
342         u8 sensed_11h;
343         u8 local_constraint;
344         u8 chan_sw_ie_present;
345 };
346
347 struct mwifiex_current_bss_params {
348         struct mwifiex_bssdescriptor bss_descriptor;
349         u8 wmm_enabled;
350         u8 wmm_uapsd_enabled;
351         u8 band;
352         u32 num_of_rates;
353         u8 data_rates[MWIFIEX_SUPPORTED_RATES];
354 };
355
356 struct mwifiex_sleep_params {
357         u16 sp_error;
358         u16 sp_offset;
359         u16 sp_stable_time;
360         u8 sp_cal_control;
361         u8 sp_ext_sleep_clk;
362         u16 sp_reserved;
363 };
364
365 struct mwifiex_sleep_period {
366         u16 period;
367         u16 reserved;
368 };
369
370 struct mwifiex_wep_key {
371         u32 length;
372         u32 key_index;
373         u32 key_length;
374         u8 key_material[MWIFIEX_KEY_BUFFER_SIZE];
375 };
376
377 #define MAX_REGION_CHANNEL_NUM  2
378
379 struct mwifiex_chan_freq_power {
380         u16 channel;
381         u32 freq;
382         u16 max_tx_power;
383         u8 unsupported;
384 };
385
386 enum state_11d_t {
387         DISABLE_11D = 0,
388         ENABLE_11D = 1,
389 };
390
391 #define MWIFIEX_MAX_TRIPLET_802_11D             83
392
393 struct mwifiex_802_11d_domain_reg {
394         u8 country_code[IEEE80211_COUNTRY_STRING_LEN];
395         u8 no_of_triplet;
396         struct ieee80211_country_ie_triplet
397                 triplet[MWIFIEX_MAX_TRIPLET_802_11D];
398 };
399
400 struct mwifiex_vendor_spec_cfg_ie {
401         u16 mask;
402         u16 flag;
403         u8 ie[MWIFIEX_MAX_VSIE_LEN];
404 };
405
406 struct wps {
407         u8 session_enable;
408 };
409
410 struct mwifiex_roc_cfg {
411         u64 cookie;
412         struct ieee80211_channel chan;
413 };
414
415 #define MWIFIEX_FW_DUMP_IDX             0xff
416 #define FW_DUMP_MAX_NAME_LEN            8
417 #define FW_DUMP_HOST_READY              0xEE
418 #define FW_DUMP_DONE                    0xFF
419 #define FW_DUMP_READ_DONE               0xFE
420
421 struct memory_type_mapping {
422         u8 mem_name[FW_DUMP_MAX_NAME_LEN];
423         u8 *mem_ptr;
424         u32 mem_size;
425         u8 done_flag;
426 };
427
428 enum rdwr_status {
429         RDWR_STATUS_SUCCESS = 0,
430         RDWR_STATUS_FAILURE = 1,
431         RDWR_STATUS_DONE = 2
432 };
433
434 enum mwifiex_iface_work_flags {
435         MWIFIEX_IFACE_WORK_FW_DUMP,
436         MWIFIEX_IFACE_WORK_CARD_RESET,
437 };
438
439 struct mwifiex_adapter;
440 struct mwifiex_private;
441
442 struct mwifiex_private {
443         struct mwifiex_adapter *adapter;
444         u8 bss_type;
445         u8 bss_role;
446         u8 bss_priority;
447         u8 bss_num;
448         u8 bss_started;
449         u8 frame_type;
450         u8 curr_addr[ETH_ALEN];
451         u8 media_connected;
452         u32 num_tx_timeout;
453         /* track consecutive timeout */
454         u8 tx_timeout_cnt;
455         struct net_device *netdev;
456         struct net_device_stats stats;
457         u16 curr_pkt_filter;
458         u32 bss_mode;
459         u32 pkt_tx_ctrl;
460         u16 tx_power_level;
461         u8 max_tx_power_level;
462         u8 min_tx_power_level;
463         u8 tx_rate;
464         u8 tx_htinfo;
465         u8 rxpd_htinfo;
466         u8 rxpd_rate;
467         u16 rate_bitmap;
468         u16 bitmap_rates[MAX_BITMAP_RATES_SIZE];
469         u32 data_rate;
470         u8 is_data_rate_auto;
471         u16 bcn_avg_factor;
472         u16 data_avg_factor;
473         s16 data_rssi_last;
474         s16 data_nf_last;
475         s16 data_rssi_avg;
476         s16 data_nf_avg;
477         s16 bcn_rssi_last;
478         s16 bcn_nf_last;
479         s16 bcn_rssi_avg;
480         s16 bcn_nf_avg;
481         struct mwifiex_bssdescriptor *attempted_bss_desc;
482         struct cfg80211_ssid prev_ssid;
483         u8 prev_bssid[ETH_ALEN];
484         struct mwifiex_current_bss_params curr_bss_params;
485         u16 beacon_period;
486         u8 dtim_period;
487         u16 listen_interval;
488         u16 atim_window;
489         u8 adhoc_channel;
490         u8 adhoc_is_link_sensed;
491         u8 adhoc_state;
492         struct mwifiex_802_11_security sec_info;
493         struct mwifiex_wep_key wep_key[NUM_WEP_KEYS];
494         u16 wep_key_curr_index;
495         u8 wpa_ie[256];
496         u8 wpa_ie_len;
497         u8 wpa_is_gtk_set;
498         struct host_cmd_ds_802_11_key_material aes_key;
499         struct host_cmd_ds_802_11_key_material_v2 aes_key_v2;
500         u8 wapi_ie[256];
501         u8 wapi_ie_len;
502         u8 *wps_ie;
503         u8 wps_ie_len;
504         u8 wmm_required;
505         u8 wmm_enabled;
506         u8 wmm_qosinfo;
507         struct mwifiex_wmm_desc wmm;
508         atomic_t wmm_tx_pending[IEEE80211_NUM_ACS];
509         struct list_head sta_list;
510         /* spin lock for associated station/TDLS peers list */
511         spinlock_t sta_list_spinlock;
512         struct list_head auto_tdls_list;
513         /* spin lock for auto TDLS peer list */
514         spinlock_t auto_tdls_lock;
515         struct list_head tx_ba_stream_tbl_ptr;
516         /* spin lock for tx_ba_stream_tbl_ptr queue */
517         spinlock_t tx_ba_stream_tbl_lock;
518         struct mwifiex_tx_aggr aggr_prio_tbl[MAX_NUM_TID];
519         struct mwifiex_add_ba_param add_ba_param;
520         u16 rx_seq[MAX_NUM_TID];
521         u8 tos_to_tid_inv[MAX_NUM_TID];
522         struct list_head rx_reorder_tbl_ptr;
523         /* spin lock for rx_reorder_tbl_ptr queue */
524         spinlock_t rx_reorder_tbl_lock;
525         /* spin lock for Rx packets */
526         spinlock_t rx_pkt_lock;
527
528 #define MWIFIEX_ASSOC_RSP_BUF_SIZE  500
529         u8 assoc_rsp_buf[MWIFIEX_ASSOC_RSP_BUF_SIZE];
530         u32 assoc_rsp_size;
531
532 #define MWIFIEX_GENIE_BUF_SIZE      256
533         u8 gen_ie_buf[MWIFIEX_GENIE_BUF_SIZE];
534         u8 gen_ie_buf_len;
535
536         struct mwifiex_vendor_spec_cfg_ie vs_ie[MWIFIEX_MAX_VSIE_NUM];
537
538 #define MWIFIEX_ASSOC_TLV_BUF_SIZE  256
539         u8 assoc_tlv_buf[MWIFIEX_ASSOC_TLV_BUF_SIZE];
540         u8 assoc_tlv_buf_len;
541
542         u8 *curr_bcn_buf;
543         u32 curr_bcn_size;
544         /* spin lock for beacon buffer */
545         spinlock_t curr_bcn_buf_lock;
546         struct wireless_dev *wdev;
547         struct mwifiex_chan_freq_power cfp;
548         char version_str[128];
549 #ifdef CONFIG_DEBUG_FS
550         struct dentry *dfs_dev_dir;
551 #endif
552         u8 nick_name[16];
553         u16 current_key_index;
554         struct semaphore async_sem;
555         struct cfg80211_scan_request *scan_request;
556         u8 cfg_bssid[6];
557         struct wps wps;
558         u8 scan_block;
559         s32 cqm_rssi_thold;
560         u32 cqm_rssi_hyst;
561         u8 subsc_evt_rssi_state;
562         struct mwifiex_ds_misc_subsc_evt async_subsc_evt_storage;
563         struct mwifiex_ie mgmt_ie[MAX_MGMT_IE_INDEX];
564         u16 beacon_idx;
565         u16 proberesp_idx;
566         u16 assocresp_idx;
567         u16 rsn_idx;
568         u8 ap_11n_enabled;
569         u8 ap_11ac_enabled;
570         u32 mgmt_frame_mask;
571         struct mwifiex_roc_cfg roc_cfg;
572         bool scan_aborting;
573         u8 csa_chan;
574         unsigned long csa_expire_time;
575         u8 del_list_idx;
576         bool hs2_enabled;
577         struct station_parameters *sta_params;
578         struct sk_buff_head tdls_txq;
579         u8 check_tdls_tx;
580         struct timer_list auto_tdls_timer;
581         bool auto_tdls_timer_active;
582         struct idr ack_status_frames;
583         /* spin lock for ack status */
584         spinlock_t ack_status_lock;
585         /** rx histogram data */
586         struct mwifiex_histogram_data *hist_data;
587 };
588
589 enum mwifiex_ba_status {
590         BA_SETUP_NONE = 0,
591         BA_SETUP_INPROGRESS,
592         BA_SETUP_COMPLETE
593 };
594
595 struct mwifiex_tx_ba_stream_tbl {
596         struct list_head list;
597         int tid;
598         u8 ra[ETH_ALEN];
599         enum mwifiex_ba_status ba_status;
600         u8 amsdu;
601 };
602
603 struct mwifiex_rx_reorder_tbl;
604
605 struct reorder_tmr_cnxt {
606         struct timer_list timer;
607         struct mwifiex_rx_reorder_tbl *ptr;
608         struct mwifiex_private *priv;
609         u8 timer_is_set;
610 };
611
612 struct mwifiex_rx_reorder_tbl {
613         struct list_head list;
614         int tid;
615         u8 ta[ETH_ALEN];
616         int init_win;
617         int start_win;
618         int win_size;
619         void **rx_reorder_ptr;
620         struct reorder_tmr_cnxt timer_context;
621         u8 amsdu;
622         u8 flags;
623 };
624
625 struct mwifiex_bss_prio_node {
626         struct list_head list;
627         struct mwifiex_private *priv;
628 };
629
630 struct mwifiex_bss_prio_tbl {
631         struct list_head bss_prio_head;
632         /* spin lock for bss priority  */
633         spinlock_t bss_prio_lock;
634         struct mwifiex_bss_prio_node *bss_prio_cur;
635 };
636
637 struct cmd_ctrl_node {
638         struct list_head list;
639         struct mwifiex_private *priv;
640         u32 cmd_oid;
641         u32 cmd_flag;
642         struct sk_buff *cmd_skb;
643         struct sk_buff *resp_skb;
644         void *data_buf;
645         u32 wait_q_enabled;
646         struct sk_buff *skb;
647         u8 *condition;
648         u8 cmd_wait_q_woken;
649 };
650
651 struct mwifiex_bss_priv {
652         u8 band;
653         u64 fw_tsf;
654 };
655
656 struct mwifiex_tdls_capab {
657         __le16 capab;
658         u8 rates[32];
659         u8 rates_len;
660         u8 qos_info;
661         u8 coex_2040;
662         u16 aid;
663         struct ieee80211_ht_cap ht_capb;
664         struct ieee80211_ht_operation ht_oper;
665         struct ieee_types_extcap extcap;
666         struct ieee_types_generic rsn_ie;
667         struct ieee80211_vht_cap vhtcap;
668         struct ieee80211_vht_operation vhtoper;
669 };
670
671 /* This is AP/TDLS specific structure which stores information
672  * about associated/peer STA
673  */
674 struct mwifiex_sta_node {
675         struct list_head list;
676         u8 mac_addr[ETH_ALEN];
677         u8 is_wmm_enabled;
678         u8 is_11n_enabled;
679         u8 is_11ac_enabled;
680         u8 ampdu_sta[MAX_NUM_TID];
681         u16 rx_seq[MAX_NUM_TID];
682         u16 max_amsdu;
683         u8 tdls_status;
684         struct mwifiex_tdls_capab tdls_cap;
685 };
686
687 struct mwifiex_auto_tdls_peer {
688         struct list_head list;
689         u8 mac_addr[ETH_ALEN];
690         u8 tdls_status;
691         int rssi;
692         long rssi_jiffies;
693         u8 failure_count;
694         u8 do_discover;
695         u8 do_setup;
696 };
697
698 struct mwifiex_if_ops {
699         int (*init_if) (struct mwifiex_adapter *);
700         void (*cleanup_if) (struct mwifiex_adapter *);
701         int (*check_fw_status) (struct mwifiex_adapter *, u32);
702         int (*prog_fw) (struct mwifiex_adapter *, struct mwifiex_fw_image *);
703         int (*register_dev) (struct mwifiex_adapter *);
704         void (*unregister_dev) (struct mwifiex_adapter *);
705         int (*enable_int) (struct mwifiex_adapter *);
706         void (*disable_int) (struct mwifiex_adapter *);
707         int (*process_int_status) (struct mwifiex_adapter *);
708         int (*host_to_card) (struct mwifiex_adapter *, u8, struct sk_buff *,
709                              struct mwifiex_tx_param *);
710         int (*wakeup) (struct mwifiex_adapter *);
711         int (*wakeup_complete) (struct mwifiex_adapter *);
712
713         /* Interface specific functions */
714         void (*update_mp_end_port) (struct mwifiex_adapter *, u16);
715         void (*cleanup_mpa_buf) (struct mwifiex_adapter *);
716         int (*cmdrsp_complete) (struct mwifiex_adapter *, struct sk_buff *);
717         int (*event_complete) (struct mwifiex_adapter *, struct sk_buff *);
718         int (*init_fw_port) (struct mwifiex_adapter *);
719         int (*dnld_fw) (struct mwifiex_adapter *, struct mwifiex_fw_image *);
720         void (*card_reset) (struct mwifiex_adapter *);
721         void (*fw_dump)(struct mwifiex_adapter *);
722         int (*clean_pcie_ring) (struct mwifiex_adapter *adapter);
723         void (*iface_work)(struct work_struct *work);
724         void (*submit_rem_rx_urbs)(struct mwifiex_adapter *adapter);
725 };
726
727 struct mwifiex_adapter {
728         u8 iface_type;
729         struct mwifiex_private *priv[MWIFIEX_MAX_BSS_NUM];
730         u8 priv_num;
731         const struct firmware *firmware;
732         char fw_name[32];
733         int winner;
734         struct device *dev;
735         struct wiphy *wiphy;
736         bool surprise_removed;
737         u32 fw_release_number;
738         u16 init_wait_q_woken;
739         wait_queue_head_t init_wait_q;
740         void *card;
741         struct mwifiex_if_ops if_ops;
742         atomic_t rx_pending;
743         atomic_t tx_pending;
744         atomic_t cmd_pending;
745         struct workqueue_struct *workqueue;
746         struct work_struct main_work;
747         struct workqueue_struct *rx_workqueue;
748         struct work_struct rx_work;
749         bool rx_work_enabled;
750         bool rx_processing;
751         bool delay_main_work;
752         bool rx_locked;
753         struct mwifiex_bss_prio_tbl bss_prio_tbl[MWIFIEX_MAX_BSS_NUM];
754         /* spin lock for init/shutdown */
755         spinlock_t mwifiex_lock;
756         /* spin lock for main process */
757         spinlock_t main_proc_lock;
758         u32 mwifiex_processing;
759         u16 tx_buf_size;
760         u16 curr_tx_buf_size;
761         u32 ioport;
762         enum MWIFIEX_HARDWARE_STATUS hw_status;
763         u16 number_of_antenna;
764         u32 fw_cap_info;
765         /* spin lock for interrupt handling */
766         spinlock_t int_lock;
767         u8 int_status;
768         u32 event_cause;
769         struct sk_buff *event_skb;
770         u8 upld_buf[MWIFIEX_UPLD_SIZE];
771         u8 data_sent;
772         u8 cmd_sent;
773         u8 cmd_resp_received;
774         u8 event_received;
775         u8 data_received;
776         u16 seq_num;
777         struct cmd_ctrl_node *cmd_pool;
778         struct cmd_ctrl_node *curr_cmd;
779         /* spin lock for command */
780         spinlock_t mwifiex_cmd_lock;
781         u8 is_cmd_timedout;
782         u16 last_init_cmd;
783         struct timer_list cmd_timer;
784         struct list_head cmd_free_q;
785         /* spin lock for cmd_free_q */
786         spinlock_t cmd_free_q_lock;
787         struct list_head cmd_pending_q;
788         /* spin lock for cmd_pending_q */
789         spinlock_t cmd_pending_q_lock;
790         struct list_head scan_pending_q;
791         /* spin lock for scan_pending_q */
792         spinlock_t scan_pending_q_lock;
793         /* spin lock for RX processing routine */
794         spinlock_t rx_proc_lock;
795         u32 scan_processing;
796         u16 region_code;
797         struct mwifiex_802_11d_domain_reg domain_reg;
798         u16 scan_probes;
799         u32 scan_mode;
800         u16 specific_scan_time;
801         u16 active_scan_time;
802         u16 passive_scan_time;
803         u16 scan_chan_gap_time;
804         u8 fw_bands;
805         u8 adhoc_start_band;
806         u8 config_bands;
807         struct mwifiex_chan_scan_param_set *scan_channels;
808         u8 tx_lock_flag;
809         struct mwifiex_sleep_params sleep_params;
810         struct mwifiex_sleep_period sleep_period;
811         u16 ps_mode;
812         u32 ps_state;
813         u8 need_to_wakeup;
814         u16 multiple_dtim;
815         u16 local_listen_interval;
816         u16 null_pkt_interval;
817         struct sk_buff *sleep_cfm;
818         u16 bcn_miss_time_out;
819         u16 adhoc_awake_period;
820         u8 is_deep_sleep;
821         u8 delay_null_pkt;
822         u16 delay_to_ps;
823         u16 enhanced_ps_mode;
824         u8 pm_wakeup_card_req;
825         u16 gen_null_pkt;
826         u16 pps_uapsd_mode;
827         u32 pm_wakeup_fw_try;
828         u8 is_hs_configured;
829         struct mwifiex_hs_config_param hs_cfg;
830         u8 hs_activated;
831         u16 hs_activate_wait_q_woken;
832         wait_queue_head_t hs_activate_wait_q;
833         bool is_suspended;
834         bool hs_enabling;
835         u8 event_body[MAX_EVENT_SIZE];
836         u32 hw_dot_11n_dev_cap;
837         u8 hw_dev_mcs_support;
838         u8 user_dev_mcs_support;
839         u8 adhoc_11n_enabled;
840         u8 sec_chan_offset;
841         struct mwifiex_dbg dbg;
842         u8 arp_filter[ARP_FILTER_MAX_BUF_SIZE];
843         u32 arp_filter_size;
844         struct mwifiex_wait_queue cmd_wait_q;
845         u8 scan_wait_q_woken;
846         spinlock_t queue_lock;          /* lock for tx queues */
847         u8 country_code[IEEE80211_COUNTRY_STRING_LEN];
848         u16 max_mgmt_ie_index;
849         const struct firmware *cal_data;
850         struct device_node *dt_node;
851
852         /* 11AC */
853         u32 is_hw_11ac_capable;
854         u32 hw_dot_11ac_dev_cap;
855         u32 hw_dot_11ac_mcs_support;
856         u32 usr_dot_11ac_dev_cap_bg;
857         u32 usr_dot_11ac_dev_cap_a;
858         u32 usr_dot_11ac_mcs_support;
859
860         atomic_t pending_bridged_pkts;
861         struct semaphore *card_sem;
862         bool ext_scan;
863         u8 fw_api_ver;
864         u8 key_api_major_ver, key_api_minor_ver;
865         struct work_struct iface_work;
866         unsigned long iface_work_flags;
867         struct memory_type_mapping *mem_type_mapping_tbl;
868         u8 num_mem_types;
869         u8 curr_mem_idx;
870         bool scan_chan_gap_enabled;
871         struct sk_buff_head rx_data_q;
872         struct mwifiex_chan_stats *chan_stats;
873         u32 num_in_chan_stats;
874         int survey_idx;
875         bool auto_tdls;
876 };
877
878 int mwifiex_init_lock_list(struct mwifiex_adapter *adapter);
879
880 void mwifiex_set_trans_start(struct net_device *dev);
881
882 void mwifiex_stop_net_dev_queue(struct net_device *netdev,
883                 struct mwifiex_adapter *adapter);
884
885 void mwifiex_wake_up_net_dev_queue(struct net_device *netdev,
886                 struct mwifiex_adapter *adapter);
887
888 int mwifiex_init_priv(struct mwifiex_private *priv);
889 void mwifiex_free_priv(struct mwifiex_private *priv);
890
891 int mwifiex_init_fw(struct mwifiex_adapter *adapter);
892
893 int mwifiex_init_fw_complete(struct mwifiex_adapter *adapter);
894
895 int mwifiex_shutdown_drv(struct mwifiex_adapter *adapter);
896
897 int mwifiex_shutdown_fw_complete(struct mwifiex_adapter *adapter);
898
899 int mwifiex_dnld_fw(struct mwifiex_adapter *, struct mwifiex_fw_image *);
900
901 int mwifiex_recv_packet(struct mwifiex_private *priv, struct sk_buff *skb);
902
903 int mwifiex_process_mgmt_packet(struct mwifiex_private *priv,
904                                 struct sk_buff *skb);
905
906 int mwifiex_process_event(struct mwifiex_adapter *adapter);
907
908 int mwifiex_complete_cmd(struct mwifiex_adapter *adapter,
909                          struct cmd_ctrl_node *cmd_node);
910
911 int mwifiex_send_cmd(struct mwifiex_private *priv, u16 cmd_no,
912                      u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync);
913
914 void mwifiex_cmd_timeout_func(unsigned long function_context);
915
916 int mwifiex_get_debug_info(struct mwifiex_private *,
917                            struct mwifiex_debug_info *);
918
919 int mwifiex_alloc_cmd_buffer(struct mwifiex_adapter *adapter);
920 int mwifiex_free_cmd_buffer(struct mwifiex_adapter *adapter);
921 void mwifiex_cancel_all_pending_cmd(struct mwifiex_adapter *adapter);
922 void mwifiex_cancel_pending_ioctl(struct mwifiex_adapter *adapter);
923
924 void mwifiex_insert_cmd_to_free_q(struct mwifiex_adapter *adapter,
925                                   struct cmd_ctrl_node *cmd_node);
926 void mwifiex_recycle_cmd_node(struct mwifiex_adapter *adapter,
927                               struct cmd_ctrl_node *cmd_node);
928
929 void mwifiex_insert_cmd_to_pending_q(struct mwifiex_adapter *adapter,
930                                      struct cmd_ctrl_node *cmd_node,
931                                      u32 addtail);
932
933 int mwifiex_exec_next_cmd(struct mwifiex_adapter *adapter);
934 int mwifiex_process_cmdresp(struct mwifiex_adapter *adapter);
935 int mwifiex_handle_rx_packet(struct mwifiex_adapter *adapter,
936                              struct sk_buff *skb);
937 int mwifiex_process_tx(struct mwifiex_private *priv, struct sk_buff *skb,
938                        struct mwifiex_tx_param *tx_param);
939 int mwifiex_send_null_packet(struct mwifiex_private *priv, u8 flags);
940 int mwifiex_write_data_complete(struct mwifiex_adapter *adapter,
941                                 struct sk_buff *skb, int aggr, int status);
942 void mwifiex_clean_txrx(struct mwifiex_private *priv);
943 u8 mwifiex_check_last_packet_indication(struct mwifiex_private *priv);
944 void mwifiex_check_ps_cond(struct mwifiex_adapter *adapter);
945 void mwifiex_process_sleep_confirm_resp(struct mwifiex_adapter *, u8 *,
946                                         u32);
947 int mwifiex_cmd_enh_power_mode(struct mwifiex_private *priv,
948                                struct host_cmd_ds_command *cmd,
949                                u16 cmd_action, uint16_t ps_bitmap,
950                                struct mwifiex_ds_auto_ds *auto_ds);
951 int mwifiex_ret_enh_power_mode(struct mwifiex_private *priv,
952                                struct host_cmd_ds_command *resp,
953                                struct mwifiex_ds_pm_cfg *pm_cfg);
954 void mwifiex_process_hs_config(struct mwifiex_adapter *adapter);
955 void mwifiex_hs_activated_event(struct mwifiex_private *priv,
956                                         u8 activated);
957 int mwifiex_set_hs_params(struct mwifiex_private *priv, u16 action,
958                           int cmd_type, struct mwifiex_ds_hs_cfg *hs_cfg);
959 int mwifiex_ret_802_11_hs_cfg(struct mwifiex_private *priv,
960                               struct host_cmd_ds_command *resp);
961 int mwifiex_process_rx_packet(struct mwifiex_private *priv,
962                               struct sk_buff *skb);
963 int mwifiex_sta_prepare_cmd(struct mwifiex_private *, uint16_t cmd_no,
964                             u16 cmd_action, u32 cmd_oid,
965                             void *data_buf, void *cmd_buf);
966 int mwifiex_uap_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no,
967                             u16 cmd_action, u32 cmd_oid,
968                             void *data_buf, void *cmd_buf);
969 int mwifiex_process_sta_cmdresp(struct mwifiex_private *, u16 cmdresp_no,
970                                 struct host_cmd_ds_command *resp);
971 int mwifiex_process_sta_rx_packet(struct mwifiex_private *,
972                                   struct sk_buff *skb);
973 int mwifiex_process_uap_rx_packet(struct mwifiex_private *priv,
974                                   struct sk_buff *skb);
975 int mwifiex_handle_uap_rx_forward(struct mwifiex_private *priv,
976                                   struct sk_buff *skb);
977 int mwifiex_process_sta_event(struct mwifiex_private *);
978 int mwifiex_process_uap_event(struct mwifiex_private *);
979 void mwifiex_delete_all_station_list(struct mwifiex_private *priv);
980 void mwifiex_wmm_del_peer_ra_list(struct mwifiex_private *priv,
981                                   const u8 *ra_addr);
982 void *mwifiex_process_sta_txpd(struct mwifiex_private *, struct sk_buff *skb);
983 void *mwifiex_process_uap_txpd(struct mwifiex_private *, struct sk_buff *skb);
984 int mwifiex_sta_init_cmd(struct mwifiex_private *, u8 first_sta);
985 int mwifiex_cmd_802_11_scan(struct host_cmd_ds_command *cmd,
986                             struct mwifiex_scan_cmd_config *scan_cfg);
987 void mwifiex_queue_scan_cmd(struct mwifiex_private *priv,
988                             struct cmd_ctrl_node *cmd_node);
989 int mwifiex_ret_802_11_scan(struct mwifiex_private *priv,
990                             struct host_cmd_ds_command *resp);
991 s32 mwifiex_ssid_cmp(struct cfg80211_ssid *ssid1, struct cfg80211_ssid *ssid2);
992 int mwifiex_associate(struct mwifiex_private *priv,
993                       struct mwifiex_bssdescriptor *bss_desc);
994 int mwifiex_cmd_802_11_associate(struct mwifiex_private *priv,
995                                  struct host_cmd_ds_command *cmd,
996                                  struct mwifiex_bssdescriptor *bss_desc);
997 int mwifiex_ret_802_11_associate(struct mwifiex_private *priv,
998                                  struct host_cmd_ds_command *resp);
999 void mwifiex_reset_connect_state(struct mwifiex_private *priv, u16 reason);
1000 u8 mwifiex_band_to_radio_type(u8 band);
1001 int mwifiex_deauthenticate(struct mwifiex_private *priv, u8 *mac);
1002 void mwifiex_deauthenticate_all(struct mwifiex_adapter *adapter);
1003 int mwifiex_adhoc_start(struct mwifiex_private *priv,
1004                         struct cfg80211_ssid *adhoc_ssid);
1005 int mwifiex_adhoc_join(struct mwifiex_private *priv,
1006                        struct mwifiex_bssdescriptor *bss_desc);
1007 int mwifiex_cmd_802_11_ad_hoc_start(struct mwifiex_private *priv,
1008                                     struct host_cmd_ds_command *cmd,
1009                                     struct cfg80211_ssid *req_ssid);
1010 int mwifiex_cmd_802_11_ad_hoc_join(struct mwifiex_private *priv,
1011                                    struct host_cmd_ds_command *cmd,
1012                                    struct mwifiex_bssdescriptor *bss_desc);
1013 int mwifiex_ret_802_11_ad_hoc(struct mwifiex_private *priv,
1014                               struct host_cmd_ds_command *resp);
1015 int mwifiex_cmd_802_11_bg_scan_query(struct host_cmd_ds_command *cmd);
1016 struct mwifiex_chan_freq_power *mwifiex_get_cfp(struct mwifiex_private *priv,
1017                                                 u8 band, u16 channel, u32 freq);
1018 u32 mwifiex_index_to_data_rate(struct mwifiex_private *priv,
1019                                u8 index, u8 ht_info);
1020 u32 mwifiex_index_to_acs_data_rate(struct mwifiex_private *priv,
1021                                    u8 index, u8 ht_info);
1022 u32 mwifiex_find_freq_from_band_chan(u8, u8);
1023 int mwifiex_cmd_append_vsie_tlv(struct mwifiex_private *priv, u16 vsie_mask,
1024                                 u8 **buffer);
1025 u32 mwifiex_get_active_data_rates(struct mwifiex_private *priv,
1026                                     u8 *rates);
1027 u32 mwifiex_get_supported_rates(struct mwifiex_private *priv, u8 *rates);
1028 u32 mwifiex_get_rates_from_cfg80211(struct mwifiex_private *priv,
1029                                     u8 *rates, u8 radio_type);
1030 u8 mwifiex_is_rate_auto(struct mwifiex_private *priv);
1031 extern u16 region_code_index[MWIFIEX_MAX_REGION_CODE];
1032 void mwifiex_save_curr_bcn(struct mwifiex_private *priv);
1033 void mwifiex_free_curr_bcn(struct mwifiex_private *priv);
1034 int mwifiex_cmd_get_hw_spec(struct mwifiex_private *priv,
1035                             struct host_cmd_ds_command *cmd);
1036 int mwifiex_ret_get_hw_spec(struct mwifiex_private *priv,
1037                             struct host_cmd_ds_command *resp);
1038 int is_command_pending(struct mwifiex_adapter *adapter);
1039 void mwifiex_init_priv_params(struct mwifiex_private *priv,
1040                                                 struct net_device *dev);
1041 int mwifiex_set_secure_params(struct mwifiex_private *priv,
1042                               struct mwifiex_uap_bss_param *bss_config,
1043                               struct cfg80211_ap_settings *params);
1044 void mwifiex_set_ht_params(struct mwifiex_private *priv,
1045                            struct mwifiex_uap_bss_param *bss_cfg,
1046                            struct cfg80211_ap_settings *params);
1047 void mwifiex_set_vht_params(struct mwifiex_private *priv,
1048                             struct mwifiex_uap_bss_param *bss_cfg,
1049                             struct cfg80211_ap_settings *params);
1050 void mwifiex_set_uap_rates(struct mwifiex_uap_bss_param *bss_cfg,
1051                            struct cfg80211_ap_settings *params);
1052 void mwifiex_set_vht_width(struct mwifiex_private *priv,
1053                            enum nl80211_chan_width width,
1054                            bool ap_11ac_disable);
1055 void
1056 mwifiex_set_wmm_params(struct mwifiex_private *priv,
1057                        struct mwifiex_uap_bss_param *bss_cfg,
1058                        struct cfg80211_ap_settings *params);
1059 void mwifiex_set_ba_params(struct mwifiex_private *priv);
1060 void mwifiex_set_11ac_ba_params(struct mwifiex_private *priv);
1061 int mwifiex_cmd_802_11_scan_ext(struct mwifiex_private *priv,
1062                                 struct host_cmd_ds_command *cmd,
1063                                 void *data_buf);
1064 int mwifiex_ret_802_11_scan_ext(struct mwifiex_private *priv,
1065                                 struct host_cmd_ds_command *resp);
1066 int mwifiex_handle_event_ext_scan_report(struct mwifiex_private *priv,
1067                                          void *buf);
1068
1069 /*
1070  * This function checks if the queuing is RA based or not.
1071  */
1072 static inline u8
1073 mwifiex_queuing_ra_based(struct mwifiex_private *priv)
1074 {
1075         /*
1076          * Currently we assume if we are in Infra, then DA=RA. This might not be
1077          * true in the future
1078          */
1079         if ((priv->bss_mode == NL80211_IFTYPE_STATION) &&
1080             (GET_BSS_ROLE(priv) == MWIFIEX_BSS_ROLE_STA))
1081                 return false;
1082
1083         return true;
1084 }
1085
1086 /*
1087  * This function copies rates.
1088  */
1089 static inline u32
1090 mwifiex_copy_rates(u8 *dest, u32 pos, u8 *src, int len)
1091 {
1092         int i;
1093
1094         for (i = 0; i < len && src[i]; i++, pos++) {
1095                 if (pos >= MWIFIEX_SUPPORTED_RATES)
1096                         break;
1097                 dest[pos] = src[i];
1098         }
1099
1100         return pos;
1101 }
1102
1103 /*
1104  * This function returns the correct private structure pointer based
1105  * upon the BSS type and BSS number.
1106  */
1107 static inline struct mwifiex_private *
1108 mwifiex_get_priv_by_id(struct mwifiex_adapter *adapter,
1109                        u8 bss_num, u8 bss_type)
1110 {
1111         int i;
1112
1113         for (i = 0; i < adapter->priv_num; i++) {
1114                 if (adapter->priv[i]) {
1115                         if ((adapter->priv[i]->bss_num == bss_num) &&
1116                             (adapter->priv[i]->bss_type == bss_type))
1117                                 break;
1118                 }
1119         }
1120         return ((i < adapter->priv_num) ? adapter->priv[i] : NULL);
1121 }
1122
1123 /*
1124  * This function returns the first available private structure pointer
1125  * based upon the BSS role.
1126  */
1127 static inline struct mwifiex_private *
1128 mwifiex_get_priv(struct mwifiex_adapter *adapter,
1129                  enum mwifiex_bss_role bss_role)
1130 {
1131         int i;
1132
1133         for (i = 0; i < adapter->priv_num; i++) {
1134                 if (adapter->priv[i]) {
1135                         if (bss_role == MWIFIEX_BSS_ROLE_ANY ||
1136                             GET_BSS_ROLE(adapter->priv[i]) == bss_role)
1137                                 break;
1138                 }
1139         }
1140
1141         return ((i < adapter->priv_num) ? adapter->priv[i] : NULL);
1142 }
1143
1144 /*
1145  * This function returns the driver private structure of a network device.
1146  */
1147 static inline struct mwifiex_private *
1148 mwifiex_netdev_get_priv(struct net_device *dev)
1149 {
1150         return (struct mwifiex_private *) (*(unsigned long *) netdev_priv(dev));
1151 }
1152
1153 /*
1154  * This function checks if a skb holds a management frame.
1155  */
1156 static inline bool mwifiex_is_skb_mgmt_frame(struct sk_buff *skb)
1157 {
1158         return (le32_to_cpu(*(__le32 *)skb->data) == PKT_TYPE_MGMT);
1159 }
1160
1161 /* This function retrieves channel closed for operation by Channel
1162  * Switch Announcement.
1163  */
1164 static inline u8
1165 mwifiex_11h_get_csa_closed_channel(struct mwifiex_private *priv)
1166 {
1167         if (!priv->csa_chan)
1168                 return 0;
1169
1170         /* Clear csa channel, if DFS channel move time has passed */
1171         if (time_after(jiffies, priv->csa_expire_time)) {
1172                 priv->csa_chan = 0;
1173                 priv->csa_expire_time = 0;
1174         }
1175
1176         return priv->csa_chan;
1177 }
1178
1179 static inline u8 mwifiex_is_any_intf_active(struct mwifiex_private *priv)
1180 {
1181         struct mwifiex_private *priv_num;
1182         int i;
1183
1184         for (i = 0; i < priv->adapter->priv_num; i++) {
1185                 priv_num = priv->adapter->priv[i];
1186                 if (priv_num) {
1187                         if ((GET_BSS_ROLE(priv_num) == MWIFIEX_BSS_ROLE_UAP &&
1188                              priv_num->bss_started) ||
1189                             (GET_BSS_ROLE(priv_num) == MWIFIEX_BSS_ROLE_STA &&
1190                              priv_num->media_connected))
1191                                 return 1;
1192                 }
1193         }
1194
1195         return 0;
1196 }
1197
1198 int mwifiex_init_shutdown_fw(struct mwifiex_private *priv,
1199                              u32 func_init_shutdown);
1200 int mwifiex_add_card(void *, struct semaphore *, struct mwifiex_if_ops *, u8);
1201 int mwifiex_remove_card(struct mwifiex_adapter *, struct semaphore *);
1202
1203 void mwifiex_get_version(struct mwifiex_adapter *adapter, char *version,
1204                          int maxlen);
1205 int mwifiex_request_set_multicast_list(struct mwifiex_private *priv,
1206                         struct mwifiex_multicast_list *mcast_list);
1207 int mwifiex_copy_mcast_addr(struct mwifiex_multicast_list *mlist,
1208                             struct net_device *dev);
1209 int mwifiex_wait_queue_complete(struct mwifiex_adapter *adapter,
1210                                 struct cmd_ctrl_node *cmd_queued);
1211 int mwifiex_bss_start(struct mwifiex_private *priv, struct cfg80211_bss *bss,
1212                       struct cfg80211_ssid *req_ssid);
1213 int mwifiex_cancel_hs(struct mwifiex_private *priv, int cmd_type);
1214 int mwifiex_enable_hs(struct mwifiex_adapter *adapter);
1215 int mwifiex_disable_auto_ds(struct mwifiex_private *priv);
1216 int mwifiex_drv_get_data_rate(struct mwifiex_private *priv, u32 *rate);
1217 int mwifiex_request_scan(struct mwifiex_private *priv,
1218                          struct cfg80211_ssid *req_ssid);
1219 int mwifiex_scan_networks(struct mwifiex_private *priv,
1220                           const struct mwifiex_user_scan_cfg *user_scan_in);
1221 int mwifiex_set_radio(struct mwifiex_private *priv, u8 option);
1222
1223 int mwifiex_set_encode(struct mwifiex_private *priv, struct key_params *kp,
1224                        const u8 *key, int key_len, u8 key_index,
1225                        const u8 *mac_addr, int disable);
1226
1227 int mwifiex_set_gen_ie(struct mwifiex_private *priv, const u8 *ie, int ie_len);
1228
1229 int mwifiex_get_ver_ext(struct mwifiex_private *priv);
1230
1231 int mwifiex_remain_on_chan_cfg(struct mwifiex_private *priv, u16 action,
1232                                struct ieee80211_channel *chan,
1233                                unsigned int duration);
1234
1235 int mwifiex_set_bss_role(struct mwifiex_private *priv, u8 bss_role);
1236
1237 int mwifiex_get_stats_info(struct mwifiex_private *priv,
1238                            struct mwifiex_ds_get_stats *log);
1239
1240 int mwifiex_reg_write(struct mwifiex_private *priv, u32 reg_type,
1241                       u32 reg_offset, u32 reg_value);
1242
1243 int mwifiex_reg_read(struct mwifiex_private *priv, u32 reg_type,
1244                      u32 reg_offset, u32 *value);
1245
1246 int mwifiex_eeprom_read(struct mwifiex_private *priv, u16 offset, u16 bytes,
1247                         u8 *value);
1248
1249 int mwifiex_set_11n_httx_cfg(struct mwifiex_private *priv, int data);
1250
1251 int mwifiex_get_11n_httx_cfg(struct mwifiex_private *priv, int *data);
1252
1253 int mwifiex_set_tx_rate_cfg(struct mwifiex_private *priv, int tx_rate_index);
1254
1255 int mwifiex_get_tx_rate_cfg(struct mwifiex_private *priv, int *tx_rate_index);
1256
1257 int mwifiex_drv_set_power(struct mwifiex_private *priv, u32 *ps_mode);
1258
1259 int mwifiex_drv_get_driver_version(struct mwifiex_adapter *adapter,
1260                                    char *version, int max_len);
1261
1262 int mwifiex_set_tx_power(struct mwifiex_private *priv,
1263                          struct mwifiex_power_cfg *power_cfg);
1264
1265 int mwifiex_main_process(struct mwifiex_adapter *);
1266
1267 int mwifiex_queue_tx_pkt(struct mwifiex_private *priv, struct sk_buff *skb);
1268
1269 int mwifiex_get_bss_info(struct mwifiex_private *,
1270                          struct mwifiex_bss_info *);
1271 int mwifiex_fill_new_bss_desc(struct mwifiex_private *priv,
1272                               struct cfg80211_bss *bss,
1273                               struct mwifiex_bssdescriptor *bss_desc);
1274 int mwifiex_update_bss_desc_with_ie(struct mwifiex_adapter *adapter,
1275                                     struct mwifiex_bssdescriptor *bss_entry);
1276 int mwifiex_check_network_compatibility(struct mwifiex_private *priv,
1277                                         struct mwifiex_bssdescriptor *bss_desc);
1278
1279 u8 mwifiex_chan_type_to_sec_chan_offset(enum nl80211_channel_type chan_type);
1280
1281 struct wireless_dev *mwifiex_add_virtual_intf(struct wiphy *wiphy,
1282                                               const char *name,
1283                                               enum nl80211_iftype type,
1284                                               u32 *flags,
1285                                               struct vif_params *params);
1286 int mwifiex_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev);
1287
1288 void mwifiex_set_sys_config_invalid_data(struct mwifiex_uap_bss_param *config);
1289
1290 int mwifiex_add_wowlan_magic_pkt_filter(struct mwifiex_adapter *adapter);
1291
1292 int mwifiex_set_mgmt_ies(struct mwifiex_private *priv,
1293                          struct cfg80211_beacon_data *data);
1294 int mwifiex_del_mgmt_ies(struct mwifiex_private *priv);
1295 u8 *mwifiex_11d_code_2_region(u8 code);
1296 void mwifiex_uap_del_sta_data(struct mwifiex_private *priv,
1297                               struct mwifiex_sta_node *node);
1298
1299 void mwifiex_11h_process_join(struct mwifiex_private *priv, u8 **buffer,
1300                               struct mwifiex_bssdescriptor *bss_desc);
1301 int mwifiex_11h_handle_event_chanswann(struct mwifiex_private *priv);
1302 int mwifiex_dnld_dt_cfgdata(struct mwifiex_private *priv,
1303                             struct device_node *node, const char *prefix);
1304 void mwifiex_dnld_txpwr_table(struct mwifiex_private *priv);
1305
1306 extern const struct ethtool_ops mwifiex_ethtool_ops;
1307
1308 void mwifiex_del_all_sta_list(struct mwifiex_private *priv);
1309 void mwifiex_del_sta_entry(struct mwifiex_private *priv, const u8 *mac);
1310 void
1311 mwifiex_set_sta_ht_cap(struct mwifiex_private *priv, const u8 *ies,
1312                        int ies_len, struct mwifiex_sta_node *node);
1313 struct mwifiex_sta_node *
1314 mwifiex_add_sta_entry(struct mwifiex_private *priv, const u8 *mac);
1315 struct mwifiex_sta_node *
1316 mwifiex_get_sta_entry(struct mwifiex_private *priv, const u8 *mac);
1317 int mwifiex_send_tdls_data_frame(struct mwifiex_private *priv, const u8 *peer,
1318                                  u8 action_code, u8 dialog_token,
1319                                  u16 status_code, const u8 *extra_ies,
1320                                  size_t extra_ies_len);
1321 int mwifiex_send_tdls_action_frame(struct mwifiex_private *priv, const u8 *peer,
1322                                    u8 action_code, u8 dialog_token,
1323                                    u16 status_code, const u8 *extra_ies,
1324                                    size_t extra_ies_len);
1325 void mwifiex_process_tdls_action_frame(struct mwifiex_private *priv,
1326                                        u8 *buf, int len);
1327 int mwifiex_tdls_oper(struct mwifiex_private *priv, const u8 *peer, u8 action);
1328 int mwifiex_get_tdls_link_status(struct mwifiex_private *priv, const u8 *mac);
1329 int mwifiex_get_tdls_list(struct mwifiex_private *priv,
1330                           struct tdls_peer_info *buf);
1331 void mwifiex_disable_all_tdls_links(struct mwifiex_private *priv);
1332 bool mwifiex_is_bss_in_11ac_mode(struct mwifiex_private *priv);
1333 u8 mwifiex_get_center_freq_index(struct mwifiex_private *priv, u8 band,
1334                                  u32 pri_chan, u8 chan_bw);
1335 int mwifiex_init_channel_scan_gap(struct mwifiex_adapter *adapter);
1336
1337 int mwifiex_tdls_check_tx(struct mwifiex_private *priv, struct sk_buff *skb);
1338 void mwifiex_flush_auto_tdls_list(struct mwifiex_private *priv);
1339 void mwifiex_auto_tdls_update_peer_status(struct mwifiex_private *priv,
1340                                           const u8 *mac, u8 link_status);
1341 void mwifiex_auto_tdls_update_peer_signal(struct mwifiex_private *priv,
1342                                           u8 *mac, s8 snr, s8 nflr);
1343 void mwifiex_check_auto_tdls(unsigned long context);
1344 void mwifiex_add_auto_tdls_peer(struct mwifiex_private *priv, const u8 *mac);
1345 void mwifiex_setup_auto_tdls_timer(struct mwifiex_private *priv);
1346 void mwifiex_clean_auto_tdls(struct mwifiex_private *priv);
1347
1348 void mwifiex_parse_tx_status_event(struct mwifiex_private *priv,
1349                                    void *event_body);
1350
1351 struct sk_buff *
1352 mwifiex_clone_skb_for_tx_status(struct mwifiex_private *priv,
1353                                 struct sk_buff *skb, u8 flag, u64 *cookie);
1354
1355 void mwifiex_hist_data_set(struct mwifiex_private *priv, u8 rx_rate, s8 snr,
1356                            s8 nflr);
1357 void mwifiex_hist_data_reset(struct mwifiex_private *priv);
1358 void mwifiex_hist_data_add(struct mwifiex_private *priv,
1359                            u8 rx_rate, s8 snr, s8 nflr);
1360 u8 mwifiex_adjust_data_rate(struct mwifiex_private *priv,
1361                             u8 rx_rate, u8 ht_info);
1362
1363 #ifdef CONFIG_DEBUG_FS
1364 void mwifiex_debugfs_init(void);
1365 void mwifiex_debugfs_remove(void);
1366
1367 void mwifiex_dev_debugfs_init(struct mwifiex_private *priv);
1368 void mwifiex_dev_debugfs_remove(struct mwifiex_private *priv);
1369 #endif
1370 #endif /* !_MWIFIEX_MAIN_H_ */